@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:100,300,400,600,700&subset=latin,latin-ext&display=swap");

.brand-color-1 {
    color: #f01615
}

.brand-background-color-1 {
    background-color: #f01615
}

.brand-border-color-1 {
    border-color: #f01615 !important;
}

.brand-color-2 {
    color: #91278f
}

.brand-background-color-2 {
    background-color: #91278f
}

.brand-border-color-2 {
    border-color: #91278f !important;
}

.brand-color-3 {
    color: #d158a0
}

.brand-background-color-3 {
    background-color: #d158a0
}

.brand-border-color-3 {
    border-color: #d158a0 !important;
}

.brand-color-4 {
    color: #00aeef
}

.brand-background-color-4 {
    background-color: #00aeef
}

.brand-border-color-4 {
    border-color: #00aeef !important;
}

.brand-color-5 {
    color: #33bcad
}

.brand-background-color-5 {
    background-color: #33bcad
}

.brand-border-color-5 {
    border-color: #33bcad !important;
}

.brand-color-6 {
    color: #8cc63f
}

.brand-background-color-6 {
    background-color: #8cc63f
}

.brand-border-color-6 {
    border-color: #8cc63f !important;
}

.brand-color-7 {
    color: #d7df23
}

.brand-background-color-7 {
    background-color: #d7df23
}

.brand-border-color-7 {
    border-color: #d7df23 !important;
}

.brand-color-8 {
    color: #f7931e
}

.brand-background-color-8 {
    background-color: #f7931e
}

.brand-border-color-8 {
    border-color: #f7931e !important;
}

.brand-color-9 {
    color: #77787a
}

.brand-background-color-9 {
    background-color: #77787a
}

.brand-border-color-9 {
    border-color: #77787a !important;
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 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;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

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 {
    margin: .67em 0;
    font-size: 2em
}

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

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 {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

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

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

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

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        box-shadow: none !important
    }

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

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

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

    a[href^="javascript:"]:after,
    a[href^="#"]: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';
    font-display: swap;
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#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: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
    box-sizing: border-box
}

:after,
:before {
    box-sizing: border-box
}

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

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

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

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

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

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

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

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    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: 20px;
    margin-bottom: 10px
}

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

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

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

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

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

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

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

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

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

p {
    margin: 0 0 10px
}

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

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

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

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

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

.text-success {
    color: #3c763d
}

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

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #a94442
}

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

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

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

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

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

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

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

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

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

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

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

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

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

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

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

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

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

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

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

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

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

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

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

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

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

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

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

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

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

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

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

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

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

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

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    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 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: transparent
}

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

th {
    text-align: left
}

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

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

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

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

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

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

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

.table-bordered {
    border: 1px solid #ddd
}

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

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

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

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

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

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

.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 {
    min-height: .01%;
    overflow-x: auto
}

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

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

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

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

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

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

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

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

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

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

input[type=search] {
    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=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

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

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

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

.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=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
        line-height: 34px
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

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

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

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

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

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

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    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: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

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

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

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

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

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

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

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

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

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

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

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

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

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

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

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

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

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

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

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

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

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

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    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;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height, visibility
}

.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: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)
}

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

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

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

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

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

.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;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

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

.open>a {
    outline: 0
}

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

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

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

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}

.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 {
        right: auto;
        left: 0
    }
}

.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 .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-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-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-top-right-radius: 0;
    border-bottom-right-radius: 0
}

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

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.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>.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-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px
}

.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-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

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

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

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

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

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

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

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    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 .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

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

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

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    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;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    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: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.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;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width: 768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    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: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.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;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 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: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #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: #e7e7e7
}

.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: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

@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: #e7e7e7
    }

    .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: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 3;
    color: #23527c;
    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: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.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-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-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-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.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;
    cursor: not-allowed;
    background-color: #fff
}

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

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    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
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    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 {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, 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: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.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 {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-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 {
    color: #555;
    text-decoration: none;
    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 {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    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-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-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: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,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    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>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

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

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.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 #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 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;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.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 {
        box-shadow: 0 5px 15px rgba(0, 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: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.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;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    line-break: auto
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    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 {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    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, 0.25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        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 {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 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;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.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;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 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: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: 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-md,
.visible-sm,
.visible-xs {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 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
    }
}

@font-face {
    font-family: 'Genericons';
    src: url("Genericons.eot")
}

@font-face {
    font-family: 'Genericons';
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAADgYAA0AAAAAWDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAA3/AAAABoAAAAcbOWpBk9TLzIAAAGUAAAARQAAAGBVb3cYY21hcAAAAngAAACUAAABqq7WqvhjdnQgAAADDAAAAAQAAAAEAEQFEWdhc3AAADf0AAAACAAAAAj//wADZ2x5ZgAABEAAADAqAABJ0A3bTddoZWFkAAABMAAAACkAAAA2B8ZTM2hoZWEAAAFcAAAAGAAAACQQuQgFaG10eAAAAdwAAACZAAABNGKqU2Vsb2NhAAADEAAAAS4AAAEuB9f1Nm1heHAAAAF0AAAAIAAAACAA6AEZbmFtZQAANGwAAAFRAAAChXCWuFJwb3N0AAA1wAAAAjEAAAXmlxz2knjaY2BkYGAA4rplZ/Tj+W2+MnBzMIDAhRBmaWSag4EDQjGBKADj7gZyAAAAeNpjYGRg4GAAgh1gEsRmZEAFLAAWNADXAAEAAACWAOgAEAAAAAAAAgAAAAEAAQAAAEAALgAAAAB42mNg4WBg/MLAysDAasw6k4GBUQ5CM19nSGMSYmBgYmDjZIADAQSTISDNNYXhwEeGr+IcIO4ODogwI5ISBQZGAOtvCU0AAAB42kVPuxXCQAyTL+GRmmVoKdgA6FNRMoObdAyRnj3o6NkGLOl4+N75I381AUeUTPoNASSyoWVUBMYUYkmt/KOQVdG79IceFtwj8QpN4JxI+vL4LrYUTlL294GNerLNcGfiRMu6gfhOGMbSzTOz30lv9SbvMoe+TRfHFld08b4wQ/Mhk6ocD8rtKzrHrV/49A34cy/9BURAKJ4AAAB42t2NPw8BQRTEZ+/E2Xi7NlHIJsI1hGgodVqdVqfVqZRqH8QXvL25eq0/USh8AL/kzWReJhkAOV43hMKDW0rqmVu4Jh/BpY+tdNDBh2ndoabnnGtuueeR52YQI1AhILhQ1iDoWHLJDXc88NQgxl5ujS2sMjNZyUImMhYvfTFSdC/v3R+oNj4llSXJvgv4e+6zoCcQAEQFEQAAACwALAAsAFoAhADMAPIBAAEcAUYBlAHOAggCsgNMA6QD4AQSBMIFXAWoBgQGdgcIByoHageOB8gIJgkeCn4LOgvIDH4Myg2YDeoOLA5oDtIO9A8QDy4PeA+aD+AQNhCgEN4RFBFSEZwR9hJgEoISpBLuEwwTKBNEE3ITihPOFAYUWBSYFMgU3BT4FT4VTBViFaAVzhY6FmYWlhaoFsIW2hbuFwQXEhcgFzYXlBfEGAIYNhh4GLIY2hj8GSoZhBnAGfAaBhoUGioaQBpOGn4awBr4GyobgBuWG6wb3hwCHCwccByqHOgdFh02HWodmh3MHgQeHh5GHowfpB/OH9wf6B/2IAQgWCCOIOYhdiGuIfAiciKOIrQi6CL2IyojRCN2I5QjviQIJJAkxCToAAB42oV8CWBU1dX/PW+dyT57Mkkms2RmAkkmyazZCEPYE3ZCWALKJkhYI7IorT4XFERwQdEiAtaK1l0roMUln3WtSktBPltrP7CLyx9b21o/hczlf+59MyGA+jF579333n3vbuf+zu+cex5EICMIERbK04hIVBJ6BkhN87OqRL4IP6PIf2x+VhQwSZ4R2WWZXX5WVaCv+Vlg1yMmj8nvMXlGCG5aDvfSy+Vppx8bIb1HCFEEIhCFyBp/bzbJJxbiIAQ8No9s88TkmMcGuPkxbcKjQCTSRwQtpYkESErDFDmLj8pa+t9Zwg8UNyIA5lHxh++1YFluyVwgSO5yocBMwvFowKtYxRr4Kcw7fJjuoZfQPYcPw1vHduw4tkMl567MYzn6Du9gNwgWr4GmaoqGr3WQYjIY6yqz5lk8JNwiREOCN0+wukC0yTESdoHNmif4vCGIxmVNIN9iY/FAHzqwb/3o0ev36YezZ4nw8ye3d0amrRs2fXtnJzamTxM1DcgZrT8TO4jfzk3upb2d26cPWzct0rn9ye2sPgIxDOw/7DuTB7BKbGM/Cd/Vp/UREXsFMAWajHuBAJ5Tvmcb9g+wawprm0CIUcC+1s7gWQp/eI8/h32ZixmtimqSTSGIReNuu6zd1nOW9Nx2ElpOytqG1ytSn2rCvRWvb9hz8iQfA3xKYWPAxhXrY80Dnykcj8G5pAdwTDef2tK9Q8gkKNaajfOWU5uB7OgekCQCqyevSxGJsnG120xYo1g8ZmKDiicOG9bNFHVg/+MddwDTLZCwsVv2MMsWFA9B1qHuzmTP7p5kZ3dvZ/ch+vWhus4GfkElhzZSbd7uwD2NHaBN7OmZSLWOxnsCu+eBtvEEHqi28dChjaAl10wvwjyU5wHMw3qO9KqsbgXEh+0N87pVggk8CQ9rtH7BhyPk87J6xSOK1r1jR7dGk3S/Blv2nKT8HE+TPKFgk9klmoRe7eQeQTt3uqMbMEVEyIybjKW6mASw8sDFxikYj0WDmCzAZIsQiwaCLDcfe03Kjzc1xWe1t0PBjAULZnTVtPonjpbx9hnchIL4rbtujc1q7+7G+zM/p32fz+yq6blx1OWHRmMR2M6oASWPrOMzyyWYbVZBkVQlgELBimlRsOAWIRAMQZ6gBoKKGhLzIQ9wcjgUm9UlOxQ1TwhBMCQFB+N1u8MlOVxKwmq32qxKMFAewNqaWwRxDdgh68RLN7YteYHSe30+CLpiMxeMH1tbskQxGvMtUl64eUHiqptvvioxf2goK6sg32CUlpTUjpkwf2YsmmsPjR46yikYS73xUimnyGhyisZSpzcXFIc7MWp+M/h899DUC0vabnzphIGwPf16y8P0rTOvhFV3ofSrKcPnOhVLeXjC/E1T916RXzHm0joQZXOd3wvg9deZFEGomNSQKMlevWfK5vkTwn6zEurKypMLYtVSrq+4UFCznWZQCl31Hil3kGtwXpapfGJdVqFbibx8Bhoe3sIbh53IgIoQ3qcGYiKliC1hkiSTCPGHE4KoENXuj5sT5bILzIgrZkecJALBHGDd6xIccckhAMtUnhAsXsVnt7RIiUAVuCWCsEcQ9wgDPonsP+R56k90U/cH4phd7xbSU/RYXmPX6fuvXPZjePyTgiT9G+2Rl4w+8L/N9tKg8iiMu9p5pvFV+s+aV+GrW7Y+4dbci36t7B2/Zcmga+hBehXsgg1g+dnP6Bd0I12I2xc/+xlYtElQBTe20SNv9u5dBh29oVDxvfTXwubkw/Q369+D+PharTMMHzRc2u0qjXTkeJRiKIV/T6OHjtvHhMAJ8YJ9dJ/Q6G5pLb/mTu2Cl2OBvFDWXYB4XIV4/BFpwBNFtSPgSpLP7bdHwjjlUbwwgYchKF8MrxJ2yYES2iJEwnZHPJEHalzV2pcL1bO0p39L6TZ6mJ6tqpr24B1D173k87vraq99ZMKM9hnhW+CWj7MaF2xqn7Al8uNl1o6GFUrtqgnFtiXH3jt0/+phD8mBUXXitpVqbtE7N8qVYvinlyzofPSd7EGVbZsWNA5JFCWTS7y5en0J6g9VI8F+dPAhSls8Q1BHRByJgA8VSCnCIirN8wCC/g3ycujfKlv3yeOXXHLnjCpKU1XshoqIcIYgdL4JUm9OcwL+lRW/dM2IU7Qv1bCjW8Y7HNuxXPkTLNfN8EFkioGVEW2RsCfKQPTyckVpN4zNp2/Q3j/9yVE95pJr2hLdTqc6Z2FF1GmUvqFH+g6KY6EGhOjc6WPipYoo0r+Z/NVeUTASRJ9M2yyIzB6ykKzg2GA3s0HxeXFGF5jjgJILCoRRdrPBbgFLPNEixqIMCAwIHZGwI1Du80qKGo6E40MhbldURQWLiDgSd9jPXfPjUKti3ByLim2wDMZ9uW3Y6n2vfXr1Afrcl9u2fUn/ePo9eu0oMXDL9ZLwzb9W/Rl8kwSpIM+iOgqt4JDNcp6kChMawbiCfnbfLfTs4THFRf5lPq/NkmetqgX/09d0WPOt1o0TA0t9PrxoqxR88pCvD/5B1fDtzx24+tPX9q0etu1LGMdLT+WdohsWSqX399WEZEV4ODXMI+3t2w05Sk5d3ahIYWhmzCv4De7skvxCW3ZDJyxc1fXgClkQocwrykLfPYIJZqiC1w1ZmYtqReXNO1MN3bD6w8NM1lHXk2t5/+YjykfIUhxJnOhe1cRknGEqWLAbAy3gcIkOuwKsh1CIgngB0VUBNuRIrJhocbFDnA4JQW9IxX5PcNCOJDxehZ1GPCibQrN5rOXgPde86/S4nWWeH79ty6u/enJzz/Qh2TYNclRIPTftpqLGD7Qp4yyjfPFSj1XsRQJ2ls9KprZk2RLtaoNgTqDAnW821LT/YubUvTenHrj2r5N0yRQaYSr89VqxpcHTXA5TpN/uXvLUPFFIdt8+aW9vKubxCPZFk6ZdLkBhbm1hRWkwKBcASRfRh8+X2Mcuumx2fWlWaUGJtdBmjI5uuvX5Vc/Xbps/dRibG1w3IrAqLyE/MpM6nR0FmeplooaqCCkIXoqyaQcqEgSPOeixtSh4T7AJc+gBaHtImHzZ4qmJjiqo6pQL6MHJnZWjB+dm04OSBGOzbW5PTaS1fMrmxQ1AxP+5ef7YtnnV4+tqx4fO7BTMS9b5I+7ieOq/xevnbDWV+IqLLdmJpU+s5GOppcfSgnOyeQAapKc940oWpAwh8CGpsdrxAq+moMY89gKbirVOcByzmXSEYCCAlMBBv71hxGSY1Dp8yuRhUtPDm8KT670F9BsAMBiyvA3ekcMykKEPwmkiFvV9Im6c2Ng8fkJT48S+DfDmUweKKoOFqzx09f4DcKjS5hxUemkHnYGd+RgqqsmooyaxGrskfWoHggLO0mAgYQkJvGcZDmN/svlqZlKG9casSMjUPPYXZNlaZKlu7e+f3DY3Wj31qh0HFi54yju2wDvnbrX0p1KefeuiqTMCzXmOqxeueWH+yBve+vGcx25eMTY41ayqolVQffZpaxPl45bd84s/G0hi/qa9++ds+PiVXcub5yTpR/UbtscfuVp42uhZEr310NIpke3/1bDg9ueh7sDlz1zXFpq86qZ7J9093+YszJmYVWgy+u56cdX43fdtXT89rOuUjB5ekOE2BUKegM0MxhMWFzDNwhol6o2yO+wIYZCIB4JpzYKiw5gt0v4Ep1xMtjBfGWAnOQLkQl6T5hx3bWsvGVOydfJVv7l9ctMVu95bvfbI7msmDupebC6RBZMgy3kjRmu9PZc92F0/acclsQ5/Tnada/Tw+KxYgcHYY3HI++mpXQNZDP2cfs3eP3j9AnDG2pceAvHurifuWplMXPKj2+9uu+XoYEOexZDMstpME6+a9+zNk5uX3DZt+zd3x7piNbvWDW6dPuLq9srJFgv1T52/eSI4YO3hfrIikL3CXHWuvBcnVz7n4AXIswvK00fZCjO++oo+8lXqynRC3sv2X6XP8KjrbsK5shdPJBFtBR9qkiAKC9LWBP4sZocZoQ1TeMmsbABrQQ4aZnem7l+2wjt5tvWqjo3XPT3zSF3U2jy2vmeVoWBTcuSNKjHQh2iKDqGDoAxuuwbKOpZdufpeg5X+lj4/kf7z6adn31sKT7A2ZGy5fMSGi+afUVAImjB7+vgeuNWpIAOn/FzAfR9n0gTgA6IpFTiXvbqFg+iKgMtA2YSKCsWGkeCYyRfjjUpIw+HndLqpoLp53KabV8+Zs2zDpZcMb42+0d3eHqo2qRptop/Q6K6qKmf5DPq3uN1eVtbQeN0GYU3Kl0zOmrklowsy+OEg1WTIxfUnbqXA7o4XYI34bHRz/oN1syO4x00ol5WoPkrBam+CcHwghIhl9NWTzJxDM+Hv5s2n6OenNpvp39tjMom1t8e09O58FKHkpP5U30mRjGpEYw3tuKaRKfaItD/zTDufWmcBVFDOkm3kTrKD/ITcTx4gD5FHmGWJTbDVKuzPqtSh/aLUKaqV7RQbAxTsTiUfQPEGobYGAsHaQCygd28gGA3yGRiI4cUodkGsNh6L10VZn8fCCX7Uf0OhNgHxsANq7XW19ojd0f+zsa2W/Vkd1jo7mOSEERx+2ZYAk1/1J4KqEYKyP6aqOOr8n4B/QnqPh1SrqcKUagURUJxFdlWA8/4J0J8Z1bzwMmYXXgYB+t+RfhHgq8D1SWpd6swn4Eq98RDcTT/+RBj92WefQaUgf0I/Fhofkv4lS7RaUAWQ2DOsUIEVmX4Dvh9odXYOHGWvT9dU5PfxAPgQPijBUUkWQAYBT9nGHuMvYPuj2dm0Ot1CUX8jK4NlwydgIn3vlZ0wgz6y85W9f1yRehmir9w3YdeuXZiasfOVB/644nxZtaCee5l8wmQVWWEB2otubua1IClH01FA/eCwSwmcMlw/IKYisA4FhqmYA21CC2eDCiP1iKy10TrGd8rZJf5onIFwCBT9gnAOmJHmBLji4dmYWYBvYzfZOVNKIhquQY7XyJ3wlD2RPhUgXJ7QqRJ7JWK4hGUGA+ZEHK8nFElBuDfbJYkcYCyUkUN6FyOhnI8e3U2PL1++0Gra96P14N4wtn3lu3dNL0+GsEeNIgz72WuLHwTXPLf/cvrh7eLgwZ1brlzbMWvuU9e0Z3d3LKJfLb9ySEuWYefyFf/T1OJoD23cFOu02CIFVbHSqlmBQNRgMBcVVIaLndFqc7FDVirLKmpCY3LRJjTa7CMDgVFWm2w2Fnsr7JVdHq9fFDo3tkam1eTYzJMWra0vHxYxFRvNjg2PdEy/fRrdcAo2LWqavuPt1eNvmOeMj1m9ih58+GH62ei23OkzoPpZk/k++tnba6/7EEI6B9abyShwmg3fY1izcin9/d13nR07Jq/BNmP7u6tGbVoTxrZmCdC+rOnWDZHqa+5OZQ2/qX71YF+Jt/2ap+YKS19pGW9talmy9Efrf+XyTJnT9XF7pNoaHDJ33rTiyjI1O8/hGD1ocIfH4bEIQo7TXNzm97eYkN7WVwpQNrbU5RGg0ufrCFo9TotkLCpzz6wdtjRkyhl5ycpYtKPaYM+rGVKe2NA88apYfs7yB/tu/ubdm25cc+S+pVb38q2T76FPrt+wqtT5P3t2wfKf3Pc7lyTk3PIB/dPuffR3H17fL78G1FQkm3SRK8mtun+SkekYkmlQfZwGodgwz18ZuGR2hjIsMslG6ybBU0osLdcopR6IhlCKOOnkHAJ5khhPcwrGQ60utMviiDIZtqtR+z13FroSbmehu7nK77AUOiyWaZ7yeKk7N7z4jnfWLHx47ZSgoaA0mPBGNtzaNsSSV5yFU1xQwNBomnXP3Nj4sfeDAew5ZeXDWiIWn2XY2urC8mGV3j8f+tmBl5oc4REL6l0tcUu0oCw8tLO2aoakZZi8QKZZSpJDLomEZ7a0Bkrt9praSkt+a4k7UT1kZHD4dT2dYf/QznkxeygSCddY3ZV2VSqyhKqcan52npovIXlJLrlhVMfDyetOz3NFwoMToXJRNucb8wfXTq65du9WcVFTT/TK1bMbLD5HcsWgWZdOG1Hhx7I3Im7E1evIIuxxF07qPDmExqcpz4AzmadcQjyB6tYlYj/HQ4ov6A3kYTZwiWWghiSc/C0i2kLybrVo7MgZI5qceWWVy1auW3X59KTZjGrEYLK6/dHS6IqOkWaLZ8Tw+gKoV6zJoTPGTxlalyWUt0zpmj11mMUiFUSi7aOmjh5TUlwkmpxFRuNJ1dE4qDR7zPCRjzz89E/v3TDbqQ4ScwaHp825YdvB+TM3T01Y5NxcVaH/T1DtDrfL5yrNNgtFrpxcKPRW5pVXi8+m/ibI2ZJsqR6+dOS467vaqrz5BoRYJb+wItJeXT138rjGqpzst43uJSseeuCN2ROuaHILeSVFWYTzr1uxb65EmRxErsPesavc0RxkIiahmmdMVERbmhk5KI7AvICBgT/Mw2xte5qo9N9HosV0rXWATrSmOUz/fVuG3sTVYREYf8P+hVctnzjuig+fR/ptGl7Xtf7uSVvXtY2a//JD21dPraKLmry+IU0dU5Z0utzlbktBNNE1v3Kwp8RRVBP1eYuc9fVTp63atmRZfUMi1jVj4+yWeq+npfXyCdWhQqfDVlJWFff64tHp6w78ZMUqsXXxFQv33zC+MW/Isl0v/GF1x7QrNk66e31XXXtO1dTV2x96ef4c+uuOy2cMaa4IFjsdFqPRnI/vCHnL3e6WkM1eXl4dCtcitXIGB41tm7toRGswUGI1mzyu8NDBVXabxxOrLSxCm659/LiaoaEQtweQ5RGF8dQoYyg4P3XrBvdKJbIuzrlCQiWYuFbiHc88/0hU0IpWNHuwyM629liSsSCaHHbl6FmDtd66FfOSoCKieWaOKjAYYG+sXSLFdeUGT1DfY+7u9oraCkG75IFvNsumak9Jx84p0/b6A+26ifIebFUj6mruLQySWjKUjEG7bDPWMo7V0octikQHxwqwlmmr117OzDOFnfnj3DxR7ajjWJJ7Xqx2CayOOHNFKcSrMJd51GLVfWuAGpvzyIydh/ksCGgOuQXtItYVaPUE/aLdwc5dIL2VP9iV3/nCoc581+D8+tvuoP9oDYWGDQuFWmHE7NbW2a2Cp7JhUHXZ1NSWx8D36KP0o8cepx89+ij4Uh9X1EwrrRrUKFfjQAyt3lcfyrvydfolPU6/fH1NQWll0dqpdVNLDv51tmw226ChcEpd25IlbTUT60R6evyfniqZFo7PjouGfFdlfmdnfqUrvx6UUCsW39qq70OhIWW1gxqCQ1KLu/cvXXagu/vA8QPdwn01JeOGlDcIHaGWUHUy9XSiqzhcd9kLGydO3Pj8ZWjPRob5pq6tDswzwtv27Bx5zKC6JXctqR4faqbX5MytCMVns/nJUFNFqSE+ksDxYA4uZsaLfDlIGIIKRF+K4N3msKmyJ2MzBmOOhH5Tmmz32701ALPvnzNSmx0HtWZEjfzmli1vSfcjLVJn754zZ/dsWHI/XpaOzLb7bSEvLZv1k5mxrh+POHLYU1PjgU82vfTKpqXV1x7p2jVr5s6u39WGjrHrRK8jW5tBuc4n5Rn7gS+Q6f4HtkSGfJetkzkg4UIjIeFQkOln1sbQUPhDoL3bT/9A/+Dvbg/AEtnUMKLBJKt8yeKIvnx2hK1RpPaxDPRD8PMHdkilPl+pRHSf4cvIDVv7168chBhFkzEnYTNCzCHcBj2pL+h2WC5YKKYFCyxP/VPIp9tTX0APvR2u2J36MvXlbrWVvksPQnnqBfDR5+m7EIUx9CP6sLiX/hHGQvTMt/S9xavpq9CyejFvu0DIWWUktt1FRvK2q6KAqpiZRCrkgW6xMWue8Uec32ztKGFGxsiMJZ1VMkuLe2094RaQ35jRaI3OlGXFWlTjOm2QVboub7A721qWX9ZcIZz0yk5LaoWtVP6301pa9pG1WBRcouSy0H8W+3zFMDTbXqCS+fMppS1Wq63CZhYMtKEgV5TVygrZ5qiqKqErf2Evc5v7DIqMclKY58wz7Mq1+rzFwWJPjoXjFFt7YmttA63ZAQtN5HsXltIrSRzrBJRavl7H1pHQmHUg1xEjQi/z7TGLF7OnNE2T0BxGZoQcISNLWLLC2FIO97IZIbPIKuFUSBFKxHe6GaApmEwRtobXzs5JZv2Ky2EZ8ad9xhnrgLmM9ZVVxCY8kywmNB5NYh24QH5x1aoX6Rn6MT3z0sqVL8Fda96/r6vrvvfX7KJf79wJWX+EwV30GZWsfEnPxLKj3YIPvnRmZdfO458f39m1k35N38LsEqGz6H93wST4gy4fWCfC13lNeO5lOGq3iqxXPawzpW6+UqwxL8DJPZLG14fp5yf3MM605yTrk3PtyibFpEr3PSJnjNhwszBnni5W3B5PjxcbKh8rLCKj0jmNmyZgZ7fH+rgFLeI+1etE5h9I4t6paGfYFNK0M5iNZUixvbA/4KSE3YdezHl+XVxkMGnEutSi5a+KjEclLHqJniaoDUfQICqBuh+qqoRlKaFIibrsSV4GYdahw81drd9ZY+lXIBhUrFFxTqgInsEqCW4H2qeHvqvyhOT013VgTEAxykYlaUIdN5zhacQmprdM2pNOR3Az/VBPZ549FyrAasyP39MASvQ87B7faPqY2Qvku5oCMT0ggc+PaTBNvVq9GtvjRoQDB6DB0CJAAtSAN5+vf6qQsIeHIuzCn4SyWamT5U2NQW+OtV745jmhbL+/O7C/0GwufC51Yn8A036hnufy15TmGUORKdKL+1MnnvP79xe1thbuF8owecDf3T83Oc4XkBLsOxVQS7MoiHK3ZEZ2R9BqQQRDDYXYh4aG6d4X0vMH6iFr58q+lesPf3V4PdsBNvgfKzN3cOrseuFeeCd9c/16kvG3p8viLb2gOJIuKg+sdkvMY5NN8I+LykyN6n+nQdDEldR0Ubn023O1MvA+FgfEe5SQCu6L6zfTfrAeotZvZwn/R3UUcm6FI/V/1IvrNwKVBqK8T3KxTqWIbtUstoJBW9AIcayKaATe8UZgnuU4mhpx7kQVOO9C/JThDJUX0q+Q93x1GVXg9GWQA4Mhxw9r6Nbxr3/w2jh6K1wx/vVly16fmCLMbXeSvjqPY6uMT1J50erVi+E0nF68enVfJVwJqydMnTKB3kq34hFe3aM/cFKIcXQ+r84sxsXHZx0Bb5CtJyms7kgrE8xiTUDQ4oBggjUEbYkM3vs5c8QGJXS+KZEiDzynnBQA5vKW3P3zXdsv6Vj2ejus+X3oujPkOo028mbd/b9vp7bwasB73bc9sow3raVn6Mk9yxBy4DlP0Z6Twgm6l7Vp4nbvlAlw5QfwMX8DvMEauDf1Lm/4191LeBNf7Zm7nIMxCAy09DgU7H/mxsP6GQGVUS8kNdpLezVI8h0k5QvONZYnvXbL1wXOf4eB9PWKSa2vt69XE5N8JybVC841lofJqJbWKxbEsxiLHrJVGmJ+fcVNZT3IsAqRSo70O3Mj534y0QFH07GnPQYINEwhOM+mAV/TwUfPofDMCEX7EXTxrzfFTRABj5mN8wYoRd6wgxjZfLXgH8jFoBJafpD6qf8gLRfGPfecdC09kPoMxtHnBAe0geBIfcawRecLGnZtFp/tCLxB5gRHra9pfUQTccIoDDApc7ineqGXJs/xY8YXjNyfYgT8M3kYi0jhT8TfaUzz8KRetmNVJRLvv16lF58zkDzGdIwCm90OHIoaQfWjPGIf9fZpNClqqSfmClNTe7W5ybkajMf0XAVL79OgF1vO7vXN5fdy2a00f8K3syE2ZkKoVOQ5jPYgDCVT/ElWFegdiDc5OLc5g+ZxMJ6oUO4zhVGNOQFPsiBQBT4zM45QzQLR11DazpLDdPdvj8A2mAwlb6w4S2Y/9AX9hO5/ctXeVfgnZ0JRfgvzD4tkxRv0L/QpesWRJ6Edir54aHafxvNx3U5krMdZ9RXsDSeP/3GhPuE2KU7RFmQW/VOzGDwW9d3KvOiVU7891bq42eHwCd9UrrpiVSX9Xz7vfh+lf4sIs0ZpcxK+5LTueun9UWPHjjp9hM8qiLE1ECwvs25iQ2yI6LyGoQLaLglub3IkQ1BD9PUwaLA7WOODakgQOI1SvCwajv66nf7q1ekPbW0EtAoCsS3jWfATbmi+tsOQV6//dCa7Dr6pC77ijZVQlB4/FupoArQm/PEhJ4UytjDz+LGFM9kFKA+X0lree3osG48Rq8xEiOWBl3F6nFZ2Nw8V83n7A8L4XOM0mQeGcQTXWKpn4qRVOG80dmRhYSntaobtVzNsYDFggjaxZ9WkNNl6jTazM4FsZPMC7lCYbOSRQj32EMFTZVgfi5rRhChgxRfYxXKuOWZOokvokkkzd8K+G1988UZ8s0qYNllzFG/APZOOrtkFWSnni2B4kQWqMTyby/BMPsGmEJIJHyQcMucl9IR2Qj4xN0Vgr9aLY4UyaiD9XIoU4WCx8WJHA/mG6BtwRyPTbSmuCgdwBgsZhO8I4qzOY35uhwkHkTWBeUAcHlMZChiP3jCh6MOf/yxon9aM8P/+4ZtPPTZ/vbyp/rJRf05plvfHTFr45Ap2TSnF809DqzaOfIb+o4qetm9+A8Rbd4GdTrj8jUdG4/OW90f98vI1h7eVgoI3aYrZJCK2VdJ4a9i01FhMY7qeDH9YJ7D2cUn0p3OcQfOkD5/rIzyQkCHNVCFpYH2mcjuzjM1yzg/SB3BI6fVLc3q+CPX0P7BdoxZYIz2UTqzqG46CwYbhn7t7enb3yA/QMsq8pHtSJ/Vjyzx2F8WHHuphWc7jJirnswxfeJjewJkp87g8NJXwCO3n5iMicfqqyIPzBk5Gwl7FdUr63RmmnNCZMknjjvmCoz8dWaszZV39yFzxeLgSQrMRybPPxPII+7jyGPgH6cBRFqOaUUM0qZsDfJ/EyrH7OAj8CdAfpPphn06MJU6bmUbS33qGW5QswJcROkbEicps0RJuz+rqMBpvgrQfi/uYuH9ywOKlqh7a2Lq2KvTiFXtOFkqE22U7yjwbD0WqL9twck9LK5+bmgqqnI41tlsZ/w6yiREMRIeylUERablyoL39s7Yj7bSBnoA3oa3ts/ZjbTP2niV75V3tR/EWjKEN4Ga3juFZW2rHXiAMkIHpLpnRKPVc/4t6RWS9Qtyn+Dv57/KTXNcIWHjMAxKBL6hlOkxn4b/05/IT1EItnTBdg+ncD4kT7HeKpj+Dcx7JLZJaiUynP2cRvjB9OrXIT3TSn+OznfAFt+WTCqsHY3RMQQJCRKo3haymV2a6WEBqk+T5GJYkWT6sixGzcS+BkMSfxhQ2JlO9/bERIlaPRbqiBIs8VLmPyyHgDMWq6fdQttkkzdxL8wRZ4+HexCiyymuMlDEJOEMEPaib8/gCdiJrysX2n48EUbJrUOckuCVIMvYe2xIRm2/geWSAPfh950I/mUplUn3ahYn+4PJMdPn3pHjXCNwPwn0ZrM4XrcpnkIXhmKw7ZPhe940wRwnznvXxaxILztHSs13EW2kc4e9n+BW44P0RpnBtvtiAcsQYM4ThXFEae5GWKZCzMuYFzJSJFh4zjM8VvJ+ZuGd1H0LGD85wpljHYqbP5fQRPFZBYQQwBIKIz/AG8UMfDvJNn91xltzx2U0KBw7uCdePqXfupf/5RSn9N+SW/gKyGU0k+rxX0lYcw+c0ADC0GggCLuhHAQmrx8KaAeWGtxYbpwdTK8qhjVUdo0t1UBCwajp2AXPbMD2CB7d74yFHpSuNEeewp7wfe/R6fF/p6ShNkqmDPqznl8zhSIfO7yhT4N9CMF5l5B48E1va8qhcXyMQI0bgpGWR+8z+ZO6I1B9mCQE6S2AjRHHecY8cKvB9/MZ5Pqx8piZKeXAK7nwx/l0AMKjFPGcZy2bDcpWaYrORvZvF1+nzNj3mJj7iTEM0IatNSzOrWyCa4BaLwk2LZEZ0+4gYDof7DjN/FBMlTZfnM1ha4s4EszQFRMs96lx1LqniKyuqX1EtapARxaAlEJSDzH5MBBNyPCEmHIjKCYdod/gdqh3Hmgu3PazObaS/qWm2b3l7qLPl7S22plr6m8ZPDYZPG6Gutsm25e1h1mFv32pvqoU6dplu4vArnLrV3lxzLqf+gtzsJL6huUbP+qn+4lvfwheXcewmF/gYrGjPn/dVCXAnvwpxv5Ux4AQoF35fIoU3n9qyaYNwaEwf4anUyDEXfWySOrzl1OYxqZEbNrGjcGjDRfyh+JxeKc/YFQiobPaz6S7r3CGlHxgLQhgmTGgklB79qj6532E6mM3uc7Ki8yiTzhLZ1Yyql4kO1Yxb93MunpN9laN/mdP/vUcG5/VwKBFvnmbFkwzeD1h/yORFMmRh4ql/Y6OXmOIKov/bFDLg2xQsLf1tigg8eN7wvZhLBmCu7gRPY10adLFzDAiAp/UZi/tvMqDLqypyPGLvV9C6YpjLMdV4XjGe9G9AcUIaXIX+IoFXG6d+pmj+lQ/2v6hliseHsN2s9f3VuFDuLBfKnZRZpIux+N4IMrcL5U5YrKP9Xtqr7b1I4MK8mL52Bi00rcfOK8/x3V9PMc560RdUqYG89YKCzhw+z448r4zId5ehr1zjrHLw5WoGtOxXCpEYj+j6nvLhFX9Hx13P/Wz2TQsripyFRdERxc53TeaRU76vTkJD4+RVyWGXPDe6oKDEV1LsHVxdNazBW2q1VUfT3xnoNq8u1eynotwwRwXH3BPUjcPmhhMX5GUZjSxvCkdeIsxhz/Iy5kPdzJ+R8YMwpmMmdnwigoZBxIJb0Oe3oGUXKWZJhVGNFHt5J3TQ/3e8Ukt93sl9kVrnUDyTeV24H5NnTKf5mo6Kc+db5Sq2ksEs0BbBXgaJFnChtsbKrx/bFLzxhZfHPvDA2Jef31jRPBZF9rKRv3rzvpbBI++9d+TglvveenUk9zMsghPqTsWNM1j/0oz5v0RQLaKDObSDwtLj9AjUHD8iHTl+5MhxqDnT/Q2Qb+SGbcihG7ZBA7y5jb5J39wGb9KyFom0MJuM26dpP1ARW/0xCjFUtGjFXRQQHTsXwK47iRREFZGHgqvnvO4xpt91F63MYYR583CHVPZcDu7T73f6XlyP0h+uh+2Hy0/9XyVr5DvKLPuBMi2o/oPqD5XaB6/Nojv2d/1QySg+r3WxTAxF0zIqox7Dck1GgQUtmIKowpg/zSRwrycDYJGgHtrR9uLCsxyP5STzjtJeLsLsYz16bEfbOKrp5+l4CR3X83iM+MC3yhe8i3zH8+d8DyLrk4wu8vLgKNFnCvMAC44eEhfyUSvb21eOGr2sJdLg8zVEWpaN5leA95SMM49ZpGwT+1MDMI7zo2zmpYE0iPMSWby2J8iX6oF7RhhwSxqbWA31q1JklT9SxMy8FFePUvqThPatiZ6e8lmXhrWB3In7Gi4cUhbg6MbOkT0x/tmiwg3hPr7ffArspzazVVLkHdJ5Y6jpkbWapn/fwHSxPB3bUECcPP7Yw1FSUW08BMXnYa44BqGVUKQnfaiTFn+1cuW8Scvn/eVXdDKQ6xfOrKu7fM32y+a+q2ijRv5k8Y15atFNK+9/Rnh+yOjW0lLaQo+Nn3QbSfvRiZxZH/aJEdWTiFh8CY88Q/tSq6DJCnZA85IbVFxzpn3eGucW2QyDWD9nAkvAFGSBpZxdwP60PkbB7T3LsVLS6UrfO0KyNzUX3ExAjP1x44w3GEkOj9+24Qii7reYPBb24QSTtkEAumdY9RsBTXpNN25A+5aPme5uAd3FrH2rcSKM53KaGFMsPeN4YSMMGmdRGjczmLNNO19Pmsl/na/DHEFFHcrDR4OJGiEfaoShqmMolEGgBvKl4FBwJIJDhUBQdeBfvsgy4SnqugTCM8+YyBfK8BomyiAfEmoZqIl8Q7ASTxwJfKHkUGtkhYWfOmrkoQIS56ECPi2pmFXENzryUeouVJF5opglm1wCeQ2SbUq+r6iwPloRBJBlR64l1x8oHu4szHXIeaUOZ6RQzK0xFNoq8setlqweyWZoHt+sFOSE7O6RrqXz338qUOv21biUkuza9vJEbrDYa/F4jKXZ1vb4YDkvO1TgLMvzObPcTkNhKFinlDbmDwpWocFoAIOcJYPT9aMPNklZ2cPdWWqewZBvzW0OCvmWEXVeo8FjqKktExwl4Ypyk+CRBl+kuP8jKRZk2H0Tfv90VqTIYLGJpXF3QjX78qxOH2Sp/qzmuKwKdl+2scIp2p1Ge/b6dsEkZwnGLF9ps8dmNRlM4L8ZcgwGRTWLDrnINjjfXOINOEzmrITVYs8xFagWi5xvslgLnc3O2opKt6vSaTRPrC1oNWWZchzloQVT76Bnny3PuWVoa31JQaxFzjaquebiItXutch1xoJsydI4bERZl+wwORWuQ/eKbnWulPFBXsTj+/m875c33PDLG0Rx4EE6cQM/DvhLf1PI/C69DNVR5g3kG03sFfv9NXhiYHOFxEwg9iLq9yXZM1KSr2XhdeQa/KqB9CW5HyeZXucSOH9hl/V3DvQBVJBaUq9/C65HLiEn8+jfhKe//jEhY4sPgfSl8vSEl9LEDpGmkX/pfZY0jmK2cGPg6pu6d/B0n74WKbSnA0ZGrfE+yPRGtyb5vGtHMuQLdbY6qH30ju4HvWtG4QU7z7s/Q5iVftvi/P9XIK1LMos7mW/kgejapI8wA15EBU75FZGBBLOccKMkkwLOw/Q0x7cExwCN5OrrIUYRbWIItkh8xdTnDUIsGFDyQWGxXA7d3VgG51w0BD7DAv/t94MfeJSf+Os4tiNODySdXf5x/m5/vqDl+zGV70xqT8cCgZhf1agDaWeuvzsA5aJsGz1l42kaG9feHYc2LenMx8z6U92Y6nImU//Bh/wxQgZ+pzmCjCMdZDZZyNeM0jGBLZBgQYEeU/8VFmPLhnfABf6J4LnRZl4fPGZAvT/y54Kj2j/U7bH0sI9qPIsaL51kqznpJAuiSeli0Jc2084/zNHHnQvCg0iqPkqfj1zrBV977MG0nODpg3tOQkZsUJLoRyf3pNXK6fYBxnB7RnYE7JOTalLp5etpRF+XjxgFEdmugy2PZuas/Kivp1XMFuiqszqTpMf+OppHBuBPX4iSV8dahL4TApceNAenr97GXGLsXPhpegVPgBU4p+7EOeXhay0OHh2QcIHD5ItFYgM62Rax+UwtkOlmmd61mD5IF9IHF9816vXVmpbuO01b/Tr9sd5Nh2c+9ut3Hp3ZtsgC/9EePNcLD2o023KZmEo3WkjLBCETUB50j1cl+57aXAqsrUMgGmRLfOVBpf+COREI+nRvWDQRMPFa4k2X4G4RWFwcOytQ7TY//wSVO8vyBJUvEryX6501PxANXD+Lfr3zJ/Q/M2/AkwUzPXnvsbu9pffj6WWPfwHSF49fhsldJSltZ2rIrH9t6nrijqaKLb/kiwrD2hbTs1v5+5LHH1t3y+Z1jx/Tz7YCLB7bilkmzT0Mgn7tenwVvvJ6/YyePdzVqf1887zlka7krFsmZHxd2oC1bMGTRgtZ0116bN4zniJxxsDGkDIEgH4OwLiNPWLyVgHJQivB6lDtxCG/df99R+gV9Cn6lzdWCKT7pUUQPiRGIpSseANKYDJsO/LF8Zeeof+YwuvwBspCI/9/Nkp53BnnipxEWxMRRWDu1YAQjLjAHZcm7enpmRidGXmh1/rVM2fJM19Zex3vQ/ExUeuZKJCJPZGZUUomFRykXw6iX0LBICg4uPngwXRMs4gtHbimJpP0mtq5b9QdGQ8Od3yaBqbVdJ8M2HMCldkz6vRd1yH9XMZO4P2dnfluTv+xcAGGt8yXzoi1nmL9zb/ZI7xuRraKBqJHFv345xFRifHIBY9E1tKtULUW7ejoOqiiW9ceFZ5Ivf9+6njq+Pup94Un5E/oT35H93z4Icz7nYhmCP1R6ka4ha4VfgQ3Zv5PgUwZmXgITzGgCT/gJUePork/4MH0YtzA+uUPfFrklbzwHUczVbz4ZbSC1Q8Wp2P3uK1mR4ZfyfxPRpQutprNcdrDo82Z3KmBIMIyuwvhhN3BfNYKH9Oz3OzqZoPBE7PGDJp+wx591beP6GeUcWMOZFwtA0n/hyxN18zv0q9TnoYLvz8MoCE/47uiNvkn5QEP/2KAfy4QcTvsCd0cKfcNuByWHHZLmC0k6zf457L9dzLf9w/85EhcYfeYzB/T3//0ydqyImHwjo1gfNN2RemgQRvp/qeferZ+UKnRt/Wen0Kgp0RzBApr7qRXH/77oeLyunJDYM+bv4S564ou/IiJl3JmsbuwsCj75gpj1OExlK3L+2JQaa1j0rS6/CbXoGz/+OEFaBkGChPO6Z0JQ6W3PJxVOXFM3oD+EHnEaBGTaB//Txb4grvoy7ANWwIldJdQsqvvUmUIraYPfP4XSpSFp8/ApZ/B4/LjtBqOsg2OnXmJDmckQ3orNVyceWbH0aMca9L+ovQa8kCLkqlg3ag5L/qSmzNs9vErfP//ATHKtuMAAHjajZA9TgMxEIWfyY9EhBBFDuAKhSKON0m10EUKUgRt+vx4ky3wRruOktByFlpKuAT0nICOO/DWsUBICFhrPd+8Gc+MDeAYDxDYfxe4DSzQwEvgA9TxFriCU3EeuIqG2Aau4UTcB65Tf2amqB7S2/pTJQs08RT4AEd4DVzBFd4DV9EU08A1SHEXuE79EQPkMJjAcZ9DYood9xEy+pa0QcrYkjSkZsmlzbFgXKILBU3bYobjWiFGhysJuclnrkJBT1E11M+AQW4mzszldCdHmbFyk7qlHGbWDbN8YWRXadlaOreKO52EalKqqkiUNY6nL/14hsVTzHyzgqKxJk9nmSVf+/ukWOOGjpmna9rfrhDz/6nqPtJDGxHz2szXpD6LfZs1ll/d6fTakW53ddT/x6hjHywYzvyTa99BeVtOhrHJizSzUutIaa3l3zU/ABw5cLgAAAB42l3SZ5MVVRSF4fuOBEmCiZyDiInb5+zTPYOkgWEIEpUgQUkShpyVoCA5Jy3/LlBz3/ED/WVVdVU/1XvVanW1Bp83rdbRd0Hr/ee/wbdddPEBwxjOCEbyIaMYzRjGMo6PGM8EPuYTPuUzPmcik5jMFKYyjenMYCazmM0c5jKP+SzgCxbyJYv4iq/5hm/5jsW0qUhkgkJNQzc9LOF7lrKM5axgJb2sYjV9rKGftaxjPRv4gY1sYjNb2Mo2fuQntrODneziZ3azh73s4xd+ZT8HOMghDvMbRzjKMY4zwAlOcorTnOEs5zjPBS5yictc4Xf+4CrXuM4N/uQvbnKLv7nNHe5yj/s84CGPeMwTnvKM57zgJa94zT/8O/LymYH+qt02KzOZ2QyzmLXZmN1mz2AmvaSX9JJe0kt6SS/pJb005FV6lV6lV+lVepVepVfpVXqVXtJLekkv6SW9pJc6Xvau7F3Zu7J3Ze/K3pXbQ981Zuc/Qid0Qid0Qid0Qid04n+nc0/YT9hP2E/YT9hP2E/YT9hP2E/YT9hP2E/YT9hP2E/YT9hPJL2kl/SyXtbLelkv62W9rJf1sl7WC73QC73QC73QC73QC73QK3pFr+gVvaJX9Ipe0St6Ra/Wq/VqvVqv1qv1ar1ar9ar9Rq9Rq/Ra/QavUav6XjFnRV3VtxZcWfFnRV3VtpD3zVmt9lj9pqrzNVmn7nG7O+kuyzusrjL4i6LuyzusrjLUjVvAQpVcTgAAAAAAAAB//8AAnjaY2BgYGQAgjO2i86D6AshzNIwGgBAmQUAAAA=) format("woff"), url("Genericons.ttf") format("truetype"), url("Genericons.svg#genericonsregular") format("svg");
    font-weight: normal;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Genericons";
        src: url("./Genericons.svg#Genericons") format("svg")
    }
}

.genericon {
    font-size: 16px;
    vertical-align: top;
    text-align: center;
    -moz-transition: color .1s ease-in 0;
    -webkit-transition: color .1s ease-in 0;
    display: inline-block;
    font-family: "Genericons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none
}

.genericon-404:before {
    content: "\f423"
}

.genericon-activity:before {
    content: "\f508"
}

.genericon-anchor:before {
    content: "\f509"
}

.genericon-aside:before {
    content: "\f101"
}

.genericon-attachment:before {
    content: "\f416"
}

.genericon-audio:before {
    content: "\f109"
}

.genericon-bold:before {
    content: "\f471"
}

.genericon-book:before {
    content: "\f444"
}

.genericon-bug:before {
    content: "\f50a"
}

.genericon-cart:before {
    content: "\f447"
}

.genericon-category:before {
    content: "\f301"
}

.genericon-chat:before {
    content: "\f108"
}

.genericon-checkmark:before {
    content: "\f418"
}

.genericon-close:before {
    content: "\f405"
}

.genericon-close-alt:before {
    content: "\f406"
}

.genericon-cloud:before {
    content: "\f426"
}

.genericon-cloud-download:before {
    content: "\f440"
}

.genericon-cloud-upload:before {
    content: "\f441"
}

.genericon-code:before {
    content: "\f462"
}

.genericon-codepen:before {
    content: "\f216"
}

.genericon-cog:before {
    content: "\f445"
}

.genericon-collapse:before {
    content: "\f432"
}

.genericon-comment:before {
    content: "\f300"
}

.genericon-day:before {
    content: "\f305"
}

.genericon-digg:before {
    content: "\f221"
}

.genericon-document:before {
    content: "\f443"
}

.genericon-dot:before {
    content: "\f428"
}

.genericon-downarrow:before {
    content: "\f502"
}

.genericon-download:before {
    content: "\f50b"
}

.genericon-draggable:before {
    content: "\f436"
}

.genericon-dribbble:before {
    content: "\f201"
}

.genericon-dropbox:before {
    content: "\f225"
}

.genericon-dropdown:before {
    content: "\f433"
}

.genericon-dropdown-left:before {
    content: "\f434"
}

.genericon-edit:before {
    content: "\f411"
}

.genericon-ellipsis:before {
    content: "\f476"
}

.genericon-expand:before {
    content: "\f431"
}

.genericon-external:before {
    content: "\f442"
}

.genericon-facebook:before {
    content: "\f203"
}

.genericon-facebook-alt:before {
    content: "\f204"
}

.genericon-fastforward:before {
    content: "\f458"
}

.genericon-feed:before {
    content: "\f413"
}

.genericon-flag:before {
    content: "\f468"
}

.genericon-flickr:before {
    content: "\f211"
}

.genericon-foursquare:before {
    content: "\f226"
}

.genericon-fullscreen:before {
    content: "\f474"
}

.genericon-gallery:before {
    content: "\f103"
}

.genericon-github:before {
    content: "\f200"
}

.genericon-googleplus:before {
    content: "\f206"
}

.genericon-googleplus-alt:before {
    content: "\f218"
}

.genericon-handset:before {
    content: "\f50c"
}

.genericon-heart:before {
    content: "\f461"
}

.genericon-help:before {
    content: "\f457"
}

.genericon-hide:before {
    content: "\f404"
}

.genericon-hierarchy:before {
    content: "\f505"
}

.genericon-home:before {
    content: "\f409"
}

.genericon-image:before {
    content: "\f102"
}

.genericon-info:before {
    content: "\f455"
}

.genericon-instagram:before {
    content: "\f215"
}

.genericon-italic:before {
    content: "\f472"
}

.genericon-key:before {
    content: "\f427"
}

.genericon-leftarrow:before {
    content: "\f503"
}

.genericon-link:before {
    content: "\f107"
}

.genericon-linkedin:before {
    content: "\f207"
}

.genericon-linkedin-alt:before {
    content: "\f208"
}

.genericon-location:before {
    content: "\f417"
}

.genericon-lock:before {
    content: "\f470"
}

.genericon-mail:before {
    content: "\f410"
}

.genericon-maximize:before {
    content: "\f422"
}

.genericon-menu:before {
    content: "\f419"
}

.genericon-microphone:before {
    content: "\f50d"
}

.genericon-minimize:before {
    content: "\f421"
}

.genericon-minus:before {
    content: "\f50e"
}

.genericon-month:before {
    content: "\f307"
}

.genericon-move:before {
    content: "\f50f"
}

.genericon-next:before {
    content: "\f429"
}

.genericon-notice:before {
    content: "\f456"
}

.genericon-paintbrush:before {
    content: "\f506"
}

.genericon-path:before {
    content: "\f219"
}

.genericon-pause:before {
    content: "\f448"
}

.genericon-phone:before {
    content: "\f437"
}

.genericon-picture:before {
    content: "\f473"
}

.genericon-pinned:before {
    content: "\f308"
}

.genericon-pinterest:before {
    content: "\f209"
}

.genericon-pinterest-alt:before {
    content: "\f210"
}

.genericon-play:before {
    content: "\f452"
}

.genericon-plugin:before {
    content: "\f439"
}

.genericon-plus:before {
    content: "\f510"
}

.genericon-pocket:before {
    content: "\f224"
}

.genericon-polldaddy:before {
    content: "\f217"
}

.genericon-portfolio:before {
    content: "\f460"
}

.genericon-previous:before {
    content: "\f430"
}

.genericon-print:before {
    content: "\f469"
}

.genericon-quote:before {
    content: "\f106"
}

.genericon-rating-empty:before {
    content: "\f511"
}

.genericon-rating-full:before {
    content: "\f512"
}

.genericon-rating-half:before {
    content: "\f513"
}

.genericon-reddit:before {
    content: "\f222"
}

.genericon-refresh:before {
    content: "\f420"
}

.genericon-reply:before {
    content: "\f412"
}

.genericon-reply-alt:before {
    content: "\f466"
}

.genericon-reply-single:before {
    content: "\f467"
}

.genericon-rewind:before {
    content: "\f459"
}

.genericon-rightarrow:before {
    content: "\f501"
}

.genericon-search:before {
    content: "\f400"
}

.genericon-send-to-phone:before {
    content: "\f438"
}

.genericon-send-to-tablet:before {
    content: "\f454"
}

.genericon-share:before {
    content: "\f415"
}

.genericon-show:before {
    content: "\f403"
}

.genericon-shuffle:before {
    content: "\f514"
}

.genericon-sitemap:before {
    content: "\f507"
}

.genericon-skip-ahead:before {
    content: "\f451"
}

.genericon-skip-back:before {
    content: "\f450"
}

.genericon-skype:before {
    content: "\f220"
}

.genericon-spam:before {
    content: "\f424"
}

.genericon-spotify:before {
    content: "\f515"
}

.genericon-standard:before {
    content: "\f100"
}

.genericon-star:before {
    content: "\f408"
}

.genericon-status:before {
    content: "\f105"
}

.genericon-stop:before {
    content: "\f449"
}

.genericon-stumbleupon:before {
    content: "\f223"
}

.genericon-subscribe:before {
    content: "\f463"
}

.genericon-subscribed:before {
    content: "\f465"
}

.genericon-summary:before {
    content: "\f425"
}

.genericon-tablet:before {
    content: "\f453"
}

.genericon-tag:before {
    content: "\f302"
}

.genericon-time:before {
    content: "\f303"
}

.genericon-top:before {
    content: "\f435"
}

.genericon-trash:before {
    content: "\f407"
}

.genericon-tumblr:before {
    content: "\f214"
}

.genericon-twitch:before {
    content: "\f516"
}

.genericon-twitter:before {
    content: "\f202"
}

.genericon-unapprove:before {
    content: "\f446"
}

.genericon-unsubscribe:before {
    content: "\f464"
}

.genericon-unzoom:before {
    content: "\f401"
}

.genericon-uparrow:before {
    content: "\f500"
}

.genericon-user:before {
    content: "\f304"
}

.genericon-video:before {
    content: "\f104"
}

.genericon-videocamera:before {
    content: "\f517"
}

.genericon-vimeo:before {
    content: "\f212"
}

.genericon-warning:before {
    content: "\f414"
}

.genericon-website:before {
    content: "\f475"
}

.genericon-week:before {
    content: "\f306"
}

.genericon-wordpress:before {
    content: "\f205"
}

.genericon-xpost:before {
    content: "\f504"
}

.genericon-youtube:before {
    content: "\f213"
}

.genericon-zoom:before {
    content: "\f402"
}

.icheckbox_square,
.iradio_square {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(../img/square.png) no-repeat;
    border: none;
    cursor: pointer;
    position: absolute !important
}

.icheckbox_square {
    background-position: 0 0
}

.icheckbox_square.hover {
    background-position: -24px 0
}

.icheckbox_square.checked {
    background-position: -48px 0
}

.icheckbox_square.disabled {
    background-position: -72px 0;
    cursor: default
}

.icheckbox_square.checked.disabled {
    background-position: -96px 0
}

.iradio_square {
    background-position: -120px 0
}

.iradio_square.hover {
    background-position: -144px 0
}

.iradio_square.checked {
    background-position: -168px 0
}

.iradio_square.disabled {
    background-position: -192px 0;
    cursor: default
}

.iradio_square.checked.disabled {
    background-position: -216px 0
}

.col-sm-3.nopad {
    padding-left: 0px;
    padding-right: 0px
}

#wpcf7-f5364-p4387-o1 .wpcf7-list-item {
    display: block
}

#wpcf7-f5364-p4387-o1 .wpcf7-list-item>label {
    width: 100%
}

#wpcf7-f5364-p4387-o1 .wpcf7-list-item-label {
    width: calc(100% - 30px);
    display: inline-block;
    padding-left: 30px
}

@media (-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi),
(min-resolution: 1.25dppx) {

    .icheckbox_square,
    .iradio_square {
        background-image: url(../img/square@2x.png);
        background-size: 240px 24px
    }
}

img {
    max-width: 100%;
    height: auto
}

.wpb_row {
    margin-bottom: 20px
}

.anim,
#menu .nav a {
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear
}

.logo {
    transition: opacity .5s;
    -webkit-transition: opacity .5s
}

.logo:hover {
    opacity: 0.8
}

h3 {
    font-size: 34px;
    font-weight: 600;
    line-height: 34px
}

h4 {
    font-size: 24px
}

.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li,
.wpb_button {
    margin-bottom: 10px !important
}

.btn-small {
    font-size: 18px;
    padding: 8px 25px
}

.language a {
    text-transform: uppercase
}

#menu .nav a {
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear
}

.navbar-collapse.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.22)
}

.admin-bar .navbar-collapse.fixed {
    top: 32px
}

.nav>li .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 38px;
    padding: 20px 10px;
    padding-top: 0;
    background: #fff;
    width: 250px;
    z-index: 99;
    opacity: 0;
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.22)
}

.nav>li:hover .sub-menu {
    display: block;
    opacity: 1;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear
}

.nav>li .sub-menu li {
    list-style-type: none
}

.nav>li .sub-menu li a {
    display: block;
    color: #777879;
    font-size: 16px;
    padding: 10px;
    padding-bottom: 0
}

.nav>li .sub-menu li a:hover,
.nav>li .sub-menu li.current-menu-item a {
    color: #df4661
}

body>header #nav>li.current-menu-item>a {
    color: #df4661
}

body>header #nav>li.current-menu-item>ul>li.menu-item-type-custom.current-menu-item>a {
    color: #777879
}

body>header #nav>li.current-menu-item>ul>li.menu-item-type-custom.current-menu-item>a:hover {
    color: #df4661
}

body>header #nav>li>ul>li.current-menu-item>a {
    color: #df4661
}

.header .btn-header {
    z-index: 999
}

.header img {
    width: inherit;
    max-width: 2500px
}

.wpb_row {
    margin-bottom: 0 !important
}

footer .wpb_row {
    margin-bottom: 0
}

.vc_row.news h2 {
    padding-left: 15px
}

.read-all {
    margin-top: 70px
}

.icon-arrow-right2 {
    background-position: -34px 0 !important
}

.what-we-do .item {
    margin-bottom: 30px !important
}

.what-we-do h2 {
    margin-bottom: 20px
}

.section,
.bg-img-section {
    padding: 30px 0 70px;
    color: #333
}

.bg-img-section {
    padding-top: 0
}

.section-black,
.contact-content {
    color: #333
}

.extra-container {
    width: 100%;
    margin-left: -15px;
    margin-right: -15px
}

.bg-grey2,
.bg-grey,
.bg-dark {
    padding: 30px 0 70px;
    color: #333
}

.text-tab {
    color: #333
}

.bg-dark {
    color: #a4a4a4
}

.bg-dark.section-circle {
    padding-bottom: 150px
}

input[type="text"],
input[type="email"],
textarea,
select {
    background: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 0;
    height: 50px;
    padding: 0 15px;
    margin-bottom: 15px !important;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #333333;
    border: 2px solid #fff;
    display: block;
    width: 100%;
    line-height: 1.42857143;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.page-id-845 input[type="text"],
.page-id-845 input[type="email"],
.page-id-845 textarea,
.page-id-845 select {
    border: 1px solid #f0f0f0
}

.wpcf7-form input[type="submit"] {
    font-size: 16px;
    background: #333333;
    border: none;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    padding: 15px 50px
}

.wpcf7-form input[type="submit"]:hover {
    background: #252525 !important;
    color: #fff !important
}

.wpcf7-checkbox {
    margin-bottom: 15px !important;
    display: block
}

.wdm-nocapt-recapt {
    margin-bottom: 15px
}

.wpcf7-form .ajax-loader {
    display: none
}

.wpcf7-form .form-control {
    margin-bottom: 15px !important
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border: 1px solid #f00
}

span.wpcf7-not-valid-tip {
    font-size: 0.8em
}

.wpcf7-validation-errors {
    display: none !important
}

.site-content .wpb_row ul {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    color: #333333
}

.site-content .wpb_row .testing-info ul {
    color: #fff
}

.site-content .wpb_row ul li {
    padding-left: 35px;
    position: relative;
    padding-bottom: 7px
}

.site-content .wpb_row .registration-info ul li {
    padding-left: 0;
    padding-bottom: 0
}

ul.offers {
    margin-bottom: 0 !important
}

.offers li.offer {
    padding-left: 0 !important
}

.site-content .wpb_row ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #999999;
    position: absolute;
    top: 12px;
    left: 0
}

.site-content .wpb_row ul.trainings li::before {
    display: none
}

.site-content .wpb_row .testing-info ul li::before {
    background: #fff
}

i.icon-bag {
    background-position: 0 -17px;
    width: 68px;
    height: 76px
}

.review .item {
    margin-top: -90px
}

.search-results h3 {
    font-weight: 500
}

.search-results h3 a {
    color: #333
}

.search-trainings {
    padding-top: 30px
}

.search-form .search-input {
    height: auto;
    font-size: 19px
}

.about-center h3 {
    font-size: 28px;
    font-weight: normal;
    color: #333
}

.about-center img {
    bottom: -100px
}

.about-center .wpb_wrapper {
    position: static !important
}

.steps .step {
    width: 48%
}

.vc_tta-container {
    margin-top: -81px
}

.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    width: 180px
}

.vc_tta.vc_tta-spacing-1 .vc_tta-tab a {
    color: #333 !important;
    font-size: 16px;
    padding: 16px 5px 17px 5px !important;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 3px solid #d3d7da !important
}

.vc_tta-color-white.vc_tta-style-modern .vc_tta-tab>a,
.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    background: #dfe4e7 !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important
}

.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    margin-right: 17px !important
}

.vc_tta.vc_tta-spacing-1 .vc_tta-tab:last-child {
    margin-right: 0 !important
}

.vc_tta-color-white.vc_tta-style-modern .vc_tta-tab.vc_active>a {
    background: #fff !important;
    border-bottom: 3px solid #fff !important
}

.vc_tta-panel-body {
    overflow: visible !important
}

.panel .trainings li {
    padding: 25px 15px !important
}

.training-info h4 {
    font-size: 18px
}

ul.trainings .training-info {
    background: transparent;
    padding: 0;
    margin-bottom: 0
}

.registration-info .reg-button {
    background: #f01615;
    color: #fff
}

.text-tab p {
    margin: 0;
    padding: 20px 0
}

.text-tab h3 {
    font-size: 28px;
    font-weight: 400
}

.important-info .vizual p {
    padding: 0
}

.contacts .contact {
    color: #333
}

.contacts .contact:after {
    content: '';
    clear: both;
    display: block
}

.contacts .contact .contact-text h3 {
    font-weight: 500;
    line-height: 19px
}

.newsletter.newsletter-inline {
    background: #f5f5f5;
    margin-bottom: 0;
    padding: 45px 0;
    color: #333;
    margin-top: 0
}

.newsletter.newsletter-inline input[type="text"] {
    height: 47px
}

.site-content .wpb_row ul.trainer-list {
    padding-top: 40px;
    margin-bottom: 0
}

.site-content .wpb_row ul.trainer-list li {
    padding-left: 0
}

.offers-list .item .offer-box .actions .btn {
    display: none;
    float: right;
    font-size: 17px;
    padding: 5px 10px;
    -webkit-animation: fade 0.2s ease-in-out;
    animation: fade 0.2s ease-in-out
}

.offers-list .item .offer-box .content {
    min-height: 120px
}

footer .wpb_content_element {
    margin-bottom: 20px
}

.registration-form label.error {
    font-weight: 400;
    font-size: 14px;
    display: block
}

.registration-form input.error {
    border: 1px solid #f00
}

.reg-options h4 {
    text-transform: uppercase;
    font-size: 28px;
    margin-top: 20px
}

.reg-steps {
    color: #333
}

.reg-steps .step {
    padding-left: 48px;
    padding-bottom: 0
}

.panel-group {
    color: #333
}

.alert-registration {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 35px 25px 35px 25px
}

#message {
    position: relative;
    display: block
}

.blog-tags .tags .tag:last-child a {
    color: #343434
}

.case-box.brand-background-category-press {
    background: #d158a0
}

.case-box.brand-background-category-events {
    background: #f7931e
}

.case-box.brand-background-category-articles {
    background: #33bcad
}

.blog-tags .tags .tag.active a {
    font-weight: 600
}

.blog-categories .categories .category.active a {
    font-weight: 600
}

.studies .bg-red {
    margin-top: -116px
}

.results {
    padding-top: 0
}

.main-hr .reasons.organisation .reason {
    background: #fff
}

.hiring-steps {
    color: #333;
    padding-top: 10px
}

.hiring-steps h3 {
    font-size: 24px;
    line-height: 1.1em;
    font-weight: 400
}

.hr-news .news-box-container .new-box {
    margin-bottom: 70px
}

.hr-news .new-box {
    background: #fff;
    padding: 20px;
    min-height: 165px;
    position: relative
}

.hr-news .new-box .new-desc {
    display: table-cell;
    font-size: 21px;
    font-weight: 300;
    padding-right: 30px;
    line-height: 1.2;
    color: #f01615;
    text-decoration: none;
    top: -1px
}

.hr-news .new-box .new-date {
    margin-bottom: 10px
}

.search-results h1 {
    margin-bottom: 60px
}

.search-results article {
    cursor: pointer;
    padding: 20px;
    padding-top: 1px;
    margin-bottom: 0px;
    border-bottom: 1px solid #eee
}

.search-results article:nth-child(2) {
    border-top: 1px solid #eee
}

.search-results article:hover {
    background: #f01615;
    color: #fff
}

.search-results article:hover h3,
.search-results article:hover a {
    color: #fff
}

.pagination {
    display: block
}

.pagination h2 {
    display: none
}

.pagination .nav-links {
    width: 100%;
    text-align: center
}

.pagination .page-numbers {
    display: inline-block;
    font-size: 19px;
    padding: 10px 10px;
    width: 47px;
    background: #121314;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300
}

.pagination .page-numbers .meta-nav {
    display: none
}

.pagination .page-numbers.current {
    background: #dfe4e7;
    color: #333
}

.pagination .nav-links .prev,
.pagination .nav-links .next {
    width: auto;
    font-size: 19px;
    padding: 10px 10px;
    border: none;
    background: #121314;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    float: left
}

.pagination .nav-links .next {
    float: right
}

.partners-content .tab-content {
    display: none
}

.team .team-box .team-name {
    line-height: 28px
}

.team .team-box .team-name span {
    padding: 0 5px;
    line-height: 20px
}

.intro {
    padding: 45px 0 45px 0
}

@media (min-width: 1200px) {
    .director-quote .vc_col-sm-6:first-child {
        margin-left: 15px
    }

    .director-quote .vc_col-sm-6:last-child {
        margin-right: -15px
    }
}

@media (max-width: 1200px) {
    .what-we-do .what-desc {
        min-height: 91px
    }
}

@media (max-width: 1200px) and (min-width: 768px) {
    .vc_tta-container {
        margin-top: -80px
    }

    .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
        width: 115px
    }

    .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
        margin-right: 4px !important
    }

    .vc_tta.vc_tta-spacing-1 .vc_tta-tab a {
        font-size: 14px
    }

    .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
        height: 79px
    }

    .vc_tta-color-white.vc_tta-style-modern .vc_tta-tab>a {
        height: 79px;
        display: table-cell !important;
        width: 115px;
        vertical-align: middle
    }

    .vc_tta.vc_tta-spacing-1 .vc_tta-tab a {
        padding: 8px 5px 8px 5px !important
    }
}

@media (max-width: 991px) {
    .steps .step {
        width: 100%;
        float: none
    }

    .what-we-do .what-box a {
        min-height: 91px
    }
}

@media (max-width: 767px) {
    .nav>li:hover .sub-menu {
        display: none
    }

    .extra-container {
        margin-left: 0
    }

    .site-content .wpb_row ul li {
        padding-left: 15px
    }

    .site-content .wpb_row ul li::before {
        width: 5px;
        height: 5px;
        top: 9px
    }

    .registration-form {
        padding: 35px 20px
    }

    .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
        display: block !important
    }

    .vc_tta.vc_tta-style-modern .vc_tta-panel-heading {
        display: none
    }

    .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
        margin-right: 0 !important
    }

    .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
        width: 49%
    }

    .bg-img-section {
        margin-top: -100px
    }

    .trainer-list .arrow {
        display: none
    }

    .director-quote .vc_col-sm-6:first-child {
        margin-left: 0px
    }

    .director-quote .vc_col-sm-6:last-child {
        margin-right: 0px
    }
}

@media (max-width: 480px) {

    .team .team-box,
    .team .team-box .team-box-img {
        height: 150px
    }

    .team .team-box .team-name {
        height: 150px;
        padding-top: 10px
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-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 {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    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("./ajax-loader.gif") center center no-repeat
}

@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: 0.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: "←"
}

[dir="rtl"] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir="rtl"] .slick-next:before {
    content: "←"
}

.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: 0.75
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        -ms-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
}

.fancybox-outer,
.fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url("fancybox_sprite.png")
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("fancybox_loading.gif") center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("blank.gif");
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("fancybox_overlay.png")
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url("fancybox_sprite@2x.png");
        background-size: 44px 152px
    }

    #fancybox-loading div {
        background-image: url("fancybox_loading@2x.gif");
        background-size: 24px 24px
    }
}

@font-face {
    font-family: 'icomoon';
    src: url("fonts/icomoon.eot?2vatyh");
    src: url("fonts/icomoon.eot?2vatyh#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?2vatyh") format("truetype"), url("fonts/icomoon.woff?2vatyh") format("woff"), url("fonts/icomoon.svg?2vatyh#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icomoon-"],
[class*=" icomoon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icomoon-1:before {
    content: "\e900"
}

.icomoon-2:before {
    content: "\e901"
}

.icomoon-3:before {
    content: "\e902"
}

.icomoon-4:before {
    content: "\e903"
}

.icomoon-5:before {
    content: "\e904"
}

.icomoon-6:before {
    content: "\e905"
}

.icomoon-7:before {
    content: "\e906"
}

.icomoon-8:before {
    content: "\e907"
}

.icomoon-9:before {
    content: "\e908"
}

.icomoon-10:before {
    content: "\e909"
}

.icomoon-11:before {
    content: "\e90a"
}

.icomoon-12:before {
    content: "\e90b"
}

.icomoon-13:before {
    content: "\e90c"
}

.icomoon-14:before {
    content: "\e90d"
}

.icomoon-15:before {
    content: "\e90e"
}

.icomoon-16:before {
    content: "\e90f"
}

.icomoon-17:before {
    content: "\e910"
}

.icomoon-18:before {
    content: "\e911"
}

.icomoon-19:before {
    content: "\e912"
}

.icomoon-20:before {
    content: "\e913"
}

.icomoon-21:before {
    content: "\e914"
}

.icomoon-22:before {
    content: "\e915"
}

.icomoon-23:before {
    content: "\e916"
}

.icomoon-24:before {
    content: "\e917"
}

.icomoon-25:before {
    content: "\e918"
}

.icomoon-26:before {
    content: "\e919"
}

.icomoon-27:before {
    content: "\e91a"
}

.icomoon-28:before {
    content: "\e91b"
}

.icomoon-29:before {
    content: "\e91c"
}

.icomoon-30:before {
    content: "\e91d"
}

.icomoon-31:before {
    content: "\e91e"
}

.icomoon-32:before {
    content: "\e91f"
}

.icomoon-33:before {
    content: "\e920"
}

.icomoon-34:before {
    content: "\e921"
}

.icomoon-35:before {
    content: "\e922"
}

.icomoon-36:before {
    content: "\e923"
}

.icomoon-37:before {
    content: "\e924"
}

.icomoon-38:before {
    content: "\e925"
}

.icomoon-39:before {
    content: "\e926"
}

.icomoon-40:before {
    content: "\e927"
}

.icomoon-41:before {
    content: "\e928"
}

.icomoon-42:before {
    content: "\e929"
}

.icomoon-43:before {
    content: "\e92a"
}

.icomoon-44:before {
    content: "\e92b"
}

.icomoon-45:before {
    content: "\e92c"
}

.icomoon-46:before {
    content: "\e92d"
}

.icomoon-47:before {
    content: "\e92e"
}

.icomoon-48:before {
    content: "\e92f"
}

.icomoon-49:before {
    content: "\e930"
}

.icomoon-50:before {
    content: "\e931"
}

.icomoon-51:before {
    content: "\e932"
}

.icomoon-52:before {
    content: "\e933"
}

.icomoon-53:before {
    content: "\e934"
}

.icomoon-54:before {
    content: "\e935"
}

.icomoon-55:before {
    content: "\e936"
}

.icomoon-56:before {
    content: "\e937"
}

.icomoon-57:before {
    content: "\e938"
}

.icomoon-58:before {
    content: "\e939"
}

.icomoon-59:before {
    content: "\e93a"
}

.icomoon-60:before {
    content: "\e93b"
}

.icomoon-61:before {
    content: "\e93c"
}

.icomoon-62:before {
    content: "\e93d"
}

.icomoon-63:before {
    content: "\e93e"
}

.icomoon-64:before {
    content: "\e93f"
}

.icomoon-65:before {
    content: "\e940"
}

.icomoon-66:before {
    content: "\e941"
}

.icomoon-67:before {
    content: "\e942"
}

.icomoon-68:before {
    content: "\e943"
}

.icomoon-69:before {
    content: "\e944"
}

.icomoon-70:before {
    content: "\e945"
}

.icomoon-71:before {
    content: "\e946"
}

.icomoon-72:before {
    content: "\e947"
}

.icomoon-73:before {
    content: "\e948"
}

.icomoon-74:before {
    content: "\e949"
}

.icomoon-75:before {
    content: "\e94a"
}

.icomoon-76:before {
    content: "\e94b"
}

.icomoon-77:before {
    content: "\e94c"
}

.icomoon-78:before {
    content: "\e94d"
}

.icomoon-79:before {
    content: "\e94e"
}

.icomoon-80:before {
    content: "\e94f"
}

.icomoon-81:before {
    content: "\e950"
}

.icomoon-82:before {
    content: "\e951"
}

.icomoon-83:before {
    content: "\e952"
}

.icomoon-84:before {
    content: "\e953"
}

.icomoon-85:before {
    content: "\e954"
}

.icomoon-86:before {
    content: "\e955"
}

.icomoon-87:before {
    content: "\e956"
}

.icomoon-88:before {
    content: "\e957"
}

.icomoon-89:before {
    content: "\e958"
}

.icomoon-90:before {
    content: "\e959"
}

.icomoon-91:before {
    content: "\e95a"
}

.icomoon-92:before {
    content: "\e95b"
}

.icomoon-93:before {
    content: "\e95c"
}

.icomoon-94:before {
    content: "\e95d"
}

.icomoon-95:before {
    content: "\e95e"
}

.icomoon-96:before {
    content: "\e95f"
}

.icomoon-97:before {
    content: "\e960"
}

.icomoon-98:before {
    content: "\e961"
}

.icomoon-99:before {
    content: "\e962"
}

.icomoon-100:before {
    content: "\e963"
}

.icomoon-101:before {
    content: "\e964"
}

.icomoon-102:before {
    content: "\e965"
}

.icomoon-103:before {
    content: "\e966"
}

.icomoon-104:before {
    content: "\e967"
}

.icomoon-105:before {
    content: "\e968"
}

.icomoon-106:before {
    content: "\e969"
}

.icomoon-107:before {
    content: "\e96a"
}

.icomoon-108:before {
    content: "\e96b"
}

.icomoon-109:before {
    content: "\e96c"
}

.icomoon-110:before {
    content: "\e96d"
}

.icomoon-111:before {
    content: "\e96e"
}

.icomoon-112:before {
    content: "\e96f"
}

.icomoon-113:before {
    content: "\e970"
}

.icomoon-114:before {
    content: "\e971"
}

.icomoon-115:before {
    content: "\e972"
}

.icomoon-116:before {
    content: "\e973"
}

.icomoon-117:before {
    content: "\e974"
}

.icomoon-118:before {
    content: "\e975"
}

.icomoon-119:before {
    content: "\e976"
}

.icomoon-120:before {
    content: "\e977"
}

.icomoon-121:before {
    content: "\e978"
}

.icomoon-122:before {
    content: "\e979"
}

.icomoon-123:before {
    content: "\e97a"
}

.icomoon-124:before {
    content: "\e97b"
}

.icomoon-125:before {
    content: "\e97c"
}

.icomoon-126:before {
    content: "\e97d"
}

.icomoon-127:before {
    content: "\e97e"
}

body.stop-scrolling {
    height: 100%;
    overflow: hidden
}

.sweet-overlay {
    background-color: black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10000
}

.sweet-alert {
    background-color: white;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999
}

@media all and (max-width: 540px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px
    }
}

.sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block
}

.sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.sweet-alert fieldset {
    border: none;
    position: relative
}

.sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s
}

.sweet-alert .sa-error-container.show {
    padding: 10px 0;
    max-height: 100px;
    webkit-transition: padding 0.2s, max-height 0.2s;
    transition: padding 0.25s, max-height 0.25s
}

.sweet-alert .sa-error-container .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ea7d7d;
    color: white;
    line-height: 24px;
    text-align: center;
    margin-right: 3px
}

.sweet-alert .sa-error-container p {
    display: inline-block
}

.sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: all 0.1s
}

.sweet-alert .sa-input-error::before,
.sweet-alert .sa-input-error::after {
    content: "";
    width: 20px;
    height: 6px;
    background-color: #f06e57;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -9px
}

.sweet-alert .sa-input-error::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-input-error::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-input-error.show {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    transition: all 0.3s
}

.sweet-alert input:focus {
    outline: none;
    box-shadow: 0px 0px 3px #c4e6f5;
    border: 1px solid #b4dbed
}

.sweet-alert input:focus::-moz-placeholder {
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5
}

.sweet-alert input:focus:-ms-input-placeholder {
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5
}

.sweet-alert input:focus::-webkit-input-placeholder {
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5
}

.sweet-alert input::-moz-placeholder {
    color: #bdbdbd
}

.sweet-alert input:-ms-input-placeholder {
    color: #bdbdbd
}

.sweet-alert input::-webkit-input-placeholder {
    color: #bdbdbd
}

.sweet-alert.show-input input {
    display: block
}

.sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative
}

.sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden
}

.sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer
}

.sweet-alert button:focus {
    outline: none;
    box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05)
}

.sweet-alert button:hover {
    background-color: #7ecff4
}

.sweet-alert button:active {
    background-color: #5dc2f1
}

.sweet-alert button.cancel {
    background-color: #C1C1C1
}

.sweet-alert button.cancel:hover {
    background-color: #b9b9b9
}

.sweet-alert button.cancel:active {
    background-color: #a8a8a8
}

.sweet-alert button.cancel:focus {
    box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important
}

.sweet-alert button[disabled] {
    opacity: .6;
    cursor: default
}

.sweet-alert button.confirm[disabled] {
    color: transparent
}

.sweet-alert button.confirm[disabled]~.la-ball-fall {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s
}

.sweet-alert button::-moz-focus-inner {
    border: 0
}

.sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px
}

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box
}

.sweet-alert .sa-icon.sa-error {
    border-color: #F27474
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
    position: relative;
    display: block
}

.sweet-alert .sa-icon.sa-error .sa-line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #F27474;
    display: block;
    top: 37px;
    border-radius: 2px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px
}

.sweet-alert .sa-icon.sa-warning {
    border-color: #F8BB86
}

.sweet-alert .sa-icon.sa-warning .sa-body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #F8BB86
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #F8BB86
}

.sweet-alert .sa-icon.sa-info {
    border-color: #C9DAE1
}

.sweet-alert .sa-icon.sa-info::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #C9DAE1
}

.sweet-alert .sa-icon.sa-info::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
    background-color: #C9DAE1
}

.sweet-alert .sa-icon.sa-success {
    border-color: #A5DC86
}

.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
    content: '';
    border-radius: 40px;
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success::before {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    -ms-transform-origin: 60px 60px;
    transform-origin: 60px 60px
}

.sweet-alert .sa-icon.sa-success::after {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0px 60px;
    -ms-transform-origin: 0px 60px;
    transform-origin: 0px 60px
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, 0.2);
    border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: white;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #A5DC86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-custom {
    background-size: contain;
    border-radius: 0;
    border: none;
    background-position: center center;
    background-repeat: no-repeat
}

@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7)
    }

    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }

    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7)
    }

    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }

    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5)
    }
}

@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5)
    }
}

@-webkit-keyframes slideFromTop {
    0% {
        top: 0%
    }

    100% {
        top: 50%
    }
}

@keyframes slideFromTop {
    0% {
        top: 0%
    }

    100% {
        top: 50%
    }
}

@-webkit-keyframes slideToTop {
    0% {
        top: 50%
    }

    100% {
        top: 0%
    }
}

@keyframes slideToTop {
    0% {
        top: 50%
    }

    100% {
        top: 0%
    }
}

@-webkit-keyframes slideFromBottom {
    0% {
        top: 70%
    }

    100% {
        top: 50%
    }
}

@keyframes slideFromBottom {
    0% {
        top: 70%
    }

    100% {
        top: 50%
    }
}

@-webkit-keyframes slideToBottom {
    0% {
        top: 50%
    }

    100% {
        top: 70%
    }
}

@keyframes slideToBottom {
    0% {
        top: 50%
    }

    100% {
        top: 70%
    }
}

.showSweetAlert[data-animation=pop] {
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s
}

.showSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none
}

.showSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideFromTop 0.3s;
    animation: slideFromTop 0.3s
}

.showSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideFromBottom 0.3s;
    animation: slideFromBottom 0.3s
}

.hideSweetAlert[data-animation=pop] {
    -webkit-animation: hideSweetAlert 0.2s;
    animation: hideSweetAlert 0.2s
}

.hideSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none
}

.hideSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideToTop 0.4s;
    animation: slideToTop 0.4s
}

.hideSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideToBottom 0.3s;
    animation: slideToBottom 0.3s
}

@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }

    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
}

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }

    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
}

.animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s
}

.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in
}

@-webkit-keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1
    }
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1
    }
}

.animateErrorIcon {
    -webkit-animation: animateErrorIcon 0.5s;
    animation: animateErrorIcon 0.5s
}

@-webkit-keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }

    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

@keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }

    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

.animateXMark {
    -webkit-animation: animateXMark 0.5s;
    animation: animateXMark 0.5s
}

@-webkit-keyframes pulseWarning {
    0% {
        border-color: #F8D486
    }

    100% {
        border-color: #F8BB86
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #F8D486
    }

    100% {
        border-color: #F8BB86
    }
}

.pulseWarning {
    -webkit-animation: pulseWarning 0.75s infinite alternate;
    animation: pulseWarning 0.75s infinite alternate
}

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486
    }

    100% {
        background-color: #F8BB86
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486
    }

    100% {
        background-color: #F8BB86
    }
}

.pulseWarningIns {
    -webkit-animation: pulseWarningIns 0.75s infinite alternate;
    animation: pulseWarningIns 0.75s infinite alternate
}

@-webkit-keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -ms-transform: rotate(45deg) \9
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -ms-transform: rotate(-45deg) \9
}

.sweet-alert .sa-icon.sa-success {
    border-color: transparent\9
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    -ms-transform: rotate(45deg) \9
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    -ms-transform: rotate(-45deg) \9
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
     */
.la-ball-fall,
.la-ball-fall>div {
    position: relative;
    box-sizing: border-box
}

.la-ball-fall {
    display: block;
    font-size: 0;
    color: #fff
}

.la-ball-fall.la-dark {
    color: #333
}

.la-ball-fall>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor
}

.la-ball-fall {
    width: 54px;
    height: 18px
}

.la-ball-fall>div {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-fall 1s ease-in-out infinite;
    animation: ball-fall 1s ease-in-out infinite
}

.la-ball-fall>div:nth-child(1) {
    -webkit-animation-delay: -200ms;
    animation-delay: -200ms
}

.la-ball-fall>div:nth-child(2) {
    -webkit-animation-delay: -100ms;
    animation-delay: -100ms
}

.la-ball-fall>div:nth-child(3) {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms
}

.la-ball-fall.la-sm {
    width: 26px;
    height: 8px
}

.la-ball-fall.la-sm>div {
    width: 4px;
    height: 4px;
    margin: 2px
}

.la-ball-fall.la-2x {
    width: 108px;
    height: 36px
}

.la-ball-fall.la-2x>div {
    width: 20px;
    height: 20px;
    margin: 8px
}

.la-ball-fall.la-3x {
    width: 162px;
    height: 54px
}

.la-ball-fall.la-3x>div {
    width: 30px;
    height: 30px;
    margin: 12px
}

@-webkit-keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        transform: translateY(-145%)
    }

    10% {
        opacity: .5
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    90% {
        opacity: .5
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        transform: translateY(145%)
    }
}

@keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        transform: translateY(-145%)
    }

    10% {
        opacity: .5
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    90% {
        opacity: .5
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        transform: translateY(145%)
    }
}

* {
    border-radius: 0 !important;
    outline: none !important
}

a {
    color: #f01615;
    transition: all 0.2s linear
}

a:hover {
    text-decoration: none;
    color: #000
}

a:focus {
    text-decoration: none
}

.btn-primary,
.case-read-more a {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    font-size: 23px;
    padding: 15px 40px;
    box-shadow: none
}

.btn-primary:hover,
.case-read-more a:hover {
    background: #f01615
}

.case-read-more {
    margin-top: 30px
}

.case-read-more a {
    display: inline-block
}

label {
    font-weight: 400
}

.anim {
    transition: all 0.2s linear
}

body {
    font-family: "Source Sans Pro", "sans-serif";
    font-size: 19px;
    color: #777879
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300
}

h2 {
    color: #f01615;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
    padding-bottom: 30px;
    margin-bottom: 0
}

h3 {
    word-spacing: 5px
}

img.aligncenter {
    display: block;
    margin: 0 auto
}

.alignleft {
    float: left;
    margin-right: 20px
}

.alignright {
    float: right;
    margin-left: 20px
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.clear {
    clear: both
}

.icon {
    width: 17px;
    height: 17px;
    background: url("../img/icon.png") no-repeat;
    display: inline-block;
    position: relative
}

.icon-search {
    background-position: 0 0
}

.icon-arrow-right {
    background-position: -17px 0
}

.icon-arrow-right2 {
    background-position: -34px 0
}

.icon-bag {
    background-position: 0 -17px;
    width: 68px;
    height: 76px
}

.margin-b-30 {
    margin-bottom: 10px
}

.margin-b-20 {
    margin-bottom: 20px
}

.container {
    padding: 0
}

.navbar-header {
    width: 100%
}

#menu #nav-member {
    float: right;
    margin-right: 10px
}

#menu #nav-member a {
    font-size: 18px;
    line-height: 38px;
    font-weight: 700;
    color: #9a9a9a
}

#menu #nav-member a img {
    margin-top: -6px
}

.navbar-header .pull-right {
    margin-top: 22px
}

.logo {
    padding: 18px 0 16px;
    display: block;
    float: left
}

@media (max-width: 767px) {
    .logo {
        padding-top: 22px;
        padding-bottom: 0
    }
}

.logo img {
    width: 185px
}

@media (max-width: 767px) {
    .logo img {
        width: 130px
    }
}

.btn-default {
    border: none;
    background: #121314;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 300;
    padding: 15px 50px
}

.btn-default:hover {
    background: #252525 !important;
    color: #fff !important
}

.btn-default:active {
    background: #252525 !important;
    color: #fff !important
}

.btn-default:focus {
    background: #252525 !important;
    color: #fff !important
}

.btn-form {
    font-size: 16px;
    background: #333333
}

.form-control {
    background: #fff;
    box-shadow: none;
    height: 50px;
    padding: 0 15px;
    font-family: "Source Sans Pro", "sans-serif";
    font-size: 16px;
    color: #333333;
    border: 2px solid #fff
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border: 2px solid #7ec5db
}

.help-block {
    font-size: 16px;
    color: #ea2532 !important;
    padding: 0 16px
}

#menu {
    border-top: 1px solid #cccccc
}

.navbar-collapse {
    padding: 0
}

.btn-search {
    width: 39px;
    height: 30px;
    display: block;
    float: left;
    background: #b2b4b5;
    position: relative;
    padding: 3px 0 0
}

.btn-search:hover {
    background: #9a9a9a
}

.header {
    position: relative;
    height: 414px
}

.header figure {
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    overflow: hidden
}

.header h1 {
    position: relative;
    z-index: 2
}

.header .scroll-down {
    position: absolute;
    z-index: 4;
    bottom: -11px;
    left: 50%;
    font-weight: normal;
    font-size: 15px;
    color: #777879;
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: left;
    text-indent: -9999rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("../img/scroll-down-arrow-circle.png") no-repeat bottom center
}

body.single-case-studies .header .scroll-down {
    display: none
}

.header.image-link {
    cursor: pointer
}

.header.header-dark h1 {
    color: #fff
}

.header.header-event {
    height: 353px
}

.header-dark .date {
    color: #fff;
    display: block;
    font-size: 14px;
    margin-top: 49px
}

.header.header-event h1 {
    color: #fff
}

@media (max-width: 767px) {
    .header-dark .date {
        margin-top: 20px
    }

    .btn-default {
        font-size: 14px
    }
}

.header .container {
    position: relative;
    z-index: 2
}

.header h1 {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 54px;
    color: #000;
    margin: 70px 0 0;
    max-width: 550px
}

.header img {
    height: auto;
    position: absolute;
    top: 50%;
    bottom: auto;
    display: block;
    z-index: 1;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.header .btn-header {
    width: auto;
    background: url("../img/btn-header.png") center right 15px no-repeat rgba(0, 0, 0, 0.7);
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -55px;
    padding: 20px 70px 20px 30px;
    line-height: 24px;
    text-decoration: none;
    z-index: 2;
    border-left: 9px solid #000
}

.header .btn-header:hover {
    background-position: center right 10px;
    background-color: #000
}

.header .btn-header-contactus {
    padding: 20px 70px 20px 30px;
    z-index: 100
}

.header .btn-header-blog-item {
    max-width: 400px;
    background: #222;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -55px;
    padding: 30px 70px 30px 30px;
    line-height: 24px;
    text-decoration: none;
    z-index: 2
}

.header .btn-header-blog-item:hover {
    background-position: center right 10px;
    background-color: #000
}

.intro {
    padding: 70px 0;
    font-size: 24px;
    line-height: 30px
}

.it-intro {
    color: #dfe4e7;
    padding: 70px 0
}

.it-intro p.big {
    color: #fff
}

p.large {
    font-size: 28px;
    font-weight: 400
}

p.big {
    font-size: 34px;
    font-weight: 600;
    line-height: 34px
}

section:not(.wpb-content-wrapper) {
    padding: 30px 0 70px;
    color: #333
}

section:not(.wpb-content-wrapper) ul {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    color: #333333
}

section:not(.wpb-content-wrapper) ul li {
    padding-left: 35px;
    position: relative;
    padding-bottom: 15px
}

section:not(.wpb-content-wrapper) ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #999999;
    position: absolute;
    top: 12px;
    left: 0
}

.bg-red {
    background: #f01615
}

.bg-red .newsletter.newsletter-inline {
    margin: 30px 0 0 0;
    color: #fff
}

.bg-red .newsletter.newsletter-inline .subheading {
    font-size: 28px
}

.bg-red .newsletter.newsletter-inline a {
    color: #fff;
    font-size: 19px
}

.bg-grey {
    background: #f5f5f5
}

.bg-grey2 {
    background: #dddddd
}

.bg-dark {
    background: #222222;
    color: #a4a4a4
}

.bg-dark h2 {
    color: #fff
}

.section-circle {
    padding-bottom: 150px
}

.section-circle p {
    font-size: 24px;
    line-height: 34px
}

.circle {
    width: 160px;
    height: 160px;
    margin: 10px auto 50px;
    border: 10px solid #7b7b7b;
    border-radius: 200px !important
}

.circle span {
    font-size: 70px;
    color: #7b7b7b;
    font-weight: 800;
    display: block;
    margin: 17px 0 0
}

.circle .icon {
    margin: 27px 0 0 10px
}

.review {
    color: #fff;
    background: url("../img/bg-review.jpg") center center no-repeat;
    background-size: cover;
    padding-bottom: 115px
}

.review .container {
    margin-top: -90px
}

.review h2 {
    font-size: 45px;
    color: #fff;
    margin-top: 0
}

.review .item {
    padding: 75px 90px;
    font-size: 24px
}

.review .item p {
    position: relative
}

.review .item p::before {
    content: "";
    width: 25px;
    height: 22px;
    background: url("../img/icon.png") no-repeat;
    position: absolute;
    background-position: -68px -17px;
    top: 0;
    left: -45px
}

.review .item p::after {
    content: "";
    width: 25px;
    height: 22px;
    background: url("../img/icon.png") no-repeat;
    position: absolute;
    background-position: -68px -39px;
    position: relative;
    display: inline-block;
    top: 10px;
    right: -10px
}

.review .review-name {
    font-size: 24px;
    color: #feb9bd;
    margin-top: 55px
}

.review .review-client {
    font-size: 18px;
    color: #feb9bd
}

.box-about {
    z-index: 1000;
    position: relative
}

.box-about .item {
    padding: 75px 90px;
    font-size: 24px;
    padding: 35px 90px 55px;
    position: absolute;
    z-index: 9
}

.box-about .item p {
    position: relative;
    font-weight: 200;
    color: #fff
}

.box-about .item p::before {
    content: "";
    width: 25px;
    height: 22px;
    background: url("../img/icon.png") no-repeat;
    position: absolute;
    background-position: -68px -17px;
    top: 0;
    left: -45px;
    background-position: -93px -17px
}

.box-about .item p::after {
    content: "";
    width: 25px;
    height: 22px;
    background: url("../img/icon.png") no-repeat;
    position: absolute;
    background-position: -68px -39px;
    position: relative;
    display: inline-block;
    top: 10px;
    right: -10px;
    background-position: -93px -39px
}

.box-about .review-name {
    font-size: 24px;
    color: #feb9bd;
    margin-top: 55px;
    color: #a4a4a4
}

.news {
    padding: 30px 0 70px;
    color: #f01615
}

.news .news-box-container .new-box {
    margin-bottom: 70px
}

.news h2 {
    color: #fff
}

.news.may-be-interest h2 {
    color: #f01615
}

.news-box-container .news-img {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #fff
}

.news-box-container .news-img:before {
    padding-top: 60%;
    display: block;
    content: ''
}

.news-box-container .news-img img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover
}

.news-box-container .new-box {
    position: relative;
    background: #fff;
    padding: 20px;
    margin-bottom: 0
}

.news-box-container .new-box .new-desc {
    margin-bottom: 10px;
    display: block;
    font-size: 27px;
    font-weight: 300;
    padding-right: 30px;
    line-height: 30px;
    color: #f01615;
    text-decoration: none
}

.news-box-container .new-box .new-date,
.news-box-container .new-box .new-type {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333
}

.news-box-container .new-box .glyphicon {
    position: absolute;
    top: auto;
    bottom: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    font-size: 17px
}

.news-box-container:hover {
    cursor: pointer
}

.news-box-container:hover .img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8
}

.news-box-container:hover .new-box .glyphicon {
    right: 10px;
    color: #333 !important
}

.news-box-container:hover .new-box .new-desc {
    color: #333 !important
}

.news-box-container.small .new-box .new-type {
    font-size: 16px
}

.news-box-container.small .new-box .new-desc {
    font-size: 20px
}

@media (max-width: 767px) and (min-width: 480px) {
    .news-box-container .new-box {
        min-height: 192px
    }

    .news-box-container .new-box .new-desc {
        font-size: 19px
    }
}

.what-we-do {
    padding: 30px 0 10px;
    color: #f01615
}

.what-we-do h2 {
    margin-bottom: 20px
}

.what-we-do .what-box {
    padding: 20px
}

.what-we-do .item:nth-child(3n+1) {
    clear: left
}

.what-we-do .item {
    margin-bottom: 30px
}

.what-we-do .item:hover {
    opacity: .8
}

.what-we-do .item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.what-we-do .item>a {
    overflow: hidden;
    display: block
}

.what-we-do .item img {
    object-fit: cover
}

.what-we-do .what-img {
    width: 100%
}

.what-we-do .what-desc {
    font-size: 27px;
    font-weight: 300;
    padding-right: 30px;
    line-height: 30px;
    min-height: 70px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    position: relative;
    text-decoration: none;
    top: -1px
}

.what-we-do .what-desc .glyphicon {
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    font-size: 17px;
    margin-top: -7px
}

.what-we-do .what-desc:hover .glyphicon {
    right: -5px
}


.hr-news {
    padding: 30px 0 70px;
    color: #f01615
}

.case-studies.no-margin {
    padding-top: 0;
    padding-bottom: 0
}

.case-studies h2,
.hr-news h2 {
    margin-bottom: 70px
}

.case-studies .item,
.hr-news .item {
    margin-bottom: 30px
}

.case-studies .item:nth-child(3n+1) {
    clear: left
}

.case-studies .item .case-img,
.hr-news .item .case-img {
    width: 100%;
    object-fit: cover
}

.case-studies .item .case-box,
.hr-news .item .case-box {
    width: 100%;
    min-height: 165px;
    padding: 20px 20px 10px 20px
}

@media (min-width: 992px) and (max-width: 1200px) {

    .case-studies .item .case-box,
    .hr-news .item .case-box {
        min-height: 210px
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .case-studies .item .case-box,
    .hr-news .item .case-box {
        min-height: 220px
    }
}

@media (max-width: 767px) {

    .case-studies .item .case-box,
    .hr-news .item .case-box {
        min-height: 0;
        padding-bottom: 20px
    }
}

.case-studies .item .case-box .case-desc,
.hr-news .item .case-box .case-desc {
    display: block;
    font-size: 27px;
    font-weight: 300;
    padding-right: 30px;
    line-height: 1.2;
    color: #fff;
    position: relative;
    text-decoration: none;
    top: -1px
}

.case-studies .item .case-box {
    position: relative
}

.case-studies .item .case-box .icon {
    position: absolute;
    right: 15px;
    bottom: 15px
}

@media (max-width: 991px) {

    .case-studies .item .case-box .case-desc,
    .hr-news .item .case-box .case-desc {
        font-size: 20px
    }
}

.case-studies .item .case-box .case-desc .icon,
.hr-news .item .case-box .case-desc .icon {
    position: absolute;
    right: 0;
    bottom: 0
}

.case-studies .item .case-box .case-desc:hover .icon,
.hr-news .item .case-box .case-desc:hover .icon {
    right: -5px
}

.case-studies .item .case-box .case-desc h3,
.hr-news .item .case-box .case-desc h3 {
    font-size: 18px;
    margin-top: 0
}

.case-studies .item:hover,
.hr-news .item:hover {
    opacity: .8
}

.case-studies .item:hover .case-img,
.hr-news .item:hover .case-img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

.case-studies .item>a,
.hr-news .item>a {
    overflow: hidden;
    display: block;
    position: relative
}

.case-studies .item>a:before,
.hr-news .item>a:before {
    padding-top: 60%;
    display: block;
    content: ''
}

.case-studies .item>a img,
.hr-news .item>a img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.careers-list {
    padding: 30px 0 70px;
    color: #f01615
}

.careers-list h2 {
    font-size: 45px
}

.careers-list .item {
    margin-bottom: 30px
}

.careers-list .item .case-box {
    width: 100%;
    min-height: 192px;
    padding: 20px 20px 30px 20px
}

@media (max-width: 991px) {
    .careers-list .item .case-box {
        display: block
    }
}

.careers-list .item .case-box .case-desc {
    display: block;
    font-size: 21px;
    font-weight: 300;
    padding-right: 30px;
    line-height: 30px;
    color: #fff;
    position: relative;
    text-decoration: none;
    top: -1px
}

@media (max-width: 991px) {
    .careers-list .item .case-box .case-desc {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 152px
    }
}

.careers-list .item .case-box .case-desc .icon {
    position: absolute;
    right: 0;
    top: 40px
}

.careers-list .item .case-box .case-desc:hover .icon {
    right: -5px
}

.careers-list .item .case-box .case-desc h3 {
    font-size: 28px;
    margin-top: 0;
    text-transform: uppercase
}

@media (max-width: 991px) {
    .careers-list .item .case-box .case-desc h3 {
        font-size: 20px
    }
}

.careers-list .item .case-box .case-desc p.date {
    margin-top: -10px
}

.careers-list .item:hover {
    opacity: .8
}

.careers-list .item:hover .case-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.careers-list .item>a {
    overflow: hidden;
    display: block
}

.careers-list .send-cv {
    margin-top: 100px;
    background: #f01615;
    padding: 40px;
    min-height: 250px
}

.careers-list .send-cv .image {
    height: 170px;
    overflow: hidden;
    position: relative;
    padding: 0;
    text-align: center
}

.careers-list .send-cv .image img {
    position: relative;
    bottom: 30px
}

.careers-list .send-cv .content {
    text-align: center
}

.careers-list .send-cv .content h3 {
    color: #fff;
    font-size: 26px
}

.careers-list .send-cv .content .btn-case {
    font-size: 28px;
    text-transform: none;
    font-weight: 700;
    padding: 10px 30px;
    margin-top: 20px
}

.case-color-1 {
    background: #d158a1
}

.case-color-2 {
    background: #f79421
}

.case-color-3 {
    background: #26ace2
}

.case-color-4 {
    background: #33bcad
}

.case-color-5 {
    background: #f01615
}

.case-color-5 {
    background: #8cc640
}

.hr-color {
    background: #fff
}

.hr-color .case-desc {
    color: #f01615 !important;
    font-size: 21px !important
}

.hr-color .case-desc .glyphicon {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 32px;
    top: 50%;
    margin-top: -16px
}

.partners {
    padding: 30px 0 70px
}

.partners h2 {
    margin-bottom: 20px
}

.partners h3 {
    font-size: 30px;
    font-weight: 400
}

.partners .partner {
    border: 6px solid #fff;
    margin-bottom: 10px
}

.partners .partner:hover {
    border: 6px solid #eeeeee
}

.partners .partner img {
    border: 1px solid #eeeeee !important
}

.partners-tabs {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    height: 197px;
    overflow: hidden;
    transition: height 500ms ease-in-out
}

.partners-tabs.visible {
    height: auto
}

.partners-tabs.active {
    height: auto
}

.partners-tabs a {
    display: table;
    table-layout: fixed
}

.partners-tabs .col-sm-20 {
    margin-bottom: 30px
}

.partner-wrapper {
    border: 1px solid #f0f0f0;
    background: #fff;
    padding: 25px;
    height: 197px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 203px;
    max-width: 100%
}

.popover {
    background: rgba(220, 220, 220, 0.95);
    border: none;
    font-weight: 300;
    font-size: 12px
}

.popover.bottom>.arrow,
.popover.bottom>.arrow:after {
    border-bottom-color: rgba(220, 220, 220, 0.95)
}

@media (min-width: 980px) {
    .slick-slide img {
        max-width: 180px
    }
}

.offers-list h2 {
    font-size: 45px;
    margin-bottom: 70px
}

@media (max-width: 767px) {
    .offers-list .categories {
        margin-bottom: 0
    }
}

.offers-list .categories li {
    display: inline-block;
    margin: 0 10px 10px 0
}

.offers-list .tab-content {
    display: block
}

.offers-list ul li {
    display: inline;
    padding: 0;
    list-style-type: none;
    background: #f5f5f5;
    padding: 7px 12px;
    margin-right: 10px;
    font-size: 16px
}

.offers-list ul li:hover {
    color: #000 !important
}

.offers-list ul li.active {
    color: #fff !important;
    background: #082a50
}

.offers-list ul li:before {
    height: 0
}

.offers-list ul li a {
    color: inherit
}

.offers-list .item {
    margin-bottom: 20px
}

.offers-list .item .offer-box {
    border: 1px solid #eeeeee
}

.offers-list .item .offer-box:hover {
    border-color: #f01615
}

.offers-list .item .offer-box .bg {
    position: absolute;
    top: 1px;
    right: 16px;
    width: 17px;
    height: 17px
}

.offers-list .item .offer-box .bg.color-1 {
    background: #ad5ea9
}

.offers-list .item .offer-box .bg.color-2 {
    background: #f01615
}

.offers-list .item .offer-box .bg.color-3 {
    background: #2aabe2
}

.offers-list .item .offer-box .bg.color-4 {
    background: #33bcad
}

.offers-list ul li.color-1 {
    color: #f01615
}

.offers-list ul li.color-2 {
    color: #91278f
}

.offers-list ul li.color-3 {
    color: #d158a0
}

.offers-list ul li.color-4 {
    color: #00aeef
}

.offers-list ul li.color-5 {
    color: #33bcad
}

.offers-list ul li.color-6 {
    color: #8cc63f
}

.offers-list ul li.color-7 {
    color: #d7df23
}

.offers-list ul li.color-8 {
    color: #f7931e
}

.offers-list ul li.color-9 {
    color: #77787a
}

.offers-list .item .offer-box .content {
    padding: 5px 15px
}

.offers-list .item .offer-box .content h4 {
    font-weight: 600;
    font-size: 20px
}

.offers-list .item .offer-box .content span {
    font-size: 16px;
    color: #b2b2b2
}

.offers-list .item .offer-box .content span .old-price {
    text-decoration: line-through
}

.offers-list .item .offer-box .content .days {
    float: left
}

.offers-list .item .offer-box .content .price {
    float: right
}

.offers-list .item .offer-box .actions {
    background: #f5f5f5;
    clear: both;
    padding: 15px 15px 20px 15px;
    margin-top: 0
}

.offers-list .item .offer-box .actions[class^="brand-background-"] a,
.offers-list .item .offer-box .actions[class*=" brand-background-"] a {
    color: #fff
}

.offers-list .item .offer-box .actions.brand-background-color-1 {
    background-color: #f01615
}

.offers-list .item .offer-box .actions.brand-background-color-2 {
    background-color: #91278f
}

.offers-list .item .offer-box .actions.brand-background-color-3 {
    background-color: #d158a0
}

.offers-list .item .offer-box .actions.brand-background-color-4 {
    background-color: #00aeef
}

.offers-list .item .offer-box .actions.brand-background-color-5 {
    background-color: #33bcad
}

.offers-list .item .offer-box .actions.brand-background-color-6 {
    background-color: #8cc63f
}

.offers-list .item .offer-box .actions.brand-background-color-7 {
    background-color: #d7df23
}

.offers-list .item .offer-box .actions.brand-background-color-8 {
    background-color: #f7931e
}

.offers-list .item .offer-box .actions.brand-background-color-9 {
    background-color: #77787a
}

.offers-list .item .offer-box .actions a {
    font-size: 17px
}

.offers-list .item .offer-box .actions button {
    display: none;
    float: right;
    font-size: 17px;
    padding: 5px 10px;
    -webkit-animation: fade 0.2s ease-in-out;
    animation: fade 0.2s ease-in-out
}

.career-detail h2 {
    font-size: 45px;
    margin-bottom: 0px
}

.career-detail h4 {
    font-weight: 600;
    font-size: 20px
}

.career-detail p {
    margin-top: 16px;
    margin-bottom: 40px
}

.career-detail ul {
    padding: 5px
}

.career-detail ul li {
    line-height: 1.7;
    padding-bottom: 4px
}

.career-detail .career-panel .info {
    padding: 25px;
    background: #f5f5f5
}

.career-detail .career-panel .info p {
    margin: inherit;
    margin-bottom: 12px
}

.career-detail .career-panel .buttons {
    margin-top: 50px
}

.career-detail .career-panel .buttons .btn-primary {
    background: #fff;
    color: inherit;
    width: 100%;
    text-align: left;
    padding: 15px 20px;
    border: 0;
    border-bottom: 1px solid #dfe4e7;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500
}

.career-detail .career-panel .buttons .btn-primary:hover {
    background: #000;
    color: #fff
}

.career-detail .career-panel .buttons .btn-primary i.fa {
    color: #dfe4e7
}

.career-detail .career-panel .buttons .btn-primary:first-child {
    background: #f01615;
    color: #fff
}

.career-detail .career-panel .buttons .btn-primary:first-child i.fa {
    color: inherit
}

.career-detail .career-panel .buttons .btn-primary:first-child:hover {
    background: #000;
    color: #fff
}

.career-detail .career-panel .buttons i.fa {
    margin-right: 14px
}

.career-detail .career-panel .social {
    margin-top: 15px
}

.why-we h2 {
    font-size: 45px;
    margin-bottom: 70px
}

.why-we .item .bg {
    background: #fff;
    text-align: center;
    padding: 25px;
    margin-bottom: 30px
}

.why-we .item .bg h4 {
    line-height: 1.4;
    margin-top: 25px
}

.contact-us {
    background: linear-gradient(to right, #f01615 0%, #f01615 50%, #fff 50%, #fff 100%);
    padding: 0
}

@media (max-width: 991px) {
    .contact-us {
        background: #fff
    }
}

@media (max-width: 767px) {
    .contact-us .container {
        padding: 0
    }
}

.contact-us .sidebar-form {
    padding-bottom: 20px
}

.contact-us .sidebar-form .form-group:last-of-type {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .contact-us .form-mobile {
        background: #f01615;
        padding: 20px 15px
    }

    .contact-us .form-mobile h2 {
        color: #fff
    }
}

.contact-us .sidebar {
    background: #f01615;
    color: #fff
}

.contact-us .sidebar h2 {
    color: #fff;
    margin-top: 25px
}

.contact-us .tab-content h2 {
    margin-top: 5px;
    padding-bottom: 15px
}

@media (max-width: 767px) {
    .contact-us .sidebar h2 {
        margin: 0;
        padding: 10px 0 20px
    }
}

.contact-us .sidebar .tab-nav {
    list-style: none;
    padding: 0;
    margin: 0
}

.contact-us .sidebar .tab-nav .tab-nav-item {
    display: block;
    padding: 0
}

.contact-us .sidebar .tab-nav .tab-nav-item::before {
    display: none
}

.contact-us .sidebar .tab-nav .tab-nav-item a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 10px
}

.contact-us .sidebar .tab-nav .tab-nav-item a:hover {
    background: #fff;
    color: #f01615
}

.contact-us .sidebar .tab-nav .tab-nav-item.is-active a {
    background: #fff;
    color: #f01615
}

.contact-us .contact-content {
    background: #fff;
    padding-top: 36px;
    padding-left: 70px;
    min-height: 1045px
}

@media (max-width: 767px) {
    .contact-us .contact-content {
        min-height: 0;
        padding-left: 15px;
        padding-top: 20px
    }
}

@media (max-width: 767px) {
    .contact-us .contact-content>.tabs-content .tabs-content {
        padding: 0 15px 50px
    }
}

.contact-us .contact-content .contact-map {
    margin-top: 30px;
    margin-bottom: 30px !important
}

.contact-us .contact-content .tab-nav {
    list-style: none;
    padding: 0 0 30px;
    margin: 0;
    text-align: left;
    font-size: 0
}

.contact-us .contact-content .tab-nav .tab-nav-item {
    display: inline-block;
    padding: 0;
    width: 33%
}

.contact-us .contact-content .tab-nav .tab-nav-item:not(:first-child) a {
    border-left: 0
}

.contact-us .contact-content .tab-nav .tab-nav-item a {
    display: block;
    font-size: 19px;
    text-align: center;
    color: #333333;
    border: 2px solid #333333;
    line-height: 60px;
    position: relative
}

.contact-us .contact-content .tab-nav .tab-nav-item a:hover {
    background: #333333;
    color: #fff
}

@media (max-width: 767px) {
    .contact-us .contact-content .tab-nav .tab-nav-item a {
        font-size: 14px
    }
}

.contact-us .contact-content .tab-nav .tab-nav-item.is-active a {
    background: #333333;
    color: #fff
}

.contact-us .contact-content .tab-nav .tab-nav-item.is-active a::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 9px 0 9px;
    border-color: #333333 transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -9px
}

.contact-us .contact-content .tab-nav .tab-nav-item::before {
    display: none
}

footer {
    background: #333333;
    padding: 40px 0
}

footer .title {
    font-size: 18px;
    color: #999999;
    text-transform: uppercase;
    margin-bottom: 20px
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none
}

footer ul li {
    border-bottom: 1px solid #515151;
}

footer ul li a {
    display: block;
    padding: 10px 5px;
    color: #fff;
    font-size: 15px
}

footer ul li a:hover {
    color: #fff;
    background: #363636;
    text-decoration: none
}

footer ul li a:focus {
    color: #fff;
    background: #363636;
    text-decoration: none
}

footer p {
    display: block;
    padding: 10px 5px;
    color: #fff;
    font-size: 15px
}

footer .row>div {
    padding: 0 40px
}

#copyright {
    background: #111111;
    color: #777777;
    font-size: 15px;
    line-height: 50px
}

.team {
    padding: 0;
    margin: 0;
    padding: 40px 0 65px
}

.team .row {
    padding: 0;
    margin: 0
}

.team .row>div {
    padding: 0;
    margin: 0
}

.team h2 {
    color: #fff;
    margin-bottom: 25px
}

.team .team-box {
    width: 100%;
    height: 220px;
    position: relative;
    overflow: hidden
}

.team .team-box .team-box-img {
    width: 100%;
    height: 220px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0
}

.team .team-box .team-name {
    width: 100%;
    height: 220px;
    border: 10px solid #fff;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    line-height: 22px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 80px
}

.team .team-box .team-name span {
    font-size: 16px;
    font-weight: 200;
    display: block
}

.team .team-box.team-box-default:hover .team-box-img {
    top: 0
}

.team .team-box2 {
    width: 100%;
    height: auto;
    position: relative
}

.team .team-box2:before {
    padding-top: 100%;
    display: block;
    content: ''
}

.team .team-box2 .team-box-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

.col-sm-20 {
    width: 20%
}

.quotes p {
    position: relative;
    padding: 0 60px
}

.quotes p::before {
    content: "";
    width: 32px;
    height: 28px;
    background: url("../img/icon.png") no-repeat;
    position: absolute;
    display: block;
    background-position: -68px -61px;
    top: 0;
    left: 0
}

.quotes p::after {
    content: "";
    width: 32px;
    height: 28px;
    background: url("../img/icon.png") no-repeat;
    position: absolute;
    display: block;
    background-position: -100px -61px;
    bottom: 0;
    right: 0
}

.quotes .name {
    color: #a4a4a4;
    font-size: 24px;
    padding-left: 60px;
    font-weight: 600
}

.quotes .position {
    color: #a4a4a4;
    font-size: 24px;
    padding-left: 60px
}

.soitron-history h2 {
    color: #fff;
    padding-bottom: 10px
}

.soitron-history .circle {
    border-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    z-index: 1000
}

.soitron-history .circle .icon {
    width: 116px;
    height: 102px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -51px;
    margin-left: -58px
}

.soitron-history .circle .icon-company {
    background: url("../img/icon-company.png") no-repeat
}

.soitron-history .circle .icon-avarage {
    background: url("../img/icon-avarage.png") no-repeat
}

.soitron-history .circle .icon-revenue {
    background: url("../img/icon-revenue.png") no-repeat
}

.soitron-history .circle .icon-soitronees {
    background: url("../img/icon-soitronees.png") no-repeat
}

.soitron-history .circle .icon-europe {
    background: url("../img/icon-europe.png") no-repeat
}

.soitron-history .circle+div {
    text-align: center;
    color: #fff;
    font-weight: 600
}

.img-responsive {
    border: 1px solid #f0f0f0
}

.annual-report .row {
    margin: 0 -5px
}

.annual-report .row>div {
    padding: 0 5px
}

.annual-report .annual-download {
    background: url("../img/icon-download.png") center left 20px no-repeat #fff
}

.annual-report .annual-website {
    background: url("../img/icon-website.png") center left 20px no-repeat #fff
}

.annual-report a:hover {
    text-decoration: none !important
}

.annual-report a:hover>div {
    border-color: #f01615
}

.annual-report a:hover .link {
    text-decoration: none !important
}

.annual-report-box {
    width: 100%;
    height: auto;
    background: #fff;
    border: 1px solid #dfdfdf;
    padding: 30px 20px 30px 70px;
    margin-bottom: 10px;
    font-size: 17px;
    color: #333
}

.annual-report-box.annual-external-link .fa {
    position: absolute;
    top: 47%;
    left: 40px;
    font-size: 32px;
    color: #999;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.annual-report-box .link {
    display: block;
    color: #777777;
    text-decoration: underline
}

.annual-report-box b {
    display: block
}

.grabbing {
    cursor: url("grabbing.png") 8 8, move
}

#carousel .owl-wrapper-outer {
    padding: 20px 0 50px 10px
}

#carousel .tooltip {
    width: 100%;
    height: auto
}

#carousel .item {
    width: 80px;
    height: 80px;
    position: relative
}

#carousel .item>div {
    width: 80px;
    height: 80px;
    background: #f0f0f0;
    color: #706f6f;
    font-size: 20px;
    text-align: center;
    border-radius: 100px !important;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    padding: 25px 0
}

#carousel .item>div:hover {
    background: #f01615;
    color: #fff;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

#carousel .item>div.active {
    background: #f01615;
    color: #fff;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

#carousel .item::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #f0f0f0;
    border-radius: 10px !important;
    position: absolute
}

#carousel .item::after {
    content: "";
    width: 5px;
    height: 5px;
    background: #f0f0f0;
    border-radius: 10px !important;
    position: absolute
}

#carousel .owl-item .item::before {
    top: 50%;
    left: -10px;
    margin-top: -2px
}

#carousel .owl-item .item::after {
    top: 50%;
    right: -10px;
    margin-top: -2px
}

#tooltip-body {
    width: 100%;
    margin-bottom: 30px;
    position: relative
}

.tooltip-d-content {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    color: #222222;
    font-size: 24px;
    text-align: center;
    background: #f0f0f0;
    border-radius: 7px !important;
    padding: 20px 120px;
    font-weight: 200
}

.btn-filter {
    font-size: 16px;
    background-color: #f5f5f5;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
    cursor: pointer
}

.btn-filter:last-child {
    margin-bottom: 50px
}

@media (max-width: 767px) {
    .btn-filter {
        margin-right: 5px
    }
}

@media (max-width: 1024px) {
    #carousel {
        width: 90%;
        margin: 0 auto
    }
}

@media (max-width: 480px) {
    #carousel {
        width: 74%;
        margin: 0 auto
    }
}

.btn-filter-active {
    background-color: #082a50;
    color: #fff
}

.btn-filter-active:hover {
    color: #fff
}

.btn-case {
    font-size: 19px;
    padding: 10px 10px
}

.btn-case-number {
    font-size: 19px;
    padding: 10px 10px;
    width: 47px
}

.btn-case-active {
    background: #dfe4e7;
    color: #333
}

.btn-case-dots {
    font-size: 32px;
    padding: 0;
    width: 47px;
    background: #fff;
    color: #dfe4e7
}

.btn-case-dots:hover {
    background: #fff;
    color: #dfe4e7
}

@media (max-width: 1200px) {
    .section-circle br {
        display: none
    }

    .review .item br {
        display: none
    }

    .header .btn-header {
        padding: 20px 50px 20px 20px;
        margin-top: -44px
    }

    p.large br {
        display: none
    }

    .btn-case,
    .btn-case-number {
        font-size: 15px
    }

    .box-about .item {
        font-size: 20px
    }
}

@media (max-width: 991px) {
    h2 {
        font-size: 28px
    }

    .intro {
        font-size: 16px;
        line-height: 21px;
        padding: 20px 0
    }

    .what-we-do .what-desc {
        font-size: 18px;
        line-height: 24px;
        min-height: 30px
    }

    .what-we-do .what-box a {
        min-height: 72px
    }

    .case-studies .what-desc {
        font-size: 21px;
        min-height: 30px
    }

    .case-studies .what-box a {
        min-height: 60px
    }

    .header h1 {
        font-size: 44px;
        margin: 30px 0 0
    }

    .header .btn-header {
        font-size: 18px
    }

    .review h2 {
        line-height: 46px;
        font-size: 35px
    }

    .review .item p {
        font-size: 18px
    }

    .box-about .item {
        font-size: 16px;
        padding: 25px 70px 35px
    }

    .box-about .review-name {
        font-size: 20px
    }

    .col-sm-20 {
        width: 33.3%
    }

    .col-sm-20 .certificat {
        margin-bottom: 30px
    }

    .nav>li>a {
        margin-right: 14px
    }

    .nav>li>a:hover {
        margin-right: 14px
    }

    .nav>li>a:active {
        margin-right: 14px
    }

    footer .row {
        margin: 0 -15px
    }

    footer .row>div {
        padding: 0 15px
    }

    .soitron-history .col-sm-20 {
        height: 300px
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 15px
    }

    .container>.navbar-header {
        margin: 0
    }

    .container>.navbar-collapse {
        margin: 0
    }

    .navbar-toggle {
        border: 2px solid #f01615;
        margin-right: 0;
        margin-top: 25px;
        border-radius: 4px !important
    }

    .navbar-toggle .icon-bar {
        background: #f01615
    }

    .language.language-mobile {
        margin: 20px 0 20px 20px;
        float: left
    }

    .language a {
        margin-top: 20px
    }

    .search-form {
        float: left;
        margin: 0 0 15px
    }

    .partners {
        padding-bottom: 0
    }

    .partners .col-xs-4 {
        margin-bottom: 30px
    }

    .partners .col-sm-20 {
        width: 50%
    }

    .partners .col-sm-20 img {
        width: 100%
    }

    #copyright {
        font-size: 12px;
        line-height: 30px
    }

    footer {
        padding-bottom: 20px
    }

    footer .row>div {
        margin-bottom: 40px
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
        padding-left: 0
    }

    .news {
        padding: 0 0 20px
    }

    .news h2 {
        font-size: 25px;
        margin-bottom: 20px;
        padding-left: 0
    }

    .news-box-container .new-box {
        margin-bottom: 20px
    }

    .news-box-container .new-box .new-date,
    .news-box-container .new-box .new-type {
        font-size: 16px;
        margin-bottom: 10px
    }

    .news-box-container .new-box .new-desc {
        font-size: 21px;
        line-height: 24px;
        margin-bottom: 0
    }

    .news-box-container .new-box .icon {
        margin-top: 0
    }

    .news-box-container.small .new-box .new-type,
    .news-box-container.small .new-box .new-date {
        font-size: 16px
    }

    .news-box-container.small .new-box .new-desc {
        font-size: 21px;
        line-height: 24px
    }

    .what-we-do {
        padding: 0 0 20px
    }

    .what-we-do h2 {
        font-size: 25px;
        margin-bottom: 20px;
        padding-left: 0
    }

    .what-we-do .what-desc {
        min-height: 30px
    }

    .what-we-do .item {
        margin-bottom: 20px
    }

    .case-studies {
        padding: 0 0 20px
    }

    .case-studies h2 {
        font-size: 25px;
        margin-bottom: 20px;
        padding-left: 0
    }

    .case-studies .what-desc {
        font-size: 21px;
        min-height: 30px
    }

    .case-studies .item {
        margin-bottom: 20px
    }

    .intro,
    .career-detail {
        font-size: 21px;
        line-height: 26px;
        padding: 20px 0
    }

    .header h1 {
        padding-left: 15px;
        font-size: 28px
    }

    .header .btn-header {
        padding: 10px 40px 10px 15px;
        font-size: 16px;
        top: inherit;
        bottom: 0;
        margin-top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

    .header .btn-header br {
        display: none
    }

    p.big {
        font-size: 21px;
        line-height: 28px
    }

    p.large {
        font-size: 21px;
        line-height: 28px
    }

    .circle {
        width: 130px;
        height: 130px;
        margin: 30px auto 20px
    }

    .circle span {
        font-size: 50px;
        margin: 19px 0 0
    }

    .review h2 {
        line-height: 34px;
        font-size: 32px
    }

    .review .item p {
        font-size: 16px
    }

    .col-sm-20 {
        width: 50%;
        float: left
    }

    .col-sm-20 img {
        margin: 0 auto
    }

    .tooltip-d-content {
        padding: 15px;
        text-align: left
    }

    .bg-img-section {
        margin: -220px 0 0;
        overflow: hidden;
        position: relative
    }

    .navbar-form .form-control {
        width: calc(100% - 39px)
    }

    .container-fluid>.navbar-header {
        margin: 0
    }

    .container-fluid>.navbar-collapse {
        margin: 0
    }

    .it-intro br {
        display: none
    }

    section ul li {
        font-size: 21px;
        line-height: 28px;
        padding-left: 15px
    }

    section ul li::before {
        width: 5px;
        height: 5px;
        top: 9px
    }

    .section-circle p {
        font-size: 16px;
        line-height: 22px
    }

    .box-about .item {
        position: relative;
        top: inherit;
        left: inherit
    }

    .box-about .item p {
        font-size: 18px
    }

    .btn-case-block {
        text-align: center
    }
}

@media (max-width: 480px) {
    .review .item {
        padding: 45px 60px
    }

    .review .item br {
        display: none
    }

    .review .item p {
        font-size: 16px
    }

    .review h2 {
        line-height: 28px;
        font-size: 28px
    }

    .review .review-name {
        font-size: 20px
    }

    .review .review-client {
        font-size: 14px
    }

    .header .btn-header {
        display: block;
        max-width: 500px
    }

    .section-circle br {
        display: none
    }

    .partners-tabs {
        height: 162px
    }

    .partners-tabs a {
        display: block
    }

    .partner-wrapper {
        height: 162px
    }

    .partner-wrapper img {
        width: 100%
    }
}

.row {
    margin: 0
}

textarea.form-control {
    height: 180px;
    padding: 13px 15px
}

.has-error .form-control {
    border: 2px solid #ea2532
}

.navbar-nav .navbar-form {
    padding: 9px 15px;
    margin: 0
}

.nav>li>a {
    font-size: 16px;
    font-weight: 700;
    color: #9a9a9a;
    background: none;
    padding: 9px 0;
    margin-right: 30px;
    text-transform: uppercase
}

.nav>li>a:hover {
    color: #000;
    background: none
}

.nav>li>a:active {
    font-size: 16px;
    font-weight: 700;
    color: #9a9a9a;
    background: none;
    padding: 9px 0;
    margin-right: 30px;
    text-transform: uppercase
}

.nav>li>a.active {
    color: #000
}

@media (max-width: 767px) {
    .nav>li>a {
        margin-right: 0;
        padding: 9px 0px
    }

    .navbar-nav {
        margin-left: 0
    }
}

@media (max-width: 991px) {
    .img-auto-size-header .header {
        height: auto;
        min-height: 0
    }

    .img-auto-size-header .header>.container {
        display: none
    }

    .img-auto-size-header .header figure {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto
    }

    .img-auto-size-header .header figure img {
        position: relative;
        height: auto;
        width: 100%;
        min-height: 0;
        left: auto;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.navbar-form .form-control {
    height: 30px;
    display: block;
    float: left;
    background: #dfe4e7;
    color: #333;
    border: 1px solid #dfe4e7;
    border-right: none;
    box-shadow: none;
    font-size: 18px;
    font-family: "Source Sans Pro", "sans-serif";
    padding: 0 10px
}

.navbar-form .form-control:focus {
    border-color: #b2b4b5
}

.language a {
    font-weight: 700;
    font-size: 18px;
    color: #9a9a9a;
    margin: 10px 0 0;
    padding: 0 10px;
    display: inline-block;
    position: relative
}

.language a:last-child {
    margin-right: 0
}

.language a.active {
    color: #e41e26
}

.language a:first-child:after {
    content: "";
    width: 1px;
    height: 20px;
    background: #cccccc;
    position: absolute;
    top: 3px;
    right: -1px
}

.language a:hover {
    color: #f01615
}

.row-bg-img img {
    width: 100%
}

.tabs-content {
    padding-bottom: 0
}

.search-trainings {
    background: #f01615;
    padding-bottom: 0
}

.search-trainings .tab-nav {
    list-style: none;
    margin: 0;
    padding: 50px 0 0;
    text-align: center;
    font-size: 0
}

.search-trainings .tab-nav .tab-nav-item {
    padding: 0;
    display: inline-block;
    width: 180px
}

@media (min-width: 992px) and (max-width: 1200px) {
    .search-trainings .tab-nav .tab-nav-item {
        width: 155px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .search-trainings .tab-nav .tab-nav-item {
        width: 240px
    }
}

@media (max-width: 767px) {
    .search-trainings .tab-nav .tab-nav-item {
        width: 50%
    }
}

.search-trainings .tab-nav .tab-nav-item:not(:last-child) {
    margin-right: 18px
}

@media (min-width: 992px) and (max-width: 1200px) {
    .search-trainings .tab-nav .tab-nav-item:not(:last-child) {
        margin-right: 5px
    }
}

@media (max-width: 991px) {
    .search-trainings .tab-nav .tab-nav-item:not(:last-child) {
        margin: 0
    }
}

.search-trainings .tab-nav .tab-nav-item::before {
    display: none
}

.search-trainings .tab-nav .tab-nav-item a {
    display: block;
    background: #dfe4e7;
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
    padding: 17px 0;
    border-bottom: 3px solid #d3d7da
}

@media (min-width: 992px) and (max-width: 1200px) {
    .search-trainings .tab-nav .tab-nav-item a {
        font-size: 14px
    }
}

.search-trainings .tab-nav .tab-nav-item a:hover {
    text-decoration: none;
    background: #fff;
    border-color: #fff
}

.search-trainings .tab-nav .tab-nav-item.is-active a {
    background: #fff;
    border-color: #fff
}

@media (max-width: 767px) {
    .search-form {
        float: none;
        margin: 0
    }
}

.search-form .search-label {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    padding-bottom: 20px
}

.search-form .search-input {
    display: block;
    width: 100%;
    background: #fff;
    padding: 21.5px 15px;
    outline: 0;
    border: 2px solid transparent
}

.search-form .search-input:focus {
    border: 2px solid #7ec5db
}

.search-form .search-submit {
    padding: 22px 0;
    text-align: center;
    width: 225px;
    float: right;
    display: block
}

.search-form .search-submit i {
    font-size: 21px
}

.search-form .search-submit:hover {
    background-color: #404040
}

@media (max-width: 767px) {
    .search-form .search-submit {
        width: 100%;
        float: none
    }
}

.newsletter {
    background: #f5f5f5
}

.newsletter.newsletter-inline {
    background: transparent;
    margin: 80px 0 40px
}

.newsletter .past-newsletters {
    padding-top: 16px
}

.newsletter .past-newsletters a {
    font-size: 14px;
    transition: all 0.2s linear
}

.newsletter .past-newsletters a:hover {
    color: #000
}

.newsletter-form {
    width: 570px;
    margin: 0 auto;
    padding-top: 40px
}

.newsletter-form .newsletter-input {
    width: 370px;
    display: block;
    float: left;
    padding: 8px 10px;
    background: #dfe4e7;
    border: 2px solid transparent;
    outline: 0
}

.newsletter-form .newsletter-input:focus {
    border: 2px solid #7ec5db
}

.newsletter-form input[type="email"] {
    height: 47px
}

.newsletter-form .newsletter-submit {
    width: 200px;
    display: block;
    float: left;
    padding: 8.5px
}

@media (max-width: 767px) {
    .newsletter-form {
        width: 100%
    }

    .newsletter-form .newsletter-input {
        float: none;
        width: 100%
    }

    .newsletter-form .newsletter-submit {
        width: 100%;
        float: none
    }
}

.tab-content {
    display: none
}

.contacts .contact {
    background: #dfe4e7;
    padding: 25px 10px 25px 25px;
    margin-bottom: 30px
}

@media (min-width: 768px) and (max-width: 991px) {
    .contacts .contact {
        padding: 25px
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .contacts .contact img {
        max-width: 180px
    }
}

@media (max-width: 767px) {
    .contacts .contact img {
        display: block;
        margin: 0 auto
    }
}

.contacts .contact .contact-text {
    float: left;
    padding-left: 20px;
    max-width: 300px
}

.contacts .contact img {
    float: left
}

@media (min-width: 992px) and (max-width: 1200px) {
    .contacts .contact .contact-text {
        max-width: 230px;
        font-size: 15px
    }
}

@media (max-width: 767px) {
    .contacts .contact .contact-text {
        float: none;
        padding: 15px 0 0
    }
}

.contacts .contact .contact-text span {
    font-size: 21px
}

.contacts .contact .contact-text a {
    color: #333333;
    text-decoration: none
}

.contacts .contact .contact-text h3 {
    color: #f01615;
    font-size: 19px;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 15px
}

.contacts .contact .contact-text h4 {
    font-size: 24px;
    margin: 0
}

@-webkit-keyframes fade {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.offers {
    margin-left: -10px;
    margin-right: -10px
}

.offers>.item {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 25%
}

.offers>.item:nth-child(2n+1) {
    clear: none !important
}

.offers>.item:nth-child(3n+1) {
    clear: none !important
}

.offers>.item h4 {
    line-height: 24px;
    height: 72px;
    overflow: hidden
}

.offers>.item .offer-box .actions {
    padding: 0;
    position: relative
}

.offers>.item .offer-box .actions a.more-info {
    padding: 15px;
    display: block
}

.offers>.item .offer-box .actions:hover {
    background-color: #f01615
}

.offers>.item .offer-box .actions a.anim {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.offers-list .item .offer-box .actions .btn:hover {
    color: #000;
    background-color: #fff
}

@media (max-width: 991px) {
    .offers>.item {
        width: 50%
    }
}

@media (max-width: 767px) {
    .offers>.item {
        width: 100%
    }

    .offers>.item h4 {
        height: auto;
        overflow: visible
    }
}

.more-offers {
    padding-top: 40px;
    padding-bottom: 40px
}

.more-offers a {
    font-weight: 300
}

.about-center {
    background: #dfe4e7;
    padding: 40px;
    position: relative;
    min-height: 550px
}

.about-center h2 {
    padding: 0
}

.about-center p:not(.meta) {
    width: 500px
}

@media (max-width: 767px) {
    .about-center p:not(.meta) {
        max-width: 100%
    }
}

.about-center .meta {
    font-size: 28px
}

.about-center img {
    position: absolute;
    bottom: -25px;
    right: 15px
}

@media (max-width: 1200px) {
    .about-center img {
        max-width: 100%;
        position: static;
        display: block;
        margin: 25px auto 0
    }

    .nav>li>a {
        margin-right: 12px
    }
}

.steps {
    list-style: none;
    margin: 0;
    padding: 5px 0 0
}

.steps .step {
    display: block;
    width: 570px;
    float: left;
    padding: 30px 45px;
    margin-bottom: 30px;
    font-size: 21px;
    color: #fff;
    min-height: 240px;
    position: relative
}

.steps .step::before {
    position: absolute;
    display: block;
    font-size: 90px;
    font-weight: 700;
    z-index: 0;
    top: -10px;
    left: 10px
}

@media (max-width: 1039px) {
    #menu #nav-member {
        display: none
    }
}

@media (max-width: 991px) {
    .steps .step {
        width: 100%;
        float: none
    }

    .nav>li>a {
        font-size: 15px
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .steps .step {
        width: 460px;
        min-height: 300px
    }
}

.steps .step h4 {
    font-size: 28px;
    text-transform: uppercase;
    position: relative;
    z-index: 2
}

.steps .step p {
    position: relative;
    z-index: 2
}

.steps .step:not(:nth-child(2n)) {
    margin-right: 30px
}

.steps .step:nth-child(1) {
    background: #d158a0
}

.steps .step:nth-child(1):before {
    content: "1.";
    color: #c93c90
}

.steps .step:nth-child(2) {
    background: #f01615
}

.steps .step:nth-child(2):before {
    content: "2.";
    color: #d40e0e
}

.steps .step:nth-child(3) {
    background: #00aeef
}

.steps .step:nth-child(3):before {
    content: "3.";
    color: #0094cb
}

.steps .step:nth-child(4) {
    background: #f7931e
}

.steps .step:nth-child(4):before {
    content: "4.";
    color: #e98108
}

@-webkit-keyframes fadeDrop {
    from {
        opacity: 0;
        -webkit-transform: translate(0, -30px);
        transform: translate(0, -30px)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes fadeDrop {
    from {
        opacity: 0;
        -webkit-transform: translate(0, -30px);
        transform: translate(0, -30px)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.trainer-single {
    background: #f01615;
    padding: 0 55px 55px 0;
    margin-top: 20px;
    display: none;
    -webkit-animation: fadeDrop 0.4s ease-in-out;
    animation: fadeDrop 0.4s ease-in-out
}

@media (max-width: 991px) {
    .trainer-single {
        padding: 0 55px 35px
    }
}

.trainer-single.is-active {
    display: block
}

.trainer-single .single-text {
    float: left;
    width: 735px;
    padding: 35px 55px 0 55px;
    font-size: 19px;
    color: #fff
}

@media (max-width: 991px) {
    .trainer-single .single-text {
        float: none;
        padding: 35px 0 0;
        width: 100%
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .trainer-single .single-text {
        width: 525px
    }
}

.trainer-single .single-text h4 {
    font-size: 28px;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase
}

.trainer-single .single-text .meta {
    font-size: 21px;
    margin: 0;
    padding: 0 0 25px
}

.trainer-single .trainer-photo {
    display: block;
    float: right;
    margin-top: -55px
}

@media (max-width: 991px) {
    .trainer-single .trainer-photo {
        float: none;
        display: block;
        margin: 20px auto 0;
        max-width: 100%
    }
}

.trainer-single.trainer-video .video-wrap {
    float: right;
    margin-top: -55px;
    position: relative
}

@media (max-width: 991px) {
    .trainer-single.trainer-video .video-wrap {
        float: none;
        display: block;
        margin: 20px auto 0;
        width: 375px
    }
}

.trainer-single.trainer-video .video-wrap .trainer-photo {
    float: none;
    margin: 0
}

.trainer-single.trainer-video .video-wrap .play-video {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(236, 28, 35, 0.8);
    height: 66px
}

.trainer-single.trainer-video .video-wrap .play-video a {
    color: #fff;
    display: block;
    line-height: 66px;
    background: url("../img/icons/play.png") 103px center no-repeat;
    padding-left: 164px
}

.trainer-single.trainer-video .video-wrap .play-video a:hover {
    background-color: rgba(236, 28, 35, 0.4)
}

.trainer-list {
    list-style: none;
    margin: 0;
    padding: 40px 0 0;
    text-align: center;
    font-size: 0;
    position: relative
}

.trainer-list li {
    display: inline-block;
    padding: 0;
    margin: 0 10px;
    cursor: pointer
}

.trainer-list li::before {
    display: none
}

.trainer-list .arrow {
    position: relative;
    top: 0;
    font-size: 30px;
    color: #f01615;
    font-family: "Verdana", "Helvetica", "Arial", sans-serif;
    height: 64px;
    padding: 0 !important;
    transition: all 0.2s linear
}

.trainer-list .arrow .glyphicon {
    position: relative;
    display: block;
    top: 8px
}

.trainer-list .arrow .glyphicon:before {
    font-size: 20px
}

.trainer-list .arrow:hover {
    color: #000
}

.feedback .trainer-single h4 {
    font-size: 24px;
    font-weight: 600;
    text-transform: none;
    margin-top: 20px
}

.feedback .trainer-list {
    text-align: left;
    position: relative;
    top: -70px;
    padding-top: 0 !important;
    margin-left: 50px !important
}

.feedback .trainer-list li {
    display: inline-block;
    width: 6px;
    height: 5px;
    background: #fff;
    margin: 0 6px;
    opacity: 0.7
}

.feedback .trainer-list li.is-active {
    opacity: 1.0
}

@media (max-width: 767px) {
    .trainer-list .arrow {
        position: absolute;
        margin: 0;
        top: 90px
    }

    .trainer-list .arrow[data-dir="left"] {
        left: 0
    }

    .trainer-list .arrow[data-dir="right"] {
        right: 0
    }
}

@media (max-width: 767px) {
    #menu #nav-member {
        display: block;
        float: left
    }
}

.trainer-list .trainer-item .active-icon {
    display: none
}

.trainer-list .trainer-item.is-active .small-icon {
    display: none
}

.trainer-list .trainer-item.is-active .active-icon {
    display: inline
}

.trainer-list .trainer-item.is-active img {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.4)
}

.btn-primary {
    background: #000;
    padding: 10px 30px;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 300
}

.btn-primary:hover {
    background: #f01615;
    color: #fff
}

.clients {
    padding: 60px 0
}

.clients .small {
    font-size: 19px
}

.testimonials {
    background: #f5f5f5;
    padding: 30px 0 70px
}

.testimonials .quotes {
    padding-top: 30px
}

@media (max-width: 991px) {
    .testimonials .quotes p {
        margin: 30px 0
    }
}

.testimonials .quotes p::after {
    display: none
}

.testimonials .quotes .author {
    display: block;
    padding-left: 60px;
    font-size: 19px;
    color: #a4a4a4
}

.panel {
    border: 0
}

.panel-title {
    font-size: 25px;
    text-transform: uppercase
}

.panel-title a {
    display: block;
    padding: 20px 60px 20px 20px;
    text-decoration: none;
    position: relative;
    transition: all 0.2s ease-in-out
}

.panel-title a:focus,
.panel-title a:hover {
    text-decoration: none;
    outline: 0
}

.panel-title a::after {
    content: "\2b";
    font-family: 'Glyphicons Halflings';
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7.5px;
    font-size: 14px
}

.panel-title a[aria-expanded="true"]::after {
    content: "\2212"
}

.panel-title span {
    font-weight: 600
}

.panel-default>.panel-heading {
    background: #f5f5f5;
    border-color: transparent;
    padding: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border: 0;
    background: #f5f5f5
}

.panel h4 a[aria-expanded="true"] {
    color: #fff !important;
    text-decoration: none
}

.panel.color-1 h4 {
    color: #f01615
}

.panel.color-1 h4 a:hover {
    color: #f23737
}

.panel.color-1 h4 a[aria-expanded="true"] {
    background: #f01615
}

.panel.color-2 h4 {
    color: #91278f
}

.panel.color-2 h4 a:hover {
    color: #ad2fab
}

.panel.color-2 h4 a[aria-expanded="true"] {
    background: #91278f
}

.panel.color-3 h4 {
    color: #d158a0
}

.panel.color-3 h4 a:hover {
    color: #d974b0
}

.panel.color-3 h4 a[aria-expanded="true"] {
    background: #d158a0
}

.panel.color-4 h4 {
    color: #00aeef
}

.panel.color-4 h4 a:hover {
    color: #14bfff
}

.panel.color-4 h4 a[aria-expanded="true"] {
    background: #00aeef
}

.panel.color-5 h4 {
    color: #33bcad
}

.panel.color-5 h4 a:hover {
    color: #46cdbe
}

.panel.color-5 h4 a[aria-expanded="true"] {
    background: #33bcad
}

.panel.color-6 h4 {
    color: #8cc63f
}

.panel.color-6 h4 a:hover {
    color: #9cce5b
}

.panel.color-6 h4 a[aria-expanded="true"] {
    background: #8cc63f
}

.panel.color-7 h4 {
    color: #d7df23
}

.panel.color-7 h4 a:hover {
    color: #dde442
}

.panel.color-7 h4 a[aria-expanded="true"] {
    background: #d7df23
}

.panel.color-8 h4 {
    color: #f7931e
}

.panel.color-8 h4 a:hover {
    color: #f8a440
}

.panel.color-8 h4 a[aria-expanded="true"] {
    background: #f7931e
}

.panel.color-9 h4 {
    color: #77787a
}

.panel.color-9 h4 a:hover {
    color: #898a8c
}

.panel.color-9 h4 a[aria-expanded="true"] {
    background: #77787a
}

.panel-group-trainings {
    padding-top: 0px
}

.panel-group-trainings .panel h4 a[aria-expanded="true"] {
    color: #fff !important
}

.panel-group-trainings .panel-body,
#currentTrainings .panel-body {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0
}

.panel .trainings,
.training-search-results ul.trainings {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important
}

.panel .trainings li,
.training-search-results ul.trainings li {
    padding: 25px 15px !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 19px
}

@media (max-width: 767px) {

    .panel .trainings li,
    .training-search-results .trainings li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

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

.training-search-results .trainings li {
    background: #f5f5f5
}

.panel .trainings li:nth-child(2n),
.training-search-results .trainings li:nth-child(2n) {
    background: #fafafa
}

.panel .trainings li::before,
.training-search-results .trainings li::before {
    display: none
}

.panel .trainings li>div,
.training-search-results .trainings li>div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 991px) {

    .panel .trainings li>div,
    .training-search-results .trainings li>div {
        font-size: 16px
    }
}

@media (max-width: 767px) {

    .panel .trainings li>div,
    .training-search-results .trainings li>div {
        margin: 10px 0
    }
}

.panel .trainings .btn,
.training-search-results .trainings .btn {
    display: block;
    font-size: 19px;
    text-align: center;
    padding: 10px
}

.panel .trainings .training-name,
.training-search-results .trainings .training-name {
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    padding-right: 10px;
    display: block
}

.panel .trainings .training-name a,
.training-search-results .trainings .training-name a {
    display: inline-block;
    width: auto
}

.training-search-results ul.trainings {
    margin-bottom: 40px !important
}

.training-search-results .trainings .training-name {
    width: 987px
}

.training-search-results .trainings .training-name a {
    color: #333
}

.training-search-results h3 {
    text-transform: uppercase;
    color: #f01615;
    font-weight: 300;
    font-size: 26px;
    margin-top: 60px !important;
    margin-bottom: 60px !important
}

.training-search-results h3 .highlight {
    color: #333
}

.panel .trainings .training-duration,
.training-search-results .trainings .training-duration {
    width: 90px
}

.panel .trainings .training-info,
.training-search-results .trainings .training-info {
    width: 140px
}

.panel .trainings .training-button,
.training-search-results .trainings .training-button {
    width: 150px
}

.panel .trainings .training-label,
.panel .trainings .training-price {
    width: 150px
}

@media (max-width: 767px) {

    .panel .trainings .training-label,
    .panel .trainings .training-price {
        width: 200px
    }
}

.panel .trainings .training-price {
    padding-left: 15px
}

[data-tab="tab2"] .newsletter-inline,
[data-tab="tab3"] .newsletter-inline,
[data-tab="tab4"] .newsletter-inline,
[data-tab="tab5"] .newsletter-inline,
[data-tab="tab6"] .newsletter-inline {
    background: #f5f5f5;
    margin-bottom: 0;
    padding: 45px 0
}

[data-tab="tab4"] .meta {
    font-size: 28px
}

[data-tab="tab4"] p {
    margin: 0;
    padding: 20px 0
}

.info-wrap {
    padding-top: 40px
}

.testing-info {
    background: #8cc63f;
    padding: 10px 20px;
    color: #fff
}

.testing-info a {
    color: #fff;
    text-decoration: underline
}

.testing-info a:hover {
    text-decoration: none
}

.testing-info ul {
    color: #fff
}

.testing-info ul li::before {
    background: #fff
}

.important-info {
    margin: 0 !important;
    padding-top: 65px;
    margin-bottom: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.important-info>div>.vc_column-inner {
    padding: 0
}

.important-info .vizual {
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.important-info .vizual .vc_column-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.important-info .vizual .vc_column-inner .wpb_wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.important-info .vizual .vc_column-inner .wpb_wrapper .wpb_content_element {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.important-info .vizual .vc_column-inner .wpb_wrapper .wpb_content_element .wpb_wrapper p {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.important-info .vizual .vc_column-inner .wpb_wrapper .wpb_content_element .wpb_wrapper p img {
    position: absolute;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.important-info .vizual .wpb_content_element {
    margin-bottom: 0 !important
}

.important-info .info {
    background: #33bcad;
    color: #fff;
    padding: 10px 20px
}

.important-info .info a {
    color: #fff;
    text-decoration: underline
}

.registration-form {
    background: #f5f5f5;
    padding: 35px 50px;
    margin-top: 45px
}

.registration-form .g-recaptcha {
    margin: 15px 0
}

.registration-form .form-control {
    margin: 15px 0
}

.registration-form .half-inputs {
    width: 245px;
    display: initial;
    margin-bottom: 0 !important;
    margin-top: 0
}

.registration-form .input-info {
    margin: 0;
    margin-top: -.5em;
    margin-bottom: .5em;
    padding: 0 15px;
    font-size: .75em;
    color: #aaa
}

@media (min-width: 992px) and (max-width: 1200px) {
    .registration-form .half-inputs {
        width: 192.5px
    }
}

@media (max-width: 991px) {
    .registration-form .half-inputs {
        width: 100%
    }
}

@media (max-width: 767px) {
    .registration-form {
        margin-left: -60px;
        margin-right: -60px;
        padding-left: 25px;
        padding-right: 25px
    }
}

@media (max-width: 479px) {
    .registration-form {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 25px;
        padding-right: 25px
    }
}

.registration-form .dic {
    margin-right: 15px
}

.registration-form p {
    font-size: 16px;
    margin: 0;
    padding: 10px 0 25px
}

.registration-form .checkbox label {
    font-size: 21px
}

.registration-form .checkbox input {
    top: 4px
}

span.meta,
.offers-list ul li {
    color: #91278f
}

span.meta.color-1,
.offers-list ul li.color-1 {
    color: #f01615
}

span.meta.color-2,
.offers-list ul li.color-2 {
    color: #91278f
}

span.meta.color-3,
.offers-list ul li.color-3 {
    color: #d158a0
}

span.meta.color-4,
.offers-list ul li.color-4 {
    color: #00aeef
}

span.meta.color-5,
.offers-list ul li.color-5 {
    color: #33bcad
}

span.meta.color-6,
.offers-list ul li.color-6 {
    color: #8cc63f
}

span.meta.color-7,
.offers-list ul li.color-7 {
    color: #d7df23
}

span.meta.color-8,
.offers-list ul li.color-8 {
    color: #f7931e
}

span.meta.color-9,
.offers-list ul li.color-9 {
    color: #77787a
}

.training-info {
    background: #f5f5f5;
    color: #000;
    padding: 30px;
    margin-bottom: 30px
}

.training-info.brand-background-color-8 {
    color: #fff;
    background-color: #f7931e
}

.training-info h4 {
    margin-bottom: 0;
    font-weight: 700
}

.registration-info h4 {
    background: #f01615;
    height: 60px;
    color: #fff;
    font-size: 21px;
    padding: 15px 20px;
    margin: 0
}

.registration-info ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.registration-info ul li {
    padding: 0;
    margin: 0
}

.registration-info ul li a {
    font-size: 21px;
    display: block;
    padding: 15px 20px;
    color: #333333;
    border-bottom: 1px solid #d6e0e6
}

.registration-info ul li a:hover {
    background: #d6e0e6
}

.registration-info ul li a:hover span {
    color: #fff
}

.registration-info ul li a span {
    color: #dfe4e7;
    margin-right: 10px
}

.registration-info ul li::before {
    display: none
}

.more-courses,
.positions {
    padding-top: 0px
}

.more-courses a,
.positions a {
    display: block;
    width: 100%;
    color: #fff;
    background: #00aeef;
    min-height: 200px;
    padding: 30px 40px 50px 15px;
    position: relative
}

.positions a {
    margin-bottom: 30px
}

@media (max-width: 991px) {

    .more-courses a,
    .positions a {
        margin-bottom: 10px
    }
}

.more-courses a:hover,
.positions a:hover {
    background: #f7931e
}

.more-courses a span,
.positions a span {
    position: absolute;
    top: 50%;
    margin-top: -9.5px;
    right: 20px
}

.positions h4 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0
}

.positions .location {
    position: absolute;
    left: 15px;
    bottom: 10px
}

.blog-body .float-right {
    float: right;
    margin: 0 0 30px 30px
}

.blog-author {
    background: #f5f5f5;
    padding: 45px;
    margin-top: 45px
}

.blog-author h4 {
    font-weight: 600
}

.blog-author .about {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 213px
}

.success-stories,
.main-hr {
    background: #f5f5f5
}

.hr-news {
    background: #33bcad
}

.hr-news h2 {
    color: #fff
}

.hiring-steps {
    padding-top: 45px
}

.hiring-steps .step {
    width: 20%;
    float: left;
    padding: 15px 25px;
    min-height: 255px;
    border: 1px solid #e1e1e1;
    position: relative;
    line-height: 1.1
}

@media (min-width: 768px) and (max-width: 991px) {
    .hiring-steps .step {
        width: 50%
    }

    .hiring-steps .step:nth-child(2n) {
        border: 1px solid #e1e1e1
    }

    .hiring-steps .step:nth-child(2n-1) {
        border-right: 0
    }

    .hiring-steps .step:last-child {
        border-right: 1px solid #e1e1e1
    }
}

@media (max-width: 767px) {
    .hiring-steps .step {
        width: 100%;
        float: none;
        border: 1px solid #e1e1e1;
        min-height: 0;
        padding-bottom: 35px
    }

    .hiring-steps .step:not(:last-child) {
        border-bottom: 0
    }
}

@media (min-width: 992px) {
    .hiring-steps .step:not(:last-child) {
        border-right: 0
    }
}

.hiring-steps .step:not(:last-child)::before {
    position: absolute;
    width: 15px;
    height: 15px;
    display: block;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    right: -8px;
    top: 20px;
    background: #fff;
    z-index: 1
}

.hiring-steps .step p {
    font-size: 16px
}

.hiring-steps .step::after {
    display: block;
    position: absolute;
    content: "";
    border-bottom: 5px dotted #f01615;
    height: 0;
    left: 0;
    right: 75px;
    bottom: 10px
}

.hiring-steps .step .step-order {
    display: block;
    position: absolute;
    font-size: 100px;
    color: #f5f5f5;
    right: 10px;
    bottom: -15px;
    line-height: 1
}

.director-quote {
    padding-top: 0px
}

.director-quote img {
    max-width: 100%;
    margin: 0px 0 0 -15px
}

@media (max-width: 991px) {
    .director-quote img {
        margin: 0
    }
}

.director-quote .red {
    background: #f01615;
    color: #fff;
    padding: 35px 55px
}

.director-quote .red .sign {
    font-weight: 600;
    font-size: 24px
}

.director-quote .red .sign small {
    display: block;
    font-weight: 400;
    font-size: 24px
}

.director-quote .red a {
    color: #fff;
    display: block;
    line-height: 66px;
    background: url("../img/icons/play.png") 0 center no-repeat;
    padding-left: 64px
}

.studies .bg-red {
    color: #fff;
    padding: 35px 30px;
    margin-top: -160px;
    position: relative;
    z-index: 3;
    margin-bottom: 45px
}

.studies .case-green {
    background: #8cc63f;
    display: block
}

.studies .case-green .quote {
    padding: 15px 45px;
    position: relative
}

.studies .case-green .quote::before {
    content: "";
    width: 32px;
    height: 28px;
    background: url("../img/icons/quote-left.png") no-repeat;
    position: absolute;
    display: block;
    top: 0;
    left: 0
}

.studies .case-green .quote::after {
    content: "";
    width: 32px;
    height: 28px;
    line-height: 0;
    background: url("../img/icons/quote-right.png") no-repeat;
    position: relative;
    top: 10px;
    right: -10px;
    display: inline-block;
    vertical-align: bottom
}

.results {
    padding-top: 45px
}

@media (min-width: 992px) {
    .results .col-md-6:nth-child(2n) {
        padding-right: 0
    }

    .results .col-md-6:nth-child(2n-1) {
        padding-left: 0
    }
}

.results .result {
    background: #f5f5f5;
    margin-bottom: 30px;
    padding: 20px 15px
}

@media (min-width: 992px) {
    .results .result {
        min-height: 220px
    }
}

.results .result img {
    float: left;
    display: block;
    width: 120px;
    margin: 20px 0
}

.results .result span {
    display: block;
    text-align: center
}

.results .result p {
    height: 160px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 30px
}

@media (max-width: 767px) {
    .results .result p {
        height: auto !important
    }
}

.reasons {
    padding-top: 45px
}

@media (min-width: 992px) {
    .reasons .col-md-4:nth-child(3n) {
        padding-right: 0
    }

    .reasons .col-md-4:nth-child(3n-2) {
        padding-left: 0
    }
}

.reasons.organisation {
    padding: 0
}

.reasons.organisation .reason {
    background: #f5f5f5
}

.reasons .reason {
    background: #fff;
    margin-bottom: 30px;
    padding: 30px 10px;
    position: relative
}

.reasons .reason .icon-plus {
    font-size: 34px;
    position: absolute;
    display: block;
    top: 5px;
    right: 20px;
    color: #f01615
}

.reasons .reason img {
    display: block;
    margin: 0 auto
}

.reasons .reason .title {
    text-align: center;
    margin: 0;
    padding: 25px 0 0
}

.reasons .reason .reason-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(236, 28, 35, 0.8);
    color: #fff;
    text-align: center;
    padding: 25px;
    display: none
}

.reasons .reason:hover .reason-overlay {
    display: block;
    -webkit-animation: fade 0.2s ease-in-out;
    animation: fade 0.2s ease-in-out
}

@media (max-width: 767px) {
    .reasons-wrapper .reason {
        height: auto !important
    }

    .reasons.organisation .reason {
        min-height: 286px
    }
}

@media (max-width: 767px) {

    .results .result img {
        float: none
    }

    .results .result p {
        padding-left: 0
    }

    .trainer-single {
        margin-top: 0
    }

    .trainer-single {
        padding: 0 30px 35px
    }
}

.blog-subheading {
    font-size: 19px;
    color: #333333;
    padding: 30px 0
}

.blog-subheading .intro {
    padding: 0
}

.blog-categories {
    border-top: 1px solid #dfe4e7
}

.blog-categories .categories {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center
}

.blog-categories .categories .category {
    padding: 0;
    margin: 0;
    display: inline-block
}

.blog-categories .categories .category a {
    display: block;
    text-transform: uppercase;
    color: #333333;
    padding: 20px 25px 20px 40px;
    position: relative
}

.blog-categories .categories .category a:hover {
    color: #f01615
}

.blog-categories .categories .category a::before {
    content: "";
    display: block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0
}

.blog-categories .categories .category::before {
    display: none
}

.blog-categories .categories .category.category-press a::before {
    background: #d158a0
}

.blog-categories .categories .category.category-events a::before {
    background: #f7931e
}

.blog-categories .categories .category.category-articles a::before {
    background: #33bcad
}

.blog-categories .categories .category.color-1 a:before {
    background: #f01615
}

.blog-categories .categories .category.color-2 a:before {
    background: #91278f
}

.blog-categories .categories .category.color-3 a:before {
    background: #d158a0
}

.blog-categories .categories .category.color-4 a:before {
    background: #00aeef
}

.blog-categories .categories .category.color-5 a:before {
    background: #33bcad
}

.blog-categories .categories .category.color-6 a:before {
    background: #8cc63f
}

.blog-categories .categories .category.color-7 a:before {
    background: #d7df23
}

.blog-categories .categories .category.color-8 a:before {
    background: #f7931e
}

.blog-categories .categories .category.color-9 a:before {
    background: #77787a
}

.blog-tags {
    background: #dfe4e7;
    margin-bottom: 55px
}

.blog-tags .tags {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center
}

.blog-tags .tags .tag {
    padding: 0;
    margin: 0;
    display: inline-block
}

.blog-tags .tags .tag a {
    display: block;
    padding: 20px 10px;
    text-transform: uppercase;
    color: #343434
}

.blog-detail .container {
    max-width: 800px
}

.panel h4 a[aria-expanded="true"] {
    color: #000 !important
}

@media (max-width: 1200px) {
    .blog-tags .tags .tag a {
        font-size: 16px
    }

    .news-box-container .new-box .new-desc {
        font-size: 22px
    }
}

@media (max-width: 991px) {
    .blog-tags .tags .tag a {
        font-size: 16px
    }
}

.blog-tags .tags .tag a:hover {
    color: #f01615
}

.blog-tags .tags .tag::before {
    display: none
}

.contact-map {
    display: block;
    width: 100%;
    height: 390px
}

.reg-options {
    background: #8cc63f;
    color: #fff;
    padding: 10px 45px 30px
}

.reg-options h3 {
    text-transform: uppercase;
    font-size: 28px
}

.reg-options .options-label {
    display: inline-block;
    width: 135px
}

.reg-options a {
    color: #fff;
    text-decoration: underline
}

.reg-options a:hover {
    color: #f01615
}

.reg-steps {
    padding-top: 60px
}

.reg-steps .step {
    padding-left: 30px;
    padding-bottom: 70px
}

.reg-steps .step h3 {
    font-size: 28px;
    text-transform: uppercase;
    position: relative
}

.reg-steps .step h3:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -7.5px
}

.reg-steps .step h3.color-1 {
    color: #f01615
}

.reg-steps .step h3.color-1:before {
    background-color: #f01615
}

.reg-steps .step h3.color-2 {
    color: #91278f
}

.reg-steps .step h3.color-2:before {
    background-color: #91278f
}

.reg-steps .step h3.color-3 {
    color: #d158a0
}

.reg-steps .step h3.color-3:before {
    background-color: #d158a0
}

.reg-steps .step h3.color-4 {
    color: #00aeef
}

.reg-steps .step h3.color-4:before {
    background-color: #00aeef
}

.reg-steps .step h3.color-5 {
    color: #33bcad
}

.reg-steps .step h3.color-5:before {
    background-color: #33bcad
}

.reg-steps .step h3.color-6 {
    color: #8cc63f
}

.reg-steps .step h3.color-6:before {
    background-color: #8cc63f
}

.reg-steps .step h3.color-7 {
    color: #d7df23
}

.reg-steps .step h3.color-7:before {
    background-color: #d7df23
}

.reg-steps .step h3.color-8 {
    color: #f7931e
}

.reg-steps .step h3.color-8:before {
    background-color: #f7931e
}

.reg-steps .step h3.color-9 {
    color: #77787a
}

.reg-steps .step h3.color-9:before {
    background-color: #77787a
}

.event .event-registration {
    margin-top: -100px;
    background: #f5f5f5;
    position: relative;
    z-index: 10;
    padding-bottom: 20px;
    position: relative
}

.event .event-registration .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    opacity: 0.7;
    top: 0;
    left: 0
}

.event .event-registration h3 {
    font-size: 24px;
    font-weight: 500
}

.event .event-registration h4 {
    font-size: 18px
}

@media (max-width: 767px) {
    .event .event-registration {
        margin-top: 0;
        padding: 20px 15px
    }
}

.event .event-registration .event-form {
    padding-top: 20px
}

.event .expired-event {
    background: #f01615;
    color: #fff;
    height: 70px;
    position: relative;
    padding-left: 95px;
    padding-right: 10px;
    margin: 15px 0
}

@media (max-width: 767px) {
    .event .expired-event {
        font-size: 15px
    }

    .reg-steps {
        padding-top: 0
    }

    .trainer-single.trainer-video .video-wrap {
        max-width: 100%
    }

    .trainer-single.trainer-video .video-wrap .play-video a {
        color: #fff;
        display: block;
        line-height: 26px;
        background: url("../img/icons/play.png") 11px 9px no-repeat;
        padding-left: 72px;
        height: 66px;
        padding-top: 21px
    }
}

@media (max-width: 600px) {
    .vc_tta.vc_tta-spacing-1 .vc_tta-tab a {
        font-size: 15px !important
    }
}

@media (max-width: 330px) {
    .vc_tta.vc_tta-spacing-1 .vc_tta-tab a {
        font-size: 13px !important
    }

    .vc_tta-container {
        margin-top: -72px !important
    }
}

.event .expired-event .warning-icon {
    display: block;
    font-size: 32px;
    font-weight: 700;
    width: 70px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 10px;
    left: 0;
    text-align: center;
    border-right: 1px solid #fff
}

.event .expired-event p {
    height: 70px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.gallery-list {
    padding: 45px 0 15px;
    padding-top: 0
}

@media (min-width: 1200px) {
    .gallery-list.columns-5 .gallery-item {
        width: 20%
    }

    .gallery-list.columns-7 .gallery-item {
        width: calc(100% / 7)
    }

    .gallery-list.columns-8 .gallery-item {
        width: 12.5%
    }

    .gallery-list.columns-9 .gallery-item {
        width: calc(100% / 9)
    }
}

.gallery-list .gallery-item {
    cursor: pointer;
    margin-bottom: 30px
}

.gallery-list .gallery-item img {
    max-width: 100%
}

.gallery-list .gallery-item .item-overlay {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    background: rgba(229, 54, 56, 0.8) url("../img/icons/icon-zoom.png") center center no-repeat;
    display: none;
    -webkit-animation: fade 0.2s linear;
    animation: fade 0.2s linear
}

.gallery-list .gallery-item:hover .item-overlay {
    display: block
}

.soitron_color_background_box {
    margin-bottom: 30px;
    padding: 10px 20px;
    color: #fff;
    display: block;
    vertical-align: middle
}

.soitron_color_background_box p {
    margin-bottom: 0
}

.soitron_color_background_box h3 {
    margin-top: 10px;
    font-size: 27px;
    line-height: 30px
}

.post-password-form {
    margin: 45px 0
}

.contact-phone,
.contact-mail,
.contact-web {
    color: #f01615;
    line-height: 100px;
    height: 100px;
    padding-left: 120px;
    background: url(../img/phone-icon.png) no-repeat left center;
    font-size: 1em;
    text-align: left;
    margin-bottom: 10px
}

.contact-web {
    background-image: url(../img/web-icon.png)
}

.contact-mail {
    background-image: url(../img/mail-icon.png)
}

.more-courses .slick-prev:before,
.more-courses .slick-next:before {
    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;
    color: #000;
    opacity: 0.5;
    transition: opacity .5s
}

.more-courses .slick-prev:hover:before,
.more-courses .slick-next:hover:before {
    opacity: 1
}

.more-courses .slick-prev:before {
    content: '\e257'
}

.more-courses .slick-next:before {
    content: '\e258'
}

.contact-phone,
.contact-mail,
.contact-web {
    background-size: 50px 50px;
    line-height: 50px;
    height: 50px;
    padding-left: 60px;
    font-size: 16px
}

@media (max-width: 991px) {

    .contact-phone,
    .contact-mail,
    .contact-web {
        background-size: 50px 50px;
        line-height: 50px;
        height: 50px;
        padding-left: 60px;
        font-size: 16px
    }
}

@media (max-width: 767px) {

    .more-courses .slick-prev,
    .more-courses .slick-next {
        top: 110%
    }

    .more-courses .slick-prev {
        left: 40%
    }

    .more-courses .slick-next {
        right: 40%
    }
}

#download-ical {
    display: none;
    margin-bottom: 20px
}

.training-search-results {
    background: #fff
}

.training-search-results {
    margin-bottom: 40px !important
}

.training-search-results h2 {
    color: #f01615
}

.training-search-results h4 a:hover {
    text-decoration: underline
}

.event .wpcf7-mail-sent-ok {
    display: none !important
}

.video-container.responsive {
    position: relative
}

.video-container.responsive:before {
    padding-top: 56.25%;
    display: block;
    content: ''
}

.video-container.responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.gallery-list .gallery-item a {
    position: relative;
    display: block;
    overflow: hidden
}

.gallery-list .gallery-item a:before {
    padding-top: 100%;
    display: block;
    content: ''
}

.gallery-list .gallery-item .item-overlay {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.gallery-list .gallery-item img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.team {
    padding-bottom: 30px
}

.team .team-box {
    position: relative;
    overflow: hidden;
    width: auto;
    height: auto
}

.team .team-box:before {
    padding-top: 100%;
    display: block;
    content: ''
}

.team .team-box:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    content: '';
    border: 10px solid #fff
}

.team .team-box .team-box-img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-size: cover
}

.team .team-box-default img {
    margin: 0 auto;
    display: block
}

.team .team-box .team-name {
    padding: 15px !important;
    position: absolute;
    z-index: 2;
    top: 50% !important;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none
}

.partner-wrapper {
    position: relative;
    overflow: hidden;
    width: auto;
    height: auto;
    display: block
}

.partner-wrapper:before {
    padding-top: 100%;
    display: block;
    content: ''
}

.partner-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%
}

.partners-tabs {
    height: auto;
    overflow: visible
}

.partners-tabs .item {
    margin-bottom: 30px
}

.partners-tabs .item:nth-child(n+6) {
    display: none
}

.partners-tabs.active .item:nth-child(n+6) {
    display: block
}

.partners-tabs .item a {
    display: block
}

.show-more-partners .open-text {
    display: none
}

.show-more-partners.toggle .open-text {
    display: inline
}

.show-more-partners.toggle .close-text {
    display: none
}

.pagination .nav-links .prev-button {
    float: left;
    display: inline-block
}

.pagination .nav-links .next-button {
    float: right;
    display: inline-block
}

.panel-group-trainings {
    z-index: 2
}

.navbar-nav>li a:focus {
    background-color: transparent
}

.navbar-nav>li.current-menu-item a,
.navbar-nav>li.current-menu-parent a {
    color: #f01615
}

.container {
    width: auto;
    max-width: 1440px;
    padding-right: 60px;
    padding-left: 60px
}

.contact-map {
    margin: 30px 0 0 0;
    width: 100%;
    height: 300px
}

.header h1 {
    margin-top: 70px;
    position: relative;
    top: auto;
    left: auto
}

.header .date+h1 {
    margin-top: 10px
}

.results {
    padding-top: 0;
    padding-bottom: 0
}

.results .result {
    display: table;
    width: 100%
}

.results .result>span {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    width: 120px
}

.results .result>span:before {
    padding-top: 20px;
    width: 120px;
    height: 120px;
    font-size: 60px;
    color: #f01615;
    display: block;
    border: 7px solid #bdbebe;
    border-radius: 60px !important
}

.results .result p {
    display: table-cell;
    max-height: none;
    height: auto;
    vertical-align: middle
}

.trainers>.container {
    padding-left: 0;
    padding-right: 0
}

.trainer-single .single-text {
    width: 66%
}

.trainer-single .single-text a {
    color: #fff
}

.trainer-single .single-text.fix-height p {
    line-height: 1.42857143em;
    max-height: 11.42857144em;
    overflow: hidden;
    transition: all .5s ease
}

.trainer-single .single-text.fix-height.opened p {
    max-height: 40em
}

.trainer-single .trainer-photo,
.trainer-single.trainer-video .video-wrap {
    width: 34%
}

.trainer-single.case-green .trainer-photo {
    border: 1px solid #8cc63f
}

.trainer-single.trainer-video .video-wrap .trainer-photo {
    width: 100% !important;
    border: none
}

.trainer-single.trainer-video .video-wrap .play-video a {
    padding-left: calc(40% + 36px);
    background-position: 40% 50%
}

img {
    max-width: 100%
}

.hr-news .item .news-img img {
    width: 100%
}

.search-form .wrapper {
    width: calc(100% - 235px);
    float: left
}

.search-form .search-submit i {
    font-size: 73%
}

.contact-form-container>.extra-container {
    margin-left: 0;
    margin-right: 0
}

.contact-form-container textarea {
    height: 245px
}

.steps .step {
    width: calc(50% - 15px);
    margin-right: 0
}

.steps .step:not(:nth-child(2n)) {
    margin-right: 0
}

.steps .step:nth-child(even) {
    margin-left: 15px
}

.steps .step:nth-child(odd) {
    margin-right: 15px
}

.about-center {
    min-height: 600px
}

.about-center img {
    bottom: -75px
}

.newsletter.newsletter-inline {
    margin-top: 0
}

.partners-tabs {
    margin-bottom: 0 !important
}

.contacts .contact {
    min-height: 285px
}

.contacts .contact .contact-text {
    margin-left: 210px;
    max-width: none;
    float: none
}

.contacts .contact .contact-text h4 {
    font-weight: 600
}

.contacts .contact .contact-text p {
    margin-bottom: 1.5rem;
    font-size: 18px;
    line-height: 1.25em
}

.contacts .contact .contact-text p span {
    font-size: 1em
}

.contacts .contact .contact-text p:last-child {
    margin-bottom: 0
}

.contacts .contact img {
    width: 210px
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: #404040
}

.search-form .search-submit {
    margin-bottom: 15px !important
}

.clients {
    padding-bottom: 0
}

.panel-group-trainings .panel .panel-body {
    padding-top: 0
}

.panel .trainings li,
.training-search-results ul.trainings li {
    padding: 15px !important
}

.panel .trainings li>div,
.training-search-results .trainings li>div {
    padding-left: 5px;
    padding-right: 5px
}

.panel .trainings li>div:first-child,
.training-search-results .trainings li>div:first-child {
    padding-left: 0
}

.panel .trainings li>div:last-child,
.training-search-results .trainings li>div:last-child {
    padding-right: 0
}

.panel .trainings li .training-price,
.training-search-results .trainings li .training-price,
.panel .trainings li .training-duration,
.training-search-results .trainings li .training-duration {
    white-space: nowrap
}

.panel .trainings li .training-info,
.training-search-results .trainings li .training-info {
    text-align: center
}

.panel .trainings .training-name,
.training-search-results .trainings .training-name {
    font-size: 21px
}

.hiring-steps {
    padding-top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.hiring-steps .step {
    padding-bottom: 60px
}

.contact-us .contact-content h2 {
    color: #f01615
}

.contact-us .contact-content {
    min-height: 1270px
}

.contact-us .contact-content .tab-nav {
    display: table;
    width: 100%
}

.contact-us .contact-content .tab-nav .tab-nav-item {
    display: table-cell
}

.contact-us .contact-content .tab-nav .tab-nav-item a {
    padding: 0
}

.header .btn-header-contactus {
    z-index: 2
}

.wpb_video_widget .wpb_wrapper .wpb_video_wrapper .video-container.responsive:before {
    padding-top: 0;
    display: none
}

.feedback-form-wrapper h2 {
    margin-bottom: 0;
    padding-bottom: 30px
}

#feedback-form .feedback_other_field {
    margin-top: -16px
}

#feedback-form [role="alert"] {
    margin-top: -8px;
    margin-bottom: 15px !important;
    display: block
}

#feedback-form .wpcf7-recaptcha {
    margin-top: 20px;
    margin-bottom: 20px
}

.what-we-do {
    padding-top: 0
}

.studies .bg-red {
    margin-bottom: 25px
}

.float-sidebar.fixed {
    position: relative
}

.quotes p::after {
    left: 10px;
    right: auto;
    top: 10px;
    bottom: auto;
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 0
}

.wpcf7-form .form-control,
.navbar-form .form-control {
    -webkit-appearance: none
}

.results-wrapper>.wpb_column>.wpb_wrapper {
    height: 100%
}

.results-wrapper>.wpb_column .results {
    display: block;
    height: auto
}

.reg-options p {
    padding-left: 145px;
    position: relative
}

.reg-options .options-label {
    position: absolute;
    left: 0
}

.training-search-results {
    margin-bottom: 13px !important
}

.reasons .reason [class^="icomoon-"],
.reasons .reason [class*=" icomoon-"] {
    position: relative;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    display: block;
    border: 7px solid #bdbebe;
    border-radius: 50% !important
}

.reasons .reason [class^="icomoon-"]:before,
.reasons .reason [class*=" icomoon-"]:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    font-size: 63px;
    color: #f01615;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.circle {
    position: relative
}

.circle [class^="icomoon-"],
.circle [class*=" icomoon-"] {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    font-size: 63px;
    color: #7b7b7b;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.reg-steps {
    padding-top: 30px
}

.reg-steps .step {
    padding-bottom: 0
}

.director-quote {
    position: relative
}

.director-quote .vc_column_container:nth-child(2) {
    position: absolute;
    right: 0;
    height: 100%
}

.director-quote .vc_column_container:nth-child(2) .inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: calc(100% - 30px);
    overflow: hidden
}

.director-quote .vc_column_container:nth-child(2) img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    min-height: 100%;
    max-width: none;
    min-width: 100%;
    width: auto !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.offers-list .item,
.offers-list>.vc_row>.vc_col-sm-3 {
    margin-bottom: 30px
}

.offers-list .item:nth-child(4n+1),
.offers-list>.vc_row>.vc_col-sm-3:nth-child(4n+1) {
    clear: left
}

.offers-list h2 {
    margin-bottom: 40px
}

.offers-list+.more-offers {
    padding-top: 0
}

.offers-list+.more-offers a {
    color: #00aeef
}

.offers-list+.more-offers a:hover {
    color: #0089bc
}

.intro {
    padding-top: 30px;
    padding-bottom: 30px
}

.more-courses a.brand-color-1 {
    background-color: #f01615
}

.more-courses a.brand-color-2 {
    background-color: #91278f
}

.more-courses a.brand-color-3 {
    background-color: #d158a0
}

.more-courses a.brand-color-4 {
    background-color: #00aeef
}

.more-courses a.brand-color-5 {
    background-color: #33bcad
}

.more-courses a.brand-color-6 {
    background-color: #8cc63f
}

.more-courses a.brand-color-7 {
    background-color: #d7df23
}

.more-courses a.brand-color-8 {
    background-color: #f7931e
}

.more-courses a.brand-color-9 {
    background-color: #77787a
}

.slick-carousel {
    position: relative
}

.slick-carousel .slick-list {
    overflow: hidden;
    position: relative;
    width: 100%
}

.slick-carousel .slick-list .slick-track {
    position: relative
}

.slick-carousel .slick-list .slick-slide {
    float: left
}

#carousel-timeline .slick-list {
    padding: 20px 0 50px 10px
}

#carousel-timeline .item.last {
    position: relative
}

#carousel-timeline .item.last:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 19px;
    width: 1px;
    display: block;
    content: '';
    background-color: #f2f2f2
}

#carousel-timeline .item.last .anim:after {
    display: none
}

#carousel-timeline .item.last+.item .anim:before {
    display: none
}

#carousel-timeline .anim {
    position: relative;
    width: 80px;
    height: 80px;
    background: #f0f0f0;
    color: #706f6f;
    font-size: 20px;
    text-align: center;
    border-radius: 100px !important;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    padding: 25px 0
}

#carousel-timeline .anim:before,
#carousel-timeline .anim:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #f0f0f0;
    border-radius: 10px !important;
    position: absolute
}

#carousel-timeline .anim:before {
    top: 50%;
    left: -10px;
    margin-top: -2px
}

#carousel-timeline .anim:after {
    top: 50%;
    right: -10px;
    margin-top: -2px
}

#carousel-timeline .slick-current .anim {
    background: #f01615;
    color: #fff;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

#carousel-timeline .slick-arrow {
    position: absolute;
    top: 20px;
    cursor: pointer;
    border: none
}

#carousel-timeline .slick-arrow:before {
    display: none
}

#carousel-timeline .slick-arrow.slick-prev {
    float: left;
    background: url("../img/left-arrow.png") 0 0 no-repeat;
    background-size: 100px 100px;
    width: 58px;
    height: 100px;
    z-index: 1000;
    left: -61px
}

#carousel-timeline .slick-arrow.slick-next {
    float: right;
    background: url("../img/right-arrow.png") center center no-repeat;
    background-size: 300% auto;
    width: 28px;
    height: 100px;
    z-index: 1000;
    right: -15px
}

.contact-form-container .extra-container {
    width: auto
}

div.wpcf7-response-output {
    margin: 0;
    margin-bottom: 2em !important;
    padding: 1.5rem 2rem;
    font-size: 1.375em;
    font-weight: 300;
}

div.wpcf7-mail-sent-ok {
    color: #45a142;
    border: 1px solid #45a142;
    background-color: #d5ded0
}

div.wpcf7-mail-sent-ng {
    color: #f00;
    border: 1px solid #f00;
    background-color: #fad1d1
}

.content-image-banner {
    margin-bottom: 40px
}

.content-image-banner a {
    display: block
}

.content-image-banner img {
    width: 100%;
    display: block
}

.social-links .more-offers {
    margin-top: 20px
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    -webkit-appearance: none
}

.go-back-button {
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    border: 0;
    font-size: 23px;
    padding: 15px 0;
    box-shadow: none
}

.go-back-button .glyphicon {
    margin-right: .5em;
    position: relative;
    top: -.125em;
    display: inline-block;
    font-size: .5em
}

.go-back-button.negative-margin {
    position: relative;
    top: -112px
}

.sweet-alert .sa-icon {
    border-radius: 50% !important
}

.sweet-alert .sa-icon .sa-placeholder {
    border-radius: 50% !important
}

#english-site-dialog {
    padding: 40px;
    text-align: center
}

#english-site-dialog h2 {
    font-size: 2.75rem;
    line-height: 1.2em
}

#english-site-dialog .buttons-container {
    margin-top: 3rem
}

.section.no-bottom-pad {
    padding-bottom: 0
}

.entry-content>.vc_row[data-vc-full-width],
.site-main>.vc_row[data-vc-full-width] {
    overflow: visible
}

body>header {
    background-color: #fff
}

body.page-id-845 {
    background-color: #f5f5f5
}

.footer-contact-form .text-right {
    vertical-align: top
}

.footer-contact-form .text-right>div,
.footer-contact-form .text-right>p {
    display: inline-block;
    vertical-align: top
}

.footer-contact-form .text-right .wpcf7-recaptcha {
    margin-right: 10px
}

.footer-contact-form .text-right>p {
    margin-top: 12px
}

.contact-form .wpcf7-recaptcha {
    margin-top: -25px
}

@media (max-width: 1199px) {
    .float-sidebar.fixed {
        position: relative;
        max-width: none
    }
}

@media (min-width: 767px) {
    .vc_tta-container {
        margin-top: -80px
    }

    .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
        margin: 0 !important;
        padding-right: 4px !important;
        width: 16.66%;
        background-color: transparent !important
    }

    .vc_tta.vc_tta-spacing-1 .vc_tta-tab a {
        padding: 0 10px !important;
        width: 100%;
        display: block !important;
        line-height: 80px;
        height: 80px;
        vertical-align: middle;
        background-color: #dfe4e7 !important
    }

    .vc_tta.vc_tta-spacing-1 .vc_tta-tab a span {
        line-height: 18px;
        vertical-align: middle;
        display: inline-block
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .team .team-box .team-name {
        padding-top: 35%;
        font-size: 22px
    }

    .partners-tabs {
        height: 162px
    }

    .header h1 {
        font-size: 36px
    }

    .contacts .contact {
        padding-left: 20px;
        min-height: 270px
    }

    .contacts .contact .contact-text {
        margin-left: 140px
    }

    .contacts .contact .contact-text p {
        font-size: 17px
    }

    .contacts .contact img {
        width: 140px
    }

    .contact-us .contact-content {
        min-height: 1280px
    }

    .offers-list .item:nth-child(4n+1),
    .offers-list>.vc_row>.vc_col-sm-3:nth-child(4n+1) {
        clear: none
    }

    .offers-list .item:nth-child(3n+1),
    .offers-list>.vc_row>.vc_col-sm-3:nth-child(3n+1) {
        clear: left
    }

    .offers-list>.vc_row>.vc_col-sm-3 {
        width: 33.33%
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .panel .trainings li .training-name,
    .training-search-results .trainings li .training-name {
        font-size: 20px
    }
}

@media (max-width: 991px) {

    .news-box-container .new-box .new-date,
    .news-box-container .new-box .new-type {
        margin-bottom: 12px
    }

    .news-box-container .new-box .new-desc {
        font-size: 18px;
        line-height: 24px
    }

    .news-box-container.small .new-box .new-type {
        font-size: 14px
    }

    .news-box-container.small .new-box .new-desc {
        font-size: 18px
    }

    .partners-tabs {
        height: 162px
    }

    .partners-tabs .item:nth-child(n+4) {
        display: none
    }

    .partners-tabs.active .item:nth-child(n+4) {
        display: block
    }

    .results .result>span {
        width: 100px
    }

    .results .result>span:before {
        width: 100px;
        height: 100px;
        font-size: 50px
    }

    .results .result p {
        padding-left: 20px;
        font-size: 18px
    }

    .header h1 {
        font-size: 32px
    }

    .trainer-single .single-text {
        width: 100%
    }

    .trainer-single .trainer-photo,
    .trainer-single.trainer-video .video-wrap {
        width: 100%
    }

    .trainer-single.trainer-video .video-wrap .play-video a {
        padding-left: calc(30% + 40px);
        background-position: 30% 50%
    }

    .steps .step {
        width: 100%;
        min-height: 0 !important
    }

    .steps .step:nth-child(even) {
        margin-left: 0
    }

    .steps .step:nth-child(odd) {
        margin-right: 0
    }

    .contacts .contact {
        padding-left: 15px;
        padding-right: 15px;
        min-height: 290px
    }

    .contacts .contact .contact-text {
        margin-left: 0;
        padding-left: 0;
        font-size: 15px;
        float: none
    }

    .contacts .contact .contact-text p:nth-of-type(2) {
        clear: both
    }

    .contacts .contact img {
        margin-bottom: 10px;
        margin-right: 15px;
        width: 120px
    }

    .hiring-steps {
        display: block
    }

    .contact-us {
        margin-left: -60px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        left: auto !important
    }

    .contact-us .contact-content {
        min-height: 0
    }

    .contact-us>.vc_col-sm-4,
    .contact-us>.vc_col-sm-8 {
        width: 100% !important;
        padding-left: 45px;
        padding-right: 45px
    }

    .contact-us .contact-content {
        margin: 20px 0 !important;
        padding-left: 20px;
        padding-right: 20px;
        width: 100% !important
    }

    .reasons.organisation .reason {
        min-height: 0
    }

    .trainer-single .single-text.fix-height.opened p {
        max-height: 60em
    }

    .offers-list .item:nth-child(4n+1),
    .offers-list>.vc_row>.vc_col-sm-3:nth-child(4n+1) {
        clear: none
    }

    .offers-list .item:nth-child(3n+1),
    .offers-list>.vc_row>.vc_col-sm-3:nth-child(3n+1) {
        clear: none
    }

    .offers-list .item:nth-child(2n+1),
    .offers-list>.vc_row>.vc_col-sm-3:nth-child(2n+1) {
        clear: left
    }

    .offers-list>.vc_row>.vc_col-sm-3 {
        width: 50%
    }

    .offers-list h2 {
        font-size: 40px
    }

    .float-sidebar.fixed {
        top: auto !important
    }

    div.wpcf7-response-output {
        padding: .875rem 1rem;
        font-size: 1.25em
    }

    .content-image-banner {
        margin-bottom: 30px
    }

    .more-offers {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .registration-info ul li a {
        padding: 10px 15px;
        font-size: 18px
    }

    .go-back-button.negative-margin {
        top: -104px
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 76px
    }

    body>header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2000;
        background-color: #fff
    }

    body>header .navbar-collapse.fixed {
        position: relative
    }

    .header {
        height: auto;
        min-height: 200px
    }

    .header h1 {
        padding-left: 0;
        margin: 70px 0 100px 0
    }

    .header .scroll-down {
        display: none
    }

    .header figure:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        content: '';
        z-index: 2;
        background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff', endColorstr='#00ffffff', GradientType=1)
    }

    body.single-case-studies .header figure:after {
        background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 50%, transparent 70%, transparent 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#00000000', GradientType=1)
    }

    .what-we-do .wpb_wrapper>.vc_row>.wpb_column {
        margin-bottom: 20px !important
    }

    .what-we-do .item {
        margin-bottom: 20px !important
    }

    .what-we-do .what-box {
        padding-top: 6px;
        padding-bottom: 6px
    }

    .what-we-do .what-desc {
        font-size: 20px;
        line-height: 1.25em
    }

    #carousel:before,
    #carousel:after {
        content: " ";
        display: table
    }

    #carousel:after {
        clear: both
    }

    #carousel .owl-wrapper-outer {
        padding-bottom: 30px
    }

    #carousel .owl-controls {
        position: absolute;
        top: 12px
    }

    #carousel .owl-controls .owl-next {
        right: -8%;
        background-position: center center
    }

    .tooltip-d-content {
        font-size: 20px
    }

    .section,
    .bg-img-section {
        padding-bottom: 30px
    }

    .bg-grey2,
    .bg-grey,
    .bg-dark {
        padding-bottom: 30px
    }

    .soitron-history .circle {
        z-index: 2
    }

    .team .team-box-default {
        display: none
    }

    .team .team-box .team-name {
        padding-top: 40%
    }

    .quotes p {
        padding: 40px 0;
        font-size: 18px
    }

    .quotes .name,
    .quotes .position {
        padding-left: 0;
        font-size: 20px
    }

    .soitron-history .col-sm-20 {
        height: 250px
    }

    .soitron-history .circle {
        margin-bottom: 15px
    }

    .soitron-history .circle .icon {
        background-size: 80% 80%;
        background-position: center center
    }

    .partners-tabs {
        margin-bottom: 0 !important;
        height: 209px
    }

    .partners-tabs .item:nth-child(n+3) {
        display: none
    }

    .partners-tabs.active .item:nth-child(n+3) {
        display: block
    }

    .partners-tabs a {
        display: block
    }

    .vc_row.certifikaty .extra-container {
        margin-top: -20px;
        margin-bottom: -20px !important
    }

    .case-studies {
        padding-top: 15px
    }

    .case-studies .filter-selector {
        position: relative;
        padding-top: 38px;
        margin-bottom: 15px
    }

    .case-studies .filter-selector>.inner {
        padding-top: 38px;
        position: absolute;
        z-index: 99;
        top: 0;
        width: 100%
    }

    .case-studies .filter-selector .btn-filter {
        margin: 0;
        padding-left: 8px;
        padding-right: 8px;
        font-size: 15px;
        width: 100%;
        min-height: 38px;
        display: none;
        white-space: nowrap
    }

    .case-studies .filter-selector .btn-filter.btn-filter-active {
        padding-right: 30px;
        position: absolute;
        top: 0;
        width: 100%;
        display: block
    }

    .case-studies .filter-selector .btn-filter.btn-filter-active:after {
        position: absolute;
        top: 50%;
        right: 10px;
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 4px 0 4px;
        border-color: #ffffff transparent transparent transparent;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .case-studies .filter-selector.opened .btn-filter {
        display: block
    }

    .btn-filter {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .btn-filter:last-child {
        margin-bottom: 20px
    }

    .pagination .nav-links .prev-button {
        margin: 0 auto;
        margin-bottom: 15px;
        float: none;
        display: block
    }

    .pagination .nav-links .next-button {
        margin: 0 auto;
        margin-top: 15px;
        float: none;
        display: block
    }

    .pagination .nav-links .prev,
    .pagination .nav-links .next {
        float: none
    }

    .results .result {
        margin-bottom: 20px;
        height: auto !important
    }

    .results .result>span {
        width: 80px
    }

    .results .result>span:before {
        padding-top: 10px;
        width: 80px;
        height: 80px;
        font-size: 45px
    }

    .results .result p {
        margin-left: 100px;
        padding-left: 10px;
        float: none
    }

    .results .result p:last-child {
        margin-bottom: 0
    }

    .studies .bg-red {
        margin-top: -40px
    }

    .studies .case-green .quote {
        padding: 40px 0;
        font-size: 18px
    }

    .vc_tta-style-modern .vc_tta-tab {
        vertical-align: top
    }

    .vc_tta-style-modern .vc_tta-tab:before {
        display: none
    }

    .vc_tta-style-modern .vc_tta-tab>a {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 80px;
        height: 80px;
        vertical-align: middle
    }

    .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
        margin-left: 0 !important
    }

    .vc_tta.vc_tta-spacing-1 .vc_tta-tab:nth-child(even) {
        border-left: 1px solid #fff !important
    }

    .vc_tta.vc_tta-spacing-1 .vc_tta-tab a {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .vc_tta-style-modern .vc_tta-tab>a .vc_tta-title-text {
        line-height: normal;
        vertical-align: middle;
        display: inline-block
    }

    .reg-options {
        padding: 10px 20px 30px
    }

    .reg-options p {
        padding-left: 120px;
        font-size: 17px
    }

    .reg-options .options-label {
        width: 110px
    }

    .offers .offer .offer-img img {
        width: 100%
    }

    .about-center {
        padding: 20px 10px
    }

    .vc_empty_space.xs-20 {
        height: 20px !important
    }

    .blog-categories .categories {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .blog-categories .categories .category a {
        padding-top: 5px;
        padding-bottom: 5px
    }

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

    .trainers>.container {
        padding: 0
    }

    .trainers .trainer-single {
        padding-left: 20px;
        padding-right: 20px
    }

    .trainers .trainer-single p {
        font-size: 18px
    }

    .news .news-box-container .new-box,
    .hr-news .news-box-container .new-box {
        margin-bottom: 20px;
        height: auto !important;
        min-height: 0
    }

    .case-studies,
    .hr-news {
        padding-bottom: 20px
    }

    .more-courses>div {
        margin-bottom: 10px
    }

    .more-courses>div:last-child {
        margin-bottom: 0
    }

    .fancybox-wrap {
        width: calc(100% - 40px) !important
    }

    .fancybox-wrap .fancybox-inner {
        width: 100% !important
    }

    .fancybox-wrap [id^=video] {
        position: relative
    }

    .fancybox-wrap [id^=video]:before {
        padding-top: 56.25%;
        display: block;
        content: ''
    }

    .fancybox-wrap [id^=video] iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important
    }

    .contact-us .form-group {
        margin-bottom: 0;
        padding-bottom: 20px
    }

    .contact-us .sidebar .wpb_text_column {
        margin-bottom: 0 !important
    }

    .contact-us>.vc_col-sm-4,
    .contact-us>.vc_col-sm-8 {
        padding-left: 25px;
        padding-right: 25px
    }

    .search-form .wrapper {
        width: 100%
    }

    .vc_tta-container {
        margin-top: -40px
    }

    .delimiter-40-xs {
        height: 40px !important
    }

    .contact-form-container textarea {
        height: 160px
    }

    .box-about .item {
        padding-left: 20px;
        padding-right: 20px
    }

    .box-about .item p:first-child {
        padding-top: 40px
    }

    .box-about .item p:first-child:before {
        position: absolute;
        top: 0;
        left: 0
    }

    .bg-img-section {
        margin-top: -20vw
    }

    .contacts .contact img {
        width: 210px
    }

    .contacts .contact .contact-text p:nth-of-type(2) {
        clear: none
    }

    .reg-steps .step {
        padding-bottom: 30px
    }

    .panel .trainings li,
    .training-search-results ul.trainings li {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .panel .trainings .training-name,
    .training-search-results .trainings .training-name {
        padding-left: 5px;
        padding-right: 5px
    }

    .panel .trainings li .training-info,
    .training-search-results .trainings li .training-info {
        text-align: left
    }

    .review .item {
        margin-top: -50px;
        padding: 20px
    }

    .review .item p:first-of-type {
        padding-top: 40px
    }

    .review .item p:first-of-type:before {
        top: 0;
        left: 0
    }

    .trainer-single .single-text.fix-height.opened p {
        max-height: 100em
    }

    .feedback-form-wrapper h2 {
        padding-bottom: 0
    }

    #feedback-form input[type="text"],
    #feedback-form input[type="email"],
    #feedback-form textarea,
    #feedback-form select {
        margin-bottom: 20px !important
    }

    #feedback-form .feedback_other_field {
        margin-top: -21px
    }

    .reasons .reason [class^="icomoon-"]:before,
    .reasons .reason [class*=" icomoon-"]:before {
        font-size: 56px
    }

    .reasons .reason .icon-plus {
        display: none
    }

    .circle [class^="icomoon-"],
    .circle [class*=" icomoon-"] {
        font-size: 56px
    }

    .reg-steps+.reg-steps {
        padding-top: 0
    }

    .director-quote .vc_column_container:nth-child(2) {
        padding: 0;
        position: relative;
        right: auto;
        height: auto
    }

    .director-quote .vc_column_container:nth-child(2) .inner {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        overflow: visible
    }

    .director-quote .vc_column_container:nth-child(2) img {
        position: relative;
        top: auto;
        left: auto;
        min-height: 0;
        max-width: none;
        min-width: 0;
        width: 100% !important;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .director-quote .vc_column_container.red {
        padding-left: 20px;
        padding-right: 20px
    }

    .offers-list {
        padding-top: 0
    }

    .offers-list>.vc_row>.vc_col-sm-3 {
        margin-bottom: 20px;
        width: 100%
    }

    .offers-list .item:last-child,
    .offers-list>.vc_row>.vc_col-sm-3:last-child {
        margin-bottom: 0
    }

    .offers-list h2 {
        margin-bottom: 20px;
        font-size: 32px
    }

    div.wpcf7-response-output {
        padding: .875rem 1rem;
        font-size: 1.0625em
    }

    .content-image-banner {
        margin-bottom: 20px
    }

    .vc_row.same-height .news-box-container .new-box {
        height: auto !important;
        min-height: 0 !important
    }

    .go-back-button-wrapper {
        margin: 1rem 0;
        text-align: center
    }

    .go-back-button.negative-margin {
        top: auto
    }

    .important-info {
        display: block
    }

    .important-info .vizual {
        display: block;
        overflow: visible
    }

    .important-info .vizual .vc_column-inner {
        display: block
    }

    .important-info .vizual .vc_column-inner .wpb_wrapper {
        display: block
    }

    .important-info .vizual .vc_column-inner .wpb_wrapper .wpb_content_element {
        display: block
    }

    .important-info .vizual .vc_column-inner .wpb_wrapper .wpb_content_element .wpb_wrapper p {
        display: block
    }

    .important-info .vizual .vc_column-inner .wpb_wrapper .wpb_content_element .wpb_wrapper p img {
        position: relative;
        min-width: 0;
        min-height: 0;
        width: 100%;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .important-info .vizual .wpb_content_element {
        margin-bottom: 0 !important
    }

    .soitron_color_background_box {
        margin-bottom: 20px;
        height: auto !important
    }
}

@media (max-width: 678px) {
    .contacts .contact img {
        margin-left: 0;
        margin-right: 0;
        float: none;
        max-width: 100%
    }

    .footer-contact-form .text-right>div,
    .footer-contact-form .text-right>p {
        display: block
    }

    .footer-contact-form .text-right .wpcf7-recaptcha {
        margin-right: 0
    }

    .footer-contact-form .text-right>p {
        margin-top: 12px
    }
}

@media (max-width: 479px) {
    .container {
        padding-left: 20px;
        padding-right: 20px
    }

    .header h1 {
        font-size: 26px
    }

    .studies .bg-red {
        margin-top: -20px
    }

    .contact-us {
        margin-left: -20px !important
    }

    .contact-us .contact-content .tab-nav {
        display: block
    }

    .contact-us .contact-content .tab-nav .tab-nav-item {
        display: block;
        width: 100%
    }

    .contact-us .contact-content .tab-nav .tab-nav-item a {
        border-bottom: none !important;
        border-left: 2px solid #333 !important
    }

    .contact-us .contact-content .tab-nav .tab-nav-item:last-child a {
        border-bottom: 2px solid #333 !important
    }

    .circle {
        width: 80px;
        height: 80px;
        border-radius: 40px;
        border-width: 8px
    }

    .soitron-history .circle .icon {
        background-size: 50% 50%
    }

    .btn {
        white-space: normal
    }
}

@media (min-width: 480px) {
    .contact-us .contact-content .tab-nav .tab-nav-item a {
        white-space: nowrap
    }
}

@media (max-width: 509px) {

    .panel .trainings li>div,
    .training-search-results .trainings li>div {
        margin: 5px 0
    }
}

.program-component {
    background: url("../img/program/dotted-line.svg") repeat-y top center
}

.program-lecture-item-container {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #fff
}

.program-lecture-item-container figure {
    position: relative;
    width: 140px;
    max-height: 200px;
    overflow: hidden
}

.program-lecture-item-container figure img {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    min-width: 100%;
    max-height: 100%
}

.program-lecture-item-container .body {
    padding: 20px;
    color: #fff
}

.program-lecture-item-container figure + .body {
    width: calc(100% - 140px);
}

.program-lecture-item-container .body .title {
    font-size: 23px;
    line-height: 1.2em
}

.program-lecture-item-container .body .lector {
    margin-top: .5rem;
    font-size: 16px;
    font-weight: 600
}

.program-lecture-item-container .body .content {
    margin-top: 10px
}

.program-lecture-item-container .body p {
    font-size: 16px;
    line-height: 1.3125em
}

.program-lecture-item-container .body p:first-child {
    margin-top: 0
}

.program-lecture-item-container .body p:last-child {
    margin-bottom: 0
}



form.post-password-form p:nth-child(2) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

form.post-password-form label {
    margin: 0;
    margin-right: .75rem
}

form.post-password-form label input {
    display: inline-block;
    max-width: 400px;
    height: 36px
}

form.post-password-form input[type="submit"] {
    padding: .5rem 1.5rem;
    color: #fff;
    background-color: #f01615;
    border: none;
    transition: color .5s, background-color .5s
}

form.post-password-form input[type="submit"]:hover {
    background-color: #c50d0d
}

@media (max-width: 991px) {
    .program-block-item-container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .program-block-item-container .block-header {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        width: auto
    }

    .program-block-item-container:not([data-type]) {
        margin: 60px auto;
        padding-top: 10px;
        padding-bottom: 16px;
        background-color: #fff
    }

    .program-block-item-container:not([data-type]) .block-header {
        padding-top: 0;
        padding-bottom: 12px;
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .program-block-item-container .block-body {
        width: auto
    }

    .program-block-item-container[data-position="right"] {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .program-block-item-container[data-position="right"] .program-lecture-item-container {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .program-block-item-container[data-type="special"] {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .program-block-item-container[data-type="start"]+.program-block-item-container:not([data-type]) {
        margin-top: 20px
    }

    .program-block-item-container[data-type="special"]+.program-block-item-container:not([data-type]) {
        margin-top: 30px
    }

    .program-block-item-container:not([data-type])+.program-block-item-container[data-type="special"] {
        margin-top: -20px
    }
}

@media (max-width: 599px) {
    .program-lecture-item-container {
        display: block
    }

    .program-lecture-item-container figure {
        margin-right: 20px;
        margin-bottom: 10px;
        position: relative;
        float: left;
        width: 100px;
        height: 100px
    }

    .program-lecture-item-container .body {
        width: 100%
    }

    .program-lecture-item-container .body .content {
        clear: both
    }
}

#cookies-acceptance {
    padding: 15px;
    padding-right: 100px;
    position: relative;
    z-index: 101;
    width: 100%;
    font-size: 14px;
    color: #9a9a9a;
    background-color: #dfe4e7
}

#cookies-acceptance .close-button {
    margin: 0;
    padding: 8px 15px;
    position: absolute;
    top: 50%;
    right: 14px;
    font-size: 12px;
    color: #9a9a9a;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 0;
    border: none;
    transition: color .5s, background-color .5s
}

#cookies-acceptance .close-button:hover {
    color: #fff;
    background-color: #9a9a9a
}

.pdf {
    margin-left: 16px
}

#button-online .btn {
    background-color: #d80101 !important
}

#button-online .btn:hover {
    background-color: #121314 !important
}

input.pdf-input {
    border: 1px solid
}

.download-pdf .wpcf7-form-control-wrap {
    position: relative;
    display: block
}

.download-pdf .pdf-checkbox {
    position: unset
}

.download-pdf .pdf-checkbox-container {
    position: relative;
    display: flex;
    justify-content: center
}

.download-pdf .pdf-checkbox-container .wpcf7-form-control-wrap {
    position: unset
}

.download-pdf .wpcf7-not-valid-tip {
    width: 100%;
    top: 105%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute
}

.download-pdf .pdf-checkbox-container .wpcf7-checkbox {
    margin-bottom: 25px !important
}

.download-pdf .pdf-checkbox-container .wpcf7-not-valid-tip {
    top: 50%
}

.wpcf7-form input.pdf {
    background-color: #cf2e2e;
    font-weight: 400
}

.wpcf7-form input.pdf:hover {
    background-color: #cf2e2e !important
}

.wpcf7-download {
    text-align: center
}

.news-box-text-min-height-90 .new-box .new-desc {
    min-height: 90px
}

.inline-submenu-5641238 .vc_column_container>.vc_column-inner {
    padding-left: 0;
    padding-right: 0
}

.inline-submenu-5641238 .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    color: #080808;
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #f3f3f3
}

.inline-submenu-5641238 .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    background-color: #fff;
    border-bottom: 2px solid #f01617;
    color: #f01617
}

.inline-submenu-5641238 .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md {
    font-size: 17px;
    font-weight: 600
}

.inline-submenu-5641238 .vc_btn3-container {
    margin-bottom: 0
}

.inline-submenu-5641238 .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus,
.inline-submenu-5641238 .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    background: #fff
}

.inline-submenu-5641238 .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md {
    padding-left: 0;
    padding-right: 0
}

#riesenia .vc_btn3.vc_btn3-style-modern {
    background-image: none;
    background-repeat: no-repeat
}

#riesenia .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern {
    background-color: #080808
}

#riesenia .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern {
    background-color: #f01615
}

.small-header .header {
    height: 150px
}

.small-header .header h1 {
    margin-top: 50px
}

.white-list .soitron_color_background_box li {
    color: #fff
}

.no-gradient-button>a.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern {
    background-image: none;
    bargorund-repeat: no-repeat;
    background-color: #080808;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.no-gradient-button>a.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern {
    background-image: none;
    bargorund-repeat: no-repeat;
    background-color: #f01615;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.no-gradient-button>a:hover {
    opacity: .7
}

.wpcf7-form-control.training-type-select {
    padding-left: 12px;
    color: #999
}

.wpcf7-form-control.training-type-select.selected {
    color: #333
}

.wpcf7-form-control.training-type-select option {
    color: #333
}

.wpcf7-form-control.training-type-select option:first-child {
    color: #999
}

body.page-id-5664 {
    background-color: #f5f5f5
}

.element-soitron_heading_video_banner {
    overflow: hidden
}

.element-soitron_heading_video_banner h1 {
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    max-width: 100%;
    padding-bottom: 35px
}

.element-soitron_heading_video_banner p {
    text-align: center;
    color: #fff;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px
}

.element-soitron_heading_video_banner .overlay-color,
.element-soitron_heading_video_banner video.background-video {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0
}

.element-soitron_heading_video_banner .mobile-background-image {
    display: none
}

.element-soitron_heading_video_banner video.background-video {
    z-index: 0
}

.element-soitron_heading_video_banner .overlay-color {
    z-index: 1;
    opacity: .65
}

.element-soitron_heading_video_banner .container {
    z-index: 2
}

.element-soitron_heading_video_banner a {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.element-soitron_heading_video_banner .fancybox-popup img {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    top: inherit;
    left: inherit;
    min-height: 0;
    min-width: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s
}

.element-soitron_heading_video_banner .fancybox-popup img:hover {
    opacity: .6
}

.soitron_round_icon.reasons.organisation .reason {
    background: 0 0;
    margin-bottom: 0;
    padding-bottom: 25px
}

.iframe-video-container {
    max-width: 100%;
    text-align: center
}

.iframe-video-container .overlay-color {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: .65
}

.iframe-video-container>div {
    display: inline-block;
    position: relative;
    -webkit-box-shadow: -10px 10px 0 1px rgba(0, 0, 0, .75);
    -moz-box-shadow: -10px 10px 0 1px rgba(0, 0, 0, .75);
    box-shadow: -10px 10px 0 1px rgba(0, 0, 0, .75)
}

.iframe-video-container a {
    position: absolute;
    top: calc(50% - 50px);
    height: auto
}

.iframe-video-container a {
    opacity: 1;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s
}

.iframe-video-container a:hover {
    opacity: .6
}

.monitoring_hover_box {
    width: 100%;
    background-color: #333;
    text-align: center;
    height: 391px;
    position: relative;
    overflow: hidden
}

.monitoring_hover_box ol li,
.monitoring_hover_box ul li {
    padding-left: 30px !important;
    font-size: 18px
}

.monitoring_hover_box>.non-hover-box {
    width: 100%;
    height: 100%
}

.monitoring_hover_box>.non-hover-box>h1 {
    position: absolute;
    width: 100%;
    top: calc(50% - 50px);
    margin-top: 0;
    color: #fff;
    font-size: 27px;
    line-height: 50px;
    z-index: 2
}

.monitoring_hover_box>.non-hover-box>span::before {
    position: absolute;
    top: 50px;
    left: -30%;
    width: 100%;
    height: 100%;
    font-size: 260px;
    font-weight: 400;
    z-index: 1;
    opacity: .55
}

.monitoring_hover_box>.hover-box {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ddd;
    z-index: 3;
    padding: 30px 20px;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s
}

.monitoring_hover_box:active>.hover-box,
.monitoring_hover_box:focus>.hover-box,
.monitoring_hover_box:hover>.hover-box {
    opacity: 1
}

.absolute-mv-top-1 {
    position: absolute;
    right: 50px;
    top: -55px
}

.slick-track {
    height: 200px
}

.slick-slide {
    display: flex !important;
    align-items: center
}

.slick-next.slick-arrow::before {
    content: '';
    background-image: url(https://www.soitron.sk/wp-content/themes/soitron/img/slick-sipka-prava.png);
    -webkit-background-size: cover;
    background-size: cover;
    width: 18px;
    height: 27px;
    display: block
}

.slick-prev.slick-arrow::before {
    content: '';
    background-image: url(https://www.soitron.sk/wp-content/themes/soitron/img/slick-sipka-prava.png);
    -webkit-background-size: cover;
    background-size: cover;
    width: 18px;
    height: 27px;
    display: block;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slick-slide img {
    margin-left: auto;
    margin-right: auto
}

.element_soitron_acordeon>.button {
    height: 75px;
    width: 100%;
    background-color: #f01615
}

.element_soitron_acordeon>.button>p {
    color: #fff;
    font-size: 27px;
    padding-top: 20px;
    padding-left: 40px
}

.element_soitron_acordeon .tab {
    display: none;
    background-color: #f01615;
    color: #fff;
    padding: 40px
}

.monitoring-acordeon a {
    color: #fff !important;
    background-color: #f01615 !important;
    padding: 22px 20px !important;
    font-weight: 600
}

.monitoring-acordeon .vc_tta-panel-body {
    background-color: #f01615 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0
}

.monitoring-acordeon.vc_tta .vc_tta-controls-icon::before {
    border-color: #fff !important
}

.monitoring-acordeon .team {
    padding-top: 0;
    padding-bottom: 0
}

.monitoring-acordeon.vc_tta.vc_general .vc_tta-panel-body {
    padding-top: 0;
    padding-bottom: 0
}

.news-red .new-box {
    background-color: #f01615;
    color: #fff
}

.news-red .new-box .new-desc,
.news-red .new-box .new-type {
    color: #fff
}

.news-red .news-box-container:hover .new-box .new-desc {
    color: #fff !important
}

.circle.not-resizeable {
    width: 160px !important;
    height: 160px !important
}

.team.no-default .team-box-default {
    display: none
}

.bottom_fade_box {
    position: relative;
    padding: 30px;
    color: #fff;
    margin-bottom: 30px
}

.bottom_fade_box .glyphicon-menu-right.bottom {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.bottom_fade_box:hover .glyphicon-menu-right.bottom {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.bottom_fade_box::after {
    content: ''
}

.bottom_fade_box .arrow-container {
    text-align: center
}

.bottom_fade_box .arrow-container>span {
    top: 10px
}

.bottom_fade_box>div {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.bottom_fade_box:hover>div {
    max-height: 1000px !important
}

.bottom_fade_box:hover>div::after {
    opacity: 0
}

.bottom_fade_box h3 {
    margin-top: 0;
    margin-bottom: 35px
}

.bottom_fade_box a {
    color: #fff
}

.bottom_fade_box>div::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    pointer-events: none;
    opacity: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s
}

.bottom_fade_box.brand-background-color-1>div::after {
    background: -moz-linear-gradient(top, rgba(240, 22, 21, 0) 0, #f01615 100%);
    background: -webkit-linear-gradient(top, rgba(240, 22, 21, 0) 0, #f01615 100%);
    background: linear-gradient(to bottom, rgba(240, 22, 21, 0) 0, #f01615 100%)
}

.bottom_fade_box.brand-background-color-2>div::after {
    background: -moz-linear-gradient(top, rgba(145, 39, 143, 0) 0, #91278f 100%);
    background: -webkit-linear-gradient(top, rgba(145, 39, 143, 0) 0, #91278f 100%);
    background: linear-gradient(to bottom, rgba(145, 39, 143, 0) 0, #91278f 100%)
}

.bottom_fade_box.brand-background-color-3>div::after {
    background: -moz-linear-gradient(top, rgba(209, 88, 160, 0) 0, #d158a0 100%);
    background: -webkit-linear-gradient(top, rgba(209, 88, 160, 0) 0, #d158a0 100%);
    background: linear-gradient(to bottom, rgba(209, 88, 160, 0) 0, #d158a0 100%)
}

.bottom_fade_box.brand-background-color-4>div::after {
    background: -moz-linear-gradient(top, rgba(0, 174, 239, 0) 0, #00aeef 100%);
    background: -webkit-linear-gradient(top, rgba(0, 174, 239, 0) 0, #00aeef 100%);
    background: linear-gradient(to bottom, rgba(0, 174, 239, 0) 0, #00aeef 100%)
}

.bottom_fade_box.brand-background-color-5>div::after {
    background: -moz-linear-gradient(top, rgba(51, 188, 173, 0) 0, #33bcad 100%);
    background: -webkit-linear-gradient(top, rgba(51, 188, 173, 0) 0, #33bcad 100%);
    background: linear-gradient(to bottom, rgba(51, 188, 173, 0) 0, #33bcad 100%)
}

.bottom_fade_box.brand-background-color-6>div::after {
    background: -moz-linear-gradient(top, rgba(140, 198, 63, 0) 0, #8cc63f 100%);
    background: -webkit-linear-gradient(top, rgba(140, 198, 63, 0) 0, #8cc63f 100%);
    background: linear-gradient(to bottom, rgba(140, 198, 63, 0) 0, #8cc63f 100%)
}

.bottom_fade_box.brand-background-color-7>div::after {
    background: -moz-linear-gradient(top, rgba(215, 223, 35, 0) 0, #d7df23 100%);
    background: -webkit-linear-gradient(top, rgba(215, 223, 35, 0) 0, #d7df23 100%);
    background: linear-gradient(to bottom, rgba(215, 223, 35, 0) 0, #d7df23 100%)
}

.bottom_fade_box.brand-background-color-8>div::after {
    background: -moz-linear-gradient(top, rgba(247, 147, 30, 0) 0, #f7931e 100%);
    background: -webkit-linear-gradient(top, rgba(247, 147, 30, 0) 0, #f7931e 100%);
    background: linear-gradient(to bottom, rgba(247, 147, 30, 0) 0, #f7931e 100%)
}

.bottom_fade_box.brand-background-color-9>div::after {
    background: -moz-linear-gradient(top, rgba(119, 120, 122, 0) 0, #77787a 100%);
    background: -webkit-linear-gradient(top, rgba(119, 120, 122, 0) 0, #77787a 100%);
    background: linear-gradient(to bottom, rgba(119, 120, 122, 0) 0, #77787a 100%)
}

@media (max-width:1500px) {
    .monitoring_hover_box .hover-box li {
        font-size: 17px
    }
}

@media (max-width:1200px) {
    .monitoring_hover_box .hover-box li {
        font-size: 19px
    }

    .monitoring_hover_box {
        margin-bottom: 30px
    }
}

@media (max-width:992px) {
    .bottom_fade_box>div {
        max-height: 1000px !important
    }

    .bottom_fade_box>div:after {
        display: none
    }

    .bottom_fade_box {
        margin-bottom: 30px
    }

    .bottom_fade_box .arrow-container {
        display: none
    }
}

@media (max-width:768px) {
    .element-soitron_heading_video_banner .mobile-background-image {
        display: block
    }

    .element-soitron_heading_video_banner h1 {
        margin-bottom: 20px
    }

    .element-soitron_heading_video_banner a {
        margin-bottom: 20px
    }
}

.case-box h2,
.what-desc h2 {
    display: block;
    font-size: 27px;
    font-weight: 300;
    padding-right: 30px;
    line-height: 1.2;
    color: #fff;
    position: relative;
    text-decoration: none;
    top: -1px;
    margin: 0;
    padding: 0
}

.case-box .company,
.case-box .date {
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 34px;
    font-size: 18px
}

@media (max-width:991px) {

    .case-box h2,
    .what-desc h2 {
        font-size: 20px
    }
}

.blog-body h1 {
    color: #f01615;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
    padding-bottom: 30px;
    margin-bottom: 0
}

.single-blog-title {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 54px;
    color: #000;
    margin: 70px 0 0;
    max-width: 550px;
    margin-top: 70px
}

@media (max-width:1199px) and (min-width:992px) {
    .single-blog-title {
        font-size: 36px
    }
}

@media (max-width:991px) {
    .blog-body h1 {
        font-size: 28px;
        line-height: 30px;
        padding-bottom: 0px;
    }
}

@media (max-width:991px) {
    .single-blog-title {
        font-size: 32px
    }
}

@media (max-width:767px) {
    .single-blog-title {
        padding-left: 0;
        margin: 70px 0 100px 0
    }
}

@media (max-width:479px) {
    .single-blog-title {
        font-size: 26px
    }
}

.blog-body h2 {
    font-weight: 400;
    color: #333;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 32px;
    padding-bottom: 0
}

.blog-body h3 {
    font-weight: 300;
    color: #333;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 26px;
    padding-bottom: 0
}

.download-news-wrapper {
    display: flex;
    justify-content: center
}

.download-news-wrapper>a {
    padding: 10px 15px;
    background-color: #f01615;
    color: #fff;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s
}

.download-news-wrapper>a:hover {
    background-color: #000
}

@media (min-width:991px) {
    .more-courses.positions {
        display: flex;
        flex-wrap: wrap
    }
}

.case-read-more {
    text-align: center
}

.row.more-courses.positions {
    display: flex
}

.row.more-courses.positions>div {
    display: flex
}

.partners .soitron-element-partner-selector-wrapper .items .item>div>img {
    max-width: 50%;
    max-height: 50%
}

.trainer-single .single-text.fix-height p::after {
    display: block;
    content: ''
}

.trainer-single .single-text.fix-height .p-wrapper::after {
    display: block;
    content: ''
}

.language a:after {
    content: "";
    width: 1px;
    height: 20px;
    background: #ccc;
    position: absolute;
    top: 3px;
    right: -1px
}

.language a:last-child:after {
    content: none
}

.wpb_text_column.wpb_content_element span a {
    color: inherit
}

@media(max-width:767px) {
    .header figure img {
        height: 100%;
        width: auto
    }

    body {
        padding-top: 30px
    }
}

.logo {
    padding: 20px 0 16px
}

.logo img {
    width: 530px
}

@media(max-width:1100px) {
    .logo {
        padding: 30px 0 16px
    }

    .logo img {
        width: 230px
    }
}

@media(max-width:545px) {
    .logo {
        padding: 28px 0 16px
    }

    .logo img {
        width: 180px
    }
}

.page-id-10054 .soitron-element-banner-wrapper,
.page-id-16 .soitron-element-banner-wrapper,
.page-id-4393 .soitron-element-banner-wrapper {
    margin-bottom: 0
}

.page-id-10054 .contact-form .wdm-nocapt-recapt,
.page-id-16 .contact-form .wdm-nocapt-recapt,
.page-id-4393 .contact-form .wdm-nocapt-recapt {
    margin-top: 0
}

.page-id-10054,
.page-id-16,
.page-id-4393 {
    overflow-x: hidden
}

.soitron-element-content-box-wrapper .content>div span>a {
    color: inherit
}

.soitron-breadrubms-element-wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #dfe4e7
}

.soitron-breadrubms-element ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none
}

.soitron-breadrubms-element ul li {
    margin: 0;
    margin-right: 4px;
    padding: 0;
    padding-right: 8px;
    position: relative;
    font-size: 14px;
    color: #9a9a9a
}

.soitron-breadrubms-element ul li.active {
    color: #ed1c24
}

.soitron-breadrubms-element ul li:last-child {
    margin-right: 0;
    padding-right: 0
}

.soitron-breadrubms-element ul li:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    content: '';
    width: 4px;
    height: 1px;
    background-color: #9a9a9a
}

.soitron-breadrubms-element ul li:last-child:after {
    display: none
}

.soitron-breadrubms-element ul li a {
    color: #9a9a9a
}

.soitron-breadrubms-element ul li a:hover {
    color: #ed1c24
}

.menu-item-description {
    display: none
}

@media(max-width:767px) {
    .language.language-mobile {
        margin: 20px 0 0;
        float: none
    }

    .language a:first-child {
        padding-left: 0
    }
}

@media(max-width:767px) {
    body {
        padding-top: 76px
    }
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    display: block !important
}

.footer-social-icons .wpb_wrapper {
    display: flex
}

.footer-social-icons .wpb_wrapper>div {
    margin-right: 15px
}

.footer-social-icons .wpb_wrapper>div a {
    opacity: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.footer-social-icons .wpb_wrapper>div a:hover {
    opacity: .75
}

@media(max-width:767px) {
    .row.more-courses.positions {
        flex-direction: column
    }
}

#positions-filter {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    margin-bottom: 30px !important;
    margin-top: 10px
}

#positions-filter input[type=text],
#positions-filter select {
    background-color: #ddd
}

#positions-filter input[type=text] {
    width: calc(35% - 10px)
}

#positions-filter select {
    width: calc(25% - 10px)
}

#positions-filter input[type=submit] {
    width: calc(15% - 10px);
    padding: 0;
    height: 47px;
    margin-top: 1px
}

@media(max-width:992px) {
    #positions-filter {
        flex-wrap: wrap;
        padding: 0 0
    }

    #positions-filter input[type=text] {
        width: 100%
    }

    #positions-filter select {
        width: 100%
    }

    #positions-filter input[type=submit] {
        width: 100%
    }
}

.icomoon-128:before {
    content: "\e97f"
}

.icomoon-129:before {
    content: "\e980"
}

.icomoon-130:before {
    content: "\e981"
}

.map-canvas {
    height: 250px
}

.leaflet-marker-icon {
    width: 35px !important;
    height: 35px !important
}

#respond-to-position input,
#respond-to-position textarea {
    border: 1px solid #e6e6e6
}

#respond-to-position textarea {
    height: auto
}

#respond-to-position p {
    margin-bottom: 0
}

#respond-to-position .notice {
    margin: 0 0 16px
}

.contact-us span.wpcf7-not-valid-tip {
    color: #fff
}

.site-content .wpcp-carousel-wrapper .slick-track {
    display: flex;
    height: auto;
    justify-content: center
}

.site-content .wpcp-carousel-wrapper ul li {
    padding-left: unset;
    position: unset;
    padding-bottom: unset
}

.wpcp-carousel-wrapper .slick-dots {
    bottom: 0;
    margin: 18px 0 18px 0 !important
}

.wpcp-carousel-wrapper .slick-dots li button {
    display: inline-block
}

.wpcp-carousel-wrapper h2 {
    padding-bottom: 0;
    line-height: unset
}

.wpcp-carousel-wrapper h2 a {
    font-weight: 600 !important;
    color: #ed1b24 !important
}

.wpcp-carousel-wrapper .wpcp-post-cat a {
    color: #333 !important
}

#wpcpro-wrapper .wpcp-carousel-section ul.slick-dots li button {
    border-radius: 50% !important
}

#wpcpro-wrapper .wpcp-carousel-section .slick-next,
#wpcpro-wrapper .wpcp-carousel-section .slick-prev {
    border: 0
}

#wpcpro-wrapper .wpcp-carousel-section .slick-dots li button:before {
    display: none
}

.site-content .wpcp-carousel-section ul li::before {
    display: none
}

.wpcp-carousel-section .slick-slide {
    height: auto;
    display: block !important
}

.wpcp-carousel-section[data-slick*='adaptiveHeight":false,'] .slick-slide.slick-active>div {
    height: 100%
}

.wpcp-carousel-section[data-slick*='adaptiveHeight":false,'] .wpcp-single-item {
    height: 100%;
    position: relative;
    display: flex !important;
    flex-direction: column
}

.wpcp-carousel-section[data-slick*='adaptiveHeight":false,'] .wpcp-single-item .wpcp-all-captions,
.wpcp-carousel-section[data-slick*='adaptiveHeight":false,'] .wpcp-single-item .wpcp-slide-image {
    height: 100%
}

.wpcp-carousel-section[data-slick*='adaptiveHeight":false,'] .wpcp-single-item .wpcp-slide-image img {
    margin: 0
}

.wpcp-carousel-section[data-slick*='adaptiveHeight":false,'] .wpcp-single-item .wpcp-all-captions {
    display: flex;
    flex-wrap: wrap
}

.wpcp-carousel-section[data-slick*='adaptiveHeight":false,'] .wpcp-single-item .sp-wpcp-read-more {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0
}

.wpcp-carousel-section[data-slick*='adaptiveHeight":false,'] .wpcp-single-item .wpcp-post-meta {
    width: 100%;
    align-self: flex-end
}

.soitron-element-content-box-wrapper h4 {
    font-weight: 500
}

h1 {
    color: #ed1b24;
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    text-transform: uppercase;
    padding-bottom: 30px;
    margin-bottom: 0
}

@media(max-width:767px) {
    #attachment_7381 {
        width: 100% !important
    }

    .divider {
        overflow: hidden
    }
}

.trainer-single img {
    width: 25%
}

@media(max-width:767px) {
    .trainer-single img {
        width: 33%;
        display: block;
        margin: 0 auto
    }
}

.logo {
    padding: 0;
    transition: none;
    -webkit-transition: none
}

.logo:hover {
    opacity: 1
}

.logo img {
    padding: 0;
    margin-top: 18px;
    width: auto
}

h1,
h2 {
    font-weight: 400
}

.download-pdf>* {
    width: 100%
}

.download-pdf .pdf-checkbox-container .wpcf7-list-item {
    margin: 0
}

.wp-block-button.aligncenter {
    text-align: center
}

.new-newsletter .wpcf7-list-item {
    margin: 0
}

.new-newletter .wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 14px
}

.soitron-element.soitron-element-link-box-wrapper.type-4 .content {
    position: relative;
    padding-bottom: 100px
}

.soitron-element.soitron-element-link-box-wrapper.type-4 .content {
    text-align: center
}

.soitron-element.soitron-element-link-box-wrapper.type-4.solution-3 .content {
    text-align: center
}

.soitron-element.soitron-element-link-box-wrapper.type-4 .link {
    position: absolute;
    bottom: 0
}

.soitron-element.soitron-element-link-box-wrapper.type-4 .link.btn {
    left: 50%;
    transform: translateX(-50%);
    text-decoration: none;
    padding: 10px 20px;
    bottom: 20px;
    background-color: #f5f5f5;
    color: #000;
    text-transform: none
}

.soitron-element-content-box-wrapper.type-5>div:nth-of-type(1)>h1 {
    margin: 0;
    transform: translateY(-50%);
    top: 50%
}

.soitron-element-content-box-wrapper.type-5 {
    min-height: 391px;
    height: auto
}

.soitron-element-content-box-wrapper.type-5>div {
    padding: 0
}

.soitron-element-content-box-wrapper.type-5>div:nth-of-type(2) {
    position: inherit;
    min-height: 391px;
    display: flex;
    justify-content: center
}

.soitron-element-link-box-wrapper.type-1.f01516:hover .content .text .description {
    color: #fff !important
}

.soitron-element.soitron-element-link-box-wrapper.type-4 .content {
    position: relative;
    padding-bottom: 100px
}

.soitron-element.soitron-element-link-box-wrapper.type-4 .content .description {
    text-align: left
}

.soitron-element.soitron-element-link-box-wrapper.type-4 .link {
    position: absolute;
    bottom: 0
}

.soitron-element.soitron-element-link-box-wrapper.type-4 h4 {
    display: flex;
    align-items: center;
    justify-content: center
}

.soitron-element.soitron-element-link-box-wrapper.type-4 .link.btn {
    left: 50%;
    transform: translateX(-50%);
    text-decoration: none;
    padding: 10px 20px;
    bottom: 20px;
    background-color: #f5f5f5;
    color: #000;
    text-transform: none
}

.soitron-element-content-box-wrapper.type-5>div:nth-of-type(1)>h1 {
    margin: 0;
    transform: translateY(-50%);
    top: 50%
}

.soitron-element-content-box-wrapper.type-5 {
    min-height: 391px;
    height: auto
}

.soitron-element-content-box-wrapper.type-5>div {
    padding: 0
}

.soitron-element-content-box-wrapper.type-5>div:nth-of-type(2) {
    position: inherit;
    min-height: 391px;
    display: flex;
    justify-content: center
}

.trainer-single-new {
    background: #f01615;
    position: relative
}

.trainer-single-new.case-green {
    background: #8cc63f
}

.studies-new .trainer-single-new {
    display: flex;
    align-items: center;
    margin-left: 140px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px
}

.trainer-single-new .img {
    width: 280px;
    height: 280px;
    border: 0 solid #e1273f;
    border-radius: 50% !important;
    background-color: #fff;
    margin-left: -140px;
    margin-top: 35px;
    margin-bottom: 35px
}

.trainer-single-new .img img {
    height: 100%;
    width: 100%;
    max-width: unset
}

.trainer-single-new .single-text {
    width: calc(100% - 140px);
    padding-left: 50px;
    padding-right: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    text-align: left
}

.trainer-single-new .single-text .meta {
    font-style: italic;
    width: 100%
}

.trainer-single-new .single-text .quote {
    width: 100%;
    margin-top: 50px
}

.trainer-single-new .meta:before {
    content: "";
    width: 100px;
    height: 90px;
    opacity: 30%;
    background: url(../img/uvodzovky.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    display: block;
    top: 60px;
    left: 150px
}

@media(max-width:767px) {
    .studies-new .trainer-single-new {
        margin-left: 0;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 120px
    }

    .trainer-single-new .single-text {
        width: 100%;
        text-align: center;
        padding: 10px 50px 50px 50px
    }

    .trainer-single-new .img {
        width: 176px;
        height: 176px;
        margin-left: 0;
        margin-top: -88px;
        margin-bottom: 0
    }

    .trainer-single-new .meta:before {
        top: 80px;
        left: 20px
    }
}

.soitron-element-content-box-wrapper.type-6 .content {
    padding: 0
}

.soitron-element-content-box-wrapper.type-6 .content .front {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.soitron-element-content-box-wrapper.type-6 .content .overlay {
    position: relative;
    min-height: 100%
}

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
    margin-bottom: 50px
}

.testemonial-soitron .studies-new a {
    width: 100%
}

.testemonial-soitron .slick-track {
    height: auto
}

.testemonial-soitron .slick-dots {
    list-style: none
}

.testemonial-soitron .slick-dots li:before {
    border-radius: 6px
}

.testemonial-soitron .slick-dots li.slick-active:before {
    background: #f01615
}

.testemonial-soitron .slick-dots li:hover::before {
    background: #f01615
}

.testemonial-soitron .slick-dots li button:before {
    content: ''
}

.testemonial-soitron .slick-arrow:before {
    color: #999;
    background-image: url(/wp-content/themes/soitron/img/slick-sipka-prava.png)
}

.testemonial-soitron .slick-arrow:hover::before {
    color: #f01615
}

.testemonial-soitron .slick-arrow:hover::before {
    color: #f01615
}

.soitron-element-accordion-box-wrapper.type-1 .content .headline h4 {
    padding-right: 20px
}

#contact-form .wpcf7-list-item-label {
    display: none
}

#contact-form .wpcf7-list-item {
    position: relative
}

.news .row {
    display: flex;
    flex-wrap: wrap
}

.news .row .news-box {
    background-color: #f7f6f6;
    height: 100%
}

.news .row .first .case-desc {
    display: flex
}

@media(max-width:767px) {
    .news .row .first .case-desc {
        display: block
    }
}

.news .row .first .case-desc .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.news .row .first .case-desc .content>div {
    width: 100%;
    margin-left: 25px
}

@media(max-width:767px) {
    .news .row .first .case-desc .content>div {
        margin-left: 0
    }
}

.news .row .first .case-desc .content,
.news .row .first .case-desc .image-box {
    width: 50%
}

@media(max-width:767px) {

    .news .row .first .case-desc .content,
    .news .row .first .case-desc .image-box {
        width: 100%
    }
}

.news .row .news-box .image-box {
    overflow: hidden
}

.news .row .second img {
    height: 215px
}

.news .row .news-box img {
    width: 100%
}

.news .row .news-box .date {
    width: 100%;
    color: #000;
    font-weight: 400;
    font-size: 16px
}

.news .row .news-box .tags {
    padding: 10px 20px;
    color: #000;
    font-weight: 400;
    font-size: 16px
}

.news .row .news-box .tags .tag-single {
    border-radius: 5px !important;
    padding: 5px;
    color: #fff;
    background-color: green;
    display: inline-block;
    font-weight: 700;
    font-size: 14px
}

.news .row .news-box h2 {
    padding: 0 20px;
    color: #000;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 0;
    line-height: 25px;
    text-transform: inherit;
    margin-bottom: 25px
}

.news-categories {
    background-color: #f7f6f6;
    padding-top: 50px;
    padding-bottom: 30px
}

.news .row .item .news-img {
    width: 100%;
    object-fit: cover
}

.news .row .item:hover .news-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.news-categories .news-filter-box .active {
    display: flex
}

.news-categories .news-filter-box .active.empty {
    font-size: 16px;
    align-items: center;
    color: #757575
}

.news-categories .news-filter-box .active.news-item {
    display: block
}

.news-categories .news-filter-box .active span,
.news-categories .news-filter-box .news-item span {
    display: inline-block;
    border: 3px solid;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    position: relative
}

.news-categories .news-filter-box .active span:after,
.news-categories .news-filter-box .news-item.active span:after {
    color: #fff;
    content: "\2713";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -45%)
}

.news-categories .news-filter-box .news-item a {
    display: flex;
    margin: 10px;
    color: #444;
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 5px
}

.news-categories .news-filter-box .news-item:last-of-type a {
    border-bottom: none
}

.news-categories .news-filter-box .news-item a:hover {
    display: flex;
    margin: 10px;
    color: #000
}

.news-categories .news-filter-box {
    color: #232323;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center
}

.news-categories .news-filter-box .news-select-box {
    display: none;
    position: absolute;
    z-index: 99;
    background-color: #fff;
    width: 250px;
    top: 51px;
    left: 0;
    color: #444
}

.news-categories .news-filter-box .news-selected {
    display: flex;
    padding: 10px;
    border: 2px solid #7a7a7a;
    width: 280px;
    position: relative;
    color: #606060;
    font-weight: 400;
    margin-left: 20px;
    text-align: initial;
    background-color: #fff
}

@media(max-width:767px) {
    .news-categories .news-filter-box .news-selected {
        margin-left: 0;
        width: 100%;
        margin-bottom: 10px
    }
}

.news-categories .news-filter-box .news-selected .news-box {
    width: 50px;
    height: 47px;
    background-color: #7a7a7a;
    margin: -10px;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.news-categories .news-filter-box .news-selected .news-box span {
    color: #fff;
    transform: rotate(-90deg)
}

.news-categories .news-filter-box .news-input {
    display: flex;
    flex-wrap: wrap
}

.case-studies.news {
    padding: 0
}

.news-categories #searchform {
    display: flex;
    width: 250px;
    margin-left: 20px
}

.news-categories #searchform input {
    border: 2px solid #7a7a7a;
    margin: 0 !important
}

.news-categories #searchform button {
    width: 64px;
    height: 50px;
    border: 2px solid #7a7a7a;
    background-color: #7a7a7a;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0
}

.news-categories #searchform button i {
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px
}

.blog-detail .container {
    position: relative
}
.blog-detail .blog-recent{
    font-size: 16px;
}
.blog-detail .blog-recent h3 {
    font-size: 28px;
    margin-top: 0;
}
.blog-detail .blog-recent li{
    padding-left: 25px;
}
.blog-detail .blog-recent li:before {
    background: #000;
    border-radius: 6px;
    width: 6px;
    height: 6px
}

.blog-detail .blog-recent a {
    color: #000
}

.blog-detail .blog-recent a:hover {
    text-decoration: underline
}

@media(max-width:767px) {
    .blog-detail .blog-recent {
        position: relative;
        top: initial;
        left: initial;
        width: 100%
    }
}

.author .image-author,
.author-news .image-author,
.news .row .news-box .image-author {
    max-width: 80px;
    max-height: 80px;
    border: 2px solid #e1273f;
    border-radius: 50% !important;
    background-color: #fff;
    padding: 3px;
    margin: 10px 20px
}

.author-news .image-author {
    margin: 10px 20px 10px 0
}

.author .image-author-inner,
.author-news .image-author-inner,
.news .row .news-box .image-author .image-author-inner {
    border: 0 solid #e1273f;
    border-radius: 50% !important;
    overflow: hidden;
    width: 69px
}

.author-news .image-author-inner img,
.news .row .news-box .image-author .image-author-inner img {
    height: auto
}

.author .author,
.author-news,
.news .row .news-box .author {
    display: flex
}

.author-news .author-info,
.news .row .news-box .author .author-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 25px 0
}

@media(max-width:767px) {
    .news-categories .news-filter-box .news-search {
        width: 100%
    }

    .news-categories #searchform {
        width: 100%;
        margin-left: 0
    }
}

.blog-header{
    background-color: #ebebeb;
    overflow: hidden;
    font-size: 16px;
}
.blog-header h1 {
    font-size: 30px;
    line-height: 1.3;
    margin: 20px 0;
    padding: 0;
}

.blog-header__text{
    padding: 30px 0;
}

.blog-header__author{
    display: flex;
}

.blog-header__author-image{
    border: 2px solid #e1273f;
    border-radius: 50%!important;
    background-color: #fff;
    padding: 3px;
    max-width: 125px;
    max-height: 125px;
}

.blog-header__author-inner{
    border: 0 solid #e1273f;
    border-radius: 50%!important;
    overflow: hidden;
    width: 115px;
    height: 115px;
}

.blog-header__author-info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-content: center;
}
.blog-header a{
    color: inherit!important;
}
.blog-header .tag-single{
    border-radius: 5px!important;
    padding: 3px 5px;
    color: #fff;
    background-color: green;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
}
.social-icons{
    list-style: none!important;
}
.social-icons li:before{
    display: none!important;
}
.social-icons li{
    display: inline-block;
    padding: 0 0 0 5px!important;
}
.social-icons a{
    text-decoration: none!important;
}
.blog-header .social-icons{
    float: right;
    font-size: 23px;
    margin-top: -1px;
}
.recent-post .social-icons{
    font-size: 35px;
    margin-top: -20px;
}
.show-desktop{
    display: none;
}
@media(min-width:767px) {
    .blog-header .tags{
        margin-top: 5px;
    }
    .blog-header .tag-single{
        padding: 5px 10px;
        font-weight: 700;
        font-size: 14px;
    }
    .blog-header{
        font-size: 19px;
    }
    .blog-header__author-info{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        flex-direction: column;
        margin: 0 0 0 28px;
        flex-direction: column;
        gap: 3px;
        justify-content: center;
    }
    .hidden-desktop{
        display: none;
    }
    .show-desktop{
        display: block;
    }
    .blog-detail{
        display: flex;
        gap:50px;
        justify-content: center;
    }
    .blog-main{
        max-width: 800px;
        padding-top: 40px;
    }
    .blog-recent{
        max-width: 230px;
        min-width: 194px;

    }
    .blog-header h1{
        font-size: 38px;
        line-height: 1.3;
        margin: 30px 0 20px 0;
    }
    .blog-header__wrapper{
        display: flex;
    }
    .blog-header__image {
        flex: 0 0 50%;
        position: relative;
    }
    .blog-header__text{
        flex: 0 0 calc(50% + 60px);
        padding: 80px 50px 60px 0;
    }
    .blog-header__image img{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}
@media(min-width:991px) {
    
    .blog-detail{
        gap: 80px;
    }
}
@media(min-width:1280px) {
    .blog-detail{
        gap:120px;
    }
    .blog-header h1{
        font-size: 48px;
    }
}