.action-links {
    margin: 1em 0;
    padding: 0;
    list-style: none;
}

[dir="rtl"] .action-links {
    margin-right: 0;
}

.action-links li {
    display: inline-block;
    margin: 0 0.3em;
}

.action-links li:first-child {
    margin-left: 0;
}

[dir="rtl"] .action-links li:first-child {
    margin-right: 0;
    margin-left: 0.3em;
}

.button-action {
    display: inline-block;
    padding: 0.2em 0.5em 0.3em;
    text-decoration: none;
    line-height: 160%;
}

.button-action:before {
    margin-left: -0.1em;
    padding-right: 0.2em;
    content: "+";
    font-weight: 900;
}

[dir="rtl"] .button-action:before {
    margin-right: -0.1em;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0.2em;
}

.breadcrumb {
    padding-bottom: 0.5em;
}

.breadcrumb ol {
    margin: 0;
    padding: 0;
}

[dir="rtl"] .breadcrumb ol {
    margin-right: 0;
}

.breadcrumb li {
    display: inline;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.breadcrumb li:before {
    content: " \BB ";
}

.breadcrumb li:first-child:before {
    content: none;
}

.button, .image-button {
    margin-right: 1em;
    margin-left: 1em;
}

.button:first-child, .image-button:first-child {
    margin-right: 0;
    margin-left: 0;
}

.collapse-processed>summary {
    padding-right: 0.5em;
    padding-left: 0.5em;
}

.collapse-processed>summary:before {
    float: left;
    width: 1em;
    height: 1em;
    content: "";
    background: url(/d8/md-megatron/logistics/core/misc/menu-expanded.png) 0 100% no-repeat;
}

[dir="rtl"] .collapse-processed>summary:before {
    float: right;
    background-position: 100% 100%;
}

.collapse-processed:not([open])>summary:before {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-position: 25% 35%;
}

[dir="rtl"] .collapse-processed:not([open])>summary:before {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-position: 75% 35%;
}

.container-inline label:after, .container-inline .label:after {
    content: ":";
}

.form-type-radios .container-inline label:after, .form-type-checkboxes .container-inline label:after {
    content: "";
}

.form-type-radios .container-inline .form-type-radio, .form-type-checkboxes .container-inline .form-type-checkbox {
    margin: 0 1em;
}

.container-inline .form-actions, .container-inline.form-actions {
    margin-top: 0;
    margin-bottom: 0;
}

details {
    margin-top: 1em;
    margin-bottom: 1em;
    border: 1px solid #ccc;
}

details>.details-wrapper {
    padding: 0.5em 1.5em;
}

summary {
    padding: 0.2em 0.5em;
    cursor: pointer;
}

.exposed-filters .filters {
    float: left;
    margin-right: 1em;
}

[dir="rtl"] .exposed-filters .filters {
    float: right;
    margin-right: 0;
    margin-left: 1em;
}

.exposed-filters .form-item {
    margin: 0 0 0.1em 0;
    padding: 0;
}

.exposed-filters .form-item label {
    float: left;
    width: 10em;
    font-weight: normal;
}

[dir="rtl"] .exposed-filters .form-item label {
    float: right;
}

.exposed-filters .form-select {
    width: 14em;
}

.exposed-filters .current-filters {
    margin-bottom: 1em;
}

.exposed-filters .current-filters .placeholder {
    font-weight: bold;
    font-style: normal;
}

.exposed-filters .additional-filters {
    float: left;
    margin-right: 1em;
}

[dir="rtl"] .exposed-filters .additional-filters {
    float: right;
    margin-right: 0;
    margin-left: 1em;
}

.field__label {
    font-weight: bold;
}

.field--label-inline .field__label, .field--label-inline .field__items {
    float: left;
}

.field--label-inline .field__label, .field--label-inline>.field__item, .field--label-inline .field__items {
    padding-right: 0.5em;
}

[dir="rtl"] .field--label-inline .field__label, [dir="rtl"] .field--label-inline .field__items {
    padding-right: 0;
    padding-left: 0.5em;
}

.field--label-inline .field__label::after {
    content: ":";
}

form .field-multiple-table {
    margin: 0;
}

form .field-multiple-table .field-multiple-drag {
    width: 30px;
    padding-right: 0;
}

[dir="rtl"] form .field-multiple-table .field-multiple-drag {
    padding-left: 0;
}

form .field-multiple-table .field-multiple-drag .tabledrag-handle {
    padding-right: 0.5em;
}

[dir="rtl"] form .field-multiple-table .field-multiple-drag .tabledrag-handle {
    padding-right: 0;
    padding-left: 0.5em;
}

form .field-add-more-submit {
    margin: 0.5em 0 0;
}

.form-item, .form-actions {
    margin-top: 1em;
    margin-bottom: 1em;
}

tr.odd .form-item, tr.even .form-item {
    margin-top: 0;
    margin-bottom: 0;
}

.form-composite>.fieldset-wrapper>.description, .form-item .description {
    font-size: 0.85em;
}

label.option {
    display: inline;
    font-weight: normal;
}

.form-composite>legend, .label {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: bold;
}

.form-checkboxes .form-item, .form-radios .form-item {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}

.form-type-radio .description, .form-type-checkbox .description {
    margin-left: 2.4em;
}

[dir="rtl"] .form-type-radio .description, [dir="rtl"] .form-type-checkbox .description {
    margin-right: 2.4em;
    margin-left: 0;
}

.marker {
    color: #e00;
}

.form-required:after {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0.3em;
    content: "";
    vertical-align: super;
    background-image: url(/d8/md-megatron/logistics/core/misc/icons/ee0000/required.svg);
    background-repeat: no-repeat;
    background-size: 6px 6px;
}

abbr.tabledrag-changed, abbr.ajax-changed {
    border-bottom: none;
}

.form-item input.error, .form-item textarea.error, .form-item select.error {
    border: 2px solid red;
}

.form-item--error-message:before {
    display: inline-block;
    width: 14px;
    height: 14px;
    content: "";
    vertical-align: sub;
    background: url(/d8/md-megatron/logistics/core/misc/icons/e32700/error.svg) no-repeat;
    background-size: contain;
}

.icon-help {
    padding: 1px 0 1px 20px;
    background: url(/d8/md-megatron/logistics/core/misc/help.png) 0 50% no-repeat;
}

[dir="rtl"] .icon-help {
    padding: 1px 20px 1px 0;
    background-position: 100% 50%;
}

.feed-icon {
    display: block;
    overflow: hidden;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    background: url(/d8/md-megatron/logistics/core/misc/feed.svg) no-repeat;
}

.form--inline .form-item {
    float: left;
    margin-right: 0.5em;
}

[dir="rtl"] .form--inline .form-item {
    float: right;
    margin-right: 0;
    margin-left: 0.5em;
}

[dir="rtl"] .views-filterable-options-controls .form-item {
    margin-right: 2%;
}

.form--inline .form-item-separator {
    margin-top: 2.3em;
    margin-right: 1em;
    margin-left: 0.5em;
}

[dir="rtl"] .form--inline .form-item-separator {
    margin-right: 0.5em;
    margin-left: 1em;
}

.form--inline .form-actions {
    clear: left;
}

[dir="rtl"] .form--inline .form-actions {
    clear: right;
}

.item-list .title {
    font-weight: bold;
}

.item-list ul {
    margin: 0 0 0.75em 0;
    padding: 0;
}

.item-list li {
    margin: 0 0 0.25em 1.5em;
    padding: 0;
}

[dir="rtl"] .item-list li {
    margin: 0 1.5em 0.25em 0;
}

.item-list--comma-list {
    display: inline;
}

.item-list--comma-list .item-list__comma-list, .item-list__comma-list li, [dir="rtl"] .item-list--comma-list .item-list__comma-list, [dir="rtl"] .item-list__comma-list li {
    margin: 0;
}

button.link {
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    background: transparent;
    font-size: 1em;
}

label button.link {
    font-weight: bold;
}

ul.inline, ul.links.inline {
    display: inline;
    padding-left: 0;
}

[dir="rtl"] ul.inline, [dir="rtl"] ul.links.inline {
    padding-right: 0;
    padding-left: 15px;
}

ul.inline li {
    display: inline;
    padding: 0 0.5em;
    list-style-type: none;
}

ul.links a.is-active {
    color: #000;
}

ul.menu {
    margin-left: 1em;
    padding: 0;
    list-style: none outside;
    text-align: left;
}

[dir="rtl"] ul.menu {
    margin-right: 1em;
    margin-left: 0;
    text-align: right;
}

.menu-item--expanded {
    list-style-type: circle;
    list-style-image: url(/d8/md-megatron/logistics/core/misc/menu-expanded.png);
}

.menu-item--collapsed {
    list-style-type: disc;
    list-style-image: url(/d8/md-megatron/logistics/core/misc/menu-collapsed.png);
}

[dir="rtl"] .menu-item--collapsed {
    list-style-image: url(/d8/md-megatron/logistics/core/misc/menu-collapsed-rtl.png);
}

.menu-item {
    margin: 0;
    padding-top: 0.2em;
}

ul.menu a.is-active {
    color: #000;
}

.more-link {
    display: block;
    text-align: right;
}

[dir="rtl"] .more-link {
    text-align: left;
}

.pager__items {
    clear: both;
    text-align: center;
}

.pager__item {
    display: inline;
    padding: 0.5em;
}

.pager__item.is-active {
    font-weight: bold;
}

tr.drag {
    background-color: #fffff0;
}

tr.drag-previous {
    background-color: #ffd;
}

body div.tabledrag-changed-warning {
    margin-bottom: 0.5em;
}

tr.selected td {
    background: #ffc;
}

td.checkbox, th.checkbox {
    text-align: center;
}

[dir="rtl"] td.checkbox, [dir="rtl"] th.checkbox {
    text-align: center;
}

th.is-active img {
    display: inline;
}

td.is-active {
    background-color: #ddd;
}

div.tabs {
    margin: 1em 0;
}

ul.tabs {
    margin: 0 0 0.5em;
    padding: 0;
    list-style: none;
}

.tabs>li {
    display: inline-block;
    margin-right: 0.3em;
}

[dir="rtl"] .tabs>li {
    margin-right: 0;
    margin-left: 0.3em;
}

.tabs a {
    display: block;
    padding: 0.2em 1em;
    text-decoration: none;
}

.tabs a.is-active {
    background-color: #eee;
}

.tabs a:focus, .tabs a:hover {
    background-color: #f5f5f5;
}

.form-textarea-wrapper textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
}

.ui-dialog--narrow {
    max-width: 500px;
}

@media screen and (max-width:600px) {
    .ui-dialog--narrow {
        min-width: 95%;
        max-width: 95%;
    }
}

.messages {
    padding: 15px 20px 15px 35px;
    word-wrap: break-word;
    border: 1px solid;
    border-width: 1px 1px 1px 0;
    border-radius: 2px;
    background: no-repeat 10px 17px;
    overflow-wrap: break-word;
}

[dir="rtl"] .messages {
    padding-right: 35px;
    padding-left: 20px;
    text-align: right;
    border-width: 1px 0 1px 1px;
    background-position: right 10px top 17px;
}

.messages+.messages {
    margin-top: 1.538em;
}

.messages__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.messages__item+.messages__item {
    margin-top: 0.769em;
}

.messages--status {
    color: #325e1c;
    border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
    background-color: #f3faef;
    background-image: url(/d8/md-megatron/logistics/core/misc/icons/73b355/check.svg);
    box-shadow: -8px 0 0 #77b259;
}

[dir="rtl"] .messages--status {
    margin-left: 0;
    border-color: #c9e1bd transparent #c9e1bd #c9e1bd;
    box-shadow: 8px 0 0 #77b259;
}

.messages--warning {
    color: #734c00;
    border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
    background-color: #fdf8ed;
    background-image: url(/d8/md-megatron/logistics/core/misc/icons/e29700/warning.svg);
    box-shadow: -8px 0 0 #e09600;
}

[dir="rtl"] .messages--warning {
    border-color: #f4daa6 transparent #f4daa6 #f4daa6;
    box-shadow: 8px 0 0 #e09600;
}

.messages--error {
    color: #a51b00;
    border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
    background-color: #fcf4f2;
    background-image: url(/d8/md-megatron/logistics/core/misc/icons/e32700/error.svg);
    box-shadow: -8px 0 0 #e62600;
}

[dir="rtl"] .messages--error {
    border-color: #f9c9bf transparent #f9c9bf #f9c9bf;
    box-shadow: 8px 0 0 #e62600;
}

.messages--error p.error {
    color: #a51b00;
}

.progress__track {
    border-color: #b3b3b3;
    border-radius: 10em;
    background-color: #f2f1eb;
    background-image: -webkit-linear-gradient(#e7e7df, #f0f0f0);
    background-image: linear-gradient(#e7e7df, #f0f0f0);
    box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, 0.16);
}

.progress__bar {
    height: 16px;
    margin-top: -1px;
    margin-left: -1px;
    padding: 0 1px;
    -webkit-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
    -webkit-animation: animate-stripes 3s linear infinite;
    -moz-animation: animate-stripes 3s linear infinite;
    border: 1px #07629a solid;
    border-radius: 10em;
    background: #057ec9;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), -webkit-linear-gradient(left top, #0094f0 0%, #0094f0 25%, #007ecc 25%, #007ecc 50%, #0094f0 50%, #0094f0 75%, #0094f0 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), linear-gradient(to right bottom, #0094f0 0%, #0094f0 25%, #007ecc 25%, #007ecc 50%, #0094f0 50%, #0094f0 75%, #0094f0 100%);
    background-size: 40px 40px;
}

[dir="rtl"] .progress__bar {
    margin-right: -1px;
    margin-left: 0;
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress__bar {
        -webkit-transition: none;
        transition: none;
        -webkit-animation: none;
        -moz-animation: none;
    }
}

@-webkit-keyframes animate-stripes {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 0 0, -80px 0;
    }
}

@-ms-keyframes animate-stripes {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 0 0, -80px 0;
    }
}

@keyframes animate-stripes {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 0 0, -80px 0;
    }
}

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;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    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] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    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
}

@media print {
    *, :after, :before {
        color: #000!important;
        text-shadow: none!important;
        background: 0 0!important;
        -webkit-box-shadow: none!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';
    src: url(/d8/md-megatron/logistics/themes/md_megatron/css/fonts/glyphicons-halflings-regular.eot);
    src: url(/d8/md-megatron/logistics/themes/md_megatron/css/fonts/glyphicons-halflings-regular.eot#iefix) format('embedded-opentype'), url(/d8/md-megatron/logistics/themes/md_megatron/css/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(/d8/md-megatron/logistics/themes/md_megatron/css/fonts/glyphicons-halflings-regular.woff) format('woff'), url(/d8/md-megatron/logistics/themes/md_megatron/css/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/d8/md-megatron/logistics/themes/md_megatron/css/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"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    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;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

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

pre {
    display: block;
    padding: 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: 750px
    }
}

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

@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] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

input[type=file] {
    display: block
}

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

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

input[type=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;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

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

.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;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

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

.has-success .input-group-addon {
    color: #3c763d;
    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;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

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

.has-warning .input-group-addon {
    color: #8a6d3b;
    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;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

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

.has-error .input-group-addon {
    color: #a94442;
    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;
}

.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;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    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;
    -webkit-box-shadow: none;
    box-shadow: none
}

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

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

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

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

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

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    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;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.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 {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

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

.btn .caret {
    margin-left: 0
}

.btn-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;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-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;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 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;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@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;
        -webkit-box-shadow: none;
        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;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    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
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media, .media-body {
    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;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-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;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    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 {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-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;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(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 {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "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;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    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, .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, .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, .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, .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;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    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 {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: 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, .6);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(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: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(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: rgba(0, 0, 0, 0);
    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, .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
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    100%, 20%, 53%, 80%, from {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    100%, 20%, 53%, 80%, from {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    100%, 50%, from {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    100%, 50%, from {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    100%, from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    100%, from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    100%, 11.1%, from {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    100%, 11.1%, from {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    100%, 20%, 40%, 60%, 80%, from {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    100%, 20%, 40%, 60%, 80%, from {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    100%, 60%, 75%, 90%, from {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    100%, 60%, 75%, 90%, from {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    100%, 60%, 75%, 90%, from {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    100%, 60%, 75%, 90%, from {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    100%, 60%, 75%, 90%, from {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    100%, 60%, 75%, 90%, from {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    100%, 60%, 75%, 90%, from {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    100%, 60%, 75%, 90%, from {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -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 {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) 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 {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@font-face {
    font-family: "megatron";
    src: url(/d8/md-megatron/logistics/themes/md_megatron/fonts/megatron.eot);
    src: url(/d8/md-megatron/logistics/themes/md_megatron/fonts/megatron.eot#iefix) format("embedded-opentype"), url(/d8/md-megatron/logistics/themes/md_megatron/fonts/megatron.woff) format("woff"), url(/d8/md-megatron/logistics/themes/md_megatron/fonts/megatron.ttf) format("truetype"), url(/d8/md-megatron/logistics/themes/md_megatron/fonts/megatron.svg#megatron) format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "megatron" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "megatron" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-adjustments:before {
    content: "\61";
}

.icon-alarmclock:before {
    content: "\62";
}

.icon-anchor:before {
    content: "\63";
}

.icon-aperture:before {
    content: "\64";
}

.icon-attachments:before {
    content: "\65";
}

.icon-bargraph:before {
    content: "\66";
}

.icon-basket:before {
    content: "\67";
}

.icon-beaker:before {
    content: "\68";
}

.icon-bike:before {
    content: "\69";
}

.icon-book-open:before {
    content: "\6a";
}

.icon-briefcase:before {
    content: "\6b";
}

.icon-browser:before {
    content: "\6c";
}

.icon-calendar:before {
    content: "\6d";
}

.icon-camera:before {
    content: "\6e";
}

.icon-caution:before {
    content: "\6f";
}

.icon-chat:before {
    content: "\70";
}

.icon-circle-compass:before {
    content: "\71";
}

.icon-clipboard:before {
    content: "\72";
}

.icon-clock:before {
    content: "\73";
}

.icon-cloud:before {
    content: "\74";
}

.icon-compass:before {
    content: "\75";
}

.icon-desktop:before {
    content: "\76";
}

.icon-dial:before {
    content: "\77";
}

.icon-document:before {
    content: "\78";
}

.icon-documents:before {
    content: "\79";
}

.icon-download:before {
    content: "\7a";
}

.icon-dribbble:before {
    content: "\41";
}

.icon-edit:before {
    content: "\42";
}

.icon-envelope:before {
    content: "\43";
}

.icon-expand:before {
    content: "\44";
}

.icon-facebook:before {
    content: "\45";
}

.icon-flag:before {
    content: "\46";
}

.icon-focus:before {
    content: "\47";
}

.icon-gears:before {
    content: "\48";
}

.icon-genius:before {
    content: "\49";
}

.icon-gift:before {
    content: "\4a";
}

.icon-global:before {
    content: "\4b";
}

.icon-globe:before {
    content: "\4c";
}

.icon-googleplus:before {
    content: "\4d";
}

.icon-grid:before {
    content: "\4e";
}

.icon-happy:before {
    content: "\4f";
}

.icon-hazardous:before {
    content: "\50";
}

.icon-heart:before {
    content: "\51";
}

.icon-hotairballoon:before {
    content: "\52";
}

.icon-hourglass:before {
    content: "\53";
}

.icon-key:before {
    content: "\54";
}

.icon-laptop:before {
    content: "\55";
}

.icon-layers:before {
    content: "\56";
}

.icon-lifesaver:before {
    content: "\57";
}

.icon-lightbulb:before {
    content: "\58";
}

.icon-linegraph:before {
    content: "\59";
}

.icon-linkedin:before {
    content: "\5a";
}

.icon-lock:before {
    content: "\30";
}

.icon-magnifying-glass:before {
    content: "\31";
}

.icon-map:before {
    content: "\32";
}

.icon-map-pin:before {
    content: "\33";
}

.icon-megaphone:before {
    content: "\34";
}

.icon-mic:before {
    content: "\35";
}

.icon-mobile:before {
    content: "\36";
}

.icon-newspaper:before {
    content: "\37";
}

.icon-notebook:before {
    content: "\38";
}

.icon-paintbrush:before {
    content: "\39";
}

.icon-paperclip:before {
    content: "\21";
}

.icon-pencil:before {
    content: "\22";
}

.icon-phone:before {
    content: "\23";
}

.icon-picture:before {
    content: "\24";
}

.icon-pictures:before {
    content: "\25";
}

.icon-piechart:before {
    content: "\26";
}

.icon-presentation:before {
    content: "\27";
}

.icon-pricetags:before {
    content: "\28";
}

.icon-printer:before {
    content: "\29";
}

.icon-profile-female:before {
    content: "\2a";
}

.icon-profile-male:before {
    content: "\2b";
}

.icon-puzzle:before {
    content: "\2c";
}

.icon-quote:before {
    content: "\2d";
}

.icon-recycle:before {
    content: "\2e";
}

.icon-refresh:before {
    content: "\2f";
}

.icon-ribbon:before {
    content: "\3a";
}

.icon-rss:before {
    content: "\3b";
}

.icon-sad:before {
    content: "\3c";
}

.icon-scissors:before {
    content: "\3d";
}

.icon-scope:before {
    content: "\3e";
}

.icon-search:before {
    content: "\3f";
}

.icon-shield:before {
    content: "\40";
}

.icon-speedometer:before {
    content: "\5b";
}

.icon-strategy:before {
    content: "\5d";
}

.icon-streetsign:before {
    content: "\5e";
}

.icon-tablet:before {
    content: "\5f";
}

.icon-telescope:before {
    content: "\60";
}

.icon-toolbox:before {
    content: "\7b";
}

.icon-tools:before {
    content: "\7c";
}

.icon-tools-2:before {
    content: "\7d";
}

.icon-traget:before {
    content: "\7e";
}

.icon-trophy:before {
    content: "\5c";
}

.icon-tumblr:before {
    content: "\e000";
}

.icon-twitter:before {
    content: "\e001";
}

.icon-upload:before {
    content: "\e002";
}

.icon-video:before {
    content: "\e003";
}

.icon-wallet:before {
    content: "\e004";
}

.icon-wine:before {
    content: "\e005";
}

.icon-svg-icon-12:before {
    content: "\e006";
}

.icon-svg-icon-13:before {
    content: "\e007";
}

.icon-svg-icon-14:before {
    content: "\e008";
}

.icon-svg-icon-15:before {
    content: "\e009";
}

.icon-svg-icon-16:before {
    content: "\e00a";
}

.icon-svg-icon-17:before {
    content: "\e00b";
}

.icon-svg-icon-02:before {
    content: "\e00c";
}

.icon-svg-icon-03:before {
    content: "\e00d";
}

.icon-svg-icon-04:before {
    content: "\e00e";
}

.icon-svg-icon-05:before {
    content: "\e00f";
}

.icon-svg-icon-06:before {
    content: "\e010";
}

.icon-svg-icon-07:before {
    content: "\e011";
}

.icon-svg-icon-08:before {
    content: "\e012";
}

.icon-svg-icon-09:before {
    content: "\e013";
}

.icon-svg-icon-10:before {
    content: "\e014";
}

.icon-svg-icon-11:before {
    content: "\e015";
}

.icon-cart-icon:before {
    content: "\e016";
}

.icon-185020-macintosh:before {
    content: "\e017";
}

.icon-185021-bomb-bug:before {
    content: "\e018";
}

.icon-185022-computer-macintosh-vintage:before {
    content: "\e019";
}

.icon-185023-computer-imac:before {
    content: "\e01a";
}

.icon-185024-computer-imac:before {
    content: "\e01b";
}

.icon-185025-ibook-laptop:before {
    content: "\e01c";
}

.icon-185026-laptop-macbook-streamline:before {
    content: "\e01d";
}

.icon-185027-computer-network-streamline:before {
    content: "\e01e";
}

.icon-185028-iphone-streamline:before {
    content: "\e01f";
}

.icon-185029-ipod-streamline:before {
    content: "\e020";
}

.icon-185030-cook-pan-pot-streamline:before {
    content: "\e021";
}

.icon-185031-shoes-snickers-streamline:before {
    content: "\e022";
}

.icon-185032-ipad-streamline:before {
    content: "\e023";
}

.icon-185033-ipod-music-streamline:before {
    content: "\e024";
}

.icon-185034-ipod-mini-music-streamline:before {
    content: "\e025";
}

.icon-185035-computer-streamline:before {
    content: "\e026";
}

.icon-185036-remote-control-streamline:before {
    content: "\e027";
}

.icon-185037-browser-streamline-window:before {
    content: "\e028";
}

.icon-185038-home-house-streamline:before {
    content: "\e029";
}

.icon-185039-earth-globe-streamline:before {
    content: "\e02a";
}

.icon-185040-map-pin-streamline:before {
    content: "\e02b";
}

.icon-185041-arrow-streamline-target:before {
    content: "\e02c";
}

.icon-185042-edit-modify-streamline:before {
    content: "\e02d";
}

.icon-185043-ink-pen-streamline:before {
    content: "\e02e";
}

.icon-185044-pen-streamline:before {
    content: "\e02f";
}

.icon-185045-pen-streamline:before {
    content: "\e030";
}

.icon-185046-design-graphic-tablet-streamline-tablet:before {
    content: "\e031";
}

.icon-185047-pen-streamline:before {
    content: "\e032";
}

.icon-185048-pen-streamline:before {
    content: "\e033";
}

.icon-185049-design-pencil-rule-streamline:before {
    content: "\e034";
}

.icon-185050-eye-dropper-streamline:before {
    content: "\e035";
}

.icon-185051-crop-streamline:before {
    content: "\e036";
}

.icon-185052-paint-bucket-streamline:before {
    content: "\e037";
}

.icon-185053-brush-paint-streamline:before {
    content: "\e038";
}

.icon-185054-painting-roll-streamline:before {
    content: "\e039";
}

.icon-185055-painting-pallet-streamline:before {
    content: "\e03a";
}

.icon-185056-stamp-streamline:before {
    content: "\e03b";
}

.icon-185057-magic-magic-wand-streamline:before {
    content: "\e03c";
}

.icon-185058-grid-lines-streamline:before {
    content: "\e03d";
}

.icon-185059-handle-streamline-vector:before {
    content: "\e03e";
}

.icon-185060-magnet-streamline:before {
    content: "\e03f";
}

.icon-185061-photo-pictures-streamline:before {
    content: "\e040";
}

.icon-185062-camera-photo-streamline:before {
    content: "\e041";
}

.icon-185063-camera-photo-polaroid-streamline:before {
    content: "\e042";
}

.icon-185064-picture-streamline:before {
    content: "\e043";
}

.icon-185065-frame-picture-streamline:before {
    content: "\e044";
}

.icon-185066-picture-streamline:before {
    content: "\e045";
}

.icon-185067-camera-streamline-video:before {
    content: "\e046";
}

.icon-185068-music-note-streamline:before {
    content: "\e047";
}

.icon-185069-headset-sound-streamline:before {
    content: "\e048";
}

.icon-185070-micro-record-streamline:before {
    content: "\e049";
}

.icon-185071-music-speaker-streamline:before {
    content: "\e04a";
}

.icon-185072-book-read-streamline:before {
    content: "\e04b";
}

.icon-185073-book-dowload-streamline:before {
    content: "\e04c";
}

.icon-185074-notebook-streamline:before {
    content: "\e04d";
}

.icon-185075-envellope-mail-streamline:before {
    content: "\e04e";
}

.icon-185076-streamline-suitcase-travel:before {
    content: "\e04f";
}

.icon-185077-first-aid-medecine-shield-streamline:before {
    content: "\e050";
}

.icon-185078-email-mail-streamline:before {
    content: "\e051";
}

.icon-185079-bubble-comment-streamline-talk:before {
    content: "\e052";
}

.icon-185080-bubble-love-streamline-talk:before {
    content: "\e053";
}

.icon-185081-speech-streamline-talk-user:before {
    content: "\e054";
}

.icon-185082-man-people-streamline-user:before {
    content: "\e055";
}

.icon-185083-like-love-streamline:before {
    content: "\e056";
}

.icon-185084-crown-king-streamline:before {
    content: "\e057";
}

.icon-185085-happy-smiley-streamline:before {
    content: "\e058";
}

.icon-185086-map-streamline-user:before {
    content: "\e059";
}

.icon-185087-link-streamline:before {
    content: "\e05a";
}

.icon-185088-lock-locker-streamline:before {
    content: "\e05b";
}

.icon-185089-locker-streamline-unlock:before {
    content: "\e05c";
}

.icon-185090-delete-garbage-streamline:before {
    content: "\e05d";
}

.icon-185091-danger-death-delete-destroy-skull-streamline:before {
    content: "\e05e";
}

.icon-185092-clock-streamline-time:before {
    content: "\e05f";
}

.icon-185093-dashboard-speed-streamline:before {
    content: "\e060";
}

.icon-185094-settings-streamline:before {
    content: "\e061";
}

.icon-185095-settings-streamline:before {
    content: "\e062";
}

.icon-185096-settings-streamline:before {
    content: "\e063";
}

.icon-185097-database-streamline:before {
    content: "\e064";
}

.icon-185098-streamline-sync:before {
    content: "\e065";
}

.icon-185099-factory-lift-streamline-warehouse:before {
    content: "\e066";
}

.icon-185100-caddie-shop-shopping-streamline:before {
    content: "\e067";
}

.icon-185101-caddie-shopping-streamline:before {
    content: "\e068";
}

.icon-185102-receipt-shopping-streamline:before {
    content: "\e069";
}

.icon-185103-bag-shopping-streamline:before {
    content: "\e06a";
}

.icon-185104-streamline-umbrella-weather:before {
    content: "\e06b";
}

.icon-185105-drug-medecine-streamline-syringue:before {
    content: "\e06c";
}

.icon-185106-armchair-chair-streamline:before {
    content: "\e06d";
}

.icon-185107-backpack-streamline-trekking:before {
    content: "\e06e";
}

.icon-185108-chaplin-hat-movie-streamline:before {
    content: "\e06f";
}

.icon-185109-cocktail-mojito-streamline:before {
    content: "\e070";
}

.icon-185110-diving-leisure-sea-sport-streamline:before {
    content: "\e071";
}

.icon-185111-monocle-mustache-streamline:before {
    content: "\e072";
}

.icon-185112-barista-coffee-espresso-streamline:before {
    content: "\e073";
}

.icon-185113-coffee-streamline:before {
    content: "\e074";
}

.icon-185114-chef-food-restaurant-streamline:before {
    content: "\e075";
}

.icon-185115-barbecue-eat-food-streamline:before {
    content: "\e076";
}

.icon-185116-eat-food-hotdog-streamline:before {
    content: "\e077";
}

.icon-185117-food-ice-cream-streamline:before {
    content: "\e078";
}

.icon-185118-japan-streamline-tea:before {
    content: "\e079";
}

.icon-185119-eat-food-fork-knife-streamline:before {
    content: "\e07a";
}

.icon-list23:before {
    content: "\e07b";
}

.icon-wrong6:before {
    content: "\e07c";
}

.icon-list23-1:before {
    content: "\e07d";
}

.icon-menu27:before {
    content: "\e07e";
}

.icon-menu45:before {
    content: "\e07f";
}

.icon-menu53:before {
    content: "\e080";
}

.icon-menu55:before {
    content: "\e081";
}

.icon-play38:before {
    content: "\e082";
}

.icon-next15:before {
    content: "\e083";
}

.icon-previous11:before {
    content: "\e084";
}

.icon-wrong6-1:before {
    content: "\e085";
}

.icon-right106:before {
    content: "\e086";
}

.icon-thin35:before {
    content: "\e087";
}

.icon-up77:before {
    content: "\e088";
}

.icon-thin36:before {
    content: "\e089";
}

.icon-expand22:before {
    content: "\e08a";
}

.icon-collapse3:before {
    content: "\e08b";
}

.icon-wrong6-2:before {
    content: "\e08c";
}

.icon-address:before {
    content: "\e08d";
}

.icon-adjust:before {
    content: "\e08e";
}

.icon-air:before {
    content: "\e08f";
}

.icon-alert:before {
    content: "\e090";
}

.icon-archive:before {
    content: "\e091";
}

.icon-arrow-combo:before {
    content: "\e092";
}

.icon-arrows-ccw:before {
    content: "\e093";
}

.icon-attach:before {
    content: "\e094";
}

.icon-attention:before {
    content: "\e095";
}

.icon-back:before {
    content: "\e096";
}

.icon-back-in-time:before {
    content: "\e097";
}

.icon-bag:before {
    content: "\e098";
}

.icon-basket-1:before {
    content: "\e099";
}

.icon-battery:before {
    content: "\e09a";
}

.icon-behance:before {
    content: "\e09b";
}

.icon-bell:before {
    content: "\e09c";
}

.icon-block:before {
    content: "\e09d";
}

.icon-book:before {
    content: "\e09e";
}

.icon-book-open-1:before {
    content: "\e09f";
}

.icon-bookmark:before {
    content: "\e0a0";
}

.icon-bookmarks:before {
    content: "\e0a1";
}

.icon-box:before {
    content: "\e0a2";
}

.icon-briefcase-1:before {
    content: "\e0a3";
}

.icon-brush:before {
    content: "\e0a4";
}

.icon-bucket:before {
    content: "\e0a5";
}

.icon-calendar-1:before {
    content: "\e0a6";
}

.icon-camera-1:before {
    content: "\e0a7";
}

.icon-cancel:before {
    content: "\e0a8";
}

.icon-cancel-circled:before {
    content: "\e0a9";
}

.icon-cancel-squared:before {
    content: "\e0aa";
}

.icon-cc:before {
    content: "\e0ab";
}

.icon-cc-by:before {
    content: "\e0ac";
}

.icon-cc-nc:before {
    content: "\e0ad";
}

.icon-cc-nc-eu:before {
    content: "\e0ae";
}

.icon-cc-nc-jp:before {
    content: "\e0af";
}

.icon-cc-nd:before {
    content: "\e0b0";
}

.icon-cc-pd:before {
    content: "\e0b1";
}

.icon-cc-remix:before {
    content: "\e0b2";
}

.icon-cc-sa:before {
    content: "\e0b3";
}

.icon-cc-share:before {
    content: "\e0b4";
}

.icon-cc-zero:before {
    content: "\e0b5";
}

.icon-ccw:before {
    content: "\e0b6";
}

.icon-cd:before {
    content: "\e0b7";
}

.icon-chart-area:before {
    content: "\e0b8";
}

.icon-chart-bar:before {
    content: "\e0b9";
}

.icon-chart-line:before {
    content: "\e0ba";
}

.icon-chart-pie:before {
    content: "\e0bb";
}

.icon-chat-1:before {
    content: "\e0bc";
}

.icon-check:before {
    content: "\e0bd";
}

.icon-clipboard-1:before {
    content: "\e0be";
}

.icon-clock-1:before {
    content: "\e0bf";
}

.icon-cloud-1:before {
    content: "\e0c0";
}

.icon-cloud-thunder:before {
    content: "\e0c1";
}

.icon-code:before {
    content: "\e0c2";
}

.icon-cog:before {
    content: "\e0c3";
}

.icon-comment:before {
    content: "\e0c4";
}

.icon-compass-1:before {
    content: "\e0c5";
}

.icon-credit-card:before {
    content: "\e0c6";
}

.icon-cup:before {
    content: "\e0c7";
}

.icon-cw:before {
    content: "\e0c8";
}

.icon-database:before {
    content: "\e0c9";
}

.icon-db-shape:before {
    content: "\e0ca";
}

.icon-direction:before {
    content: "\e0cb";
}

.icon-doc:before {
    content: "\e0cc";
}

.icon-doc-landscape:before {
    content: "\e0cd";
}

.icon-doc-text:before {
    content: "\e0ce";
}

.icon-doc-text-inv:before {
    content: "\e0cf";
}

.icon-docs:before {
    content: "\e0d0";
}

.icon-dot:before {
    content: "\e0d1";
}

.icon-dot-2:before {
    content: "\e0d2";
}

.icon-dot-3:before {
    content: "\e0d3";
}

.icon-down:before {
    content: "\e0d4";
}

.icon-down-bold:before {
    content: "\e0d5";
}

.icon-down-circled:before {
    content: "\e0d6";
}

.icon-down-dir:before {
    content: "\e0d7";
}

.icon-down-open:before {
    content: "\e0d8";
}

.icon-down-open-big:before {
    content: "\e0d9";
}

.icon-down-open-mini:before {
    content: "\e0da";
}

.icon-down-thin:before {
    content: "\e0db";
}

.icon-download-1:before {
    content: "\e0dc";
}

.icon-dribbble-1:before {
    content: "\e0dd";
}

.icon-dribbble-circled:before {
    content: "\e0de";
}

.icon-drive:before {
    content: "\e0df";
}

.icon-dropbox:before {
    content: "\e0e0";
}

.icon-droplet:before {
    content: "\e0e1";
}

.icon-erase:before {
    content: "\e0e2";
}

.icon-evernote:before {
    content: "\e0e3";
}

.icon-export:before {
    content: "\e0e4";
}

.icon-eye:before {
    content: "\e0e5";
}

.icon-facebook-1:before {
    content: "\e0e6";
}

.icon-facebook-circled:before {
    content: "\e0e7";
}

.icon-facebook-squared:before {
    content: "\e0e8";
}

.icon-fast-backward:before {
    content: "\e0e9";
}

.icon-fast-forward:before {
    content: "\e0ea";
}

.icon-feather:before {
    content: "\e0eb";
}

.icon-flag-1:before {
    content: "\e0ec";
}

.icon-flash:before {
    content: "\e0ed";
}

.icon-flashlight:before {
    content: "\e0ee";
}

.icon-flattr:before {
    content: "\e0ef";
}

.icon-flickr:before {
    content: "\e0f0";
}

.icon-flickr-circled:before {
    content: "\e0f1";
}

.icon-flight:before {
    content: "\e0f2";
}

.icon-floppy:before {
    content: "\e0f3";
}

.icon-flow-branch:before {
    content: "\e0f4";
}

.icon-flow-cascade:before {
    content: "\e0f5";
}

.icon-flow-line:before {
    content: "\e0f6";
}

.icon-flow-parallel:before {
    content: "\e0f7";
}

.icon-flow-tree:before {
    content: "\e0f8";
}

.icon-folder:before {
    content: "\e0f9";
}

.icon-forward:before {
    content: "\e0fa";
}

.icon-gauge:before {
    content: "\e0fb";
}

.icon-github:before {
    content: "\e0fc";
}

.icon-github-circled:before {
    content: "\e0fd";
}

.icon-globe-1:before {
    content: "\e0fe";
}

.icon-google-circles:before {
    content: "\e0ff";
}

.icon-gplus:before {
    content: "\e100";
}

.icon-gplus-circled:before {
    content: "\e101";
}

.icon-graduation-cap:before {
    content: "\e102";
}

.icon-heart-1:before {
    content: "\e103";
}

.icon-heart-empty:before {
    content: "\e104";
}

.icon-help:before {
    content: "\e105";
}

.icon-help-circled:before {
    content: "\e106";
}

.icon-home:before {
    content: "\e107";
}

.icon-hourglass-1:before {
    content: "\e108";
}

.icon-inbox:before {
    content: "\e109";
}

.icon-infinity:before {
    content: "\e10a";
}

.icon-info:before {
    content: "\e10b";
}

.icon-info-circled:before {
    content: "\e10c";
}

.icon-instagrem:before {
    content: "\e10d";
}

.icon-install:before {
    content: "\e10e";
}

.icon-key-1:before {
    content: "\e10f";
}

.icon-keyboard:before {
    content: "\e110";
}

.icon-lamp:before {
    content: "\e111";
}

.icon-language:before {
    content: "\e112";
}

.icon-lastfm:before {
    content: "\e113";
}

.icon-lastfm-circled:before {
    content: "\e114";
}

.icon-layout:before {
    content: "\e115";
}

.icon-leaf:before {
    content: "\e116";
}

.icon-left:before {
    content: "\e117";
}

.icon-left-bold:before {
    content: "\e118";
}

.icon-left-circled:before {
    content: "\e119";
}

.icon-left-dir:before {
    content: "\e11a";
}

.icon-left-open:before {
    content: "\e11b";
}

.icon-left-open-big:before {
    content: "\e11c";
}

.icon-left-open-mini:before {
    content: "\e11d";
}

.icon-left-thin:before {
    content: "\e11e";
}

.icon-level-down:before {
    content: "\e11f";
}

.icon-level-up:before {
    content: "\e120";
}

.icon-lifebuoy:before {
    content: "\e121";
}

.icon-light-down:before {
    content: "\e122";
}

.icon-light-up:before {
    content: "\e123";
}

.icon-link:before {
    content: "\e124";
}

.icon-linkedin-1:before {
    content: "\e125";
}

.icon-linkedin-circled:before {
    content: "\e126";
}

.icon-list:before {
    content: "\e127";
}

.icon-list-add:before {
    content: "\e128";
}

.icon-location:before {
    content: "\e129";
}

.icon-lock-1:before {
    content: "\e12a";
}

.icon-lock-open:before {
    content: "\e12b";
}

.icon-login:before {
    content: "\e12c";
}

.icon-logo-db:before {
    content: "\e12d";
}

.icon-logout:before {
    content: "\e12e";
}

.icon-loop:before {
    content: "\e12f";
}

.icon-magnet:before {
    content: "\e130";
}

.icon-mail:before {
    content: "\e131";
}

.icon-map-1:before {
    content: "\e132";
}

.icon-megaphone-1:before {
    content: "\e133";
}

.icon-menu:before {
    content: "\e134";
}

.icon-mic-1:before {
    content: "\e135";
}

.icon-minus:before {
    content: "\e136";
}

.icon-minus-circled:before {
    content: "\e137";
}

.icon-minus-squared:before {
    content: "\e138";
}

.icon-mixi:before {
    content: "\e139";
}

.icon-mobile-1:before {
    content: "\e13a";
}

.icon-monitor:before {
    content: "\e13b";
}

.icon-moon:before {
    content: "\e13c";
}

.icon-mouse:before {
    content: "\e13d";
}

.icon-music:before {
    content: "\e13e";
}

.icon-mute:before {
    content: "\e13f";
}

.icon-network:before {
    content: "\e140";
}

.icon-newspaper-1:before {
    content: "\e141";
}

.icon-note:before {
    content: "\e142";
}

.icon-note-beamed:before {
    content: "\e143";
}

.icon-palette:before {
    content: "\e144";
}

.icon-paper-plane:before {
    content: "\e145";
}

.icon-pause:before {
    content: "\e146";
}

.icon-paypal:before {
    content: "\e147";
}

.icon-pencil-1:before {
    content: "\e148";
}

.icon-phone-1:before {
    content: "\e149";
}

.icon-picasa:before {
    content: "\e14a";
}

.icon-picture-1:before {
    content: "\e14b";
}

.icon-pinterest:before {
    content: "\e14c";
}

.icon-pinterest-circled:before {
    content: "\e14d";
}

.icon-play:before {
    content: "\e14e";
}

.icon-plus:before {
    content: "\e14f";
}

.icon-plus-circled:before {
    content: "\e150";
}

.icon-plus-squared:before {
    content: "\e151";
}

.icon-popup:before {
    content: "\e152";
}

.icon-print:before {
    content: "\e153";
}

.icon-progress-0:before {
    content: "\e154";
}

.icon-progress-1:before {
    content: "\e155";
}

.icon-progress-2:before {
    content: "\e156";
}

.icon-progress-3:before {
    content: "\e157";
}

.icon-publish:before {
    content: "\e158";
}

.icon-qq:before {
    content: "\e159";
}

.icon-quote-1:before {
    content: "\e15a";
}

.icon-rdio:before {
    content: "\e15b";
}

.icon-rdio-circled:before {
    content: "\e15c";
}

.icon-record:before {
    content: "\e15d";
}

.icon-renren:before {
    content: "\e15e";
}

.icon-reply:before {
    content: "\e15f";
}

.icon-reply-all:before {
    content: "\e160";
}

.icon-resize-full:before {
    content: "\e161";
}

.icon-resize-small:before {
    content: "\e162";
}

.icon-retweet:before {
    content: "\e163";
}

.icon-right:before {
    content: "\e164";
}

.icon-right-bold:before {
    content: "\e165";
}

.icon-right-circled:before {
    content: "\e166";
}

.icon-right-dir:before {
    content: "\e167";
}

.icon-right-open:before {
    content: "\e168";
}

.icon-right-open-big:before {
    content: "\e169";
}

.icon-right-open-mini:before {
    content: "\e16a";
}

.icon-right-thin:before {
    content: "\e16b";
}

.icon-rocket:before {
    content: "\e16c";
}

.icon-rss-1:before {
    content: "\e16d";
}

.icon-search-1:before {
    content: "\e16e";
}

.icon-share:before {
    content: "\e16f";
}

.icon-shareable:before {
    content: "\e170";
}

.icon-shuffle:before {
    content: "\e171";
}

.icon-signal:before {
    content: "\e172";
}

.icon-sina-weibo:before {
    content: "\e173";
}

.icon-skype:before {
    content: "\e174";
}

.icon-skype-circled:before {
    content: "\e175";
}

.icon-smashing:before {
    content: "\e176";
}

.icon-sound:before {
    content: "\e177";
}

.icon-soundcloud:before {
    content: "\e178";
}

.icon-spotify:before {
    content: "\e179";
}

.icon-spotify-circled:before {
    content: "\e17a";
}

.icon-star:before {
    content: "\e17b";
}

.icon-star-empty:before {
    content: "\e17c";
}

.icon-stop:before {
    content: "\e17d";
}

.icon-stumbleupon:before {
    content: "\e17e";
}

.icon-stumbleupon-circled:before {
    content: "\e17f";
}

.icon-suitcase:before {
    content: "\e180";
}

.icon-sweden:before {
    content: "\e181";
}

.icon-switch:before {
    content: "\e182";
}

.icon-tag:before {
    content: "\e183";
}

.icon-tape:before {
    content: "\e184";
}

.icon-target:before {
    content: "\e185";
}

.icon-thermometer:before {
    content: "\e186";
}

.icon-thumbs-down:before {
    content: "\e187";
}

.icon-thumbs-up:before {
    content: "\e188";
}

.icon-ticket:before {
    content: "\e189";
}

.icon-to-end:before {
    content: "\e18a";
}

.icon-to-start:before {
    content: "\e18b";
}

.icon-tools-1:before {
    content: "\e18c";
}

.icon-traffic-cone:before {
    content: "\e18d";
}

.icon-trash:before {
    content: "\e18e";
}

.icon-trophy-1:before {
    content: "\e18f";
}

.icon-tumblr-1:before {
    content: "\e190";
}

.icon-tumblr-circled:before {
    content: "\e191";
}

.icon-twitter-1:before {
    content: "\e192";
}

.icon-twitter-circled:before {
    content: "\e193";
}

.icon-up:before {
    content: "\e194";
}

.icon-up-bold:before {
    content: "\e195";
}

.icon-up-circled:before {
    content: "\e196";
}

.icon-up-dir:before {
    content: "\e197";
}

.icon-up-open:before {
    content: "\e198";
}

.icon-up-open-big:before {
    content: "\e199";
}

.icon-up-open-mini:before {
    content: "\e19a";
}

.icon-up-thin:before {
    content: "\e19b";
}

.icon-upload-1:before {
    content: "\e19c";
}

.icon-upload-cloud:before {
    content: "\e19d";
}

.icon-user:before {
    content: "\e19e";
}

.icon-user-add:before {
    content: "\e19f";
}

.icon-users:before {
    content: "\e1a0";
}

.icon-vcard:before {
    content: "\e1a1";
}

.icon-video-1:before {
    content: "\e1a2";
}

.icon-vimeo:before {
    content: "\e1a3";
}

.icon-vimeo-circled:before {
    content: "\e1a4";
}

.icon-vkontakte:before {
    content: "\e1a5";
}

.icon-volume:before {
    content: "\e1a6";
}

.icon-water:before {
    content: "\e1a7";
}

.icon-window:before {
    content: "\e1a8";
}

.icon-downarrows10:before {
    content: "\e1a9";
}

.icon-right127:before {
    content: "\e1aa";
}

.icon-rightarrow59:before {
    content: "\e1ab";
}

.icon-uparrows15:before {
    content: "\e1ac";
}

.icon-leftarrow59:before {
    content: "\e1ad";
}

.icon-back28:before {
    content: "\e1ae";
}

.icon-megatron-logo:before {
    content: "\e1af";
}

.icon-warning45:before {
    content: "\e1b0";
}

.icon-shopping111:before {
    content: "\e1b1";
}

.icon-search-icon:before {
    content: "\e1b2";
}

.icon-play43:before {
    content: "\e1b3";
}

.icon-minus-1:before {
    content: "\e1b4";
}

.icon-plus-1:before {
    content: "\e1b5";
}

.icon-play43-1:before {
    content: "\e1b6";
}

.icon-cancel30:before {
    content: "\e1b7";
}

.icon-close47:before {
    content: "\e1b8";
}

.icon-accepted:before {
    content: "\e1b9";
}

.icon-email20:before {
    content: "\e1ba";
}

.icon-key21:before {
    content: "\e1bb";
}

.icon-lock63:before {
    content: "\e1bc";
}

.icon-password1:before {
    content: "\e1bd";
}

.icon-magnifying-glass34:before {
    content: "\e1be";
}

.icon-mouse61-1:before {
    content: "\e1bf";
}

.icon-calentar:before {
    content: "\e1c0";
}

.icon-drug4:before {
    content: "\e1c1";
}

.icon-hospital36:before {
    content: "\e1c2";
}

.icon-hostpital:before {
    content: "\e1c3";
}

.icon-phone64:before {
    content: "\e1c4";
}

.icon-shutterstock-166641992-converted:before {
    content: "\e1c5";
}

.icon-shutterstock-166641992-converted-1:before {
    content: "\e1c6";
}

.icon-shutterstock-166641992-converted-2:before {
    content: "\e1c7";
}

.icon-shutterstock-166641992-converted-3:before {
    content: "\e1c8";
}

.icon-shutterstock-166641992-converted-4:before {
    content: "\e1c9";
}

.icon-shutterstock-166641992-converted-5:before {
    content: "\e1ca";
}

.icon-shutterstock-166641992-converted-6:before {
    content: "\e1cb";
}

.icon-shutterstock-166641992-converted-7:before {
    content: "\e1cc";
}

.icon-shutterstock-166641992-converted-8:before {
    content: "\e1cd";
}

.icon-shutterstock-166641992-converted-9:before {
    content: "\e1ce";
}

.icon-shutterstock-166641992-converted-10:before {
    content: "\e1cf";
}

.icon-shutterstock-166641992-converted-11:before {
    content: "\e1d0";
}

.icon-shutterstock-166641992-converted-12:before {
    content: "\e1d1";
}

.icon-shutterstock-166641992-converted-13:before {
    content: "\e1d2";
}

.icon-shutterstock-166641992-converted-14:before {
    content: "\e1d3";
}

.icon-shutterstock-166641992-converted-15:before {
    content: "\e1d4";
}

.icon-shutterstock-166641992-converted-16:before {
    content: "\e1d5";
}

.icon-shutterstock-166641992-converted-17:before {
    content: "\e1d6";
}

.icon-shutterstock-166641992-converted-18:before {
    content: "\e1d7";
}

.icon-shutterstock-166641992-converted-19:before {
    content: "\e1d8";
}

.icon-shutterstock-166641992-converted-20:before {
    content: "\e1d9";
}

.icon-shutterstock-166641992-converted-21:before {
    content: "\e1da";
}

.icon-shutterstock-166641992-converted-22:before {
    content: "\e1db";
}

.icon-shutterstock-166641992-converted-23:before {
    content: "\e1dc";
}

.icon-shutterstock-166641992-converted-24:before {
    content: "\e1dd";
}

.icon-shutterstock-166641992-converted-25:before {
    content: "\e1de";
}

.icon-shutterstock-166641992-converted-26:before {
    content: "\e1df";
}

.icon-shutterstock-166641992-converted-27:before {
    content: "\e1e0";
}

.icon-shutterstock-166641992-converted-28:before {
    content: "\e1e1";
}

.icon-shutterstock-166641992-converted-29:before {
    content: "\e1e2";
}

.icon-shutterstock-166641992-converted-30:before {
    content: "\e1e3";
}

.icon-shutterstock-166641992-converted-31:before {
    content: "\e1e4";
}

.icon-shutterstock-166641992-converted-32:before {
    content: "\e1e5";
}

.icon-shutterstock-166641992-converted-33:before {
    content: "\e1e6";
}

.icon-shutterstock-166641992-converted-34:before {
    content: "\e1e7";
}

.icon-shutterstock-166641992-converted-35:before {
    content: "\e1e8";
}

.icon-shutterstock-166641992-converted-36:before {
    content: "\e1e9";
}

.icon-shutterstock-166641992-converted-37:before {
    content: "\e1ea";
}

.icon-shutterstock-166641992-converted-38:before {
    content: "\e1eb";
}

.icon-shutterstock-166641992-converted-39:before {
    content: "\e1ec";
}

.icon-shutterstock-166641992-converted-40:before {
    content: "\e1ed";
}

.icon-shutterstock-166641992-converted-41:before {
    content: "\e1ee";
}

.icon-shutterstock-166641992-converted-42:before {
    content: "\e1ef";
}

.icon-shutterstock-166641992-converted-43:before {
    content: "\e1f0";
}

.icon-shutterstock-166641992-converted-44:before {
    content: "\e1f1";
}

.icon-shutterstock-166641992-converted-45:before {
    content: "\e1f2";
}

.icon-shutterstock-166641992-converted-46:before {
    content: "\e1f3";
}

.icon-shutterstock-166641992-converted-47:before {
    content: "\e1f4";
}

.icon-shutterstock-166641992-converted-48:before {
    content: "\e1f5";
}

.icon-shutterstock-166641992-converted-49:before {
    content: "\e1f6";
}

.icon-shutterstock-166641992-converted-50:before {
    content: "\e1f7";
}

.icon-shutterstock-166641992-converted-51:before {
    content: "\e1f8";
}

.icon-shutterstock-166641992-converted-52:before {
    content: "\e1f9";
}

.icon-shutterstock-166641992-converted-53:before {
    content: "\e1fa";
}

.icon-shutterstock-166641992-converted-54:before {
    content: "\e1fb";
}

.icon-shutterstock-166641992-converted-55:before {
    content: "\e1fc";
}

.icon-shutterstock-166641992-converted-56:before {
    content: "\e1fd";
}

.icon-shutterstock-166641992-converted-57:before {
    content: "\e1fe";
}

.icon-shutterstock-166641992-converted-58:before {
    content: "\e1ff";
}

.icon-shutterstock-166641992-converted-59:before {
    content: "\e200";
}

.icon-shutterstock-166641992-converted-60:before {
    content: "\e201";
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-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: bold;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    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"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td, th {
    padding: 0;
}

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

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

@media (min-width:1020px) {
    .container {
        width: 990px;
    }
}

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

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

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

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

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

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

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

.clearfix:after, .container:after, .container-fluid:after, .row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

.remove-col-gutter [class*='col-'], .remove-col-gutter .row {
    padding-left: 0;
    padding-right: 0;
}

.col-no-gutter, .remove-gutter {
    padding-left: 0;
    padding-right: 0;
}

.middle {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ab-middle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ab-bottom {
    position: absolute;
    bottom: 0;
}

.ab-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cell-vertical-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.cell-vertical-wrapper .cell-middle {
    display: table-cell;
    vertical-align: middle;
}

.cell-vertical-wrapper .cell-bottom {
    display: table-cell;
    vertical-align: bottom;
}

.children-inline-block>* {
    display: inline-block !important;
}

.children-block>* {
    display: block !important;
}

.flexbox-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexbox-container.columns {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flexbox-container.flex-middle {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.full-height {
    min-height: 100vh;
}

.overflow-hidden {
    overflow: hidden;
}

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

@media (min-width:1020px) {
    .container-outer-width {
        width: 990px;
    }
}

@media (min-width:1230px) {
    .container-outer-width {
        width: 1200px;
    }
}

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

@media (min-width:1020px) {
    .container-inner-width {
        width: 960px;
    }
}

@media (min-width:1230px) {
    .container-inner-width {
        width: 1170px;
    }
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.color-gray-base {
    color: #000000;
}

.color-gray-darkest {
    color: #111111;
}

.color-gray-darker {
    color: #222222;
}

.color-gray-dark {
    color: #444444;
}

.color-gray {
    color: #666666;
}

.color-gray-light {
    color: #888888;
}

.color-gray-lighter {
    color: #EEEEEE;
}

.color-gray-lightest {
    color: #F9F9F9;
}

.color-gray-border {
    color: #DDDDDD;
}

.color-light {
    color: #FFFFFF;
}

.color-primary {
    color: #00B863;
}

.color-secondary {
    color: #00BFFF;
}

.color-success {
    color: #468C00;
}

.color-info {
    color: #3ED0A1;
}

.color-warning {
    color: #FF7F00;
}

.color-danger {
    color: #FF5533;
}

.border-gray-base {
    border-color: #000000;
}

.border-gray-darkest {
    border-color: #111111;
}

.border-gray-darker {
    border-color: #222222;
}

.border-gray-dark {
    border-color: #444444;
}

.border-gray {
    border-color: #666666;
}

.border-gray-light {
    border-color: #888888;
}

.border-gray-lighter {
    border-color: #EEEEEE;
}

.border-gray-lightest {
    border-color: #F9F9F9;
}

.border-gray-border {
    border-color: #DDDDDD;
}

.border-light {
    border-color: #FFFFFF;
}

.border-primary {
    border-color: #00B863;
}

.border-secondary {
    border-color: #00BFFF;
}

.border-success {
    border-color: #468C00;
}

.border-info {
    border-color: #3ED0A1;
}

.border-warning {
    border-color: #FF7F00;
}

.border-danger {
    border-color: #FF5533;
}

.bgc-gray-base {
    background-color: #000000;
}

.bgc-gray-darkest {
    background-color: #111111;
}

.bgc-gray-darker {
    background-color: #222222;
}

.bgc-gray-dark {
    background-color: #444444;
}

.bgc-gray {
    background-color: #666666;
}

.bgc-gray-light {
    background-color: #888888;
}

.bgc-gray-lighter {
    background-color: #EEEEEE;
}

.bgc-gray-lightest {
    background-color: #F9F9F9;
}

.bgc-gray-border {
    background-color: #DDDDDD;
}

.bgc-light {
    background-color: #FFFFFF;
}

.bgc-primary {
    background-color: #00B863;
}

.bgc-secondary {
    background-color: #00BFFF;
}

.bgc-success {
    background-color: #468C00;
}

.bgc-info {
    background-color: #3ED0A1;
}

.bgc-warning {
    background-color: #FF7F00;
}

.bgc-danger {
    background-color: #FF5533;
}

.bgc-gradient {
    background: linear-gradient(323deg, rgba(16, 183, 101, 0.9) 0%, rgba(0, 185, 255, 0.9) 100%);
}

.bgc-gradient-2 {
    background-image: radial-gradient(circle farthest-side, rgba(17, 29, 49, 0.92) 0%, rgba(4, 7, 14, 0.92) 100%);
}

.bgc-dark-o-1 {
    background-color: rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
}

.bgc-light-o-1 {
    background-color: rgba(255, 255, 255, 0.1);
}

.bgc-dark-o-2 {
    background-color: rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
}

.bgc-light-o-2 {
    background-color: rgba(255, 255, 255, 0.2);
}

.bgc-dark-o-3 {
    background-color: rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
}

.bgc-light-o-3 {
    background-color: rgba(255, 255, 255, 0.3);
}

.bgc-dark-o-4 {
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
}

.bgc-light-o-4 {
    background-color: rgba(255, 255, 255, 0.4);
}

.bgc-dark-o-5 {
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
}

.bgc-light-o-5 {
    background-color: rgba(255, 255, 255, 0.5);
}

.bgc-dark-o-6 {
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
}

.bgc-light-o-6 {
    background-color: rgba(255, 255, 255, 0.6);
}

.bgc-dark-o-7 {
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
}

.bgc-light-o-7 {
    background-color: rgba(255, 255, 255, 0.7);
}

.bgc-dark-o-8 {
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
}

.bgc-light-o-8 {
    background-color: rgba(255, 255, 255, 0.8);
}

.bgc-dark-o-9 {
    background-color: rgba(0, 0, 0, 0.9);
    color: #FFFFFF;
}

.bgc-light-o-9 {
    background-color: rgba(255, 255, 255, 0.9);
}

.bgc-dark-o {
    background-color: rgba(0, 0, 0, 0.7);
}

.bgc-light-o {
    background-color: rgba(255, 255, 255, 0.7);
}

.bgc-transparent {
    background-color: transparent;
}

.bgc-gray-base, .bgc-gray-darkest, .bgc-gray-darker, .bgc-gray-dark, .bgc-gray, .bgc-gray-light, .bgc-gradient-2, .bgc-gradient, .bgc-transparent, .bgc-primary, .bgc-secondary, .bgc-success, .bgc-info, .bgc-warning, .bgc-danger {
    color: #FFFFFF;
}

.border-top {
    border-top: 1px solid #DDDDDD;
}

.border-bottom {
    border-bottom: 1px solid #DDDDDD;
}

.border-left {
    border-left: 1px solid #DDDDDD;
}

.border-right {
    border-right: 1px solid #DDDDDD;
}

.border-top-lighter {
    border-top: 1px solid #EEEEEE;
}

.border-bottom-lighter {
    border-bottom: 1px solid #EEEEEE;
}

.border-left-lighter {
    border-left: 1px solid #EEEEEE;
}

.border-right-lighter {
    border-right: 1px solid #EEEEEE;
}

.border-solid {
    border-width: 1px;
    border-style: solid;
}

.highlight-primary {
    background-color: #11c974;
    border-top: 5px solid #11c974;
    border-bottom: 5px solid #11c974;
    color: #FFFFFF;
}

.highlight-secondary {
    background-color: #11d0ff;
    border-top: 5px solid #11d0ff;
    border-bottom: 5px solid #11d0ff;
    color: #FFFFFF;
}

.highlight-gray-lighter {
    background-color: #EEEEEE;
    border-top: 5px solid #EEEEEE;
    border-bottom: 5px solid #EEEEEE;
}

* {
    box-sizing: border-box;
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    line-height: 2.14285714;
    color: #444444;
    background-color: #FFFFFF;
}

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

button {
    transition: all 0.3s ease-in-out;
}

:focus {
    outline: none;
}

a {
    transition: all 0.3s ease-in-out;
    color: inherit;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a:hover, a:focus {
    color: #00B863;
    text-decoration: none;
}

a.color-primary:hover, a.color-primary:focus {
    color: #444444;
}

ul, ol, li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}

figure {
    margin: 0;
}

.easing-link:focus, .easing-link:active {
    color: inherit;
}

img {
    vertical-align: middle;
}

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

.img-rounded {
    border-radius: 0px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 2.14285714;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 0px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

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

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #EEEEEE;
}

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

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

[role="button"] {
    cursor: pointer;
}

form input[type="text"], form input[type="search"], form input[type="email"], form input[type="password"], form input[type="tel"], form input[type="number"], form textarea {
    transition: all 0.3s ease-in-out;
    padding: 9px 20px;
    width: 100%;
    border: 1px solid #DDDDDD;
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
    height: auto;
    line-height: inherit;
    border-radius: 0;
}

form input[type="text"]:focus, form input[type="search"]:focus, form input[type="email"]:focus, form input[type="password"]:focus, form input[type="tel"]:focus, form input[type="number"]:focus, form textarea.form-control:focus {
    border-color: #00B863;
}

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

form label {
    font-family: "Montserrat", sans-serif;
}

form textarea.form-control {
    resize: none;
    height: 200px;
    border-radius: 0;
}

form .__row {
    position: relative;
    margin-bottom: 30px;
}

form .__row input {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

form .__row .__text {
    display: inline-block;
    vertical-align: middle;
}

.group-contact-left-header .__header {
    padding-bottom: 40px;
}

@media only screen and (min-width:1020px) {
    .group-contact-left-header {
        position: relative;
    }
    .group-contact-left-header .__header {
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
    }
}

.login-popup {
    max-width: 325px;
    padding: 15px;
}

.login-popup input[type="text"], .login-popup input[type="password"] {
    margin-bottom: 20px;
}

.login-popup .__row {
    margin-bottom: 25px;
    line-height: 1.2;
}

.login-popup .__row .__text {
    margin-top: -2px;
}

.login-popup .__separator {
    position: relative;
    font-family: "Montserrat", sans-serif;
    margin-top: 15px;
    margin-bottom: 15px;
}

.login-popup .__separator .__text {
    background-color: #FFFFFF;
    display: inline-block;
    padding: 0 15px;
    position: relative;
}

.login-popup .__separator:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 0;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #DDDDDD;
}

.login-popup .__forgotten {
    text-decoration: underline;
}

.register-popup {
    max-width: 500px;
    padding: 15px;
}

.register-popup input[type="text"], .register-popup input[type="password"], .register-popup input[type="email"] {
    margin-bottom: 20px;
}

.register-popup label {
    text-align: left;
    display: block;
}

.megatron {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

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

.megatron:after {
    clear: both;
}

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

.megatron:after {
    clear: both;
}

.megatron:hover, .megatron a:hover {
    color: inherit;
}

.megatron .logo {
    width: 100%;
    display: block;
    margin: 0 auto 10px;
    width: 50px;
    height: 50px;
}

.megatron .logo svg {
    position: relative;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.megatron .logo path {
    fill: #00B863;
}

.megatron.logo-light .logo path {
    fill: #FFFFFF;
}

.megatron.logo-dark .logo path {
    fill: #444444;
}

.megatron .brand {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: center;
}

.megatron.inline .logo, .megatron.inline .brand {
    vertical-align: middle;
    display: inline-block;
}

.megatron.inline .logo {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
}

.megatron.inline .brand {
    font-size: 20px;
}

.megatron.inline .brand.fz-3-l {
    font-size: 24px;
}

.megatron.size-2 .logo {
    width: 80px;
    height: 80px;
}

.megatron.size-2 .brand {
    font-size: 20px;
}

.megatron.size-2.inline .logo {
    width: 50px;
    height: 50px;
}

.megatron.size-2.inline .brand {
    font-size: 28px;
}

.megatron.size-3 .logo {
    width: 150px;
    height: 150px;
}

.megatron.size-3 .brand {
    font-size: 28px;
}

.megatron.size-3.inline .logo {
    width: 86px;
    height: 86px;
}

.megatron.size-3.inline .brand {
    font-size: 32px;
}

@media (max-width:1620px) {
    .megatron.size-3 .logo {
        width: 120px;
        height: 120px;
    }
}

.megatron.size-4 .logo {
    width: 120px;
    height: 120px;
}

.megatron.size-4 .brand {
    font-size: 28px;
}

.megatron.size-4.inline .logo {
    width: 86px;
    height: 86px;
}

.megatron.size-4.inline .brand {
    font-size: 32px;
}

.icon, [class^='icon-'], .fa {
    display: inline-block;
    vertical-align: middle;
}

.icon:before, [class^='icon-']:before, .fa:before {
    display: block;
}

.simple-icon, .circle-icon {
    color: #00B863;
}

.simple-icon:before, .circle-icon:before {
    font-size: 32px;
    text-align: center;
    float: left;
}

.circle-icon {
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
    line-height: 60px;
    border-radius: 50%;
}

.circle-icon:before {
    display: block;
}

.circle-icon:before {
    content: " ";
    width: 70px;
    height: 70px;
    position: relative;
    line-height: inherit;
    text-align: center;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.4);
}

.circle-icon>i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circle-icon>i:before {
    line-height: 60px;
    text-align: center;
    display: inline-block;
    float: none;
    font-size: 32px;
    margin: 0;
}

.simple-icon>i:before {
    font-size: 32px;
    text-align: center;
    float: left;
}

.bgc-gray-darker .circle-icon:before, .bgc-gray-darkest .circle-icon:before, .bgc-gray-dark .circle-icon:before {
    border-color: rgba(0, 0, 0, 0.5);
}

.social {
    list-style: none;
    padding: 0;
}

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

.social:after {
    clear: both;
}

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

.social:after {
    clear: both;
}

.social li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.social li:last-child {
    margin-right: 0;
}

.social li:first-child {
    margin-left: 0;
}

.social a {
    display: block;
    float: left;
}

.circle li a, .circle-list .social li a {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #FFFFFF;
    background-color: #666666;
    padding-top: 2px;
    padding-left: 1px;
}

.circle li a:hover, .circle-list .social li a:hover {
    background: #00B863;
}

.circle li a .icon, .circle li a [class^='icon-'], .circle li a [class^='fa-'], .circle-list .social li a .icon, .circle-list .social li a [class^='icon-'], .circle-list .social li a [class^='fa-'] {
    vertical-align: 0px;
}

.circle.responsive {
    margin-left: -5px;
    margin-right: -5px;
}

.circle.responsive li {
    margin: 0 5px 15px;
}

.circle.gray li a {
    color: #111111;
    background-color: #aaaaaa;
}

.circle.gray li a:hover {
    background-color: #FFFFFF;
}

.circle.dark li a {
    background-color: #000000;
}

.circle.dark li a:hover {
    background: #00B863;
}

.circle.light li a {
    background-color: #FFFFFF;
    color: #444444;
}

.circle.light li a:hover {
    background: #00B863;
}

.circle.primary li a {
    background-color: #00B863;
}

.circle.primary li a:hover {
    background: #000000;
}

.circle.secondary li a {
    background-color: #00BFFF;
}

.circle.secondary li a:hover {
    background: #000000;
}

.btn {
    transition: all 0.3s ease-in-out;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    padding: 16.5px 30px;
    line-height: 1.2;
    font-size: 13px;
    text-align: center;
    color: #FFFFFF;
    background-color: #222222;
    border: 0;
}

.btn.fullwidth {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.btn.btn-small {
    padding: 10.5px 20px;
}

.btn.btn-size-2 {
    padding: 18.5px 39px;
}

.btn.btn-size-3 {
    padding: 20px 48px;
}

.btn.btn-size-4 {
    padding: 21.5px 57px;
}

.btn.btn-size-5 {
    padding: 23px 66px;
}

.btn.btn-size-3 {
    font-size: 14px;
}

.btn.btn-size-4 {
    font-size: 16px;
}

.btn.btn-size-5 {
    font-size: 18px;
}

.btn.btn-gray-base {
    background-color: #000000;
}

.btn.btn-gray-darkest {
    background-color: #111111;
}

.btn.btn-gray-darker {
    background-color: #222222;
}

.btn.btn-gray-dark {
    background-color: #444444;
}

.btn.btn-gray {
    background-color: #666666;
}

.btn.btn-gray-light {
    background-color: #888888;
}

.btn.btn-gray-lighter {
    background-color: #EEEEEE;
}

.btn.btn-gray-lightest {
    background-color: #F9F9F9;
}

.btn.btn-gray-border {
    background-color: #DDDDDD;
}

.btn.btn-light {
    background-color: #FFFFFF;
}

.btn.btn-primary {
    background-color: #00B863;
}

.btn.btn-secondary {
    background-color: #00BFFF;
}

.btn.btn-success {
    background-color: #468C00;
}

.btn.btn-info {
    background-color: #3ED0A1;
}

.btn.btn-warning {
    background-color: #FF7F00;
}

.btn.btn-danger {
    background-color: #FF5533;
}

.btn:not(.no-border) {
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.btn.btn-light {
    color: #444444;
}

.btn.no-border {
    border-bottom: 0;
    padding-top: 17.5px;
    padding-bottom: 17.5px;
}

.btn:hover, .btn:focus, .btn:active {
    background-color: #222222;
    color: #FFFFFF;
}

.btn.btn-gray-darker:hover, .btn.btn-gray-darkest:hover, .btn.btn-gray-base:hover, .btn.btn-gray-darker:focus, .btn.btn-gray-darkest:focus, .btn.btn-gray-base:focus, .btn.btn-gray-darker:active, .btn.btn-gray-darkest:active, .btn.btn-gray-base:active {
    background-color: #00B863;
    color: #FFFFFF;
}

.btn-border {
    transition: all 0.3s ease-in-out;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    padding: 16.5px 30px;
    line-height: 1.2;
    font-size: 13px;
    text-align: center;
    border: 1px solid #00B863;
    color: #00B863;
    background-color: transparent;
}

.btn-border.fullwidth {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.btn-border.btn-small {
    padding: 10.5px 20px;
}

.btn-border.btn-size-2 {
    padding: 18.5px 39px;
}

.btn-border.btn-size-3 {
    padding: 20px 48px;
}

.btn-border.btn-size-4 {
    padding: 21.5px 57px;
}

.btn-border.btn-size-5 {
    padding: 23px 66px;
}

.btn-border.btn-size-3 {
    font-size: 14px;
}

.btn-border.btn-size-4 {
    font-size: 16px;
}

.btn-border.btn-size-5 {
    font-size: 18px;
}

.btn-border.btn-gray-base {
    border-color: #000000;
}

.btn-border.btn-gray-darkest {
    border-color: #111111;
}

.btn-border.btn-gray-darker {
    border-color: #222222;
}

.btn-border.btn-gray-dark {
    border-color: #444444;
}

.btn-border.btn-gray {
    border-color: #666666;
}

.btn-border.btn-gray-light {
    border-color: #888888;
}

.btn-border.btn-gray-lighter {
    border-color: #EEEEEE;
}

.btn-border.btn-gray-lightest {
    border-color: #F9F9F9;
}

.btn-border.btn-gray-border {
    border-color: #DDDDDD;
}

.btn-border.btn-light {
    border-color: #FFFFFF;
}

.btn-border.btn-primary {
    border-color: #00B863;
}

.btn-border.btn-secondary {
    border-color: #00BFFF;
}

.btn-border.btn-success {
    border-color: #468C00;
}

.btn-border.btn-info {
    border-color: #3ED0A1;
}

.btn-border.btn-warning {
    border-color: #FF7F00;
}

.btn-border.btn-danger {
    border-color: #FF5533;
}

.btn-border.btn-gray-base {
    color: #000000;
}

.btn-border.btn-gray-darkest {
    color: #111111;
}

.btn-border.btn-gray-darker {
    color: #222222;
}

.btn-border.btn-gray-dark {
    color: #444444;
}

.btn-border.btn-gray {
    color: #666666;
}

.btn-border.btn-gray-light {
    color: #888888;
}

.btn-border.btn-gray-lighter {
    color: #EEEEEE;
}

.btn-border.btn-gray-lightest {
    color: #F9F9F9;
}

.btn-border.btn-gray-border {
    color: #DDDDDD;
}

.btn-border.btn-light {
    color: #FFFFFF;
}

.btn-border.btn-primary {
    color: #00B863;
}

.btn-border.btn-secondary {
    color: #00BFFF;
}

.btn-border.btn-success {
    color: #468C00;
}

.btn-border.btn-info {
    color: #3ED0A1;
}

.btn-border.btn-warning {
    color: #FF7F00;
}

.btn-border.btn-danger {
    color: #FF5533;
}

.btn-border:hover, .btn-border:focus, .btn-border:active {
    background-color: #00B863;
    color: #FFFFFF;
}

.btn-border:hover.btn-gray-base, .btn-border:focus.btn-gray-base, .btn-border:active.btn-gray-base {
    background-color: #000000;
}

.btn-border:hover.btn-gray-darkest, .btn-border:focus.btn-gray-darkest, .btn-border:active.btn-gray-darkest {
    background-color: #111111;
}

.btn-border:hover.btn-gray-darker, .btn-border:focus.btn-gray-darker, .btn-border:active.btn-gray-darker {
    background-color: #222222;
}

.btn-border:hover.btn-gray-dark, .btn-border:focus.btn-gray-dark, .btn-border:active.btn-gray-dark {
    background-color: #444444;
}

.btn-border:hover.btn-gray, .btn-border:focus.btn-gray, .btn-border:active.btn-gray {
    background-color: #666666;
}

.btn-border:hover.btn-gray-light, .btn-border:focus.btn-gray-light, .btn-border:active.btn-gray-light {
    background-color: #888888;
}

.btn-border:hover.btn-gray-lighter, .btn-border:focus.btn-gray-lighter, .btn-border:active.btn-gray-lighter {
    background-color: #EEEEEE;
}

.btn-border:hover.btn-gray-lightest, .btn-border:focus.btn-gray-lightest, .btn-border:active.btn-gray-lightest {
    background-color: #F9F9F9;
}

.btn-border:hover.btn-gray-border, .btn-border:focus.btn-gray-border, .btn-border:active.btn-gray-border {
    background-color: #DDDDDD;
}

.btn-border:hover.btn-light, .btn-border:focus.btn-light, .btn-border:active.btn-light {
    background-color: #FFFFFF;
}

.btn-border:hover.btn-primary, .btn-border:focus.btn-primary, .btn-border:active.btn-primary {
    background-color: #00B863;
}

.btn-border:hover.btn-secondary, .btn-border:focus.btn-secondary, .btn-border:active.btn-secondary {
    background-color: #00BFFF;
}

.btn-border:hover.btn-success, .btn-border:focus.btn-success, .btn-border:active.btn-success {
    background-color: #468C00;
}

.btn-border:hover.btn-info, .btn-border:focus.btn-info, .btn-border:active.btn-info {
    background-color: #3ED0A1;
}

.btn-border:hover.btn-warning, .btn-border:focus.btn-warning, .btn-border:active.btn-warning {
    background-color: #FF7F00;
}

.btn-border:hover.btn-danger, .btn-border:focus.btn-danger, .btn-border:active.btn-danger {
    background-color: #FF5533;
}

.btn-border:hover.btn-light, .btn-border:focus.btn-light, .btn-border:active.btn-light {
    color: #444444;
}

.overlay-container {
    position: relative;
}

.overlay {
    transition: all 0.3s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 512;
}

.overlay-hover {
    transition: all 0.3s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 512;
    opacity: 0;
}

.overlay-container .overlay-hover:hover {
    opacity: 1;
}

ul, ol {
    list-style: none;
}

ul li, ol li {}

ol {
    counter-reset: ol-counter;
    list-style: none;
}

ol.style-2 li:before {
    display: inline-block;
    content: counter(ol-counter);
    color: #FFFFFF;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #222222;
    border-radius: 50%;
}

ol.style-2.list-primary li:before {
    background-color: #00B863;
}

ol.style-2.list-secondary li:before {
    background-color: #00BFFF;
}

ol.style-2.list-success li:before {
    background-color: #468C00;
}

ol.style-2.list-info li:before {
    background-color: #3ED0A1;
}

ol.style-2.list-warning li:before {
    background-color: #FF7F00;
}

ol.style-2.list-danger li:before {
    background-color: #FF5533;
}

ul.list-icon li {
    display: block;
    margin-bottom: 10px;
}

ul.list-icon li i {
    font-size: 12px;
    margin-right: 8px;
}

ul.list-icon.list-primary li i {
    color: #00B863;
}

ul.list-icon.list-secondary li i {
    color: #00BFFF;
}

ul.list-icon.list-success li i {
    color: #468C00;
}

ul.list-icon.list-info li i {
    color: #3ED0A1;
}

ul.list-icon.list-warning li i {
    color: #FF7F00;
}

ul.list-icon.list-danger li i {
    color: #FF5533;
}

ul.list-disc li:before, ul.list-square li:before, ul.list-arrow li:before {
    font-family: "Raleway", sans-serif;
    margin-right: 8px;
}

ul.list-disc.list-primary li:before, ul.list-square.list-primary li:before, ul.list-arrow.list-primary li:before {
    color: #00B863;
}

ul.list-disc.list-secondary li:before, ul.list-square.list-secondary li:before, ul.list-arrow.list-secondary li:before {
    color: #00BFFF;
}

ul.list-disc.list-success li:before, ul.list-square.list-success li:before, ul.list-arrow.list-success li:before {
    color: #468C00;
}

ul.list-disc.list-info li:before, ul.list-square.list-info li:before, ul.list-arrow.list-info li:before {
    color: #3ED0A1;
}

ul.list-disc.list-warning li:before, ul.list-square.list-warning li:before, ul.list-arrow.list-warning li:before {
    color: #FF7F00;
}

ul.list-disc.list-danger li:before, ul.list-square.list-danger li:before, ul.list-arrow.list-danger li:before {
    color: #FF5533;
}

ul.list-disc.show-disc li:before {
    content: "\25CF";
}

ul.list-square.show-square li:before {
    content: "\25A0";
}

ul.list-arrow.show-arrow li:before {
    content: "\276F";
}

ul.list-arrow li a {
    color: #BABABA;
}

ul.list-arrow li a:hover {
    color: #00B863;
}

.parallax-wrapper {
    position: relative;
    overflow: hidden;
}

.parallax-background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2;
    background-size: cover;
    background-repeat: repeat-y;
    background-position-x: center;
}

html.chrome:not(.parallax-on) .parallax-background {
    height: 120%;
    top: -10%;
}

html:not(.parallax-on) .parallax-background {
    background-attachment: fixed;
}

.parallax-background .parallax-minor {
    transition: all 0s;
}

.backgroud-wrapper {
    position: relative;
}

.static-background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2;
    background-size: cover;
    background-position: 50% 50%;
}

.video-background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2;
    overflow: hidden;
}

.video-background .video-background-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 1920px;
    height: 1080px;
    padding-bottom: 56.25%;
}

.video-background .video-background-inner iframe {
    position: absolute;
    border: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.dropcap-1 span.first-letter {
    border: 1px solid;
    font-size: 38px;
    display: inline-block;
    width: 56px;
    height: 56px;
    float: left;
    font-weight: 700;
    line-height: 56px;
    margin-right: 15px;
    text-align: center;
}

.dropcap-1.style-1 span.first-letter {
    background-color: #00B863;
    color: #FFFFFF;
    border-color: #00B863;
}

.dropcap-1.style-2 span.first-letter {
    color: #FFFFFF;
    border-color: #00BFFF;
    background-color: #00BFFF;
}

.dropcap-1.style-3 span.first-letter {
    border-color: #444444;
    color: #444444;
}

.dropcap-2 span.first-letter {
    border: 1px solid;
    font-size: 38px;
    display: inline-block;
    width: 56px;
    height: 56px;
    float: left;
    font-weight: 700;
    line-height: 56px;
    margin-right: 15px;
    text-align: center;
    border-radius: 50%;
}

.dropcap-2.style-1 span.first-letter {
    background-color: #00B863;
    color: #FFFFFF;
    border-color: #00B863;
}

.dropcap-2.style-2 span.first-letter {
    color: #FFFFFF;
    border-color: #00BFFF;
    background-color: #00BFFF;
}

.dropcap-2.style-3 span.first-letter {
    border-color: #444444;
    color: #444444;
}

.dropcap-3 span.first-letter {
    float: left;
    font-size: 55px;
    line-height: 55px;
    font-weight: 700;
    margin-right: 15px;
}

.dropcap-3.style-1 span.first-letter {
    color: #00B863;
}

.dropcap-3.style-2 span.first-letter {
    color: #00BFFF;
}

.dropcap-3.style-3 span.first-letter {
    color: #444444;
}

hr.hr-1 {
    border-top-width: 1px;
}

hr.hr-2 {
    border-top-width: 2px;
}

hr.hr-3 {
    border-top-width: 3px;
}

hr.hr-4 {
    border-top-width: 4px;
}

hr.hr-5 {
    border-top-width: 5px;
}

hr.hr-6 {
    border-top-width: 6px;
}

hr.hr-7 {
    border-top-width: 7px;
}

hr.hr-8 {
    border-top-width: 8px;
}

hr.hr-9 {
    border-top-width: 9px;
}

hr.hr-10 {
    border-top-width: 10px;
}

hr.hr-11 {
    border-top-width: 11px;
}

hr.hr-12 {
    border-top-width: 12px;
}

hr.hr-gray-base {
    border-top-color: #000000;
}

hr.hr-gray-darkest {
    border-top-color: #111111;
}

hr.hr-gray-darker {
    border-top-color: #222222;
}

hr.hr-gray-dark {
    border-top-color: #444444;
}

hr.hr-gray {
    border-top-color: #666666;
}

hr.hr-gray-light {
    border-top-color: #888888;
}

hr.hr-gray-lighter {
    border-top-color: #EEEEEE;
}

hr.hr-gray-lightest {
    border-top-color: #F9F9F9;
}

hr.hr-gray-border {
    border-top-color: #DDDDDD;
}

hr.hr-light {
    border-top-color: #FFFFFF;
}

hr.hr-primary {
    border-top-color: #00B863;
}

hr.hr-secondary {
    border-top-color: #00BFFF;
}

hr.hr-success {
    border-top-color: #468C00;
}

hr.hr-info {
    border-top-color: #3ED0A1;
}

hr.hr-warning {
    border-top-color: #FF7F00;
}

hr.hr-danger {
    border-top-color: #FF5533;
}

hr.no-margin {
    margin-top: 0;
    margin-bottom: 0;
}

body {
    -webkit-font-smoothing: antialiased;
    color: #444444;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.14285714;
    text-rendering: optimizeLegibility;
}

.italic {
    font-style: italic;
}

.font-content {
    font-family: "Raleway", sans-serif;
}

.font-heading {
    font-family: "Montserrat", sans-serif;
}

.font-serif {
    font-family: "Playfair Display", serif;
}

.font-serif-italic {
    font-family: "Playfair Display", serif;
    font-style: italic;
}

.common-serif {
    font-size: 20px;
    font-family: "Playfair Display", serif;
    font-style: italic;
}

@media only screen and (max-width:767px) {
    .common-serif.text-responsive {
        font-size: 14px;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.2;
    font-family: "Montserrat", sans-serif;
}

h1.font-serif, h2.font-serif, h3.font-serif, h4.font-serif, h5.font-serif, h6.font-serif {
    font-family: "Playfair Display", serif;
    font-weight: 600;
}

h1.font-serif-italic, h2.font-serif-italic, h3.font-serif-italic, h4.font-serif-italic, h5.font-serif-italic, h6.font-serif-italic {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-weight: 600;
}

.fz-1 {
    font-size: 50px;
}

.fz-2 {
    font-size: 32px;
}

.fz-3 {
    font-size: 20px;
}

.fz-3-l {
    font-size: 24px;
}

.fz-4 {
    font-size: 18px;
}

.fz-5 {
    font-size: 16px;
}

.fz-6 {
    font-size: 14px;
}

.fz-1-ll {
    font-size: 75px;
}

.fz-1-l {
    font-size: 60px;
}

.fz-6-s {
    font-size: 13px;
}

.fz-6-ss {
    font-size: 12px;
}

h1 {
    font-size: 50px;
    font-weight: 700;
}

@media only screen and (max-width:1019px) {
    h1.text-responsive {
        font-size: 40px;
    }
}

@media only screen and (max-width:767px) {
    h1.text-responsive {
        font-size: 28px;
    }
}

h1.size-l {
    font-size: 60px;
}

@media only screen and (max-width:1019px) {
    h1.size-l.text-responsive {
        font-size: 50px;
    }
}

@media only screen and (max-width:767px) {
    h1.size-l.text-responsive {
        font-size: 32px;
    }
}

@media only screen and (max-width:480px) {
    h1.size-l.text-responsive {
        font-size: 28px;
    }
}

h1.size-ll {
    font-size: 75px;
}

@media (max-width:1620px) {
    h1.size-ll.text-responsive {
        font-size: 60px;
    }
}

@media only screen and (max-width:1229px) {
    h1.size-ll.text-responsive {
        font-size: 55px;
    }
}

@media only screen and (max-width:1019px) {
    h1.size-ll.text-responsive {
        font-size: 60px;
    }
}

@media only screen and (max-width:767px) {
    h1.size-ll.text-responsive {
        font-size: 32px;
    }
}

@media only screen and (max-width:480px) {
    h1.size-ll.text-responsive {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 20px;
}

h3.fz-3-l {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

h6.size-s {
    font-size: 13px;
}

h6.size-ss {
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6, p, q {
    margin-bottom: 25px;
    margin-top: 0;
    letter-spacing: 0.04em;
}

h1.hmb, h2.hmb, h3.hmb, h4.hmb, h5.hmb, h6.hmb, p.hmb, q.hmb {
    margin-bottom: 40px;
}

h1.smb, h2.smb, h3.smb, h4.smb, h5.smb, h6.smb, p.smb, q.smb {
    margin-bottom: 10px;
}

h1.nmb, h2.nmb, h3.nmb, h4.nmb, h5.nmb, h6.nmb, p.nmb, q.nmb {
    margin-bottom: 0;
}

h1.block-heading, h2.block-heading, h3.block-heading, h4.block-heading, h5.block-heading, h6.block-heading, p.block-heading, q.block-heading {
    padding: 25px 15px;
    text-align: center;
}

.hr-heading:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    margin-top: 25px;
}

.text-left .hr-heading:after, .hr-heading.text-left:after {
    margin-left: 0;
}

.text-center .hr-heading:after, .hr-heading.text-center:after {
    margin-left: auto;
    margin-right: auto;
}

.text-right .hr-heading:after, .hr-heading.text-right:after {
    margin-left: auto;
    margin-right: 0;
}

.hr-heading:after {
    border-left-width: 45px;
    border-left-style: solid;
    border-left-color: inherit;
}

.hr-heading.hr-primary {
    border-left-color: #00B863;
}

.hr-heading.hr-secondary {
    border-left-color: #00BFFF;
}

.hr-heading.hr-success {
    border-left-color: #468C00;
}

.hr-heading.hr-info {
    border-left-color: #3ED0A1;
}

.hr-heading.hr-warning {
    border-left-color: #FF7F00;
}

.hr-heading.hr-danger {
    border-left-color: #FF5533;
}

.separator-2-color {
    display: block;
    margin-bottom: 30px;
    line-height: 0;
}

.separator-2-color:before {
    content: ' ';
    height: 2px;
    width: 0;
    border-left: 43px solid #000000;
    border-right: 43px solid #00B863;
    display: inline-block;
}

.hr-header:before, .hr-header:after {
    content: " ";
    display: table;
}

.hr-header:after {
    clear: both;
}

.hr-header:before, .hr-header:after {
    content: " ";
    display: table;
}

.hr-header:after {
    clear: both;
}

.hr-header p.__caption {
    letter-spacing: 0.04em;
}

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

@media only screen and (max-width:767px) {
    .text-center-xs-max {
        text-align: center;
    }
    .text-left-xs-max {
        text-align: left;
    }
    .text-right-xs-max {
        text-align: right;
    }
}

@media only screen and (min-width:768px) {
    .text-center-sm {
        text-align: center;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-right-sm {
        text-align: right;
    }
}

@media only screen and (max-width:1019px) {
    .text-center-sm-max {
        text-align: center;
    }
    .text-left-sm-max {
        text-align: left;
    }
    .text-right-sm-max {
        text-align: right;
    }
}

@media only screen and (min-width:1020px) {
    .text-center-md {
        text-align: center;
    }
    .text-left-md {
        text-align: left;
    }
    .text-right-md {
        text-align: right;
    }
}

@media only screen and (max-width:1229px) {
    .text-center-md-max {
        text-align: center;
    }
    .text-left-md-max {
        text-align: left;
    }
    .text-right-md-max {
        text-align: right;
    }
}

@media only screen and (min-width:1230px) {
    .text-center-sm {
        text-align: center;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-right-sm {
        text-align: right;
    }
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

::-moz-selection {
    background-color: #00B863;
    color: #FFFFFF;
}

::selection {
    background-color: #00B863;
    color: #FFFFFF;
}

q {
    quotes: '\201C ' ' \201D';
    font-family: "Playfair Display", serif;
    font-style: italic;
    display: inline-block;
}

blockquote {
    position: relative;
    padding-left: 60px;
    margin: 0;
    margin-bottom: 30px;
    font-family: "Playfair Display", serif;
    font-size: 18px;
}

blockquote:before {
    position: absolute;
    display: block;
    left: 0;
    padding: 12px 10px 0;
    content: '\201D';
    font-family: "Playfair Display", serif;
    font-style: normal;
    font-size: 70px;
    line-height: 30px;
}

blockquote.blockquote-primary:before {
    color: #00B863;
}

blockquote.blockquote-secondary:before {
    color: #00BFFF;
}

blockquote.blockquote-success:before {
    color: #468C00;
}

blockquote.blockquote-info:before {
    color: #3ED0A1;
}

blockquote.blockquote-warning:before {
    color: #FF7F00;
}

blockquote.blockquote-danger:before {
    color: #FF5533;
}

section {
    position: relative;
    overflow: hidden;
}

.page-section {
    padding-top: 90px;
    padding-bottom: 50px;
}

.page-section:before, .page-section:after {
    content: " ";
    display: table;
}

.page-section:after {
    clear: both;
}

.page-section:before, .page-section:after {
    content: " ";
    display: table;
}

.page-section:after {
    clear: both;
}

.page-section .section-header {
    margin-bottom: 40px;
}

.page-section .section-header:before, .page-section .section-header:after {
    content: " ";
    display: table;
}

.page-section .section-header:after {
    clear: both;
}

.page-section .section-header:before, .page-section .section-header:after {
    content: " ";
    display: table;
}

.page-section .section-header:after {
    clear: both;
}

.page-section .section-header.hr-header {
    margin-bottom: 30px;
}

.page-section .section-block {
    margin-bottom: 40px;
}

.page-section .section-block:before, .page-section .section-block:after {
    content: " ";
    display: table;
}

.page-section .section-block:after {
    clear: both;
}

.page-section .section-block:before, .page-section .section-block:after {
    content: " ";
    display: table;
}

.page-section .section-block:after {
    clear: both;
}

.page-section .section-block-small-p {
    margin-bottom: 15px;
}

.page-section .section-block-small-margin {
    margin-bottom: 25px;
}

.page-section .section-block-no-margin {
    margin-bottom: 0px;
}

.page-section .section-block-margin-top {
    margin-top: 40px;
}

.page-section.one-child {
    padding-bottom: 90px;
}

.page-section.big-padding-bottom {
    padding-bottom: 90px !important;
}

.page-section.no-padding-bottom {
    padding-bottom: 0;
}

.page-section.no-padding-top {
    padding-top: 0;
}

.page-section.no-padding {
    padding-top: 0;
    padding-bottom: 0;
}

.page-section.supper-padding-top {
    padding-top: 120px !important;
}

.page-section.small-padding {
    padding-top: 80px;
    padding-bottom: 40px;
}

.page-section.small-padding .section-header {
    margin-bottom: 40px;
}

.page-section.small-padding .section-block {
    margin-bottom: 40px;
}

.page-section.small-padding .section-block:before, .page-section.small-padding .section-block:after {
    content: " ";
    display: table;
}

.page-section.small-padding .section-block:after {
    clear: both;
}

.page-section.small-padding .section-block:before, .page-section.small-padding .section-block:after {
    content: " ";
    display: table;
}

.page-section.small-padding .section-block:after {
    clear: both;
}

.page-section.small-padding .section-block-small-p {
    margin-bottom: 15px;
}

.page-section.small-padding.one-child {
    padding-bottom: 80px;
}

.page-section.big-padding {
    padding-top: 120px;
    padding-bottom: 80px;
}

.page-section.big-padding .section-header {
    margin-bottom: 40px;
}

.page-section.big-padding .section-block {
    margin-bottom: 40px;
}

.page-section.big-padding .section-block:before, .page-section.big-padding .section-block:after {
    content: " ";
    display: table;
}

.page-section.big-padding .section-block:after {
    clear: both;
}

.page-section.big-padding .section-block:before, .page-section.big-padding .section-block:after {
    content: " ";
    display: table;
}

.page-section.big-padding .section-block:after {
    clear: both;
}

.page-section.big-padding .section-block-small-p {
    margin-bottom: 15px;
}

.page-section.big-padding.one-child {
    padding-bottom: 120px;
}

.page-section.supper-padding {
    padding-top: 160px;
    padding-bottom: 120px;
}

.page-section.supper-padding .section-header {
    margin-bottom: 40px;
}

.page-section.supper-padding .section-block {
    margin-bottom: 40px;
}

.page-section.supper-padding .section-block:before, .page-section.supper-padding .section-block:after {
    content: " ";
    display: table;
}

.page-section.supper-padding .section-block:after {
    clear: both;
}

.page-section.supper-padding .section-block:before, .page-section.supper-padding .section-block:after {
    content: " ";
    display: table;
}

.page-section.supper-padding .section-block:after {
    clear: both;
}

.page-section.supper-padding .section-block-small-p {
    margin-bottom: 15px;
}

.page-section.supper-padding.one-child {
    padding-bottom: 160px;
}

.menu {
    border-bottom: 2px solid #00B863;
}

.menu ul {
    z-index: 1030;
}

.menu ul, .menu li {
    margin: 0;
}

.menu-style-light .menu {
    background-color: #FFFFFF;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    color: #444444;
}

.menu :not(.menu-style-light) {
    background-color: #111111;
    color: #cccccc;
}

.menu :not(.menu-style-light) ul {
    border-left: 1px solid #222222;
    border-right: 1px solid #222222;
}

.menu :not(.menu-style-light) a:hover, .menu :not(.menu-style-light) a:active, .menu :not(.menu-style-light) a:focus {
    color: #FFFFFF;
}

.menu-dark {
    background-color: #111111;
    color: #cccccc;
}

.menu-dark ul {
    border-left: 1px solid #222222;
    border-right: 1px solid #222222;
}

.menu-dark a:hover, .menu-dark a:active, .menu-dark a:focus {
    color: #FFFFFF;
}

.menu-light {
    background-color: #FFFFFF;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    color: #444444;
}

.menu-link-block li {
    margin: 0;
}

.menu-link-block a {
    display: block;
    padding: 8px 20px;
}

.menu-link-block .__icon {
    float: left;
    line-height: inherit !important;
    padding-right: 5px;
}

.building-nav {
    transition: all 0.7s ease-in-out;
    max-height: 60px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}

.building-nav h1, .building-nav h3, .building-nav hr {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 100%;
}

.building-nav:hover {
    max-height: 2000px;
}

.building-nav a {
    font-weight: 600;
    text-transform: capitalize;
    width: 260px;
}

.building-nav a.done {
    color: green;
}

.main-menu {
    z-index: 1030;
    font-family: "Montserrat", sans-serif;
}

.main-menu ul, .main-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-menu a .__icon {
    float: left;
    line-height: inherit !important;
    padding-right: 5px;
}

.main-menu.menu-item-hightlight-bottom>ul>li>a {
    position: relative;
}

.main-menu.menu-item-hightlight-bottom>ul>li>a:after {
    transition: all 0.3s ease-in-out;
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: transparent;
    bottom: -1px;
    left: 0;
}

.main-menu.menu-item-hightlight-bottom>ul>li>a, .main-menu.menu-item-hightlight-bottom>ul>li>a:hover, .main-menu.menu-item-hightlight-bottom>ul>li>a:focus {
    color: inherit;
}

.main-menu.menu-item-hightlight-bottom>ul>li>a:hover:after, .main-menu.menu-item-hightlight-bottom>ul>li>a:focus:after {
    background-color: #00B863;
}

.main-menu>ul {
    margin-left: -20px;
    margin-right: -20px;
}

.main-menu>ul>li {
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

.main-menu>ul>li * {
    letter-spacing: initial;
}

.main-menu>ul>li>a {
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
}

.main-menu>ul>li:hover>ul {
    display: block;
    -webkit-animation: fadeIn 0.4s;
    animation: fadeIn 0.4s;
}

.main-menu>ul>li ul {
    border-bottom: 2px solid #00B863;
    background-color: #111111;
    color: #cccccc;
    text-align: left;
}

.main-menu>ul>li ul ul {
    border-left: 1px solid #222222;
    border-right: 1px solid #222222;
}

.main-menu>ul>li ul a:hover, .main-menu>ul>li ul a:active, .main-menu>ul>li ul a:focus {
    color: #FFFFFF;
}

.main-menu>ul>li>ul {
    position: absolute;
    z-index: 1030;
    display: none;
    font-size: 11px;
}

.main-menu>ul>li>ul.multi-floor-menu li {
    margin: 0;
}

.main-menu>ul>li>ul.multi-floor-menu a {
    display: block;
    padding: 15px 20px;
}

.main-menu>ul>li>ul.multi-floor-menu .__icon {
    float: left;
    line-height: inherit !important;
    padding-right: 5px;
}

.main-menu>ul>li>ul.multi-floor-menu li {
    min-width: 250px;
}

.main-menu>ul>li>ul.multi-floor-menu li:hover>a {
    background-color: #444444;
}

.main-menu>ul>li>ul.multi-floor-menu>li {
    position: relative;
}

.main-menu>ul>li>ul.multi-floor-menu>li>ul {
    position: absolute;
    display: none;
    top: 0;
    left: 100%;
    z-index: -1;
}

.main-menu>ul>li>ul.multi-floor-menu>li:hover>ul {
    display: block;
    -webkit-animation: fadeIn 0.4s;
    animation: fadeIn 0.4s;
}

.main-menu>ul>li>ul.multi-floor-menu>li.li-node.menu-item--expanded>a:after {
    content: "\e083";
    font-family: "megatron" !important;
    position: absolute;
    font-size: 8px;
    line-height: 23.57142857px;
    right: 20px;
}

.main-menu>ul>li>ul.multi-floor-menu.menu-right-base>li>ul {
    left: auto;
    right: 100%;
}

.main-menu>ul>li>ul.mega-menu {
    padding-top: 30px;
}

.main-menu>ul>li>ul.mega-menu.menu-1-col {
    width: 202px;
}

.main-menu>ul>li>ul.mega-menu.menu-2-col {
    width: 402px;
}

.main-menu>ul>li>ul.mega-menu.menu-3-col {
    width: 602px;
}

.main-menu>ul>li>ul.mega-menu.menu-4-col {
    width: 802px;
}

.main-menu>ul>li>ul.mega-menu.menu-5-col {
    width: 1002px;
}

.main-menu>ul>li>ul.mega-menu.menu-6-col {
    width: 1202px;
}

.main-menu>ul>li>ul.mega-menu>li {
    width: 200px;
}

.main-menu>ul>li>ul.mega-menu.menu-left-base {
    left: 0;
}

.main-menu>ul>li>ul.mega-menu.menu-right-base {
    right: 0;
}

.main-menu>ul>li>ul.mega-menu.menu-fullwidth {
    left: 0;
    right: 0;
}

@media (min-width:768px) {
    .main-menu>ul>li>ul.mega-menu.menu-fullwidth {
        width: 720px;
    }
}

@media (min-width:1020px) {
    .main-menu>ul>li>ul.mega-menu.menu-fullwidth {
        width: 960px;
    }
}

@media (min-width:1230px) {
    .main-menu>ul>li>ul.mega-menu.menu-fullwidth {
        width: 1170px;
    }
}

.main-menu>ul>li>ul.mega-menu.menu-fullwidth.menu-1-col>li {
    width: 100%;
}

.main-menu>ul>li>ul.mega-menu.menu-fullwidth.menu-2-col>li {
    width: 50%;
}

.main-menu>ul>li>ul.mega-menu.menu-fullwidth.menu-3-col>li {
    width: 33.33333333%;
}

.main-menu>ul>li>ul.mega-menu.menu-fullwidth.menu-4-col>li {
    width: 25%;
}

.main-menu>ul>li>ul.mega-menu.menu-fullwidth.menu-5-col>li {
    width: 20%;
}

.main-menu>ul>li>ul.mega-menu.menu-fullwidth.menu-6-col>li {
    width: 16.66666667%;
}

.main-menu>ul>li>ul.mega-menu ul {
    border: 0;
}

.main-menu>ul>li>ul.mega-menu li {
    margin-bottom: 0px;
}

.main-menu>ul>li>ul.mega-menu a {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.main-menu>ul>li>ul.mega-menu a:hover {
    margin-left: 10px;
}

.main-menu>ul>li>ul.mega-menu a:hover, .main-menu>ul>li>ul.mega-menu a.active {
    color: #FFFFFF;
}

.main-menu>ul>li>ul.mega-menu li.li-node.menu-item--expanded>a:hover {
    margin-left: 0;
}

.main-menu>ul>li>ul.mega-menu>li {
    display: block;
    float: left;
    padding-left: 30px;
}

.main-menu>ul>li>ul.mega-menu.ul-node>li {
    margin-bottom: 40px;
}

.main-menu>ul>li>ul.mega-menu.ul-node>li>a {
    padding-bottom: 25px;
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    cursor: text;
}

.main-menu>ul>li>ul.mega-menu.ul-node>li li:last-child {
    margin-bottom: 0;
}

.main-menu>ul>li>ul.mega-menu.ul-node.menu-hr-heading>li>a {
    padding-bottom: 5px;
    margin-bottom: 25px;
    display: inline-block;
    padding-right: 20px;
    border-bottom: 1px solid rgba(102, 102, 102, 0.25);
}

.main-menu>ul>li>ul.mega-menu.ul-node:not(.menu-hr-heading) {
    padding-top: 40px;
}

.main-menu>ul>li>ul.mega-menu.ul-node:not(.menu-hr-heading)>li:not(:first-child):before {
    position: absolute;
    content: '';
    display: block;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    width: 1px;
    top: 0;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-clip: content-box;
    background-color: rgba(102, 102, 102, 0.25);
}

.menu-style-light .main-menu ul>li ul {
    background-color: #FFFFFF;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    color: #444444;
}

.menu-style-light .main-menu>ul>li>ul.multi-floor-menu li:hover>a, .menu-style-light .main-menu>ul>li>ul.multi-floor-menu a:hover {
    background-color: #FFFFFF;
    color: #00B863;
}

.menu-style-light .main-menu ul>li>ul.mega-menu a:hover {
    color: #00B863;
}

.menu-style-light .main-menu ul>li>ul.mega-menu ul {
    box-shadow: none;
    border-left: 0;
}

.menu-style-light .main-menu ul>li>ul.mega-menu>li>a {
    color: #222222;
}

.main-nav {
    z-index: 1030;
    width: 100%;
    font-family: "Montserrat", sans-serif;
}

.main-nav .__header, .main-nav .__middle, .main-nav .__footer {
    position: relative;
}

.main-nav .nav-content-wrapper {
    position: relative;
    width: 100%;
}

.main-nav .nav-content-wrapper:before, .main-nav .nav-content-wrapper:after {
    content: " ";
    display: table;
}

.main-nav .nav-content-wrapper:after {
    clear: both;
}

.main-nav .nav-content-wrapper:before, .main-nav .nav-content-wrapper:after {
    content: " ";
    display: table;
}

.main-nav .nav-content-wrapper:after {
    clear: both;
}

.main-nav .nav-content-wrapper .pull-left>*, .main-nav .nav-content-wrapper .pull-right>* {
    float: left;
}

.main-nav .nav-item {
    line-height: 30px;
}

.main-nav.small-nav .nav-content-wrapper, .nav-fixed-transformed .main-nav.nav-fixed .nav-content-wrapper, .main-nav.small-nav .megatron, .nav-fixed-transformed .main-nav.nav-fixed .megatron {
    height: 70px;
}

.main-nav.small-nav .nav-item, .nav-fixed-transformed .main-nav.nav-fixed .nav-item {
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-nav.small-nav .main-menu>ul>li>a, .nav-fixed-transformed .main-nav.nav-fixed .main-menu>ul>li>a {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-nav.small-nav .dropdown .dropdown-menu, .nav-fixed-transformed .main-nav.nav-fixed .dropdown .dropdown-menu {
    top: 50px;
}

.main-nav.small-nav.nav-sticky:not(.stuck), .nav-fixed-transformed .main-nav.nav-fixed.nav-sticky:not(.stuck) {
    background-color: #FFFFFF;
    color: #444444;
}

.main-nav.small-nav.nav-sticky:not(.stuck).stuck-dark, .nav-fixed-transformed .main-nav.nav-fixed.nav-sticky:not(.stuck).stuck-dark {
    background-color: #111111;
    color: #FFFFFF;
}

.main-nav.small-nav.nav-sticky:not(.stuck) .main-menu>ul>li>ul, .nav-fixed-transformed .main-nav.nav-fixed.nav-sticky:not(.stuck) .main-menu>ul>li>ul {
    border-top: 1px solid transparent;
    background-clip: padding-box;
}

.main-nav.small-nav.nav-sticky:not(.stuck) .nav-content-wrapper, .nav-fixed-transformed .main-nav.nav-fixed.nav-sticky:not(.stuck) .nav-content-wrapper, .main-nav.small-nav.nav-sticky:not(.stuck) .megatron, .nav-fixed-transformed .main-nav.nav-fixed.nav-sticky:not(.stuck) .megatron {
    height: 83px;
}

.main-nav.small-nav.nav-sticky:not(.stuck) .nav-item, .nav-fixed-transformed .main-nav.nav-fixed.nav-sticky:not(.stuck) .nav-item {
    padding-top: 26.5px;
    padding-bottom: 26.5px;
}

.main-nav.small-nav.nav-sticky:not(.stuck) .main-menu>ul>li>a, .nav-fixed-transformed .main-nav.nav-fixed.nav-sticky:not(.stuck) .main-menu>ul>li>a {
    height: 100%;
    padding-top: 26.5px;
    padding-bottom: 26.5px;
}

.main-nav.small-nav.nav-sticky:not(.stuck) .dropdown .dropdown-menu, .nav-fixed-transformed .main-nav.nav-fixed.nav-sticky:not(.stuck) .dropdown .dropdown-menu {
    top: 56.5px;
}

.main-nav .__header .nav-content-wrapper, .main-nav .__header .megatron {
    height: 46px;
}

.main-nav .__header .nav-item {
    padding-top: 8px;
    padding-bottom: 8px;
}

.main-nav .__header .main-menu>ul>li>a {
    height: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
}

.main-nav .__header .dropdown .dropdown-menu {
    top: 38px;
}

.main-nav .__middle .nav-content-wrapper, .main-nav .__middle .megatron {
    height: 90px;
}

.main-nav .__middle .nav-item {
    padding-top: 30px;
    padding-bottom: 30px;
}

.main-nav .__middle .main-menu>ul>li>a {
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.main-nav .__middle .dropdown .dropdown-menu {
    top: 60px;
}

.main-nav .__footer {
    border-bottom: solid 1px #EEEEEE;
}

.main-nav .__footer .nav-content-wrapper, .main-nav .__footer .megatron {
    height: 60px;
}

.main-nav .__footer .nav-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.main-nav .__footer .main-menu>ul>li>a {
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.main-nav .__footer .dropdown .dropdown-menu {
    top: 45px;
}

.main-nav.nav-tall .__header .nav-content-wrapper, .main-nav.nav-tall .__header .megatron {
    height: 60px;
}

.main-nav.nav-tall .__header .nav-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.main-nav.nav-tall .__header .main-menu>ul>li>a {
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.main-nav.nav-tall .__header .dropdown .dropdown-menu {
    top: 45px;
}

.main-nav.nav-tall .__middle .nav-content-wrapper, .main-nav.nav-tall .__middle .megatron {
    height: 120px;
}

.main-nav.nav-tall .__middle .nav-item {
    padding-top: 45px;
    padding-bottom: 45px;
}

.main-nav.nav-tall .__middle .main-menu>ul>li>a {
    height: 100%;
    padding-top: 45px;
    padding-bottom: 45px;
}

.main-nav.nav-tall .__middle .dropdown .dropdown-menu {
    top: 75px;
}

.main-nav.nav-tall .__footer .nav-content-wrapper, .main-nav.nav-tall .__footer .megatron {
    height: 70px;
}

.main-nav.nav-tall .__footer .nav-item {
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-nav.nav-tall .__footer .main-menu>ul>li>a {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-nav.nav-tall .__footer .dropdown .dropdown-menu {
    top: 50px;
}

.main-nav.border-separator {
    border-top: 1px solid rgba(136, 136, 136, 0.15);
    border-bottom: 1px solid rgba(136, 136, 136, 0.15);
}

.main-nav.border-separator .main-menu>ul>li>ul {
    border-top: 1px solid transparent;
    background-clip: padding-box;
}

.main-nav.border-separator-light .__middle {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.main-nav.border-separator-light .main-menu>ul>li>ul {
    border-top: 1px solid transparent;
    background-clip: padding-box;
}

.main-nav.bottom-line:after {
    -webkit-transform: translate();
    -ms-transform: translate();
    transform: translate();
    position: relative;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: linear-gradient(323deg, rgba(16, 183, 101, 0.9) 0%, rgba(0, 185, 255, 0.9) 100%);
}

.main-nav.bottom-line .main-menu>ul>li>ul {
    border-top: 3px solid transparent;
    background-clip: padding-box;
}

.main-nav.bottom-line .nav-function .__cart .dropdown-menu {
    border-top: 3px solid transparent;
    background-clip: padding-box;
    min-width: 220px;
}

.main-nav.bottom-line-boxed:after, .bottom-line-boxed:after {
    -webkit-transform: translate();
    -ms-transform: translate();
    transform: translate();
    position: relative;
    content: '';
    display: block;
    height: 3px;
    margin: 0 auto;
    background: linear-gradient(323deg, rgba(16, 183, 101, 0.9) 0%, rgba(0, 185, 255, 0.9) 100%);
}

.main-nav.bottom-line-boxed .main-menu>ul>li>ul {
    border-top: 3px solid transparent;
    background-clip: padding-box;
}

.main-nav.bottom-line-boxed .nav-function .__cart .dropdown-menu {
    border-top: 3px solid transparent;
    background-clip: padding-box;
}

@media (min-width:1400px) {
    .main-nav.large-container .container, .main-nav.large-container .ac_container {
        width: 100%;
        padding-left: 45px;
        padding-right: 45px;
        max-width: none;
    }
    .main-nav.large-container .main-menu>ul>li>ul.mega-menu.menu-fullwidth {
        width: 100%;
    }
}

.main-nav.boxed .__middle {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    left: auto;
}

@media only screen and (min-width:1230px) {
    .main-nav.small-nav:not(.nav-sticky) {
        display: none;
    }
    .main-nav.small-nav:not(.nav-sticky).stuck {
        height: auto;
        display: block;
        -webkit-animation: fadeIn 0.3s both;
        animation: fadeIn 0.3s both;
    }
}

@media only screen and (max-width:1229px) {
    .main-nav {
        display: none;
    }
    .main-nav.small-nav, .main-nav.left-menu-top-nav {
        display: block;
    }
    .main-nav.small-nav {
        background: rgba(0, 0, 0, 0.65);
    }
}

.nav-info .__info {
    display: inline-block;
    font-size: 12px;
}

.nav-info .__info:not(:last-child) {
    margin-right: 20px;
}

.nav-info a:focus {
    color: inherit;
}

.nav-info i {
    font-size: 14px;
    margin-right: 5px;
}

.bgc-light .nav-info i {
    color: #00B863;
}

.social-nav {
    font-size: 16px;
    line-height: 30px;
    margin-right: -10px;
}

.social-nav li {
    margin-right: 10px;
}

.nav-function {
    display: block;
    float: right;
    padding-left: 30px;
    margin-left: -20px;
}

.nav-function>* {
    display: inline-block;
    margin-left: 20px;
}

.nav-function>*>a {
    font-size: 16px;
}

.nav-function a {
    display: inline-block;
    vertical-align: middle;
}

.nav-function a:before {
    display: block;
}

.nav-function .__cart .cart-open {
    position: relative;
}

.nav-function .__cart .cart-open .__quantity {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    font-size: 11px;
    text-align: center;
}

.nav-function .__cart .dropdown-menu {
    color: #FFFFFF;
    font-size: 12px;
    padding: 20px 20px 50px;
    right: -20px;
}

.nav-function .__cart .__cart-item {
    position: relative;
    width: 320px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    border-bottom: 1px solid rgba(102, 102, 102, 0.25);
}

.nav-function .__cart .__cart-item:before, .nav-function .__cart .__cart-item:after {
    content: " ";
    display: table;
}

.nav-function .__cart .__cart-item:after {
    clear: both;
}

.nav-function .__cart .__cart-item:before, .nav-function .__cart .__cart-item:after {
    content: " ";
    display: table;
}

.nav-function .__cart .__cart-item:after {
    clear: both;
}

.nav-function .__cart .__cart-item .__image {
    width: 63px;
    float: left;
    margin-right: 15px;
}

.nav-function .__cart .__cart-item .__category {
    font-size: 13px;
    margin-top: -0.57142857em;
}

.nav-function .__cart .__cart-item .__info {
    overflow: hidden;
}

.nav-function .__cart .__cart-item .__remove {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}

.nav-function .__cart .__middle-row {
    width: 320px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-bottom: 1px solid rgba(102, 102, 102, 0.25);
}

.nav-function .__cart .__middle-row .__total {
    float: right;
}

.nav-function .__cart .__button-group {
    padding-top: 40px;
}

.nav-function .__cart .__button-group i {
    margin-right: 5px;
    font-size: 16px;
    height: 12px;
    float: left;
}

.cart-button {
    font-size: 22px;
    position: relative;
    margin-right: 20px;
}

.cart-button:before {
    vertical-align: middle;
}

.nav-single ul {
    margin-right: -20px;
}

.nav-single ul li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
}

.select-language li {
    width: 150px;
    font-size: 11px;
}

.select-language .dropdown-menu {
    border-bottom: 2px solid #00B863;
}

.select-language .dropdown-menu ul {
    z-index: 1030;
}

.select-language .dropdown-menu ul, .select-language .dropdown-menu li {
    margin: 0;
}

.menu-style-light .select-language .dropdown-menu {
    background-color: #FFFFFF;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    color: #444444;
}

.select-language .dropdown-menu :not(.menu-style-light) {
    background-color: #111111;
    color: #cccccc;
}

.select-language .dropdown-menu :not(.menu-style-light) ul {
    border-left: 1px solid #222222;
    border-right: 1px solid #222222;
}

.select-language .dropdown-menu :not(.menu-style-light) a:hover, .select-language .dropdown-menu :not(.menu-style-light) a:active, .select-language .dropdown-menu :not(.menu-style-light) a:focus {
    color: #FFFFFF;
}

.select-language .dropdown-menu a:hover {
    background-color: rgba(128, 128, 128, 0.15);
}

.select-language .flag {
    display: inline-block;
    margin-right: 5px;
    vertical-align: text-top;
}

.os-menu .__flag {
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    line-height: 1;
    padding: 3px 5px;
    margin-left: 10px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    font-size: 13px;
}

.nav-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

@media only screen and (min-width:1230px) {
    .nav-fixed-appeared .nav-fixed {
        display: none!important;
        -webkit-animation: fadeInDown 0.3s;
        animation: fadeInDown 0.3s;
    }
}

.nav-fixed-transformed .fixed-tranformed-bg-light {
    background-color: #FFFFFF;
    color: #444444;
    border-bottom: 1px solid #DDDDDD;
    display: block !important;
}

.nav-fixed-transformed .fixed-tranformed-bg-light .main-menu>ul>li>ul {
    border-top: 1px solid transparent;
    background-clip: padding-box;
}

.nav-fixed-transformed .fixed-tranformed-bg-light .nav-hamburger:after, .nav-fixed-transformed .fixed-tranformed-bg-light .nav-hamburger:before, .nav-fixed-transformed .fixed-tranformed-bg-light .nav-hamburger span {
    background-color: #444444;
}

.nav-fixed-transformed .fixed-tranformed-bg-dark {
    background-color: #111111;
    color: #FFFFFF;
}

.nav-fixed-transformed .fixed-tranformed-bg-dark .nav-hamburger:after, .nav-fixed-transformed .fixed-tranformed-bg-dark .nav-hamburger:before, .nav-fixed-transformed .fixed-tranformed-bg-dark .nav-hamburger span {
    background-color: #444444;
}

.nav-hamburger {
    transition: all 0.3s ease-in-out;
    display: block;
    position: relative;
    background: transparent;
    border: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
    margin-top: auto;
    margin-bottom: auto;
    width: 22px;
    height: 30px;
}

.nav-hamburger::before, .nav-hamburger::after, .nav-hamburger span {
    transition: all 0.3s ease-in-out;
    background-color: #000000;
}

[class^='bgc-gray'] .nav-hamburger::before, [class^='bgc-gray'] .nav-hamburger::after, [class^='bgc-gray'] .nav-hamburger span, [class^='bgc-dark-o-'] .nav-hamburger::before, [class^='bgc-dark-o-'] .nav-hamburger::after, [class^='bgc-dark-o-'] .nav-hamburger span, .bgc-transparent .nav-hamburger::before, .bgc-transparent .nav-hamburger::after, .bgc-transparent .nav-hamburger span {
    background-color: #FFFFFF;
}

.nav-hamburger::before, .nav-hamburger::after {
    content: '';
    position: absolute;
    top: 0;
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.nav-hamburger span {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}

.nav-hamburger::before {
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}

.nav-hamburger::after {
    -webkit-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}

.mobile-nav-open .nav-hamburger span {
    opacity: 0;
}

.mobile-nav-open .nav-hamburger::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.mobile-nav-open .nav-hamburger::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.mobile-nav {
    transition: all 0.3s ease-in-out;
    position: fixed;
    top: 0;
    width: 300px;
    left: 0;
    height: 100%;
    overflow: hidden;
    color: #FFFFFF;
    z-index: 200000;
    background-color: #111111;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    font-size: 13px;
}

@media only screen and (max-width:480px) {
    .mobile-nav {
        width: 100%;
    }
}

.mobile-nav .mobile-nav-toggle {
    position: absolute;
    right: 30px;
    top: 20px;
    color: #cccccc;
}

.mobile-nav .mobile-nav-toggle:hover {
    color: #FFFFFF;
}

@media (max-height:700px) {
    .mobile-nav .mobile-menu {
        height: calc(100% - 220px);
    }
    .mobile-nav .megatron {
        padding-left: 30px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .mobile-nav .megatron .logo, .mobile-nav .megatron .brand {
        vertical-align: middle;
        display: inline-block;
    }
    .mobile-nav .megatron .logo {
        width: 40px;
        height: 40px;
        margin-bottom: 0;
    }
    .mobile-nav .megatron .brand {
        font-size: 20px;
    }
}

@media (min-height:700px) {
    .mobile-nav .mobile-menu {
        height: calc(100% - 355px);
    }
    .mobile-nav .megatron {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 45px;
        margin-bottom: 45px;
    }
    .mobile-nav .megatron .logo {
        width: 80px;
        height: 80px;
    }
    .mobile-nav .megatron .brand {
        font-size: 20px;
    }
}

.mobile-nav .search-area {
    padding: 30px 20px;
}

.mobile-nav .search-area input {
    background-color: #222222;
    border-color: #222222;
}

.mobile-nav .search-area input:focus {
    border-color: #666666;
}

.mobile-nav .social-area {
    width: 100%;
    text-align: center;
}

.mobile-menu {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 1px solid rgba(128, 128, 128, 0.15);
}

.mobile-menu li {
    border-bottom: 1px solid rgba(128, 128, 128, 0.15);
    margin-bottom: 0;
}

.mobile-menu a {
    position: relative;
    display: block;
    padding: 10px 30px;
}

.mobile-menu a:hover, .mobile-menu a:active, .mobile-menu a:focus {
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.2);
}

.mobile-menu a i {
    margin-right: 10px;
}

.mobile-menu li.li-node.menu-item--expanded>a:after {
    content: "\e083";
    font-family: "megatron" !important;
    position: absolute;
    font-size: 8px;
    line-height: 27.85714286px;
    right: 20px;
}

.mobile-menu>ul {
    position: relative;
    height: 100%;
}

.mobile-menu ul {
    overflow-y: auto;
    overflow-x: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111111;
}

.mobile-menu ul.active {
    overflow-y: hidden!important;
}

.mobile-menu ul ul {
    transition: all 0.3s ease-in-out;
    position: absolute;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 2;
}

.mobile-menu ul>li.active>ul {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.mobile-menu .__back a:before {
    display: block;
    float: left;
    content: "\e15f";
    margin-right: 10px;
    font-family: "megatron" !important;
}

.mobile-menu .__back a i {
    display: none;
}

.mobile-menu ul>li {
    font-family: "Montserrat", sans-serif;
}

.mobile-nav-open .mobile-nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.offcanvas-nav {
    transition: all 0.3s ease-in-out;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 270px;
    padding: 30px;
    z-index: 1031;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.offcanvas-nav .offcanvas-nav-toggle {
    position: absolute;
    right: 30px;
    top: 25px;
    z-index: 10;
}

.offcanvas-nav .nav-item {}

.offcanvas-nav .nav-single {
    display: block;
    color: #cccccc;
    font-family: "Playfair Display", serif;
    font-style: italic;
}

.offcanvas-nav .nav-single ul li {
    display: block;
}

.offcanvas-nav-open .offcanvas-nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.stuck {
    position: fixed;
    top: 0;
}

.nav-menu-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1060;
    overflow: auto;
}

.nav-menu-popup .container-fluid {
    padding-top: 20px;
    padding-bottom: 20px;
}

.nav-menu-popup h3 {
    margin-bottom: 55px;
}

.nav-menu-popup h3 a {
    display: inline-block;
    color: #FFFFFF;
    font-size: 24px;
}

.nav-menu-popup h3 a:after {
    transition: all 0.3s ease-in-out;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: relative;
    top: -2px;
    background-color: transparent;
}

.nav-menu-popup h3 a:hover:after {
    background-color: #FFFFFF;
}

.nav-menu-popup ul.social li a {
    background-color: #DDDDDD;
    color: #222222;
}

@media only screen and (max-width:1019px) {
    .nav-menu-popup h3 {
        margin-bottom: 45px;
    }
}

@media only screen and (max-width:767px) {
    .nav-menu-popup h3 {
        margin-bottom: 35px;
    }
    .nav-menu-popup h3 a {
        font-size: 20px;
    }
}

@media only screen and (max-width:480px) {
    .nav-menu-popup h3 {
        margin-bottom: 25px;
    }
}

.nav-menu-popup-trigger {
    transition: all 0.3s ease-in-out;
    display: block;
    position: absolute;
    top: 30px;
    right: 35px;
    background: transparent;
    cursor: pointer;
    width: 20px;
    height: 18px;
    z-index: 2000;
}

.nav-menu-popup-trigger:before, .nav-menu-popup-trigger:after, .nav-menu-popup-trigger span {
    transition: all 0.3s ease-in-out;
    background: #444444;
}

.nav-menu-popup-trigger:before, .nav-menu-popup-trigger:after {
    content: '';
    position: absolute;
    top: 0;
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.nav-menu-popup-trigger span {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}

.nav-menu-popup-trigger:before {
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}

.nav-menu-popup-trigger:after {
    -webkit-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}

.nav-menu-popup-trigger:hover:before, .nav-menu-popup-trigger:hover:after, .nav-menu-popup-trigger:hover span {
    background: #00B863;
}

.nav-menu-popup-open {
    overflow: hidden;
}

.nav-menu-popup-open .nav-menu-popup-trigger:before, .nav-menu-popup-open .nav-menu-popup-trigger:after, .nav-menu-popup-open .nav-menu-popup-trigger span {
    background: #FFFFFF;
}

.nav-menu-popup-open .nav-menu-popup-trigger span {
    opacity: 0;
}

.nav-menu-popup-open .nav-menu-popup-trigger:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.nav-menu-popup-open .nav-menu-popup-trigger:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.nav-menu-popup-open .nav-menu-popup-trigger:hover:before, .nav-menu-popup-open .nav-menu-popup-trigger:hover:after, .nav-menu-popup-open .nav-menu-popup-trigger:hover span {
    background: #00B863;
}

#back-to-top-btn {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 998;
    border: 2px solid #222222;
    color: #222222;
    background-color: #FFFFFF;
    width: 40px;
    height: 40px;
    line-height: 40px -2px;
    -webkit-transform: translateX(80px);
    -ms-transform: translateX(80px);
    transform: translateX(80px);
}

#back-to-top-btn.show-this {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

#back-to-top-btn:hover {
    color: #FFFFFF;
    background-color: #222222;
}

#back-to-top-btn i {
    display: inline-block;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    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;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[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-slider {
    position: relative;
}

.slick-slider.slider-initialized {
    display: block;
}

.slick-loading .slick-list {
    background: #FFFFFF url(/d8/md-megatron/logistics/themes/md_megatron/images/gif/ajax-loader.gif) center center no-repeat;
}

.slick-arrow {
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    border: 0;
    border-radius: 50%;
    font-size: 0;
    background-color: transparent;
    z-index: 515;
    overflow: hidden;
    opacity: 0;
    color: #FFFFFF;
}

.slick-arrow:before {
    display: block;
    text-align: center;
    font-family: "megatron" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    -webkit-font-smoothing: antialiased;
    font-size: 40px;
    text-shadow: 0 0 1px #444444;
}

@media only screen and (max-width:767px) {
    .slick-arrow:before {
        font-size: 32px;
    }
}

.arrow-gray .slick-arrow {
    color: rgba(0, 0, 0, 0.15);
}

.arrow-gray .slick-arrow:before {
    text-shadow: 0 0 1px #FFFFFF;
}

.slick-slider:hover .slick-arrow {
    opacity: 1;
}

.slick-prev {
    left: 0;
}

.slick-prev:before {
    content: "\e1ae";
}

.slick-next {
    right: 0;
}

.slick-next:before {
    content: "\e1aa";
}

@media (min-width:1400px) {
    .slick-prev {
        left: 30px;
    }
    .slick-next {
        right: 30px;
    }
    .outer-direction .slick-prev {
        left: -80px;
    }
    .outer-direction .slick-next {
        right: -80px;
    }
}

.small-arrow {
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    border: 0;
    border-radius: 50%;
    font-size: 0;
    background-color: transparent;
    z-index: 515;
    overflow: hidden;
    opacity: 0;
    color: #FFFFFF;
}

.small-arrow:before {
    display: block;
    text-align: center;
    font-family: "megatron" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    -webkit-font-smoothing: antialiased;
    font-size: 40px;
    text-shadow: 0 0 1px #444444;
}

@media only screen and (max-width:767px) {
    .small-arrow:before {
        font-size: 32px;
    }
}

.slick-dots {
    display: block;
    list-style: none;
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.slick-dots li {
    display: inline-block;
    position: relative;
    margin: 0 4px;
}

.slick-dots li button {
    transition: all 0.3s ease-in-out;
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    padding: 0;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
}

.slick-dots li.slick-active button, .slick-dots li button:hover {
    background-color: #FFFFFF;
}

.image-slider .slider .__item .__image img {
    width: 100%;
}

.image-slider .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 0;
    font-size: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 515;
    overflow: hidden;
    opacity: 0;
    color: #FFFFFF;
}

.image-slider .slick-arrow:before {
    font-size: 18px;
    position: relative;
    text-shadow: none;
}

.image-slider .slick-prev {
    left: 0;
}

.image-slider .slick-prev:before {
    content: "\e11c";
    left: -1px;
}

.image-slider .slick-next {
    right: 0;
}

.image-slider .slick-next:before {
    content: "\e169";
    right: -1px;
}

.image-slider .slick-dots {
    font-size: 0;
    bottom: 20px;
}

.image-slider .slick-dots li button {
    width: 8px;
    height: 8px;
}

.image-slider .slick-dots li.slick-active button, .image-slider .slick-dots li button:hover {
    background-color: #FFFFFF;
}

.image-slider-large {
    padding-bottom: 80px;
}

.image-slider-large .slider .__item .__image img {
    width: 100%;
}

.image-slider-large .slick-arrow {
    width: 48px;
    height: 70px;
    border-radius: 0;
    font-size: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 515;
    overflow: hidden;
    opacity: 0;
    color: #FFFFFF;
}

.image-slider-large .slick-arrow:before {
    font-size: 18px;
    position: relative;
    text-shadow: none;
}

.image-slider-large .slick-prev {
    left: 0;
}

.image-slider-large .slick-prev:before {
    content: "\e11c";
    left: -1px;
}

.image-slider-large .slick-next {
    right: 0;
}

.image-slider-large .slick-next:before {
    content: "\e169";
    right: -1px;
}

.image-slider-large .slick-dots {
    font-size: 0;
    bottom: -44px;
}

.image-slider-large .slick-dots li button {
    width: 8px;
    height: 8px;
    border: 0;
    background-color: #EEEEEE;
}

.image-slider-large .slick-dots li.slick-active button, .image-slider-large .slick-dots li button:hover {
    background-color: #888888;
}

.page-header {
    position: relative;
    overflow: hidden;
}

.page-header:before, .page-header:after {
    content: " ";
    display: table;
}

.page-header:after {
    clear: both;
}

.page-header:before, .page-header:after {
    content: " ";
    display: table;
}

.page-header:after {
    clear: both;
}

.common-header {
    padding-top: 60px;
    padding-bottom: 60px;
    height: 420px;
}

.common-header.no-padding {
    padding: 0;
}

.common-header.no-padding-top {
    padding-top: 0;
}

.common-header.no-padding-bottom {
    padding-bottom: 0;
}

.common-header.small {
    height: 320px;
}

.common-header.large {
    height: 570px;
}

.common-header.margin-top {
    margin-top: 120px;
}

.header-2-col {
    padding-top: 60px;
    padding-bottom: 35px;
    border-bottom: 1px solid #EEEEEE;
}

@-webkit-keyframes LandingPageImageTransition {
    from {
        -webkit-transform: translateX(-75%);
        transform: translateX(-75%);
    }
    to {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
    }
}

@keyframes LandingPageImageTransition {
    from {
        -webkit-transform: translateX(-75%);
        transform: translateX(-75%);
    }
    to {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
    }
}

@-webkit-keyframes LandingPageBackgroundTransition {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes LandingPageBackgroundTransition {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.landing-page-header {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.landing-page-header h1.size-l {
    margin-bottom: 10px;
}

@media only screen and (min-width:1620px) {
    .landing-page-header h1.size-l {
        font-size: 70px;
        letter-spacing: 0.1em;
    }
}

@media only screen and (min-width:1620px) {
    .landing-page-header .fz-3 {
        font-size: 25px;
    }
}

.landing-page-header .layer-image, .landing-page-header .layer-background {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

.landing-page-header .layer-background {
    width: 100%;
    background-size: cover;
    background-position: 50% 20%;
    z-index: -2;
    opacity: 1;
}

.landing-page-header .layer-image {
    z-index: -1;
    opacity: 0.5;
    width: 8000px;
    background-repeat: repeat;
    background-size: 100vw;
}

html:not(.chrome.MacIntel) .landing-page-header .layer-image {
    -webkit-animation: LandingPageImageTransition linear 180s infinite;
    animation: LandingPageImageTransition linear 180s infinite;
}

.landing-page-header .layer-content {
    position: relative;
    background-image: url(/d8/md-megatron/logistics/themes/md_megatron/images/other/landing-bg.png);
    background-repeat: repeat;
}

.landing-page-header .layer-content .cell-vertical-wrapper {
    padding-top: 120px;
    padding-bottom: 80px;
    height: 100vh;
}

.landing-page-header .megatron {
    width: 150px;
}

@media only screen and (min-width:768px) {
    .landing-page-header .megatron {
        width: 180px;
    }
}

@media only screen and (min-width:1020px) {
    .landing-page-header .megatron {
        width: 240px;
    }
}

@media only screen and (min-width:1230px) {
    .landing-page-header .megatron {
        width: 290px;
    }
}

@media only screen and (min-width:1620px) {
    .landing-page-header .megatron {
        width: 370px;
    }
}

.landing-page-header .go-to-body {
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;
}

.landing-page-header .go-to-body a {
    display: none;
}

@media only screen and (min-width:1230px) {
    .landing-page-header .go-to-body a {
        font-size: 35px !important;
        opacity: 0.7;
        display: inline-block;
    }
}

.landing-page-header .go-to-body a:hover {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    color: inherit;
    opacity: 1;
}

.simple-header {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #F9F9F9;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

footer.page-footer {
    position: relative;
    overflow: hidden;
}

footer.page-footer:before, footer.page-footer:after {
    content: " ";
    display: table;
}

footer.page-footer:after {
    clear: both;
}

footer.page-footer:before, footer.page-footer:after {
    content: " ";
    display: table;
}

footer.page-footer:after {
    clear: both;
}

.footer-foot-1 {
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: transparent;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-foot-1 p {
    margin-bottom: 0;
    line-height: 30px;
}

.footer-foot-1.bgc-light {
    color: #444444;
    border-color: #DDDDDD;
}

.footer-foot-1.bgc-gray-base, .footer-foot-1.bgc-gray-darkest, .footer-foot-1.bgc-gray-darker {
    color: rgba(255, 255, 255, 0.7);
}

.footer-foot-2 {
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: transparent;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-foot-2 ul.social {
    font-size: 0;
}

.footer-foot-2 ul.social li {
    margin: 0 8px;
}

.footer-foot-2 ul.social li:last-child {
    margin-right: 8px;
}

.footer-foot-2 ul.social li:first-child {
    margin-left: 8px;
}

.footer-foot-2 ul.social li a {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
}

.footer-foot-2 ul.social li a i {
    line-height: 30px;
}

.footer-foot-2.bgc-light {
    color: #444444;
    border-color: #DDDDDD;
}

.footer-foot-2.bgc-gray-base, .footer-foot-2.bgc-gray-darkest, .footer-foot-2.bgc-gray-darker {
    color: #BABABA;
}

.footer-foot-3 {
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: transparent;
    padding-top: 20px;
    padding-bottom: 10px;
}

.footer-foot-3 .__content-left, .footer-foot-3 .__content-right {
    padding-left: 15px;
    padding-right: 15px;
}

.footer-foot-3 .__content-left p {
    line-height: 30px;
    margin-bottom: 15px;
}

.footer-foot-3 .__content-right nav.footer-nav ul {
    font-size: 0;
}

.footer-foot-3 .__content-right nav.footer-nav ul li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

.footer-foot-3 .__content-right nav.footer-nav ul li a {
    line-height: 30px;
    font-size: 13px;
}

.footer-foot-3.bgc-light {
    color: #444444;
    border-color: #DDDDDD;
}

@media only screen and (min-width:1230px) {
    .footer-foot-3 .__content-left {
        float: left;
    }
    .footer-foot-3 .__content-left p {
        margin-bottom: 0;
    }
    .footer-foot-3 .__content-right {
        float: right;
    }
    .footer-foot-3 .__content-right nav.footer-nav ul li {
        float: left;
        margin-left: 20px;
        margin-right: 20px;
    }
    .footer-foot-3 .__content-right nav.footer-nav ul li:first-of-type {
        margin-left: 0;
    }
    .footer-foot-3 .__content-right nav.footer-nav ul li:last-of-type {
        margin-right: 0;
    }
}

@media only screen and (max-width:1229px) {
    .footer-foot-3 {
        text-align: center;
    }
}

.footer-foot-4 {
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: transparent;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-foot-4 .__content-left, .footer-foot-4 .__content-right {
    padding-left: 15px;
    padding-right: 15px;
}

.footer-foot-4 .__content-left p {
    line-height: 30px;
    margin-bottom: 15px;
}

.footer-foot-4 .__content-right ul.social {
    font-size: 0;
}

.footer-foot-4 .__content-right ul.social li {
    margin: 0 6px;
}

.footer-foot-4 .__content-right ul.social li a {
    background-color: #BBBBBB;
    font-size: 14px;
}

.footer-foot-4 .__content-right ul.social li a:hover {
    background-color: #00B863;
}

.footer-foot-4.bgc-light {
    border-color: #DDDDDD;
}

.footer-foot-4.bgc-light .__content-left {
    color: #444444;
}

.footer-foot-4.bgc-light .__content-right ul.social li a {
    color: #FFFFFF;
}

.footer-foot-4.bgc-gray-base .__content-left, .footer-foot-4.bgc-gray-darkest .__content-left, .footer-foot-4.bgc-gray-darker .__content-left {
    color: #FFFFFF;
}

.footer-foot-4.bgc-gray-base .__content-right ul.social li a {
    color: #000000;
}

.footer-foot-4.bgc-gray-darkest .__content-right ul.social li a {
    color: #111111;
}

.footer-foot-4.bgc-gray-darker .__content-right ul.social li a {
    color: #222222;
}

@media only screen and (min-width:1020px) {
    .footer-foot-4 .__content-left {
        float: left;
    }
    .footer-foot-4 .__content-left p {
        margin-bottom: 0;
    }
    .footer-foot-4 .__content-right {
        float: right;
    }
    .footer-foot-4 .__content-right ul li:first-of-type {
        margin-left: 0;
    }
    .footer-foot-4 .__content-right ul li:last-of-type {
        margin-right: 0;
    }
}

@media only screen and (max-width:1019px) {
    .footer-foot-4 {
        text-align: center;
    }
}

.footer-widget-logo {
    position: relative;
}

.footer-widget-logo p {
    margin-bottom: 0;
    letter-spacing: 0.1em;
    line-height: 30px;
}

.footer-widget-logo p i.icon {
    position: relative;
    top: -2px;
    font-size: 24px;
}

.bgc-gray-base .footer-widget-logo hr, .bgc-gray-darkest .footer-widget-logo hr, .bgc-gray-darker .footer-widget-logo hr {
    border-color: #333333;
}

.footer-widget-about ul.social {
    font-size: 0;
}

.footer-widget-about ul.social li {
    margin: 0 6px;
}

.footer-widget-about ul.social li a {
    background-color: #888888;
    font-size: 14px;
}

.footer-widget-about ul.social li:first-of-type {
    margin-left: 0;
}

.footer-widget-about ul.social li:last-of-type {
    margin-right: 0;
}

.bgc-light .footer-widget-about ul.social li a:hover {
    background-color: #00B863;
}

.bgc-gray-base .footer-widget-about p, .bgc-gray-darkest .footer-widget-about p, .bgc-gray-darker .footer-widget-about p {
    color: #BABABA;
}

.bgc-gray-base .footer-widget-about ul.social li a:hover, .bgc-gray-darkest .footer-widget-about ul.social li a:hover, .bgc-gray-darker .footer-widget-about ul.social li a:hover {
    background-color: #FFFFFF;
}

.bgc-gray-base .footer-widget-about ul.social li a {
    color: #000000;
}

.bgc-gray-darkest .footer-widget-about ul.social li a {
    color: #111111;
}

.bgc-gray-darker .footer-widget-about ul.social li a {
    color: #222222;
}

.footer-widget-recent-post .__content span {
    display: block;
    margin-bottom: 5px;
}

.footer-widget-recent-post .__content span>a {
    line-height: 30px;
    text-transform: uppercase;
}

.bgc-gray-base .footer-widget-recent-post .__content, .bgc-gray-darkest .footer-widget-recent-post .__content, .bgc-gray-darker .footer-widget-recent-post .__content {
    color: #BABABA;
}

.footer-widget-info .__content:before, .footer-widget-info .__content:after {
    content: " ";
    display: table;
}

.footer-widget-info .__content:after {
    clear: both;
}

.footer-widget-info .__content:before, .footer-widget-info .__content:after {
    content: " ";
    display: table;
}

.footer-widget-info .__content:after {
    clear: both;
}

.footer-widget-info .__content>div {
    float: left;
    width: 100%;
}

.footer-widget-info .__content>div>span {
    display: block;
    margin-bottom: 5px;
}

.footer-widget-info .__content>div>span>a {
    line-height: 30px;
}

.footer-widget-info .__content>div>span>a:before {
    content: "\e169";
    font-family: "megatron";
    font-size: 9px;
    color: #00B863;
    margin-right: 10px;
}

.footer-widget-info .__content.__2-col>div {
    width: 50%;
}

.bgc-gray-base .footer-widget-info .__content, .bgc-gray-darkest .footer-widget-info .__content, .bgc-gray-darker .footer-widget-info .__content {
    color: #BABABA;
}

.footer-widget-contact .__content>div {
    margin-bottom: 15px;
}

.footer-widget-contact .__content>div i {
    color: #00B863;
    font-size: 18px;
    height: 18px;
    margin-right: 5px;
}

.footer-widget-contact .__content>div span {
    line-height: 30px;
    vertical-align: middle;
}

.footer-widget-form form .__inputs {
    margin-left: -15px;
    margin-right: -15px;
}

.footer-widget-form form .__inputs>span {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}

.footer-widget-form form .__inputs>span input {
    background-color: transparent;
}

.footer-widget-form form .__message textarea {
    background-color: transparent;
}

.bgc-gray-base .footer-widget-form form .__inputs, .bgc-gray-darkest .footer-widget-form form .__inputs, .bgc-gray-darker .footer-widget-form form .__inputs {
    margin-left: -15px;
    margin-right: -15px;
}

.bgc-gray-base .footer-widget-form form .__inputs>span, .bgc-gray-darkest .footer-widget-form form .__inputs>span, .bgc-gray-darker .footer-widget-form form .__inputs>span {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}

.bgc-gray-base .footer-widget-form form .__inputs>span input, .bgc-gray-darkest .footer-widget-form form .__inputs>span input, .bgc-gray-darker .footer-widget-form form .__inputs>span input, .bgc-gray-darker .footer-widget-form form input[type="text"], .bgc-gray-darker .footer-widget-form form input[type="email"], .bgc-gray-darker .footer-widget-form form textarea {
    background-color: transparent;
    border-color: #333333;
}

.bgc-gray-base .footer-widget-form form .__inputs>span input:focus, .bgc-gray-darkest .footer-widget-form form .__inputs>span input:focus, .bgc-gray-darker .footer-widget-form form .__inputs>span input:focus, .bgc-gray-darker .footer-widget-form form input:focus {
    border-color: #00B863;
    box-shadow: none;
}

.bgc-gray-base .footer-widget-form form .__message textarea, .bgc-gray-darkest .footer-widget-form form .__message textarea, .bgc-gray-darker .footer-widget-form form .__message textarea {
    border-color: #333333;
}

.bgc-gray-base .footer-widget-form form .__message textarea:focus, .bgc-gray-darkest .footer-widget-form form .__message textarea:focus, .bgc-gray-darker .footer-widget-form form .__message textarea:focus, .bgc-gray-darker .footer-widget-form form textarea:focus {
    border-color: #00B863;
    box-shadow: none;
}

.footer-widget-tag .__content {
    font-size: 0;
    margin-right: -8px;
}

.footer-widget-tag .__content>a {
    font-size: 13px;
    display: inline-block;
    line-height: 30px;
    padding: 4px 15px;
    border: 1px solid #DDDDDD;
    margin-right: 8px;
    margin-bottom: 8px;
}

.footer-widget-tag .__content>a:hover {
    border-color: #00B863;
}

.bgc-gray-base .footer-widget-tag .__content>a, .bgc-gray-darkest .footer-widget-tag .__content>a, .bgc-gray-darker .footer-widget-tag .__content>a {
    color: #BABABA;
    border-color: #333333;
}

.bgc-gray-base .footer-widget-tag .__content>a:hover, .bgc-gray-darkest .footer-widget-tag .__content>a:hover, .bgc-gray-darker .footer-widget-tag .__content>a:hover {
    color: #00B863;
    border-color: #00B863;
}

.footer-widget-newsletter p {
    margin-bottom: 15px;
}

.footer-widget-newsletter form .__inputs input {
    margin-bottom: 25px;
    background-color: transparent;
}

.footer-widget-newsletter form .__button {
    margin-left: auto;
    margin-right: auto;
    max-width: 270px;
}

.bgc-gray-base .footer-widget-newsletter p, .bgc-gray-darkest .footer-widget-newsletter p, .bgc-gray-darker .footer-widget-newsletter p {
    color: #BABABA;
}

.bgc-gray-base .footer-widget-newsletter form .__inputs input, .bgc-gray-darkest .footer-widget-newsletter form .__inputs input, .bgc-gray-darker .footer-widget-newsletter form .__inputs input {
    background-color: transparent;
    border-color: #333333;
}

.bgc-gray-base .footer-widget-newsletter form .__inputs input:focus, .bgc-gray-darkest .footer-widget-newsletter form .__inputs input:focus, .bgc-gray-darker .footer-widget-newsletter form .__inputs input:focus {
    border-color: #00B863;
}

.footer-widget-journal .__content .__inputs {
    margin-bottom: 28px;
}

.footer-widget-journal .__content .__inputs input {
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid;
    padding: 5px 0;
    letter-spacing: 0.05em;
    font-family: "Raleway", sans-serif;
    margin-bottom: 8px;
}

.footer-widget-journal .__content .__inputs input:focus {
    border-color: #00B863 !important;
}

.footer-widget-journal .__content .__button .btn-border:hover, .footer-widget-journal .__content .__button .btn-border:focus {
    border-color: #00B863 !important;
    color: #FFFFFF !important;
    background-color: #00B863 !important;
}

.bgc-light .footer-widget-journal .__content .__inputs input {
    border-color: #DDDDDD;
}

.bgc-light .footer-widget-journal .__content .__inputs input::-webkit-input-placeholder {
    color: #222222;
}

.bgc-light .footer-widget-journal .__content .__inputs input:-moz-placeholder {
    color: #222222;
}

.bgc-light .footer-widget-journal .__content .__inputs input::-moz-placeholder {
    color: #222222;
}

.bgc-light .footer-widget-journal .__content .__inputs input:-ms-input-placeholder {
    color: #222222;
}

.bgc-light .footer-widget-journal .__content .__button .btn-border {
    border-color: #DDDDDD;
    color: #222222;
}

.bgc-gray-base .footer-widget-journal .__content .__inputs input, .bgc-gray-darkest .footer-widget-journal .__content .__inputs input, .bgc-gray-darker .footer-widget-journal .__content .__inputs input {
    color: #BABABA;
    border-color: #333333;
    box-shadow: none;
}

.bgc-gray-base .footer-widget-journal .__content .__inputs input::-webkit-input-placeholder, .bgc-gray-darkest .footer-widget-journal .__content .__inputs input::-webkit-input-placeholder, .bgc-gray-darker .footer-widget-journal .__content .__inputs input::-webkit-input-placeholder {
    color: #BABABA;
}

.bgc-gray-base .footer-widget-journal .__content .__inputs input:-moz-placeholder, .bgc-gray-darkest .footer-widget-journal .__content .__inputs input:-moz-placeholder, .bgc-gray-darker .footer-widget-journal .__content .__inputs input:-moz-placeholder {
    color: #BABABA;
}

.bgc-gray-base .footer-widget-journal .__content .__inputs input::-moz-placeholder, .bgc-gray-darkest .footer-widget-journal .__content .__inputs input::-moz-placeholder, .bgc-gray-darker .footer-widget-journal .__content .__inputs input::-moz-placeholder {
    color: #BABABA;
}

.bgc-gray-base .footer-widget-journal .__content .__inputs input:-ms-input-placeholder, .bgc-gray-darkest .footer-widget-journal .__content .__inputs input:-ms-input-placeholder, .bgc-gray-darker .footer-widget-journal .__content .__inputs input:-ms-input-placeholder {
    color: #BABABA;
}

.bgc-gray-base .footer-widget-journal .__content .__button .btn-border, .bgc-gray-darkest .footer-widget-journal .__content .__button .btn-border, .bgc-gray-darker .footer-widget-journal .__content .__button .btn-border {
    border-color: #666666;
    color: #AAAAAA;
}

.footer-widget-social .__content>div {
    line-height: 1;
    margin-bottom: 5px;
}

.footer-widget-social .__content>div>a {
    display: inline-block;
}

.footer-widget-social .__content>div>a i {
    margin-right: 15px;
    font-size: 18px;
    height: 18px;
}

.footer-widget-social .__content>div>a span {
    line-height: 30px;
    vertical-align: middle;
}

.bgc-gray-base .footer-widget-social .__content, .bgc-gray-darkest .footer-widget-social .__content, .bgc-gray-darker .footer-widget-social .__content {
    color: #BABABA;
}

.footer-widget-shop-product .block-shop-product-small-2:not(:last-of-type) {
    border-bottom: 1px solid;
}

.bgc-gray-base .footer-widget-shop-product .block-shop-product-small-2, .bgc-gray-darkest .footer-widget-shop-product .block-shop-product-small-2, .bgc-gray-darker .footer-widget-shop-product .block-shop-product-small-2 {
    border-color: #333333;
}

.bgc-gray-base .footer-widget-shop-product .block-shop-product-small-2 .__price del, .bgc-gray-darkest .footer-widget-shop-product .block-shop-product-small-2 .__price del, .bgc-gray-darker .footer-widget-shop-product .block-shop-product-small-2 .__price del {
    color: #666666;
}

.bgc-gray-base .footer-widget-shop-product .block-shop-product-small-2 .__price span, .bgc-gray-darkest .footer-widget-shop-product .block-shop-product-small-2 .__price span, .bgc-gray-darker .footer-widget-shop-product .block-shop-product-small-2 .__price span {
    color: #AAAAAA;
}

.footer-widget-shop-category:hover .__title i {
    color: #00B863;
}

.footer-widget-shop-category .__title {
    margin-bottom: 15px;
}

.footer-widget-shop-category .__title h6 {
    margin-bottom: 5px;
}

.footer-widget-shop-category .__title i {
    font-size: 20px;
    color: rgba(186, 186, 186, 0.9);
}

.footer-widget-shop-category .__content>div:not(:last-of-type) {
    margin-bottom: 10px;
}

.footer-widget-shop-category .__content>div a {
    line-height: 32px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    border: 1px solid transparent;
}

.footer-widget-shop-category .__content>div a:hover {
    border-color: #00B863;
}

.bgc-light .footer-widget-shop-category .__content>div a {
    color: #222222;
}

.bgc-gray-base .footer-widget-shop-category .__content>div a, .bgc-gray-darkest .footer-widget-shop-category .__content>div a, .bgc-gray-darker .footer-widget-shop-category .__content>div a {
    color: #BABABA;
}

.footer-preset-1 .footer-body .footer-widget-logo {
    padding-top: 100px;
    padding-bottom: 90px;
}

.footer-preset-1 .footer-body .footer-widget-logo .megatron {
    margin-bottom: 15px;
}

.footer-preset-1 .footer-body .footer-widget-logo .megatron .logo {
    width: 100px;
    height: 100px;
}

.footer-preset-2 .footer-body {
    padding-top: 80px;
    padding-bottom: 45px;
}

.footer-preset-2 .footer-body .footer-widget-about {
    margin-bottom: 40px;
}

.footer-preset-2 .footer-body .footer-widget-about p {
    margin-bottom: 40px;
}

.footer-preset-2 .footer-body .footer-widget-recent-post {
    margin-bottom: 40px;
}

.footer-preset-2 .footer-body .footer-widget-gallery {
    max-width: 500px;
}

.footer-preset-2 .footer-body .footer-widget-gallery h4 {
    margin-bottom: 35px;
}

@media only screen and (max-width:767px) and (min-width:600px) {
    .footer-preset-2 .__block-wrapper-1 {
        width: 58.33333333%;
    }
    .footer-preset-2 .__block-wrapper-2 {
        width: 41.66666667%;
    }
}

.footer-preset-3 .footer-body {
    padding-top: 70px;
    padding-bottom: 30px;
}

.footer-preset-3 .footer-body .footer-widget-about {
    margin-bottom: 40px;
}

.footer-preset-3 .footer-body .footer-widget-about .megatron {
    margin-bottom: 35px;
}

.footer-preset-3 .footer-body .footer-widget-about p {
    margin-bottom: 40px;
}

.footer-preset-3 .footer-body .footer-widget-info {
    padding-top: 15px;
    margin-bottom: 25px;
}

.footer-preset-3 .footer-body .footer-widget-info h4 {
    margin-bottom: 45px;
}

.footer-preset-3 .footer-body .footer-widget-contact {
    padding-top: 15px;
    margin-bottom: 40px;
}

.footer-preset-3 .footer-body .footer-widget-contact h4 {
    margin-bottom: 45px;
}

@media (max-width:480px) {
    .footer-preset-3 .footer-widget-info .__content>div {
        width: 100%;
    }
}

.footer-preset-4 .footer-body {
    padding-top: 130px;
    padding-bottom: 110px;
}

.footer-preset-4 .footer-body .footer-widget-about {
    margin-bottom: 40px;
}

.footer-preset-4 .footer-body .footer-widget-about .megatron {
    margin-bottom: 35px;
}

.footer-preset-4 .footer-body .footer-widget-about p {
    margin-bottom: 40px;
}

@media only screen and (min-width:768px) {
    .footer-preset-4 form .__inputs>span {
        float: left;
    }
    .footer-preset-4 form .__inputs .__name, .footer-preset-4 form .__inputs .__phone {
        width: 50%;
    }
    .footer-preset-4 form .__inputs .__email {
        width: 100%;
    }
    .footer-preset-4 form .__message textarea {
        background-color: transparent;
    }
}

@media only screen and (max-width:1229px) {
    .footer-preset-4 .footer-body {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.footer-preset-5 .footer-body {
    padding-top: 80px;
    padding-bottom: 70px;
}

.footer-preset-5 .footer-body .footer-widget-about {
    margin-bottom: 25px;
}

.footer-preset-5 .footer-body .footer-widget-about .megatron {
    margin-bottom: 25px;
}

.footer-preset-5 .footer-body .footer-widget-gallery {
    margin-bottom: 25px;
    padding-top: 15px;
    max-width: 500px;
}

.footer-preset-5 .footer-body .footer-widget-gallery h4 {
    margin-bottom: 45px;
}

.footer-preset-5 .footer-body .footer-widget-recent-post, .footer-preset-5 .footer-body .footer-widget-contact {
    margin-bottom: 25px;
    padding-top: 15px;
}

.footer-preset-5 .footer-body .footer-widget-recent-post h4, .footer-preset-5 .footer-body .footer-widget-contact h4 {
    margin-bottom: 35px;
}

.footer-preset-5 .footer-foot-1.bgc-gray-base, .footer-preset-5 .footer-foot-2.bgc-gray-base, .footer-preset-5 .footer-foot-3.bgc-gray-base, .footer-preset-5 .footer-foot-4.bgc-gray-base, .footer-preset-5 .footer-foot-1.bgc-gray-darkest, .footer-preset-5 .footer-foot-2.bgc-gray-darkest, .footer-preset-5 .footer-foot-3.bgc-gray-darkest, .footer-preset-5 .footer-foot-4.bgc-gray-darkest, .footer-preset-5 .footer-foot-1.bgc-gray-darker, .footer-preset-5 .footer-foot-2.bgc-gray-darker, .footer-preset-5 .footer-foot-3.bgc-gray-darker, .footer-preset-5 .footer-foot-4.bgc-gray-darker {
    border-top-color: #333333;
}

@media only screen and (max-width:767px) and (min-width:550px) {
    .footer-preset-5 .__block-wrapper-3 {
        width: 45%;
    }
    .footer-preset-5 .__block-wrapper-4 {
        width: 55%;
    }
}

.footer-preset-6 .footer-body {
    padding-top: 80px;
    padding-bottom: 45px;
}

.footer-preset-6 .footer-body .footer-widget-about {
    margin-bottom: 40px;
}

.footer-preset-6 .footer-body .footer-widget-about h4 {
    margin-bottom: 35px;
}

.footer-preset-6 .footer-body .footer-widget-tag {
    margin-bottom: 40px;
}

.footer-preset-6 .footer-body .footer-widget-tag h4 {
    margin-bottom: 40px;
}

.footer-preset-6 .footer-body .footer-widget-info {
    margin-bottom: 40px;
}

.footer-preset-6 .footer-body .footer-widget-info h4 {
    margin-bottom: 35px;
}

.footer-preset-6 .footer-body .footer-widget-newsletter {
    margin-bottom: 40px;
}

.footer-preset-6 .footer-body .footer-widget-newsletter h4 {
    margin-bottom: 35px;
}

.footer-preset-6 .footer-foot-1.bgc-gray-base, .footer-preset-6 .footer-foot-2.bgc-gray-base, .footer-preset-6 .footer-foot-3.bgc-gray-base, .footer-preset-6 .footer-foot-4.bgc-gray-base, .footer-preset-6 .footer-foot-1.bgc-gray-darkest, .footer-preset-6 .footer-foot-2.bgc-gray-darkest, .footer-preset-6 .footer-foot-3.bgc-gray-darkest, .footer-preset-6 .footer-foot-4.bgc-gray-darkest, .footer-preset-6 .footer-foot-1.bgc-gray-darker, .footer-preset-6 .footer-foot-2.bgc-gray-darker, .footer-preset-6 .footer-foot-3.bgc-gray-darker, .footer-preset-6 .footer-foot-4.bgc-gray-darker {
    border-top-color: #333333;
}

.footer-preset-7 .footer-body {
    padding-top: 100px;
    padding-bottom: 50px;
}

.footer-preset-7 .footer-body .footer-widget-about {
    margin-bottom: 40px;
}

.footer-preset-7 .footer-body .footer-widget-about p {
    margin-bottom: 45px;
}

.footer-preset-7 .footer-body .footer-widget-social {
    margin-bottom: 35px;
}

.footer-preset-7 .footer-body .footer-widget-journal {
    margin-bottom: 40px;
}

.footer-preset-7 .footer-body .footer-widget-logo {
    margin-bottom: 30px;
}

.footer-preset-7 .footer-body .footer-widget-logo .megatron {
    margin-bottom: 10px;
}

.footer-preset-7 .footer-body .footer-widget-logo .megatron .logo {
    position: relative;
    z-index: 10;
    width: 80px;
    height: 54px;
}

.footer-preset-7 .footer-body .footer-widget-logo hr {
    position: absolute;
    top: 35px;
    left: 0;
    margin: 0;
    width: 100%;
}

.footer-preset-7 .footer-body .__block-wrapper-4 {
    padding-top: 10px;
}

.footer-preset-7 .footer-body.bgc-light {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.footer-preset-7 .footer-body.bgc-light .footer-widget-logo .megatron .logo {
    background-color: #FFFFFF;
}

.footer-preset-7 .footer-body.bgc-gray-base .footer-widget-logo .megatron .logo {
    background-color: #000000;
}

.footer-preset-7 .footer-body.bgc-gray-darkest .footer-widget-logo .megatron .logo {
    background-color: #111111;
}

.footer-preset-7 .footer-body.bgc-gray-darker .footer-widget-logo .megatron .logo {
    background-color: #222222;
}

.footer-shop-1 .footer-body {
    padding-top: 80px;
    padding-bottom: 45px;
}

.footer-shop-1 .footer-body .footer-widget-about {
    margin-bottom: 40px;
}

.footer-shop-1 .footer-body .footer-widget-about h4 {
    margin-bottom: 35px;
}

.footer-shop-1 .footer-body .footer-widget-shop-product {
    margin-bottom: 30px;
}

.footer-shop-1 .footer-body .footer-widget-newsletter {
    margin-bottom: 40px;
}

.footer-shop-1 .footer-body .footer-widget-newsletter h4 {
    margin-bottom: 35px;
}

.footer-shop-1 .footer-body .footer-foot-1.bgc-gray-base, .footer-shop-1 .footer-body .footer-foot-2.bgc-gray-base, .footer-shop-1 .footer-body .footer-foot-3.bgc-gray-base, .footer-shop-1 .footer-body .footer-foot-4.bgc-gray-base, .footer-shop-1 .footer-body .footer-foot-1.bgc-gray-darkest, .footer-shop-1 .footer-body .footer-foot-2.bgc-gray-darkest, .footer-shop-1 .footer-body .footer-foot-3.bgc-gray-darkest, .footer-shop-1 .footer-body .footer-foot-4.bgc-gray-darkest, .footer-shop-1 .footer-body .footer-foot-1.bgc-gray-darker, .footer-shop-1 .footer-body .footer-foot-2.bgc-gray-darker, .footer-shop-1 .footer-body .footer-foot-3.bgc-gray-darker, .footer-shop-1 .footer-body .footer-foot-4.bgc-gray-darker {
    border-top-color: #333333;
}

@media only screen and (max-width:1229px) and (min-width:1020px) {
    .footer-shop-1 .footer-body .footer-widget-shop-product .block-shop-product-small-2 .__image {
        margin-right: 15px;
    }
}

.footer-shop-2 .footer-body {
    padding-top: 85px;
    padding-bottom: 45px;
}

.footer-shop-2 .footer-body .footer-widget-shop-category {
    margin-bottom: 40px;
}

.footer-shop-2 .footer-foot-1.bgc-gray-base, .footer-shop-2 .footer-foot-2.bgc-gray-base, .footer-shop-2 .footer-foot-3.bgc-gray-base, .footer-shop-2 .footer-foot-4.bgc-gray-base, .footer-shop-2 .footer-foot-1.bgc-gray-darkest, .footer-shop-2 .footer-foot-2.bgc-gray-darkest, .footer-shop-2 .footer-foot-3.bgc-gray-darkest, .footer-shop-2 .footer-foot-4.bgc-gray-darkest, .footer-shop-2 .footer-foot-1.bgc-gray-darker, .footer-shop-2 .footer-foot-2.bgc-gray-darker, .footer-shop-2 .footer-foot-3.bgc-gray-darker, .footer-shop-2 .footer-foot-4.bgc-gray-darker {
    border-top-color: #333333;
}

@media only screen and (max-width:767px) and (min-width:600px) {
    .footer-shop-2 .footer-body .__block-wrapper-1, .footer-shop-2 .footer-body .__block-wrapper-2, .footer-shop-2 .footer-body .__block-wrapper-3, .footer-shop-2 .footer-body .__block-wrapper-4 {
        width: 50%;
    }
}

.sticky-button {
    position: fixed;
    right: 0px;
    z-index: 1450;
}

.purchase-button {
    top: 200px;
    position: fixed;
    right: 0px;
    z-index: 1450;
}

.referrals-button {
    top: 400px;
    position: fixed;
    right: 0px;
    z-index: 1450;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-dialog {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.modal.fade .modal-dialog {
    transition: top 0.4s ease-out;
    transform: translate(0, -50%);
    top: 0;
}

.modal.in .modal-dialog {
    transform: translate(0, -50%);
    top: 50%;
}

.modal .modal-content {
    padding: 30px;
    border-radius: 0;
}

.modal .modal-content .close {
    display: block;
    position: absolute;
    background-color: #00B863;
    color: #FFFFFF;
    top: 0;
    right: 0;
    font-size: 25px;
    width: 30px;
    height: 30px;
    opacity: 1;
}

.dropup, .dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
}

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

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

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

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

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

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

.select-wrapper {
    font-size: 0;
}

.select-wrapper .select-menu {
    width: 100%;
}

.select-wrapper .ui-selectmenu-button {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border: 1px solid #DDDDDD;
    line-height: 30px;
}

.select-wrapper .ui-selectmenu-button span.ui-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    display: block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    font-size: 10px;
}

.select-wrapper .ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: 9px 40px 9px 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select-wrapper.__small .ui-selectmenu-button {
    font-size: 13px;
}

.select-wrapper.__small .ui-selectmenu-button span.ui-selectmenu-text {
    padding: 4px 40px 4px 20px;
}

.ui-selectmenu-menu {
    z-index: 800;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    line-height: 30px;
}

.ui-selectmenu-menu>.ui-menu {
    font-family: "Montserrat", sans-serif;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
    overflow: auto;
    overflow-x: hidden;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
}

.ui-selectmenu-menu>.ui-menu>.ui-menu-item {
    margin-bottom: 0;
    padding: 5px 20px;
}

.ui-selectmenu-menu>.ui-menu>.ui-menu-item:not(.ui-state-disabled) {
    cursor: pointer;
}

.ui-selectmenu-menu>.ui-menu>.ui-menu-item:not(.ui-state-disabled):hover, .ui-selectmenu-menu>.ui-menu>.ui-menu-item:not(.ui-state-disabled).ui-state-focus {
    background-color: #00B863;
    color: #FFFFFF;
}

.ui-selectmenu-menu>.ui-menu>.ui-menu-item.ui-state-disabled {
    color: #888888;
}

.ui-selectmenu-menu>.ui-menu .ui-menu {
    position: absolute;
}

.ui-selectmenu-menu>.ui-menu.__small {
    font-size: 13px;
}

.ui-selectmenu-menu.ui-selectmenu-open {
    display: block;
}

.star-ratings span {
    font-size: 20px;
    line-height: 1;
    margin: 0 2px;
}

.star-ratings span.rated {
    color: #FFBF00;
}

.star-ratings span:not(.rated) {
    color: #AAAAAA;
}

.mt-0, .children-mt-0>* {
    margin-top: 0px;
}

.ml-0, .children-ml-0>* {
    margin-left: 0px;
}

.mr-0, .children-mr-0>* {
    margin-right: 0px;
}

.mb-0, .children-mb-0>* {
    margin-bottom: 0px;
}

.pt-0, .children-pt-0>* {
    padding-top: 0px;
}

.pl-0, .children-pl-0>* {
    padding-left: 0px;
}

.pr-0, .children-pr-0>* {
    padding-right: 0px;
}

.pb-0, .children-pb-0>* {
    padding-bottom: 0px;
}

.mt-5, .children-mt-5>* {
    margin-top: 5px;
}

.ml-5, .children-ml-5>* {
    margin-left: 5px;
}

.mr-5, .children-mr-5>* {
    margin-right: 5px;
}

.mb-5, .children-mb-5>* {
    margin-bottom: 5px;
}

.pt-5, .children-pt-5>* {
    padding-top: 5px;
}

.pl-5, .children-pl-5>* {
    padding-left: 5px;
}

.pr-5, .children-pr-5>* {
    padding-right: 5px;
}

.pb-5, .children-pb-5>* {
    padding-bottom: 5px;
}

.mt-10, .children-mt-10>* {
    margin-top: 10px;
}

.ml-10, .children-ml-10>* {
    margin-left: 10px;
}

.mr-10, .children-mr-10>* {
    margin-right: 10px;
}

.mb-10, .children-mb-10>* {
    margin-bottom: 10px;
}

.pt-10, .children-pt-10>* {
    padding-top: 10px;
}

.pl-10, .children-pl-10>* {
    padding-left: 10px;
}

.pr-10, .children-pr-10>* {
    padding-right: 10px;
}

.pb-10, .children-pb-10>* {
    padding-bottom: 10px;
}

.mt-15, .children-mt-15>* {
    margin-top: 15px;
}

.ml-15, .children-ml-15>* {
    margin-left: 15px;
}

.mr-15, .children-mr-15>* {
    margin-right: 15px;
}

.mb-15, .children-mb-15>* {
    margin-bottom: 15px;
}

.pt-15, .children-pt-15>* {
    padding-top: 15px;
}

.pl-15, .children-pl-15>* {
    padding-left: 15px;
}

.pr-15, .children-pr-15>* {
    padding-right: 15px;
}

.pb-15, .children-pb-15>* {
    padding-bottom: 15px;
}

.mt-20, .children-mt-20>* {
    margin-top: 20px;
}

.ml-20, .children-ml-20>* {
    margin-left: 20px;
}

.mr-20, .children-mr-20>* {
    margin-right: 20px;
}

.mb-20, .children-mb-20>* {
    margin-bottom: 20px;
}

.pt-20, .children-pt-20>* {
    padding-top: 20px;
}

.pl-20, .children-pl-20>* {
    padding-left: 20px;
}

.pr-20, .children-pr-20>* {
    padding-right: 20px;
}

.pb-20, .children-pb-20>* {
    padding-bottom: 20px;
}

.mt-25, .children-mt-25>* {
    margin-top: 25px;
}

.ml-25, .children-ml-25>* {
    margin-left: 25px;
}

.mr-25, .children-mr-25>* {
    margin-right: 25px;
}

.mb-25, .children-mb-25>* {
    margin-bottom: 25px;
}

.pt-25, .children-pt-25>* {
    padding-top: 25px;
}

.pl-25, .children-pl-25>* {
    padding-left: 25px;
}

.pr-25, .children-pr-25>* {
    padding-right: 25px;
}

.pb-25, .children-pb-25>* {
    padding-bottom: 25px;
}

.mt-30, .children-mt-30>* {
    margin-top: 30px;
}

.ml-30, .children-ml-30>* {
    margin-left: 30px;
}

.mr-30, .children-mr-30>* {
    margin-right: 30px;
}

.mb-30, .children-mb-30>* {
    margin-bottom: 30px;
}

.pt-30, .children-pt-30>* {
    padding-top: 30px;
}

.pl-30, .children-pl-30>* {
    padding-left: 30px;
}

.pr-30, .children-pr-30>* {
    padding-right: 30px;
}

.pb-30, .children-pb-30>* {
    padding-bottom: 30px;
}

.mt-35, .children-mt-35>* {
    margin-top: 35px;
}

.ml-35, .children-ml-35>* {
    margin-left: 35px;
}

.mr-35, .children-mr-35>* {
    margin-right: 35px;
}

.mb-35, .children-mb-35>* {
    margin-bottom: 35px;
}

.pt-35, .children-pt-35>* {
    padding-top: 35px;
}

.pl-35, .children-pl-35>* {
    padding-left: 35px;
}

.pr-35, .children-pr-35>* {
    padding-right: 35px;
}

.pb-35, .children-pb-35>* {
    padding-bottom: 35px;
}

.mt-40, .children-mt-40>* {
    margin-top: 40px;
}

.ml-40, .children-ml-40>* {
    margin-left: 40px;
}

.mr-40, .children-mr-40>* {
    margin-right: 40px;
}

.mb-40, .children-mb-40>* {
    margin-bottom: 40px;
}

.pt-40, .children-pt-40>* {
    padding-top: 40px;
}

.pl-40, .children-pl-40>* {
    padding-left: 40px;
}

.pr-40, .children-pr-40>* {
    padding-right: 40px;
}

.pb-40, .children-pb-40>* {
    padding-bottom: 40px;
}

.mt-45, .children-mt-45>* {
    margin-top: 45px;
}

.ml-45, .children-ml-45>* {
    margin-left: 45px;
}

.mr-45, .children-mr-45>* {
    margin-right: 45px;
}

.mb-45, .children-mb-45>* {
    margin-bottom: 45px;
}

.pt-45, .children-pt-45>* {
    padding-top: 45px;
}

.pl-45, .children-pl-45>* {
    padding-left: 45px;
}

.pr-45, .children-pr-45>* {
    padding-right: 45px;
}

.pb-45, .children-pb-45>* {
    padding-bottom: 45px;
}

.mt-50, .children-mt-50>* {
    margin-top: 50px;
}

.ml-50, .children-ml-50>* {
    margin-left: 50px;
}

.mr-50, .children-mr-50>* {
    margin-right: 50px;
}

.mb-50, .children-mb-50>* {
    margin-bottom: 50px;
}

.pt-50, .children-pt-50>* {
    padding-top: 50px;
}

.pl-50, .children-pl-50>* {
    padding-left: 50px;
}

.pr-50, .children-pr-50>* {
    padding-right: 50px;
}

.pb-50, .children-pb-50>* {
    padding-bottom: 50px;
}

.mt-55, .children-mt-55>* {
    margin-top: 55px;
}

.ml-55, .children-ml-55>* {
    margin-left: 55px;
}

.mr-55, .children-mr-55>* {
    margin-right: 55px;
}

.mb-55, .children-mb-55>* {
    margin-bottom: 55px;
}

.pt-55, .children-pt-55>* {
    padding-top: 55px;
}

.pl-55, .children-pl-55>* {
    padding-left: 55px;
}

.pr-55, .children-pr-55>* {
    padding-right: 55px;
}

.pb-55, .children-pb-55>* {
    padding-bottom: 55px;
}

.mt-60, .children-mt-60>* {
    margin-top: 60px;
}

.ml-60, .children-ml-60>* {
    margin-left: 60px;
}

.mr-60, .children-mr-60>* {
    margin-right: 60px;
}

.mb-60, .children-mb-60>* {
    margin-bottom: 60px;
}

.pt-60, .children-pt-60>* {
    padding-top: 60px;
}

.pl-60, .children-pl-60>* {
    padding-left: 60px;
}

.pr-60, .children-pr-60>* {
    padding-right: 60px;
}

.pb-60, .children-pb-60>* {
    padding-bottom: 60px;
}

.mt-65, .children-mt-65>* {
    margin-top: 65px;
}

.ml-65, .children-ml-65>* {
    margin-left: 65px;
}

.mr-65, .children-mr-65>* {
    margin-right: 65px;
}

.mb-65, .children-mb-65>* {
    margin-bottom: 65px;
}

.pt-65, .children-pt-65>* {
    padding-top: 65px;
}

.pl-65, .children-pl-65>* {
    padding-left: 65px;
}

.pr-65, .children-pr-65>* {
    padding-right: 65px;
}

.pb-65, .children-pb-65>* {
    padding-bottom: 65px;
}

.mt-70, .children-mt-70>* {
    margin-top: 70px;
}

.ml-70, .children-ml-70>* {
    margin-left: 70px;
}

.mr-70, .children-mr-70>* {
    margin-right: 70px;
}

.mb-70, .children-mb-70>* {
    margin-bottom: 70px;
}

.pt-70, .children-pt-70>* {
    padding-top: 70px;
}

.pl-70, .children-pl-70>* {
    padding-left: 70px;
}

.pr-70, .children-pr-70>* {
    padding-right: 70px;
}

.pb-70, .children-pb-70>* {
    padding-bottom: 70px;
}

.mt-75, .children-mt-75>* {
    margin-top: 75px;
}

.ml-75, .children-ml-75>* {
    margin-left: 75px;
}

.mr-75, .children-mr-75>* {
    margin-right: 75px;
}

.mb-75, .children-mb-75>* {
    margin-bottom: 75px;
}

.pt-75, .children-pt-75>* {
    padding-top: 75px;
}

.pl-75, .children-pl-75>* {
    padding-left: 75px;
}

.pr-75, .children-pr-75>* {
    padding-right: 75px;
}

.pb-75, .children-pb-75>* {
    padding-bottom: 75px;
}

.mt-80, .children-mt-80>* {
    margin-top: 80px;
}

.ml-80, .children-ml-80>* {
    margin-left: 80px;
}

.mr-80, .children-mr-80>* {
    margin-right: 80px;
}

.mb-80, .children-mb-80>* {
    margin-bottom: 80px;
}

.pt-80, .children-pt-80>* {
    padding-top: 80px;
}

.pl-80, .children-pl-80>* {
    padding-left: 80px;
}

.pr-80, .children-pr-80>* {
    padding-right: 80px;
}

.pb-80, .children-pb-80>* {
    padding-bottom: 80px;
}

.mt-85, .children-mt-85>* {
    margin-top: 85px;
}

.ml-85, .children-ml-85>* {
    margin-left: 85px;
}

.mr-85, .children-mr-85>* {
    margin-right: 85px;
}

.mb-85, .children-mb-85>* {
    margin-bottom: 85px;
}

.pt-85, .children-pt-85>* {
    padding-top: 85px;
}

.pl-85, .children-pl-85>* {
    padding-left: 85px;
}

.pr-85, .children-pr-85>* {
    padding-right: 85px;
}

.pb-85, .children-pb-85>* {
    padding-bottom: 85px;
}

.mt-90, .children-mt-90>* {
    margin-top: 90px;
}

.ml-90, .children-ml-90>* {
    margin-left: 90px;
}

.mr-90, .children-mr-90>* {
    margin-right: 90px;
}

.mb-90, .children-mb-90>* {
    margin-bottom: 90px;
}

.pt-90, .children-pt-90>* {
    padding-top: 90px;
}

.pl-90, .children-pl-90>* {
    padding-left: 90px;
}

.pr-90, .children-pr-90>* {
    padding-right: 90px;
}

.pb-90, .children-pb-90>* {
    padding-bottom: 90px;
}

.mt-95, .children-mt-95>* {
    margin-top: 95px;
}

.ml-95, .children-ml-95>* {
    margin-left: 95px;
}

.mr-95, .children-mr-95>* {
    margin-right: 95px;
}

.mb-95, .children-mb-95>* {
    margin-bottom: 95px;
}

.pt-95, .children-pt-95>* {
    padding-top: 95px;
}

.pl-95, .children-pl-95>* {
    padding-left: 95px;
}

.pr-95, .children-pr-95>* {
    padding-right: 95px;
}

.pb-95, .children-pb-95>* {
    padding-bottom: 95px;
}

.mt-100, .children-mt-100>* {
    margin-top: 100px;
}

.ml-100, .children-ml-100>* {
    margin-left: 100px;
}

.mr-100, .children-mr-100>* {
    margin-right: 100px;
}

.mb-100, .children-mb-100>* {
    margin-bottom: 100px;
}

.pt-100, .children-pt-100>* {
    padding-top: 100px;
}

.pl-100, .children-pl-100>* {
    padding-left: 100px;
}

.pr-100, .children-pr-100>* {
    padding-right: 100px;
}

.pb-100, .children-pb-100>* {
    padding-bottom: 100px;
}

.accordion .accordion-header {
    cursor: pointer;
    border: 1px solid #DDDDDD;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
    padding-left: 60px;
    position: relative;
    min-height: 0;
    background-color: #FFFFFF;
}

.accordion .accordion-header:not(:first-of-type) {
    margin-top: 20px;
}

.accordion .accordion-header .__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
}

.accordion .accordion-header .__icon i {
    position: absolute;
    width: 14px;
    height: 14px;
    line-height: 14px;
    display: block;
    font-size: 14px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.accordion .accordion-header .__icon i:before {
    content: "\e169";
    font-style: normal;
    font-family: "megatron";
}

.accordion .accordion-header.ui-state-active i:before {
    content: "\e0d9";
}

.accordion .accordion-content {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-top: 0;
    padding: 20px 30px;
    overflow: auto;
}

.accordion.highlight-caret .accordion-header {
    padding-left: 80px;
}

.accordion.highlight-caret .accordion-header .__icon {
    background-color: #EEEEEE;
    outline: transparent solid 1px;
    transition: all 0.3s ease-in-out;
}

.accordion.highlight-caret .accordion-header.ui-state-active .__icon {
    outline: #444444 solid 1px;
    background-color: #444444;
    color: #FFFFFF;
}

.accordion.highlight-caret.inverse .accordion-header .__icon {
    outline: #444444 solid 1px;
    background-color: #444444;
    color: #FFFFFF;
}

.accordion.highlight-caret.inverse .accordion-header.ui-state-active .__icon {
    background-color: #EEEEEE;
    outline: transparent solid 1px;
    color: #444444;
}

.accordion.highlight-heading .accordion-header {
    transition: all 0.3s ease-in-out;
}

.accordion.highlight-heading .accordion-header.ui-state-active {
    background-color: #444444;
    color: #FFFFFF;
}

.accordion.transparent .accordion-header {
    border-color: #FFFFFF;
    background-color: transparent;
    color: #FFFFFF;
}

.accordion.transparent .accordion-content {
    border-color: #FFFFFF;
    background-color: transparent;
    color: #FFFFFF;
}

.accordion.transparent.caret-primary .__icon {
    color: #00B863;
}

.caption-slider .caption-hide {
    opacity: 0;
    visibility: hidden;
}

.home .caption-slider .slick-arrow {
    color: #FFFFFF;
    border-color: #FFFFFF;
    opacity: 0.5;
}

.home .caption-slider .slick-arrow:hover {
    opacity: 1;
}

.home .caption-slider .slick-prev {
    left: 40px;
}

.home .caption-slider .slick-next {
    right: 40px;
}

.home .block-caption-slider .__background {
    height: 100vh;
    min-height: 565px;
}

.home .block-caption-slider .__img-background {
    height: 100vh;
    min-height: 565px;
    background-position: center top;
    background-repeat: repeat-y;
    background-size: cover;
}

.home .block-caption-slider .caption-wrapper p {
    line-height: 30px;
    letter-spacing: 0.1em;
}

.home .block-caption-slider .caption-wrapper .__buttons br {
    display: none;
}

.home .block-caption-slider .caption-wrapper .__buttons .btn, .home .block-caption-slider .caption-wrapper .__buttons .btn-border {
    max-width: 180px;
}

.home .block-caption-slider .caption-wrapper .__buttons .btn:first-of-type, .home .block-caption-slider .caption-wrapper .__buttons .btn-border:first-of-type {
    margin-right: 30px;
}

@media only screen and (min-width:768px) {
    .home .caption-slider .slick-dots {
        bottom: 30px;
    }
    .home .block-caption-slider .__background {
        min-height: 715px;
    }
    .home .block-caption-slider .__img-background {
        min-height: 715px;
    }
}

@media only screen and (min-width:1020px) {
    .home .caption-slider .slick-dots {
        bottom: 40px;
    }
}

@media (min-width:1620px) {
    .home .caption-slider .slick-dots {
        bottom: 50px;
    }
    .home .block-caption-slider .__background {
        min-height: 850px;
    }
    .home .block-caption-slider .__img-background {
        min-height: 850px;
    }
}

@media only screen and (max-width:1019px) {
    .home .caption-slider .slick-arrow {
        color: #FFFFFF;
        border-color: #FFFFFF;
        opacity: 0.5;
    }
    .home .caption-slider .slick-arrow:hover {
        opacity: 1;
    }
    .home .caption-slider .slick-prev {
        left: 15px;
    }
    .home .caption-slider .slick-next {
        right: 15px;
    }
}

@media only screen and (max-width:767px) {
    .home .caption-slider .slick-arrow {
        visibility: hidden;
    }
    .home .caption-slider .slick-dots {
        visibility: hidden;
    }
    .home .block-caption-slider .caption-wrapper p {
        font-size: 14px;
    }
    .home .block-caption-slider .caption-wrapper .__buttons br {
        display: block;
    }
    .home .block-caption-slider .caption-wrapper .__buttons .btn, .home .block-caption-slider .caption-wrapper .__buttons .btn-border {
        max-width: 180px;
    }
    .home .block-caption-slider .caption-wrapper .__buttons .btn:first-of-type, .home .block-caption-slider .caption-wrapper .__buttons .btn-border:first-of-type {
        margin-right: 0px;
        margin-bottom: 30px;
    }
}

.caption-preset-simple-1 .megatron, .caption-preset-simple-6 .megatron {
    margin-bottom: 40px;
}

.caption-preset-simple-1 h1, .caption-preset-simple-6 h1 {
    margin-bottom: 15px;
}

.caption-preset-simple-1 p, .caption-preset-simple-6 p {
    margin-bottom: 52px;
}

@media only screen and (max-width:1229px) {
    .caption-preset-simple-1 .megatron, .caption-preset-simple-6 .megatron {
        margin-bottom: 30px;
    }
    .caption-preset-simple-1 .megatron .logo, .caption-preset-simple-6 .megatron .logo {
        width: 120px;
        height: 120px;
    }
}

@media only screen and (max-width:1019px) {
    .caption-preset-simple-1 .megatron .logo, .caption-preset-simple-6 .megatron .logo {
        width: 100px;
        height: 100px;
    }
}

@media only screen and (max-width:767px) {
    .caption-preset-simple-1 .megatron, .caption-preset-simple-6 .megatron {
        margin-bottom: 25px;
    }
    .caption-preset-simple-1 .megatron .logo, .caption-preset-simple-6 .megatron .logo {
        width: 60px;
        height: 60px;
    }
    .caption-preset-simple-1 .megatron .brand, .caption-preset-simple-6 .megatron .brand {
        font-size: 14px;
    }
    .caption-preset-simple-1 p, .caption-preset-simple-6 p {
        margin-bottom: 35px;
    }
}

@media (min-width:1620px) {
    .caption-preset-simple-1 h1, .caption-preset-simple-6 h1 {
        margin-bottom: 20px;
    }
}

.caption-preset-simple-2 .megatron, .caption-preset-simple-3 .megatron, .caption-preset-simple-5 .megatron {
    margin-bottom: 30px;
}

.caption-preset-simple-2 .megatron .logo, .caption-preset-simple-3 .megatron .logo, .caption-preset-simple-5 .megatron .logo {
    width: 120px;
    height: 120px;
}

.caption-preset-simple-2 h1, .caption-preset-simple-3 h1, .caption-preset-simple-5 h1 {
    margin-bottom: 15px;
}

.caption-preset-simple-2 p, .caption-preset-simple-3 p, .caption-preset-simple-5 p {
    margin-bottom: 52px;
}

@media only screen and (max-width:1019px) {
    .caption-preset-simple-2 .megatron, .caption-preset-simple-3 .megatron, .caption-preset-simple-5 .megatron {
        margin-bottom: 20px;
    }
    .caption-preset-simple-2 .megatron .logo, .caption-preset-simple-3 .megatron .logo, .caption-preset-simple-5 .megatron .logo {
        width: 100px;
        height: 100px;
    }
}

@media only screen and (max-width:767px) {
    .caption-preset-simple-2 .megatron, .caption-preset-simple-3 .megatron, .caption-preset-simple-5 .megatron {
        margin-bottom: 0px;
    }
    .caption-preset-simple-2 .megatron .logo, .caption-preset-simple-3 .megatron .logo, .caption-preset-simple-5 .megatron .logo {
        width: 60px;
        height: 60px;
    }
    .caption-preset-simple-2 .megatron .brand, .caption-preset-simple-3 .megatron .brand, .caption-preset-simple-5 .megatron .brand {
        font-size: 20px;
    }
    .caption-preset-simple-2 p, .caption-preset-simple-3 p, .caption-preset-simple-5 p {
        margin-bottom: 35px;
    }
}

@media (min-width:1620px) {
    .caption-preset-simple-2 h1, .caption-preset-simple-3 h1, .caption-preset-simple-5 h1 {
        margin-bottom: 20px;
    }
}

.caption-preset-simple-3 .__logo {
    margin-bottom: 20px;
}

.caption-preset-simple-3 .__logo img {
    width: 100px;
}

@media only screen and (min-width:768px) {
    .caption-preset-simple-3 .__logo img {
        width: 120px;
    }
}

@media only screen and (min-width:1020px) {
    .caption-preset-simple-3 .__logo img {
        width: 180px;
    }
    .caption-preset-simple-3 p {
        margin-bottom: 50px;
    }
}

@media (min-width:1620px) {
    .caption-preset-simple-3 .__logo {
        margin-bottom: 30px;
    }
    .caption-preset-simple-3 .__logo img {
        width: 260px;
    }
    .caption-preset-simple-3 p {
        margin-bottom: 55px;
    }
}

.caption-preset-simple-4 .__logo {
    margin-bottom: 10px;
}

.caption-preset-simple-4 .__logo img {
    width: 100px;
}

.caption-preset-simple-4 h1 {
    margin-bottom: 20px;
}

.caption-preset-simple-4 h1:not(.size-ll) {
    margin-bottom: 0px;
}

@media only screen and (min-width:768px) {
    .caption-preset-simple-4 .__logo img {
        width: 120px;
    }
    .caption-preset-simple-4 h1:not(.size-ll) {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width:1020px) {
    .caption-preset-simple-4 .__logo img {
        width: 180px;
    }
    .caption-preset-simple-4 p {
        margin-bottom: 50px;
    }
}

@media (min-width:1620px) {
    .caption-preset-simple-4 .__logo {
        margin-bottom: 30px;
    }
    .caption-preset-simple-4 .__logo img {
        width: 230px;
    }
    .caption-preset-simple-4 p {
        margin-bottom: 55px;
    }
    .caption-preset-simple-4 h1 {
        margin-bottom: 20px;
    }
}

.caption-preset-simple-7 .megatron {
    margin-bottom: 15px;
}

.caption-preset-simple-7 .megatron .logo {
    width: 100px;
    height: 100px;
}

.caption-preset-simple-7 h1 {
    margin-bottom: 25px;
    padding: 5px 30px;
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.caption-preset-simple-7 p {
    margin-bottom: 50px;
}

@media only screen and (min-width:768px) {
    .caption-preset-simple-7 .megatron .logo {
        width: 120px;
        height: 120px;
    }
}

@media only screen and (min-width:1020px) {
    .caption-preset-simple-7 .megatron .logo {
        width: 180px;
        height: 180px;
    }
}

@media (min-width:1620px) {
    .caption-preset-simple-7 .megatron .logo {
        width: 260px;
        height: 260px;
    }
    .caption-preset-simple-7 h1 {
        margin-bottom: 35px;
    }
}

.service-section-1 .__header h2 {
    margin-bottom: 15px;
}

.service-section-1 .__header p.__sub-title.hr-header {
    margin-bottom: 32px;
}

.service-section-1 .__header p.__sub-title.hr-header:after {
    margin-top: 20px;
}

.service-section-1 .__header p.__text {
    margin-bottom: 40px;
}

@media only screen and (min-width:1230px) {
    .service-section-1 .__header {
        padding-top: 30px;
    }
}

@media only screen and (max-width:1019px) {
    .service-section-1 .__header {
        margin-bottom: 50px;
    }
}

.block-service {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
}

.block-service .block-interactive-banner {
    margin-bottom: 25px;
}

.block-service .__image {
    margin-bottom: 22px;
    overflow: hidden;
}

.block-service .__image img {
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.block-service .__image:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.block-service .__block .__sub-title {
    margin-bottom: 5px;
}

.block-service .__block h4 {
    padding-top: 10px;
    margin-bottom: 8px;
}

.our-skill-left-image {
    position: relative;
}

.our-skill-left-image .__left-inner {
    background-size: cover;
    min-height: 400px;
    z-index: 10;
}

@media only screen and (min-width:1020px) {
    .our-skill-left-image .__left-inner {
        position: absolute;
        width: 50%;
        height: 100%;
        top: 0;
        left: 0;
    }
}

@media only screen and (max-width:1019px) {
    .our-skill-left-image .__left-inner {
        position: relative;
    }
}

.our-skill-left-image .__right-inner {
    padding-top: 100px;
    padding-bottom: 95px;
}

@media (min-width:1290px) {
    .our-skill-left-image .__right-inner {
        -webkit-transform: translateX(60px);
        -ms-transform: translateX(60px);
        transform: translateX(60px);
    }
}

@media only screen and (min-width:768px) and (max-width:1290px) {
    .our-skill-left-image .__right-inner {
        padding-left: 15px;
    }
}

.block-feature {
    position: relative;
}

.block-feature .__icon {
    position: absolute;
    width: 100px;
    height: 100%;
    top: 0;
    left: 0;
}

.block-feature .__icon i {
    font-size: 45px;
    width: 45px;
    height: 45px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.block-feature .__content {
    padding-left: 100px;
}

.block-feature .__content * {
    letter-spacing: 0.05em;
}

.block-feature .__content h3 {
    margin-bottom: 5px;
}

.block-feature .__content p {
    margin-bottom: 30px;
}

.block-blog-post-1 {
    max-width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.block-blog-post-1 .__image {
    overflow: hidden;
}

.block-blog-post-1 .__image img {
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.block-blog-post-1 .__image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media only screen and (min-width:1020px) {
    .block-blog-post-1 .__info {
        margin-bottom: 10px !important;
    }
}

.block-blog-post-2 {
    max-width: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.block-blog-post-2 .__image {
    margin-bottom: 30px;
}

.block-blog-post-2 .__image .overlay-container {
    overflow: hidden;
}

.block-blog-post-2 .__image img {
    transition: all 0.3s ease-in-out;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.block-blog-post-2 .__image:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.block-blog-post-2 .__content .__title {
    margin-bottom: 15px;
}

.block-blog-post-2 .__content .__title>a {
    font-size: 18px;
    letter-spacing: 1px;
}

@media only screen and (min-width:1020px) {
    .block-blog-post-2.post-side {
        margin-left: -15px;
        margin-right: -15px;
    }
    .block-blog-post-2.post-side:before, .block-blog-post-2.post-side:after {
        content: " ";
        display: table;
    }
    .block-blog-post-2.post-side:after {
        clear: both;
    }
    .block-blog-post-2.post-side:before, .block-blog-post-2.post-side:after {
        content: " ";
        display: table;
    }
    .block-blog-post-2.post-side:after {
        clear: both;
    }
    .block-blog-post-2.post-side>div {
        width: 50%;
        float: left;
    }
    .block-blog-post-2.post-side .__image {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
    }
    .block-blog-post-2.post-side .__content {
        padding-right: 15px;
    }
    .block-blog-post-2.post-side .__content .__title {
        margin-bottom: 0px;
    }
    .block-blog-post-2.post-side .__content .__title>a {
        font-size: 16px;
    }
    .block-blog-post-2.post-side .__content .__info {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width:767px) {
    .block-blog-post-2 .__content .__title>a {
        font-size: 16px;
    }
}

.blog-share-this {
    position: relative;
    cursor: pointer;
}

.blog-share-this .__text i {
    display: inline-block;
    font-size: 18px;
    padding-left: 8px;
    vertical-align: middle;
    margin-top: -4px;
    margin-bottom: -2px;
}

.blog-share-this .__text i:before {
    display: block;
    float: left;
}

.blog-share-this .st_sharethis {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.tags>a {
    font-size: 13px;
    display: inline-block;
    padding: 0 15px;
    margin: 0 5px 8px 0;
    border-radius: 3px;
    background-color: #EEEEEE;
    font-style: italic;
}

.tags>a:hover {
    background-color: #00B863;
    color: #FFFFFF;
}

.blog-related {
    padding: 60px 0;
}

.post-tags {
    padding: 30px 0;
    border-bottom: 1px solid #EEEEEE;
}

.post-tags .__title {
    font-family: "Montserrat", sans-serif;
    margin-right: 15px;
}

.post-tags .tag {
    text-align: left;
}

.post-tags .tags, .post-tags .sharethis {
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width:1019px) {
    .post-tags .tags {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width:1020px) {
    .post-tags {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .post-tags .tags {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.post-author {
    padding: 40px 0;
    border-bottom: 1px solid #EEEEEE;
}

.post-author:before, .post-author:after {
    content: " ";
    display: table;
}

.post-author:after {
    clear: both;
}

.post-author:before, .post-author:after {
    content: " ";
    display: table;
}

.post-author:after {
    clear: both;
}

.post-author .__image {
    float: left;
    width: 185px;
    padding-right: 15px;
}

.post-author .__about {
    float: none;
    overflow: hidden;
}

.comment {
    padding-top: 45px;
    border-top: 1px solid #EEEEEE;
}

.comment .__avatar {
    width: 100px;
    float: left;
}

.comment .__content-wrapper {
    overflow: hidden;
    padding-left: 20px;
    padding-top: 2px;
}

.comment .__name, .comment .__date {
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    vertical-align: top;
    line-height: 1.2;
    margin-top: -0.2em;
}

.comment .__name {
    padding-right: 15px;
    margin-right: 10px;
    border-right: 1px solid #EEEEEE;
}

.comment .__date {
    color: #00B863;
    font-size: 12px;
}

.comment .__option {
    text-align: right;
    margin-bottom: 35px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
}

.comment .__option span:not(:last-child) {
    border-right: 1px solid #EEEEEE;
    padding-right: 10px;
    margin-right: 10px;
}

.comment .comment {
    margin-left: -20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 0;
}

.comment .comment .__avatar {
    width: 70px;
}

.form-comment {
    padding-top: 60px;
    margin-bottom: 60px;
}

.form-comment .__title {
    margin-bottom: 40px;
}

.post-index-group-button {
    padding-top: 45px;
    margin-bottom: 20px;
}

.post-index-group-button a:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 25px;
}

@media only screen and (max-width:767px) {
    .__timeline-value {
        display: none;
    }
    .blog-timeline-container:before, .blog-timeline-container:after {
        content: " ";
        display: table;
    }
    .blog-timeline-container:after {
        clear: both;
    }
    .blog-timeline-container:before, .blog-timeline-container:after {
        content: " ";
        display: table;
    }
    .blog-timeline-container:after {
        clear: both;
    }
}

@media only screen and (min-width:768px) {
    .blog-timeline-container {
        padding-left: 200px;
        position: relative;
        overflow: hidden;
        z-index: 10;
    }
    .blog-timeline-container:before {
        content: '';
        position: absolute;
        width: 5px;
        height: 100%;
        left: 140px;
        top: 0;
        background-color: #EEEEEE;
        z-index: -1;
    }
    .blog-timeline-container .post {
        position: relative;
    }
    .blog-timeline-container .__timeline-value {
        display: block;
        width: 125px;
        position: absolute;
        left: -200px;
        top: 50px;
    }
    .blog-timeline-container .__timeline-value .__value {
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        background-color: #222222;
        text-align: center;
        color: #FFFFFF;
        border-radius: 4px;
    }
    .blog-timeline-container .__timeline-value .__value:after {
        content: '';
        width: 0;
        right: -5px;
        position: absolute;
        top: 50%;
        margin-top: -5px;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #222222;
    }
    .blog-timeline-container .__timeline-value .__dot {
        position: absolute;
        top: 50%;
        margin-top: -7px;
        right: -25px;
        border: 2px solid #FFFFFF;
        box-shadow: 0 0 0 1px #EEEEEE;
        padding: 3px;
        border-radius: 50%;
        background-color: #00B863;
        width: 15px;
        height: 15px;
    }
    .blog-timeline-container .post-index:not(:first-child) .__timeline-value {
        top: 120px;
    }
    .blog-timeline-container .post-index:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }
    .blog-timeline-container .post-index:last-child .post-index-group-button {
        margin-bottom: 0;
    }
}

.message {
    position: relative;
    padding: 10px 40px 10px 50px;
    border: 1px solid;
}

.message .__icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50px;
}

.message .__icon i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 15px;
    line-height: 15px;
    display: inline-block;
    height: 15px;
    width: 15px;
}

.message p {
    font-weight: 600;
}

.message .__close {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
}

.message .__close a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 8px;
    line-height: 8px;
    display: inline-block;
    height: 8px;
    width: 8px;
    font-weight: bold;
}

.message .__close a:hover {
    color: #000000;
}

.message.notice {
    border-color: #DDDDDD;
    background-color: #EFF5F7;
}

.message.notice * {
    color: #666666;
}

.message.info {
    border-color: #95f5ff;
    background-color: #B9EDFF;
}

.message.info * {
    color: #59A3C1;
}

.message.success {
    border-color: #c0fa8d;
    background-color: #BFFBA5;
}

.message.success * {
    color: #468C00;
}

.message.warning {
    border-color: #ffe1a0;
    background-color: #FFF5B9;
}

.message.warning * {
    color: #FF7F00;
}

.message.error {
    border-color: #ffacb0;
    background-color: #FFCDC6;
}

.message.error * {
    color: #FF5533;
}

.messagefull {
    border: 1px solid;
    position: relative;
}

.messagefull h6 {
    margin-bottom: 5px;
}

.messagefull .__close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 8px;
    line-height: 8px;
    display: inline-block;
    height: 8px;
    width: 8px;
    font-weight: bold;
}

.messagefull .__close:hover {
    color: #000000;
}

@media only screen and (min-width:768px) {
    .messagefull {
        padding: 16px 40px 12px 110px;
    }
    .messagefull .__icon {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 110px;
    }
    .messagefull .__icon i {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        font-size: 35px;
        line-height: 35px;
        display: inline-block;
        height: 35px;
        width: 35px;
    }
}

.messagefull.notice {
    border-color: #DDDDDD;
    background-color: #EFF5F7;
}

.messagefull.notice * {
    color: #666666;
}

.messagefull.info {
    border-color: #95f5ff;
    background-color: #B9EDFF;
}

.messagefull.info * {
    color: #59A3C1;
}

.messagefull.success {
    border-color: #c0fa8d;
    background-color: #BFFBA5;
}

.messagefull.success * {
    color: #468C00;
}

.messagefull.warning {
    border-color: #ffe1a0;
    background-color: #FFF5B9;
}

.messagefull.warning * {
    color: #FF7F00;
}

.messagefull.error {
    border-color: #ffacb0;
    background-color: #FFCDC6;
}

.messagefull.error * {
    color: #FF5533;
}

@media only screen and (min-width:1230px) {
    .messagefull {
        padding-right: 90px;
    }
}

@media only screen and (max-width:767px) {
    .messagefull {
        padding: 36px 30px 32px;
        text-align: center;
    }
    .messagefull h6 {
        margin-bottom: 15px;
    }
}

.block-interactive-banner {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

.block-interactive-banner .__content img {
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.block-interactive-banner .__content .overlay i {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 32px;
    margin-bottom: 22px;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.block-interactive-banner .__content .overlay h4 {
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.block-interactive-banner .__content .overlay .__line {
    background-color: #FFFFFF;
    height: 1px;
    width: 116px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 8px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.block-interactive-banner .__content .overlay p {
    letter-spacing: 1.6px;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.block-interactive-banner .__content:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.block-interactive-banner .__content:hover .overlay i {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.block-interactive-banner .__content:hover .overlay h4 {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.block-interactive-banner .__content:hover .overlay .__line {
    opacity: 1;
}

.block-interactive-banner .__content:hover .overlay p {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.block-interactive-banner-2.style-light .overlay {
    background-color: rgba(255, 255, 255, 0.7);
}

.block-interactive-banner-2.style-light:hover .overlay {
    background-color: rgba(255, 255, 255, 0.6);
}

.block-interactive-banner-2.style-dark {
    color: #FFFFFF;
}

.block-interactive-banner-2.style-dark .overlay {
    background-color: rgba(0, 0, 0, 0.7);
}

.block-interactive-banner-2.style-dark:hover .overlay {
    background-color: rgba(0, 0, 0, 0.6);
}

.block-interactive-banner-2 .__content {
    height: 430px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.block-interactive-banner-2 .__content .overlay {
    padding-right: 15px;
    padding-left: 15px;
}

.block-interactive-banner-2 .__content .__block {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
}

.block-interactive-banner-2 .__content .__block .__sub-title {
    margin-bottom: 20px;
}

.block-interactive-banner-2 .__content .__block h4 {
    margin-bottom: 10px;
}

.block-interactive-banner-2 .__content .__block .__text {
    margin-bottom: 40px;
}

@media only screen and (min-width:1230px) {
    .block-interactive-banner-2 .__content .__block {
        max-width: 420px;
    }
}

.block-interactive-banner-3 {
    position: relative;
}

.block-interactive-banner-3 .__icon {
    position: absolute;
    bottom: 8px;
    right: 8px;
    overflow: hidden;
}

.block-interactive-banner-3 .__icon i {
    position: relative;
    font-size: 150px;
    color: rgba(255, 255, 255, 0.2);
}

.block-interactive-banner-3 .__icon i.icon-bike {
    top: 32px;
}

.block-interactive-banner-3 .__content {
    margin-left: auto;
    margin-right: auto;
}

.block-interactive-banner-3 .__content .cell-vertical-wrapper {
    height: 340px;
}

.block-interactive-banner-3 .__content .__block p.__sub-title, .block-interactive-banner-3 .__content .__block h4, .block-interactive-banner-3 .__content .__block p.__text {
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
}

.block-interactive-banner-3 .__content .__block p.__sub-title {
    margin-bottom: 15px;
}

.block-interactive-banner-3 .__content .__block h4 {
    margin-bottom: 8px;
}

.block-interactive-banner-3 .__content .__block .__button {
    transition: all 0.3s ease-in-out;
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
}

.block-interactive-banner-3:hover .__content .__block p.__sub-title, .block-interactive-banner-3:hover .__content .__block h4, .block-interactive-banner-3:hover .__content .__block p.__text {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.block-interactive-banner-3:hover .__content .__block .__button {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

@media only screen and (min-width:768px) {
    .block-interactive-banner-3 .__content {
        max-width: 310px;
    }
}

@media only screen and (min-width:1020px) and (max-width:1299px) {
    .block-interactive-banner-3 .__content {
        max-width: 420px;
    }
}

@media (min-width:1300px) {
    .block-interactive-banner-3 {
        width: 25%;
    }
}

.block-interactive-banner-4 {
    position: relative;
}

.block-interactive-banner-4 .__icon {
    position: absolute;
    bottom: 8px;
    right: 8px;
    overflow: hidden;
}

.block-interactive-banner-4 .__icon i {
    position: relative;
    font-size: 150px;
    color: rgba(255, 255, 255, 0.2);
}

.block-interactive-banner-4 .__icon i.icon-bike {
    top: 32px;
}

.block-interactive-banner-4 .__content {
    margin-left: auto;
    margin-right: auto;
}

.block-interactive-banner-4 .__content .cell-vertical-wrapper {
    height: 370px;
}

.block-interactive-banner-4 .__content .__block p.__sub-title {
    margin-bottom: 15px;
}

.block-interactive-banner-4 .__content .__block h4 {
    margin-bottom: 8px;
}

@media only screen and (min-width:768px) {
    .block-interactive-banner-4 .__content {
        max-width: 310px;
    }
}

@media only screen and (min-width:1020px) and (max-width:1299px) {
    .block-interactive-banner-4 .__content {
        max-width: 420px;
    }
}

@media (min-width:1300px) {
    .block-interactive-banner-4 {
        width: 25%;
    }
    .block-interactive-banner-4:nth-of-type(3) {
        left: 0;
    }
    .block-interactive-banner-4:nth-of-type(4) {
        right: 0;
    }
}

.block-shop-banner {
    max-width: 570px;
    margin-right: auto;
    margin-left: auto;
}

.block-shop-banner .__content {
    background-size: cover;
    height: 285px;
    background-repeat: no-repeat;
}

.block-shop-banner .__content .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
}

.block-shop-banner .__content .overlay i {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 32px;
    margin-bottom: 25px;
}

.block-shop-banner .__content .overlay h3 {
    font-size: 24px;
}

.block-shop-banner .__content .overlay h1 {
    font-weight: normal;
}

.block-shop-banner .__content .overlay h3, .block-shop-banner .__content .overlay h1 {
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.block-shop-banner .__content .overlay p {
    transition: all 0.3s ease-in-out;
    opacity: 0;
    letter-spacing: 1.6px;
}

.block-shop-banner .__content .overlay:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.block-shop-banner .__content .overlay:hover h3, .block-shop-banner .__content .overlay:hover h1 {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.block-shop-banner .__content .overlay:hover p {
    opacity: 1;
}

@media only screen and (max-width:1019px) {
    .block-shop-banner h3 {
        font-size: 20px;
    }
    .block-shop-banner h1 {
        font-size: 50px;
    }
}

.group-shop-banner .__header p {
    letter-spacing: 0.05em;
    line-height: 1.6;
}

.group-shop-banner .__header hr {
    width: 86px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 60px;
}

.breadcrumb {
    padding: 8px 15px;
    float: left;
}

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

.breadcrumb:after {
    clear: both;
}

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

.breadcrumb:after {
    clear: both;
}

.breadcrumb>span {
    display: inline-block;
}

.breadcrumb .__title:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 7px;
    border-radius: 50%;
    background-color: #00B863;
}

.breadcrumb .__content {
    padding-left: 10px;
}

.breadcrumb .__content span:not(:first-child):before {
    content: "\e16a";
    font-family: "megatron" !important;
    vertical-align: text-bottom;
    line-height: 1.1;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    -webkit-font-smoothing: antialiased;
    color: #00B863;
    margin: 0 6px;
}

.breadcrumb-simple>span {
    display: inline-block;
}

.breadcrumb-simple .__title {
    font-weight: 600;
}

.breadcrumb-simple .__content {
    padding-left: 10px;
}

.breadcrumb-simple .__content span:not(:first-child):before {
    content: "\e083";
    font-family: "megatron" !important;
    font-size: 6px;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    -webkit-font-smoothing: antialiased;
    color: #00B863;
    margin: 0 6px;
}

.call-to-action .__content {
    padding-left: 15px;
    padding-right: 15px;
}

.call-to-action .__content .__button a.btn-border, .call-to-action .__content .__button a.btn {
    letter-spacing: 3px;
}

.call-to-action .__content .__button a.btn-border {
    padding-right: 18px;
    padding-left: 18px;
    border-width: 2px;
}

.call-to-action .__content .__button a.btn {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 17px;
}

.call-to-action.style-1, .call-to-action.style-3 {
    border: 2px solid rgba(0, 0, 0, 0.2);
}

.call-to-action.style-1 .__content *:not(.btn-border), .call-to-action.style-3 .__content *:not(.btn-border) {
    color: #FFFFFF;
}

.call-to-action.style-1 {
    background-color: #00B863;
}

.call-to-action.style-2 {
    border: 3px solid #00934f;
}

.call-to-action.style-3 {
    background-color: #00BFFF;
}

@media only screen and (min-width:1020px) {
    .call-to-action .__content {
        position: relative;
        height: 150px;
    }
    .call-to-action .__content .__icon {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
    }
    .call-to-action .__content .__icon i {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        font-size: 65px;
        line-height: 65px;
        display: inline-block;
        height: 65px;
        width: 65px;
    }
    .call-to-action .__content .__button {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 285px;
    }
    .call-to-action .__content .__button>div {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        height: 120px;
        margin-top: auto;
        margin-bottom: auto;
        line-height: 120px;
    }
    .call-to-action.style-1 .__content, .call-to-action.style-3 .__content {
        padding-right: 298px;
        padding-left: 146px;
    }
    .call-to-action.style-1 .__content .__icon, .call-to-action.style-3 .__content .__icon {
        width: 146px;
    }
    .call-to-action.style-1 .__content .__button>div, .call-to-action.style-3 .__content .__button>div {
        padding-right: 55px;
    }
    .call-to-action.style-2 .__content {
        padding-right: 297px;
        padding-left: 145px;
    }
    .call-to-action.style-2 .__content .__icon {
        width: 145px;
    }
    .call-to-action.style-2 .__content .__button>div {
        padding-right: 54px;
    }
}

@media only screen and (max-width:1019px) {
    .call-to-action .__content {
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .call-to-action .__content .__button {
        padding-top: 30px;
    }
}

.call-to-action-parallax {
    padding-top: 150px;
    padding-bottom: 170px;
}

.call-to-action-parallax p {
    letter-spacing: 2px;
}

.call-to-action-parallax .__button .btn, .call-to-action-parallax .__button .btn-border {
    max-width: 200px;
    letter-spacing: 2px;
}

.call-to-action-parallax .__button .btn {
    margin-right: 30px;
}

@media only screen and (max-width:767px) {
    .call-to-action-parallax {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .call-to-action-parallax .__button .btn {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media (max-width:480px) {
    .call-to-action-parallax h1.size-ll {
        font-size: 32px;
    }
}

.call-to-action-common .__content-wrapper .btn-border.fullwidth {
    letter-spacing: 2px;
    max-width: 200px;
}

@media only screen and (min-width:1020px) {
    .call-to-action-common .__content-wrapper {
        height: 180px;
    }
    .call-to-action-common .__content-wrapper .__content-left, .call-to-action-common .__content-wrapper .__content-right {
        height: 100%;
    }
    .call-to-action-common .__content-wrapper .__content-right {
        text-align: right;
    }
    .call-to-action-common.size-small .__content-wrapper {
        height: 140px;
    }
}

@media only screen and (max-width:1019px) {
    .call-to-action-common .__content-wrapper {
        text-align: center;
    }
    .call-to-action-common .__content-wrapper .__content-left {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .call-to-action-common .__content-wrapper .__content-right {
        padding-bottom: 40px;
    }
}

.mfp-bg {
    background: #0b0b0b;
    height: 100%;
    left: 0;
    opacity: 0.8;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11002;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-wrap {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11003;
}

.mfp-container {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 0 8p;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: left;
    vertical-align: middle;
    z-index: 11005;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    cursor: auto;
    width: 100%;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-preloader {
    color: #ccc;
    left: 8px;
    margin-top: -0.8em;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 50%;
    width: auto;
    z-index: 11004;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    outline: none;
    overflow: visible;
    padding: 0;
    z-index: 11006;
}

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

.mfp-close {
    color: #fff;
    font-family: Arial, Baskerville, monospace;
    font-size: 0;
    font-style: normal;
    height: 44px;
    line-height: 44px;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    transition: opacity 0.4s;
    width: 44px;
}

.mfp-close:before {
    background-color: rgba(0, 0, 0, 0.6);
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    box-shadow: 2px 2px 3px #000000;
    font-family: "megatron" !important;
    content: "\e1b8";
    cursor: pointer;
    font-size: 10px;
    height: 24px;
    line-height: 20px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 5px;
    width: 24px;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #fff;
    padding-right: 6px;
    right: -6px;
    text-align: right;
    width: 100%;
}

.mfp-counter {
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
}

button.mfp-arrow {
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    color: #FFFFFF;
    background-color: transparent;
    font-size: 0;
    overflow: hidden;
    opacity: 0.6;
}

button.mfp-arrow:hover {
    opacity: 1;
}

button.mfp-arrow:before {
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 44px;
    line-height: 46px;
    font-family: "megatron" !important;
}

.mfp-arrow-left {
    left: 20px;
}

.mfp-arrow-left:before {
    content: "\e1ad";
    left: -2px;
}

.mfp-arrow-right {
    right: 20px;
}

.mfp-arrow-right:before {
    content: "\e1ab";
    right: -2px;
}

.mfp-iframe-holder {
    padding-bottom: 40px;
    padding-top: 40px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    max-width: 900px;
    width: 100%;
}

.mfp-iframe-scaler {
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    width: 100%;
}

.mfp-iframe-scaler iframe {
    background: #000;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

img.mfp-img {
    box-sizing: border-box;
    display: block;
    height: auto;
    line-height: 0;
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 0 40px;
    width: auto;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    background: #444;
    bottom: 40px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    content: '';
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 40px;
    width: auto;
    z-index: -1;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-bottom-bar {
    cursor: auto;
    left: 0;
    margin-top: -36px;
    position: absolute;
    top: 100%;
    width: 100%;
}

.mfp-title {
    color: #f3f3f3;
    line-height: 18px;
    padding-right: 36px;
    text-align: left;
    word-wrap: break-word;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
    .mfp-img-mobile .mfp-bottom-bar {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        box-sizing: border-box;
        margin: 0;
        padding: 3px 5px;
        position: fixed;
        top: auto;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-close {
        background: rgba(0, 0, 0, 0.6);
        height: 35px;
        line-height: 35px;
        padding: 0;
        position: fixed;
        right: 0;
        text-align: center;
        top: 0;
        width: 35px;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-figure:after {
        bottom: 0;
        top: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
}

@media all and (max-width:900px) {
    .mfp-arrow:before {
        font-size: 16px;
        height: 28px;
        line-height: 24px;
        width: 28px;
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.group-brand-logo ul {
    margin-left: -15px;
    margin-right: -15px;
}

.group-brand-logo li {
    float: left;
    width: 33.33333333%;
    font-size: 0;
}

.group-brand-logo li>a {
    display: inline-block;
}

@media (max-width:600px) {
    .group-brand-logo li {
        width: 100%;
    }
}

@media only screen and (min-width:1230px) {
    .client-section-2 .__header {
        padding-top: 50px;
    }
}

.client-section-parallax {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.client-section-parallax>div {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.client-section-parallax .__block-wrapper-1 {
    padding-top: 110px;
    padding-bottom: 70px;
}

.client-section-parallax .__block-wrapper-1 .group-brand-logo {
    max-width: 771px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.client-section-parallax .__block-wrapper-1 .group-brand-logo ul {
    margin: 0;
}

.client-section-parallax .__block-wrapper-2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.client-section-parallax .__block-wrapper-2 .__block {
    max-width: 620px;
    width: 100%;
}

@media only screen and (max-width:1229px) {
    .client-section-parallax {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .client-section-parallax .__block-wrapper-1, .client-section-parallax .__block-wrapper-2 {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .client-section-parallax .__block-wrapper-1 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .client-section-parallax .__block-wrapper-2 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding-top: 90px;
        padding-bottom: 80px;
    }
}

.brand-carousel .__item .__image {
    font-size: 0;
}

.brand-carousel .__item .__image>a {
    display: inline-block;
}

.brand-carousel-border {
    border: 1px solid #EEEEEE;
}

.brand-carousel-border .__item .__image {
    border-right: 1px solid #EEEEEE;
    height: 140px;
    font-size: 0;
}

.brand-carousel-border .__item .__image>a {
    line-height: 138px;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}

.brand-carousel-border .__item .__image>a img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.countdown-clock {
    margin-right: -20px;
    display: inline-block;
}

.countdown-clock>div {
    display: inline-block;
    padding-right: 20px;
    text-align: center;
    font-family: "Playfair Display", serif;
    font-size: 18px;
}

.countdown-clock>div>span {
    font-family: "Montserrat", sans-serif;
    width: 80px;
    height: 80px;
    color: #FFFFFF;
    font-size: 45px;
    display: block;
    line-height: 80px;
    background-color: #00B863;
}

.counter-group .block-counter .__icon {
    font-size: 34px;
    line-height: 1;
    height: 34px;
    margin-bottom: 35px;
    position: relative;
}

.counter-group .block-counter .__icon i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.counter-group .block-counter .__icon i.icon-traget {
    font-size: 42px;
    height: 42px;
    width: 42px;
}

.counter-group .block-counter .__icon i.icon-bike {
    font-size: 56px;
    height: 56px;
    width: 56px;
}

.counter-group .block-counter .timer {
    font-size: 45px;
    font-weight: 400;
}

.counter-group .block-counter .timer.hr-heading:after {
    margin-top: 15px;
}

.counter-group .block-counter p {
    letter-spacing: 2px;
}

.cover-box {
    display: block;
    float: left;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.cover-box.normal-style .cover-box-content {
    display: block;
}

.cover-box:not(.normal-style) .cover-box-content {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
}

.cover-box-container {
    overflow: hidden;
    position: relative;
}

.cover-box-container .cover-box {
    background-color: #FFFFFF;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.cover-box-container .cover-box .cover-box-content {
    padding-left: 15px;
    padding-right: 15px;
}

.cover-box-container .cover-box .cover-box-content .content-wrapper h4 {
    line-height: 1.2;
    margin-bottom: 18px;
}

.cover-box-container .cover-box .cover-box-content .content-wrapper p {
    margin-bottom: 22px;
}

@media only screen and (max-width:767px) {
    .cover-box-container .cover-box>div {
        margin-right: auto;
        margin-left: auto;
        max-width: 500px;
    }
    .cover-box-container .cover-box .content-wrapper {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

.expendable-section .expendable-section-header {
    height: 120px;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    cursor: pointer;
}

.expendable-section .expendable-section-header .__content {
    height: 100%;
}

.expendable-section .expendable-section-header .__content .__default, .expendable-section .expendable-section-header .__content .__active {
    display: inline-block;
    height: 100%;
    position: relative;
    padding-left: 55px;
}

.expendable-section .expendable-section-header .__content .__default .__icon, .expendable-section .expendable-section-header .__content .__active .__icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 44px;
}

.expendable-section .expendable-section-header .__content .__default .__icon i, .expendable-section .expendable-section-header .__content .__active .__icon i {
    display: block;
    font-size: 44px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.expendable-section .expendable-section-header .__content .__active {
    display: none;
}

.expendable-section .expendable-section-header.header-active .__content .__default {
    display: none;
}

.expendable-section .expendable-section-header.header-active .__content .__active {
    display: inline-block;
}

.expendable-section .expendable-section-header.bgc-primary {
    border-color: #00B863;
}

.expendable-section .expendable-section-header.bgc-light, .expendable-section .expendable-section-header.bgc-gray-lighter {
    border-color: #EEEEEE;
}

.expendable-section .expendable-section-header.bgc-gray-dark {
    border-color: #444444;
}

#map {
    height: 600px;
    max-height: 80vh;
}

.block-icon-box .__header {
    margin-bottom: 20px;
}

.block-icon-box .__header .__heading, .block-icon-box .__header .__icon {
    display: inline-block;
    vertical-align: middle;
}

.block-icon-box .__header .__heading {
    max-width: calc(100% - 85px);
}

.block-icon-box .__header .simple-icon {
    margin-left: 10px;
}

.block-icon-box .__header .__icon {
    margin-right: 10px;
}

.group-icon-box-border-container {
    overflow: hidden;
}

.group-icon-box-border-container .__container-inner {
    margin-left: -2px;
    margin-bottom: -2px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.group-icon-box-border-container .__border-item {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 350px;
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    border-bottom: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
}

.group-icon-box-border-container .__border-item-darker {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 350px;
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
}

.bgc-gray-darker .group-icon-box-border-container .__border-item, .bgc-gray-darker .group-icon-box-border-container .__border-item-darker, .bgc-gray-darkest .group-icon-box-border-container .__border-item, .bgc-gray-darkest .group-icon-box-border-container .__border-item-darker, .bgc-gray-dark .group-icon-box-border-container .__border-item, .bgc-gray-dark .group-icon-box-border-container .__border-item-darker {
    border-bottom-color: #333333;
    border-left-color: #333333;
}

.block-icon-box-vertical {
    text-align: center;
    padding: 50px 15px 25px;
}

.block-icon-box-vertical .__icon {
    display: inline-block;
    margin-bottom: 15px;
}

.block-icon-box-vertical .circle-icon {
    margin-bottom: 35px;
}

.block-icon-box-vertical .__caption {
    margin-bottom: 20px;
}

.block-icon-box-vertical-2 {
    text-align: center;
}

.block-icon-box-vertical-2 .__icon {
    margin-bottom: 40px;
}

.block-icon-box-vertical-2 h6 {
    margin-bottom: 30px;
}

.block-icon-box-left-icon {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.block-icon-box-left-icon .__icon {
    float: left;
    margin-right: 20px;
}

.safari .block-icon-box-left-icon .circle-icon {
    width: 220px;
}

.safari .block-icon-box-left-icon .simple-icon {
    width: 110px;
}

.group-icon-box-creative-container .block-icon-box-left-icon {
    padding: 60px 30px 35px;
}

.group-icon-box-creative-container .__row-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width:1020px) {
    .group-icon-box-creative-container .__row-container:nth-child(2n+1) .__image {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
}

.group-icon-box-creative-container .__group-content {
    position: relative;
    background-color: #FFFFFF;
}

.group-icon-box-creative-container .__group-content.bgc-gray-darker {
    background-color: #222222;
}

@media (min-width:1600px) {
    .group-icon-box-creative-container .block-icon-box-left-icon {
        padding: 80px 60px 65px;
    }
}

@media only screen and (max-width:1229px) {
    .group-icon-box-creative-container .__image {
        min-height: 300px;
    }
}

.group-icon-box-vertical-creative .block-icon-box-vertical {
    position: relative;
}

.group-icon-box-vertical-creative .block-icon-box-vertical:before {
    transition: all 0.3s ease-in-out;
    background-color: #f7f7f7;
    content: "";
    width: 100%;
    height: 9999px;
    position: absolute;
    border-left: 1px solid #DDDDDD;
    top: 0;
    left: 0;
    z-index: -1;
}

.group-icon-box-vertical-creative .block-icon-box-vertical:hover:before {
    background-color: #EEEEEE;
}

@media (min-width:1600px) {
    .group-icon-box-vertical-creative .block-icon-box-vertical {
        padding: 80px 30px 55px;
    }
}

.group-icon-list .block-icon-box-left-icon .__content {
    margin-bottom: 50px;
}

.group-icon-list.process-style .__icon {
    position: relative;
    z-index: 10;
}

.group-icon-list.process-style .__icon:after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    border-right: 1px dashed #00B863;
    left: 50%;
    z-index: -1;
}

.group-icon-list.process-style .simple-icon:before {
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.group-icon-list.process-style .block-icon-box-left-icon:last-child .__icon:after {
    display: none;
}

.group-icon-box-left-icon-special {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.group-icon-box-left-icon-special .__block-wrapper-1 {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    position: relative;
}

.group-icon-box-left-icon-special .__block-wrapper-1 .__image {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: cover;
    background-position: top center;
}

.group-icon-box-left-icon-special .__block-wrapper-2 {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -webkit-flex-basis: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.group-icon-box-left-icon-special .__block-wrapper-2 .__block {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    color: #FFFFFF;
    padding-right: 65px;
    padding-left: 65px;
}

.group-icon-box-left-icon-special .__block-wrapper-2 .__block:nth-of-type(2n+1) {
    background-color: #111111;
}

.group-icon-box-left-icon-special .__block-wrapper-2 .__block:nth-of-type(2n) {
    background-color: #222222;
}

.group-icon-box-left-icon-special .__block-wrapper-2 .__block:nth-of-type(1), .group-icon-box-left-icon-special .__block-wrapper-2 .__block:nth-of-type(2) {
    padding-top: 110px;
    padding-bottom: 50px;
}

.group-icon-box-left-icon-special .__block-wrapper-2 .__block:nth-of-type(3), .group-icon-box-left-icon-special .__block-wrapper-2 .__block:nth-of-type(4) {
    padding-bottom: 90px;
}

@media only screen and (max-width:1229px) {
    .group-icon-box-left-icon-special {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .group-icon-box-left-icon-special .__block-wrapper-1, .group-icon-box-left-icon-special .__block-wrapper-2 {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .group-icon-box-left-icon-special .__block-wrapper-1 {
        min-height: 500px;
    }
}

@media only screen and (max-width:1019px) {
    .group-icon-box-left-icon-special .__block-wrapper-2 {
        min-height: 500px;
    }
    .group-icon-box-left-icon-special .__block-wrapper-2 .__block {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media only screen and (max-width:767px) {
    .group-icon-box-left-icon-special .__block-wrapper-2 .__block {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        padding-left: 30px;
        padding-right: 30px;
    }
    .group-icon-box-left-icon-special .__block-wrapper-2 .__block:nth-of-type(1), .group-icon-box-left-icon-special .__block-wrapper-2 .__block:nth-of-type(3) {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .group-icon-box-left-icon-special .__block-wrapper-2 .__block:nth-of-type(2), .group-icon-box-left-icon-special .__block-wrapper-2 .__block:nth-of-type(4) {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

.group-icon-box-list-right-slider {
    position: relative;
}

.group-icon-box-list-right-slider .__block-wrapper-1, .group-icon-box-list-right-slider .__block-wrapper-2 {
    padding-right: 15px;
    padding-left: 15px;
}

.group-icon-box-list-right-slider .__block-wrapper-1 .__block, .group-icon-box-list-right-slider .__block-wrapper-2 .__block {
    margin-right: auto;
    margin-left: auto;
}

.group-icon-box-list-right-slider .__block-wrapper-1 {
    padding-top: 100px;
    padding-bottom: 60px;
}

.group-icon-box-list-right-slider .__block-wrapper-1 .__block .hr-header {
    margin-bottom: 30px;
}

.group-icon-box-list-right-slider .__block-wrapper-2 {
    position: relative;
}

.group-icon-box-list-right-slider .__block-wrapper-2 .cell-vertical-wrapper {
    table-layout: fixed;
}

.group-icon-box-list-right-slider .__block-wrapper-2 .__block {
    max-width: 640px;
}

@media only screen and (min-width:768px) {
    .group-icon-box-list-right-slider .__block-wrapper-1 .__block {
        width: 720px;
    }
}

@media only screen and (min-width:1020px) {
    .group-icon-box-list-right-slider .__block-wrapper-1 .__block {
        width: 960px;
    }
}

@media only screen and (min-width:1230px) {
    .group-icon-box-list-right-slider .__block-wrapper-1, .group-icon-box-list-right-slider .__block-wrapper-2 {
        width: 50%;
        padding-right: 30px;
        padding-left: 30px;
    }
    .group-icon-box-list-right-slider .__block-wrapper-1 .__block {
        max-width: 680px;
    }
    .group-icon-box-list-right-slider .__block-wrapper-2 {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }
}

@media only screen and (max-width:1229px) {
    .group-icon-box-list-right-slider .__block-wrapper-2 {
        padding-top: 80px;
        padding-bottom: 60px;
    }
}

.group-icon-box-list-side-image {
    position: relative;
}

.group-icon-box-list-side-image:before, .group-icon-box-list-side-image:after {
    content: " ";
    display: table;
}

.group-icon-box-list-side-image:after {
    clear: both;
}

.group-icon-box-list-side-image:before, .group-icon-box-list-side-image:after {
    content: " ";
    display: table;
}

.group-icon-box-list-side-image:after {
    clear: both;
}

.group-icon-box-list-side-image .__block-wrapper-2 {
    padding-top: 100px;
    padding-bottom: 75px;
    padding-right: 15px;
    padding-left: 15px;
}

.group-icon-box-list-side-image .__block-wrapper-2 .__block {
    margin-right: auto;
    margin-left: auto;
}

.group-icon-box-list-side-image .__block-wrapper-2 .__block>.__title {
    margin-bottom: 20px;
}

.group-icon-box-list-side-image .__block-wrapper-2 .__block>.__caption {
    margin-bottom: 50px;
}

.group-icon-box-list-side-image .__block-wrapper-2 .__block .block-icon-box-left-icon {
    margin-bottom: 25px;
}

.group-icon-box-list-side-image .__block-wrapper-2 .__block .block-icon-box-left-icon .__right-side .__heading {
    padding-top: 5px;
    margin-bottom: 8px;
}

@media only screen and (min-width:768px) {
    .group-icon-box-list-side-image .__block-wrapper-2 .__block {
        width: 720px;
    }
}

@media only screen and (min-width:1020px) {
    .group-icon-box-list-side-image .__block-wrapper-2 .__block {
        width: 960px;
    }
}

@media only screen and (min-width:1230px) {
    .group-icon-box-list-side-image .__block-wrapper-1, .group-icon-box-list-side-image .__block-wrapper-2 {
        width: 50%;
    }
    .group-icon-box-list-side-image .__block-wrapper-2 {
        padding-right: 30px;
        padding-left: 30px;
        float: right;
    }
    .group-icon-box-list-side-image .__block-wrapper-2 .__block {
        max-width: 700px;
    }
    .group-icon-box-list-side-image .__block-wrapper-1 {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
}

@media only screen and (max-width:1229px) {
    .group-icon-box-list-side-image .__block-wrapper-1 {
        position: relative;
        min-height: 500px;
    }
}

.pagination li {
    display: inline-block;
}

.pagination li a {
    display: block;
    border: 1px solid #DDDDDD;
    background-color: #f7f7f7;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    min-width: 60px;
    text-align: center;
    padding: 13px;
    border-radius: 0;
    float: none;
    line-height: inherit;
    color: #444444;
}

.pagination li.active a, .pagination li a:hover {
    background-color: #00B863;
    border-color: #00B863;
    color: #FFFFFF;
}

.pagination.label li {
    letter-spacing: 0;
}

.pagination.label li:first-child a:after {
    font-size: 13px;
    content: attr(aria-label);
    margin-left: 5px;
    vertical-align: 1px;
}

.pagination.label li:last-child a:before {
    font-size: 13px;
    content: attr(aria-label);
    margin-right: 5px;
    vertical-align: 1px;
}

.pagination-simple {
    font-family: "Montserrat", sans-serif;
    padding-top: 40px;
    padding-bottom: 40px;
}

.pagination-simple li {
    display: inline-block;
    margin-bottom: 0;
}

.pagination-simple li:not(:first-child) {
    margin-left: 20px;
}

.pagination-simple li.active {
    text-decoration: underline;
    color: #00B863;
}

nav.pagination-2 {
    padding-top: 40px;
    padding-bottom: 40px;
}

nav.pagination-2:before, nav.pagination-2:after {
    content: " ";
    display: table;
}

nav.pagination-2:after {
    clear: both;
}

nav.pagination-2:before, nav.pagination-2:after {
    content: " ";
    display: table;
}

nav.pagination-2:after {
    clear: both;
}

nav.pagination-2 .button-previous, nav.pagination-2 .button-next {
    padding-top: 9px;
    padding-bottom: 9px;
    display: block;
    position: relative;
    font-family: "Montserrat", sans-serif;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
}

nav.pagination-2 .button-previous i, nav.pagination-2 .button-next i {
    transition: all 0.3s ease-in-out;
    color: #00B863;
    position: absolute;
    display: block;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

nav.pagination-2 .button-previous i:before, nav.pagination-2 .button-next i:before {
    display: block;
}

nav.pagination-2 .button-previous:hover, nav.pagination-2 .button-next:hover {
    color: #FFFFFF;
    border-color: #00B863;
    background-color: #00B863;
}

nav.pagination-2 .button-previous:hover i, nav.pagination-2 .button-next:hover i {
    color: #FFFFFF;
}

nav.pagination-2 .button-previous {
    float: left;
    padding-left: 34px;
    padding-right: 14px;
}

nav.pagination-2 .button-previous i {
    left: 10px;
}

nav.pagination-2 .button-next {
    float: right;
    padding-left: 14px;
    padding-right: 34px;
}

nav.pagination-2 .button-next i {
    right: 10px;
}

nav.pagination-2 ul {
    font-family: "Montserrat", sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
}

nav.pagination-2 ul li {
    display: inline-block;
    margin-bottom: 0;
}

nav.pagination-2 ul li:not(:first-child) {
    margin-left: 20px;
}

nav.pagination-2 ul li.active {
    text-decoration: underline;
    color: #00B863;
}

nav.pagination-2 .__back-to-portfolio {
    text-align: center;
}

nav.pagination-2 .__back-to-portfolio>a {
    display: inline-block;
    width: 50px;
    padding: 9px 0;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    color: #DDDDDD;
}

nav.pagination-2 .__back-to-portfolio>a>i {
    font-size: 25px;
}

nav.pagination-2 .__back-to-portfolio>a:hover {
    color: #00B863;
    border-color: #00B863;
}

@media only screen and (max-width:767px) {
    nav.pagination-2 .button-previous, nav.pagination-2 .button-next {
        height: 50px;
        border-radius: 0px;
    }
    nav.pagination-2 .button-previous span, nav.pagination-2 .button-next span {
        display: none;
    }
    nav.pagination-2 .button-previous i {
        left: 15px;
    }
    nav.pagination-2 .button-next i {
        right: 15px;
    }
}

.block-easy-piechart {
    text-align: center;
}

@media only screen and (min-width:1020px) {
    .block-easy-piechart .__header {
        margin-bottom: 15px;
    }
    .block-easy-piechart .__footer {
        margin-top: 60px;
    }
}

.easy-piechart {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}

.easy-piechart .progressbar-text {
    font-family: "Montserrat", sans-serif;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    font-size: 30px;
    line-height: 95px;
    background-color: #00BFFF;
    color: #FFFFFF !important;
}

.easy-piechart path:first-child {
    stroke: #00BFFF;
}

.easy-piechart path:last-child {
    stroke: #3ED0A1;
}

.block-piechart {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}

.piechart {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.piechart .chart {
    width: 160px;
    height: 160px;
    float: left;
}

.piechart .chart canvas {
    width: 100%;
    height: 100%;
}

.piechart .pie-legend {
    float: left;
    padding-left: 30px;
}

.piechart .pie-legend li {
    margin-bottom: 15px;
    display: block;
}

.piechart .pie-legend span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    line-height: 1.2;
}

.piechart .pie-legend .__color {
    width: 30px;
    height: 30px;
}

.grid-item {
    margin-bottom: 30px;
}

.js-front-masonry-images .grid-item {
    margin-bottom: auto;
}

.remove-col-gutter .grid-item {
    margin-bottom: 0px;
}

.isotope-grid {
    transition: height 0.3s;
}

.portfolio-filter {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 90px;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: "Montserrat", sans-serif;
}

.portfolio-filter .filter-button {
    border-bottom: 2px solid transparent;
    display: inline-block;
    padding-bottom: 15px;
    margin: 0 10px -2px;
}

.portfolio-filter .filter-button.is-checked {
    border-bottom-color: #00B863;
}

.block-portfolio {
    text-align: center;
}

.block-portfolio.overlay-container, .block-portfolio .overlay-container {
    overflow: hidden;
}

.block-portfolio .overlay {
    opacity: 0;
}

.block-portfolio .__image {
    transition: all 0.7s ease-in-out;
    width: 100%;
}

.block-portfolio .__title {
    margin-bottom: 10px;
}

.block-portfolio a:hover {
    color: inherit;
}

.block-portfolio:hover .overlay {
    opacity: 1;
}

.block-portfolio:hover .__image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.block-portfolio [class^='bgc-light-'].overlay, .block-portfolio [class*='bgc-light-'].overlay {
    border: 1px solid #DDDDDD;
}

.block-portfolio.zoom .__zoom {
    display: block;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 1;
    opacity: 0.6;
}

.block-portfolio.zoom .overlay>.__zoom {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.block-portfolio.zoom .overlay>.__zoom i {
    display: inline-block;
    vertical-align: middle;
}

.block-portfolio.zoom .overlay>.__zoom i:before {
    display: block;
}

.block-portfolio.zoom .overlay>.__zoom:hover {
    opacity: 1;
}

.block-portfolio.zoom .cell-middle>.__zoom {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.block-portfolio.zoom [class^='bgc-light-'] .__zoom, .block-portfolio.zoom [class*='bgc-light-'] .__zoom {
    color: #444444;
}

.block-portfolio.group-function .__group-function {
    padding-top: 20px;
}

.block-portfolio.group-function .__group-function a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 20px;
    border: 1px solid #FFFFFF;
    opacity: 0.7;
    margin: 0 5px;
}

.block-portfolio.group-function .__group-function a:hover, .block-portfolio.group-function .__group-function a:active, .block-portfolio.group-function .__group-function a:focus {
    color: inherit;
    opacity: 1;
}

.block-portfolio.group-function .__group-function a i {
    display: inline-block;
    vertical-align: middle;
}

.block-portfolio.group-function .__group-function a i:before {
    display: block;
}

.block-portfolio.group-function [class^='bgc-light-'] .__group-function a, .block-portfolio.group-function [class*='bgc-light-'] .__group-function a {
    border-color: #444444;
}

.block-portfolio.middle-separator .__title {
    position: relative;
    padding-bottom: 14px;
}

.block-portfolio.middle-separator .__title:after {
    content: '';
    position: absolute;
    width: 140px;
    left: 50%;
    bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.block-portfolio.middle-separator [class^='bgc-light-'] .__title:after, .block-portfolio.middle-separator [class*='bgc-light-'] .__title:after {
    border-color: #444444;
}

.block-portfolio.frame-bordered .cell-vertical-wrapper {
    position: relative;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px;
    left: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #FFFFFF;
}

.block-portfolio.frame-bordered [class^='bgc-light-'] .cell-vertical-wrapper, .block-portfolio.frame-bordered [class*='bgc-light-'] .cell-vertical-wrapper {
    border-color: #444444;
}

.block-portfolio.title-foot footer {
    transition: all 0.3s ease-in-out;
    border: 1px solid #DDDDDD;
    padding: 25px 15px;
}

.block-portfolio.title-foot:hover footer {
    border-color: #222222;
    background-color: #222222;
    color: #FFFFFF;
}

.group-portfolio .container-fluid:not(.remove-col-gutter) {
    margin-right: 15px;
    margin-left: 15px;
}

.group-portfolio .container.remove-col-gutter.remove-gutter {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

@media only screen and (min-width:1230px) {
    .group-portfolio .w20p {
        width: 20%;
    }
}

.portfolio-single-info .__item {
    margin-bottom: 20px;
}

.portfolio-single-info .__item h6 {
    margin-bottom: 8px;
}

.portfolio-single-info .__item.__tag h6 {
    margin-bottom: 15px;
}

.portfolio-post-info .__item {
    margin-bottom: 20px;
}

.portfolio-post-info .__item h6 {
    margin-bottom: 8px;
}

.portfolio-box-slider .block-portfolio-box-slider .__image img {
    width: 100%;
}

.portfolio-carousel-special .slider {
    margin-left: -5px;
    margin-right: -5px;
}

.portfolio-carousel-special .block-portfolio {
    border: 5px solid transparent;
}

.block-image-zoom {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    cursor: pointer;
}

.block-image-zoom img {
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.block-image-zoom .overlay-hover .__icon {
    font-size: 0;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.block-image-zoom .overlay-hover .__icon i {
    color: rgba(255, 255, 255, 0.8);
    font-size: 22px;
}

.block-image-zoom:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.post {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 35px;
}

.post.post-index:not(:first-child) {
    padding-top: 70px;
}

.post .__header {
    margin-bottom: 30px;
}

.post .__title {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    margin-bottom: 15px;
}

.post .__quote {
    display: block;
    padding: 30px 35px 40px 70px;
    border: 6px solid rgba(255, 255, 255, 0.25);
    border-radius: 6px;
}

.post .__quote .__qcontent {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
}

.post .__quote .__qcontent:before {
    position: absolute;
    display: block;
    left: -55px;
    padding: 15px 10px 0;
    content: '\201C';
    font-family: "Playfair Display", serif;
    font-size: 80px;
    line-height: 30px;
}

.post .__quote .__qauthor {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
}

@media only screen and (max-width:767px) {
    .post .__quote {
        padding: 60px 15px 30px;
    }
    .post .__quote .__qcontent:before {
        top: -40px;
        left: -10px;
    }
}

.post .__meta {
    margin-bottom: 25px;
    font-family: "Playfair Display", serif;
    font-style: italic;
}

.post .__meta>span {
    display: inline-block;
}

.post .__meta>span:not(:last-child) {
    margin-right: 30px;
}

.post .__meta .__value {
    color: #00B863;
}

.blog-masonry-container {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}

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

.blog-masonry-container:after {
    clear: both;
}

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

.blog-masonry-container:after {
    clear: both;
}

.blog-masonry-container .post-masonry {
    margin: 0 10px;
}

.blog-masonry-container .__quote {
    padding: 30px 25px 0px 50px;
    background-color: transparent;
    color: #444444;
    border-bottom: 0;
}

.blog-masonry-container .__quote .__qcontent {
    position: relative;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
}

.blog-masonry-container .__quote .__qcontent:before {
    top: 0;
    display: block;
    left: -40px;
    padding: 5px 10px 0;
    font-size: 45px;
    line-height: 30px;
}

.blog-masonry-container .__quote .__qauthor {
    margin-bottom: 0;
    font-size: 14px;
    color: #00B863;
}

.blog-masonry-container .post {
    border-bottom: 0;
    margin-bottom: 40px;
    background-color: #f8f8f8;
}

.blog-masonry-container .post .__header {
    margin-bottom: 0;
}

.blog-masonry-container .post .__main {
    padding: 20px 15px 0 15px;
}

.blog-masonry-container .post .__title {
    font-size: 18px;
    margin-bottom: 10px;
}

.blog-masonry-container .post .__meta {
    margin-bottom: 10px;
}

.blog-masonry-container .post .__meta>span:not(:last-child) {
    margin-right: 20px;
}

.post-left-image:before, .post-left-image:after {
    content: " ";
    display: table;
}

.post-left-image:after {
    clear: both;
}

.post-left-image:before, .post-left-image:after {
    content: " ";
    display: table;
}

.post-left-image:after {
    clear: both;
}

@media only screen and (min-width:768px) {
    .post-left-image .__header {
        width: 48%;
        float: left;
        margin-right: 30px;
    }
    .post-left-image.post-quote .__header {
        width: 100%;
    }
    .post-left-image .__title {
        margin-top: -0.2em;
        margin-bottom: 10px;
        line-height: 1.4;
    }
    .post-left-image .__meta {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .post-left-image .__meta>span:not(:last-child) {
        margin-right: 20px;
    }
    .post-left-image .__main {
        overflow: hidden;
    }
}

.price-table .price-table-item {
    margin-bottom: 30px;
}

.price-table .price-table-item .__title {
    background-color: #444444;
    padding: 25px 15px;
}

.price-table .price-table-item .__body {
    border: 1px solid #DDDDDD;
    border-top: 0;
    padding: 0 15px 60px;
}

.price-table .price-table-item .__body h5 {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 0;
    padding: 28px 0;
    color: #666666;
}

.price-table .price-table-item .__body h5 span {
    color: #444444;
    font-weight: 700;
}

.price-table .price-table-item .__body h1 {
    font-weight: 400;
    margin-bottom: 0;
    padding-top: 45px;
    padding-bottom: 45px;
}

.price-table .price-table-item.default .__title {
    background-color: #00B863;
}

.price-table .price-table-item.default .__body {
    background-color: #F9F9F9;
}

.price-table.remove-col-gutter .price-table-item-wrapper:not(:last-of-type) {
    margin-right: -1px;
}

.price-table.remove-col-gutter .price-table-item .__body {
    padding-left: 25px;
    padding-right: 25px;
}

@media only screen and (max-width:767px) {
    .price-table .price-table-item {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .price-table.remove-col-gutter .price-table-item-wrapper {
        margin-right: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .price-table.remove-col-gutter .price-table-item .__body {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width:1020px) {
    .group-process {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.block-process {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 10;
}

.block-process:before, .block-process:after {
    content: " ";
    display: table;
}

.block-process:after {
    clear: both;
}

.block-process:before, .block-process:after {
    content: " ";
    display: table;
}

.block-process:after {
    clear: both;
}

.block-process .__icon {
    position: relative;
}

.block-process .__icon .line {
    content: "";
    position: absolute;
    z-index: -1;
}

.block-process.active .__icon .circle-icon:before {
    background-color: #00BFFF;
}

.block-process.active .__icon:before, .block-process.active~.block-process .__icon:before {
    background-color: #dadada;
}

.block-process.active~.block-process .__icon .circle-icon:before {
    background-color: #a2a2a2;
}

@media only screen and (min-width:1020px) {
    .block-process {
        text-align: center;
    }
    .block-process .__title {
        height: 60px;
        margin-bottom: 0;
    }
    .block-process .__icon {
        margin: 0 -15px 40px;
    }
    .block-process .__icon .line {
        width: 100%;
        top: 50%;
        height: 4px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .block-process .__icon .line {
        left: 50%;
    }
    .group-process.large-icon .block-process .__icon .circle-icon:before {
        width: 140px;
        height: 140px;
        border: 10px solid rgba(255, 255, 255, 0.6);
        line-height: 120px !important;
        font-size: 40px;
    }
}

@media only screen and (max-width:1019px) {
    .block-process {
        padding-left: 100px;
        padding-bottom: 20px;
    }
    .block-process .__title {
        margin-bottom: 10px;
    }
    .block-process .__icon {
        position: absolute;
        width: 70px;
        height: 100%;
        left: 15px;
        top: 0;
    }
    .block-process .__icon:before {
        width: 4px;
        height: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.block-process-2 {
    position: relative;
}

.block-process-2 .cell-vertical-wrapper {
    height: 320px;
}

.block-process-2 .__number {
    font-size: 200px;
    color: rgba(255, 255, 255, 0.2);
    position: absolute;
    line-height: 1;
    top: 0;
    height: 200px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 70px;
}

.block-process-2 .__block {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.block-process-2 .__block>* {
    letter-spacing: 0.05em;
}

.block-process-2 .__block .__title {
    font-size: 14px;
    margin-bottom: 10px;
}

.block-process-2 .__block p.__content {
    margin-bottom: 0;
}

.block-process-2.size-small .cell-vertical-wrapper {
    height: 240px;
}

.block-process-2.size-small .__block>* {
    letter-spacing: 0;
}

.block-process-2.size-small .__block .__title {
    font-size: 18px;
    margin-bottom: 5px;
}

@media only screen and (min-width:1020px) {
    .block-process-2 .__block {
        max-width: 320px;
    }
}

@media only screen and (max-width:1019px) {
    .block-process-2 .__block {
        max-width: 720px;
    }
}

.block-progressbar {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    z-index: 10;
}

.block-progressbar .__title {
    margin-bottom: 10px;
    line-height: 2.14285714;
}

.block-progressbar .progressbar {
    transition: all 0.7s ease-in-out;
    background-color: #00B863;
    width: 0;
}

.block-progressbar .progressbar-back-text, .block-progressbar .progressbar-front-text {
    display: none;
}

.block-progressbar .progressbar {
    background-color: #00B863;
    height: 9px;
    width: 0;
}

.progressbar-primary .block-progressbar .progressbar {
    background-color: #00B863;
}

.progressbar-secondary .block-progressbar .progressbar {
    background-color: #00BFFF;
}

.progressbar-success .block-progressbar .progressbar {
    background-color: #468C00;
}

.progressbar-info .block-progressbar .progressbar {
    background-color: #3ED0A1;
}

.progressbar-warning .block-progressbar .progressbar {
    background-color: #FF7F00;
}

.progressbar-danger .block-progressbar .progressbar {
    background-color: #FF5533;
}

.block-progressbar .progressbar:before {
    content: '';
    bottom: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 9px;
    background-color: #EEEEEE;
    z-index: -1;
}

.trail-light .block-progressbar .progressbar:before {
    background-color: #FFFFFF;
}

.block-progressbar.basic .progressbar {
    position: static;
}

.style-tooltip .block-progressbar {
    margin-bottom: 40px;
    position: relative;
}

.style-tooltip .block-progressbar .progressbar {
    position: absolute;
}

.style-tooltip .block-progressbar .progressbar-back-text {
    position: absolute;
    display: block;
    width: 100%;
    height: 9px;
    bottom: -19px;
    font-size: 0;
    background-color: #EEEEEE;
    z-index: -1;
}

.style-tooltip .block-progressbar .progressbar-front-text {
    position: absolute;
    display: block;
    right: -25px;
    bottom: 28px;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    height: 23px;
    text-align: center;
    max-width: 50px;
    padding: 5px;
    border-radius: 3px;
    color: #FFFFFF;
    background-color: #444444;
}

.style-tooltip .block-progressbar .progressbar-front-text:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 20px;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-width: 7px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #444444;
    display: block;
    width: 0;
    height: 0;
}

.trail-light.style-tooltip .block-progressbar .progressbar-back-text {
    background-color: #FFFFFF;
}

.block-progressbar.vertical {
    position: relative;
    height: 250px;
    float: left;
    margin-right: 50px;
    margin-bottom: 80px;
    background-color: #EEEEEE;
}

.trail-light .block-progressbar.vertical {
    background-color: #FFFFFF;
}

.block-progressbar.vertical .__title {
    display: block;
    position: absolute;
    bottom: -50px;
    font-family: "Montserrat", sans-serif;
}

.block-progressbar.vertical .progressbar {
    height: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.block-progressbar.vertical .progressbar-back-text {
    display: block;
    position: absolute;
    max-height: 20px;
    bottom: -50px;
    line-height: 30px !important;
    color: #00B863;
    font-family: "Montserrat", sans-serif;
}

.progressbar-primary .block-progressbar.vertical .progressbar-back-text {
    color: #00B863;
}

.progressbar-secondary .block-progressbar.vertical .progressbar-back-text {
    color: #00BFFF;
}

.progressbar-success .block-progressbar.vertical .progressbar-back-text {
    color: #468C00;
}

.progressbar-info .block-progressbar.vertical .progressbar-back-text {
    color: #3ED0A1;
}

.progressbar-warning .block-progressbar.vertical .progressbar-back-text {
    color: #FF7F00;
}

.progressbar-danger .block-progressbar.vertical .progressbar-back-text {
    color: #FF5533;
}

@media only screen and (min-width:1020px) {
    .qr-code-2 {
        margin-left: -15px;
        margin-right: -15px;
    }
    .qr-code-2>div {
        float: left;
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .qr-code-2.style-2>div {
        float: right;
    }
}

.news-letter .__content-wrapper .btn-border.fullwidth {
    letter-spacing: 2px;
}

.news-letter .__content-wrapper .__content-left p {
    letter-spacing: 0.1em;
}

.news-letter .__content-wrapper .__content-right form input {
    background-color: transparent;
}

.news-letter .__content-wrapper .__content-right form input::-webkit-input-placeholder {
    color: #FFFFFF;
}

.news-letter .__content-wrapper .__content-right form input::-moz-placeholder {
    color: #FFFFFF;
}

.news-letter .__content-wrapper .__content-right form input:-moz-placeholder {
    color: #FFFFFF;
}

.news-letter .__content-wrapper .__content-right form input:-ms-input-placeholder {
    color: #FFFFFF;
}

.bgc-light .news-letter .__content-wrapper .__content-right form input::-webkit-input-placeholder {
    color: #444444;
}

.bgc-light .news-letter .__content-wrapper .__content-right form input::-moz-placeholder {
    color: #444444;
}

.bgc-light .news-letter .__content-wrapper .__content-right form input:-moz-placeholder {
    color: #444444;
}

.bgc-light .news-letter .__content-wrapper .__content-right form input:-ms-input-placeholder {
    color: #444444;
}

@media only screen and (min-width:1020px) {
    .news-letter.size-large .__content-wrapper {
        height: 350px;
    }
    .news-letter .__content-wrapper {
        height: 220px;
    }
    .news-letter .__content-wrapper .__content-left, .news-letter .__content-wrapper .__content-right {
        height: 100%;
    }
    .news-letter .__content-wrapper .__content-right form {
        padding-right: 140px;
        position: relative;
    }
    .news-letter .__content-wrapper .__content-right form input {
        margin-bottom: 0;
    }
    .news-letter .__content-wrapper .__content-right form .btn {
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media only screen and (max-width:1019px) {
    .news-letter .__content-wrapper {
        text-align: center;
    }
    .news-letter .__content-wrapper .__content-left {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .news-letter .__content-wrapper .__content-right {
        padding-bottom: 40px;
    }
}

.search-box {
    position: relative;
}

.search-box input[type='search'], .search-box input[type='text'] {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 40px;
    box-sizing: border-box;
    font-size: 13px;
}

.search-box button[type='submit'] {
    position: absolute;
    background-color: transparent;
    line-height: 40px;
    width: 40px;
    padding: 0;
    border: 0;
    right: 0;
    top: 0;
}

.search-box button[type='submit']:hover {
    color: #00B863;
}

.search-box-large {
    position: relative;
    padding-bottom: 10px;
}

@media only screen and (min-width:768px) {
    .search-box-large {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .search-box-large input[type="search"] {
        margin-right: 15px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width:1019px) {
    .search-box-large {
        text-align: center;
    }
}

.modal-search {
    padding: 60px 60px 50px;
    width: 1170px;
    max-width: 100%;
}

.search-result .__result {
    padding: 50px 0 30px 70px;
    position: relative;
    border-bottom: 1px solid #EEEEEE;
}

.search-result .__result .__categories {
    margin-bottom: 18px;
}

.search-result .__result:before {
    position: absolute;
    display: block;
    top: 55px;
    left: 0;
    width: 47px;
    height: 47px;
    font-family: 'megatron';
    font-size: 18px;
    content: "\e07d";
    text-align: center;
    line-height: 50px;
    background-color: #EEEEEE;
}

.service-table .service-table-item {
    margin-bottom: 30px;
}

.service-table .service-table-item .__title {
    background-color: #444444;
    padding: 25px 15px;
}

.service-table .service-table-item .__body {
    border: 1px solid #DDDDDD;
    border-top: 0;
    padding: 0 15px 60px;
}

.service-table .service-table-item .__body .service-box {
    border-bottom: 1px solid #DDDDDD;
    padding-top: 40px;
    padding-bottom: 35px;
}

.service-table .service-table-item .__body .service-box i {
    font-size: 32px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    display: inline-block;
    margin-bottom: 22px;
}

.service-table .service-table-item .__body .service-box h4 {
    margin-bottom: 10px;
}

.service-table .service-table-item .__body h5 {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 0;
    padding: 28px 0;
    color: #666666;
}

.service-table .service-table-item .__body h5 span {
    color: #444444;
    font-weight: 700;
}

.service-table .service-table-item .__body h1 {
    font-weight: 400;
    margin-bottom: 0;
    padding-top: 45px;
    padding-bottom: 45px;
}

.service-table .service-table-item.default .__title {
    background-color: #00B863;
}

.service-table .service-table-item.default .__body {
    background-color: #F9F9F9;
}

.service-table.remove-col-gutter .service-table-item-wrapper:not(:last-of-type) {
    margin-right: -1px;
}

.service-table.remove-col-gutter .service-table-item .__body {
    padding-left: 25px;
    padding-right: 25px;
}

@media only screen and (max-width:767px) {
    .service-table .service-table-item {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .service-table.remove-col-gutter .service-table-item-wrapper {
        margin-right: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .service-table.remove-col-gutter .service-table-item .__body {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.block-shop-product {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
}

.block-shop-product .__image {
    overflow: hidden;
}

.block-shop-product .__image span.status {
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 24px;
    padding: 0 5px;
    z-index: 10;
}

.block-shop-product .__image span.status.sale {
    background-color: #00B863;
}

.block-shop-product .__image span.status.new {
    background-color: #00BFFF;
}

.block-shop-product .__image span.status.hot {
    background-color: #FF4D4D;
}

.block-shop-product .__image img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

.construction-style .block-shop-product .__image img {
    border: 1px solid #EEEEEE;
}

.block-shop-product .__image .overlay .__layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.7s ease-in-out;
}

.block-shop-product .__image .overlay ul {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    font-size: 0;
}

.block-shop-product .__image .overlay ul:before, .block-shop-product .__image .overlay ul:after {
    content: " ";
    display: table;
}

.block-shop-product .__image .overlay ul:after {
    clear: both;
}

.block-shop-product .__image .overlay ul:before, .block-shop-product .__image .overlay ul:after {
    content: " ";
    display: table;
}

.block-shop-product .__image .overlay ul:after {
    clear: both;
}

.block-shop-product .__image .overlay ul li {
    display: inline-block;
    margin-bottom: 0;
}

.block-shop-product .__image .overlay ul li>a {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #444444;
    transition-property: color, background, visibility, opacity, -webkit-transform;
    transition-property: color, background, visibility, opacity, transform;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
    visibility: hidden;
}

.block-shop-product .__image .overlay ul li>a i {
    width: 44px;
    height: 44px;
    display: block;
    font-size: 17px;
}

.block-shop-product .__image .overlay ul li>a i:before {
    line-height: 44px;
    display: block;
}

.block-shop-product .__image .overlay ul li>a:hover {
    background-color: #00BFFF;
    color: #FFFFFF;
}

.construction-style .block-shop-product .__image .overlay ul li>a:hover {
    background-color: #00B863;
}

.block-shop-product .__image .overlay ul li>a:first-of-type {
    transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.35s ease-out, opacity 0.4s 0.35s ease-out, -webkit-transform 0.4s 0.5s ease-out;
    transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.35s ease-out, opacity 0.4s 0.35s ease-out, transform 0.4s 0.5s ease-out;
}

.block-shop-product .__image .overlay ul li>a:nth-of-type(2) {
    transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.35s ease-out, opacity 0.4s 0.35s ease-out, -webkit-transform 0.4s 0.4s ease-out;
    transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.35s ease-out, opacity 0.4s 0.35s ease-out, transform 0.4s 0.4s ease-out;
}

.block-shop-product .__image .overlay ul li>a:nth-of-type(3) {
    transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.35s ease-out, opacity 0.4s 0.35s ease-out, -webkit-transform 0.4s 0.3s ease-out;
    transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.35s ease-out, opacity 0.4s 0.35s ease-out, transform 0.4s 0.3s ease-out;
}

.block-shop-product .__image .overlay ul li>a:nth-of-type(4) {
    transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.25s ease-out, opacity 0.4s 0.25s ease-out, -webkit-transform 0.4s 0.2s ease-out;
    transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.25s ease-out, opacity 0.4s 0.25s ease-out, transform 0.4s 0.2s ease-out;
}

.block-shop-product .__image:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.block-shop-product .__image:hover .overlay .__layer {
    opacity: 1;
}

.block-shop-product .__image:hover .overlay ul li>a {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.block-shop-product .__info {
    padding-top: 20px;
    padding-bottom: 50px;
}

.block-shop-product .__info .__price del {
    color: #AAAAAA;
    margin-right: 10px;
}

.block-shop-product .__info .__price span {
    color: #00B863;
}

.block-shop-product-small .__image {
    width: 64px;
    float: left;
    margin-top: 5px;
    margin-right: 14px;
}

.construction-style .block-shop-product-small .__image {
    margin-top: 8px;
}

.construction-style .block-shop-product-small .__image img {
    border: 1px solid #EEEEEE;
}

.block-shop-product-small .__image img {
    width: 100%;
}

.block-shop-product-small .__image .overlay-hover ul {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    font-size: 0;
}

.block-shop-product-small .__image .overlay-hover ul:before, .block-shop-product-small .__image .overlay-hover ul:after {
    content: " ";
    display: table;
}

.block-shop-product-small .__image .overlay-hover ul:after {
    clear: both;
}

.block-shop-product-small .__image .overlay-hover ul:before, .block-shop-product-small .__image .overlay-hover ul:after {
    content: " ";
    display: table;
}

.block-shop-product-small .__image .overlay-hover ul:after {
    clear: both;
}

.block-shop-product-small .__image .overlay-hover ul li {
    display: inline-block;
    margin-bottom: 0;
}

.block-shop-product-small .__image .overlay-hover ul li a.quick-view {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    color: #FFFFFF;
}

.block-shop-product-small .__image .overlay-hover ul li a.quick-view i {
    width: 50px;
    height: 50px;
    display: block;
    font-size: 17px;
}

.block-shop-product-small .__image .overlay-hover ul li a.quick-view i:before {
    line-height: 50px;
    display: block;
}

.block-shop-product-small .__info {
    overflow: hidden;
}

.block-shop-product-small .__info p.__category {
    letter-spacing: 0.05em;
    margin-bottom: 0;
}

.block-shop-product-small .__info .star-ratings {
    float: left;
    margin-top: 6px;
}

.block-shop-product-small .__info span.__price {
    float: left;
    margin-left: 20px;
}

.block-shop-product-small-2 {
    padding-top: 10px;
    padding-bottom: 15px;
}

.block-shop-product-small-2:before, .block-shop-product-small-2:after {
    content: " ";
    display: table;
}

.block-shop-product-small-2:after {
    clear: both;
}

.block-shop-product-small-2:before, .block-shop-product-small-2:after {
    content: " ";
    display: table;
}

.block-shop-product-small-2:after {
    clear: both;
}

.block-shop-product-small-2 .__image {
    width: 85px;
    float: left;
    margin-top: 5px;
    margin-right: 30px;
}

.block-shop-product-small-2 .__image img {
    width: 100%;
}

.block-shop-product-small-2 .__info {
    overflow: hidden;
}

.block-shop-product-small-2 .__info .__price del {
    margin-right: 10px;
}

.shop-quick-view {
    width: 100vw;
    max-width: 900px;
}

@media only screen and (min-width:1230px) {
    .shop-quick-view .__content-left {
        width: 45.94594595%;
    }
    .shop-quick-view .__content-right {
        width: 54.05405405%;
    }
}

@media only screen and (max-width:767px) {
    .shop-quick-view .__content-left {
        margin-bottom: 40px;
    }
}

.box-products {
    padding-bottom: 10px;
}

.box-products h6 {
    margin-bottom: 30px;
}

.box-products .block-shop-product-small {
    margin-bottom: 30px;
}

.product-carousel {
    position: relative;
    padding-bottom: 88px;
}

.product-carousel .__box {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 78px;
}

.product-carousel .slick-dots {
    bottom: -58px;
    z-index: 10;
}

.product-carousel .slick-dots li button {
    background-color: #EEEEEE;
    border: 1px solid #EEEEEE;
}

.product-carousel .slick-dots li.slick-active button, .product-carousel .slick-dots li button:hover {
    background-color: transparent;
    border-color: #DDDDDD;
}

@media (max-width:600px) {
    .product-carousel {
        padding-bottom: 50px;
    }
    .product-carousel .slider {
        max-width: 390px;
        margin-left: auto;
        margin-right: auto;
    }
    .product-carousel .__box {
        border-top: 0;
    }
    .product-carousel .slick-dots {
        visibility: hidden;
    }
}

.shop-top-slider .slider .slick-arrow {
    opacity: 1;
}

.shop-top-slider .slider .__item {
    height: 530px;
    background-repeat: no-repeat;
    background-size: cover;
}

.shop-order-tracking {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 110px;
}

.shop-order-tracking>p {
    margin-bottom: 35px;
}

.shop-order-tracking .__order-id h6, .shop-order-tracking .__billing-email h6 {
    margin-bottom: 40px;
}

.shop-order-tracking .__order-id input, .shop-order-tracking .__billing-email input {
    text-align: center;
    max-width: 550px;
}

.shop-order-tracking .__order-id {
    margin-bottom: 15px;
}

.shop-order-tracking .__billing-email {
    margin-bottom: 25px;
}

.shop-order-tracking .__button .btn {
    max-width: 150px;
}

.shop-account .__block .__title {
    margin-bottom: 5px;
}

.shop-account .__block .__sub-title {
    margin-bottom: 45px;
}

.shop-account .__block .__sub-title:after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #444444;
    margin: 15px auto 0;
}

.shop-account .__block .__email input, .shop-account .__block .__password input {
    max-width: 470px;
    text-align: center;
}

.shop-account .__block .__button .btn {
    max-width: 300px;
}

.shop-account .__block .checkbox {
    font-size: 0;
}

.shop-account .__block .checkbox label {
    display: inline-block;
    cursor: pointer;
}

.shop-account .__block .checkbox label input[type="checkbox"] {
    display: none;
}

.shop-account .__block .checkbox label input[type="checkbox"]+span>i {
    transition: all 0.3s ease-in-out;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    text-align: center;
    font-size: 8px;
    color: #FFFFFF;
}

.shop-account .__block .checkbox label input[type="checkbox"]+span>i:before {
    display: block;
    line-height: 12px;
}

.shop-account .__block .checkbox label input[type="checkbox"]:checked+span>i {
    color: #00B863;
}

.shop-account .__block .checkbox label>span {
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    line-height: 30px;
}

.shop-account .__block .checkbox label>span:before, .shop-account .__block .checkbox label>span:after {
    content: " ";
    display: table;
}

.shop-account .__block .checkbox label>span:after {
    clear: both;
}

.shop-account .__block .checkbox label>span:before, .shop-account .__block .checkbox label>span:after {
    content: " ";
    display: table;
}

.shop-account .__block .checkbox label>span:after {
    clear: both;
}

.shop-account .__block .checkbox label>span i {
    float: left;
}

.shop-account .__block .checkbox label>span span {
    float: left;
    display: inline-block;
}

.shop-account .__block.__login {
    position: relative;
}

.shop-account .__block.__login .__separator {
    position: absolute;
    top: 15px;
    right: 0;
    width: 1px;
    height: 447px;
    background-color: #EEEEEE;
}

.shop-account .__block.__login .__email input, .shop-account .__block.__login .__password input {
    background-color: #F9F9F9;
}

.shop-account .__block.__login .__password input {
    margin-bottom: 20px;
}

.shop-account .__block.__login .checkbox {
    margin-bottom: 22px;
}

.shop-account .__block.__login .__button {
    margin-bottom: 25px;
}

.shop-account .__block.__login .__forgotten a {
    text-decoration: underline;
}

@media only screen and (max-width:1019px) {
    .category-sidebar-page aside.shop-category-sidebar {
        border-bottom: 1px solid #EEEEEE;
        margin-bottom: 50px;
    }
    .category-sidebar-page aside.shop-category-sidebar .widget-categories .__widget-content {
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        padding-left: 00px;
    }
    .category-sidebar-page aside.shop-category-sidebar .widget-categories .__widget-content:before, .category-sidebar-page aside.shop-category-sidebar .widget-categories .__widget-content:after {
        content: " ";
        display: table;
    }
    .category-sidebar-page aside.shop-category-sidebar .widget-categories .__widget-content:after {
        clear: both;
    }
    .category-sidebar-page aside.shop-category-sidebar .widget-categories .__widget-content:before, .category-sidebar-page aside.shop-category-sidebar .widget-categories .__widget-content:after {
        content: " ";
        display: table;
    }
    .category-sidebar-page aside.shop-category-sidebar .widget-categories .__widget-content:after {
        clear: both;
    }
    .category-sidebar-page aside.shop-category-sidebar .widget-categories .__widget-content li {
        float: left;
        border-bottom: 0px;
        padding-bottom: 10px;
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media only screen and (max-width:1229px) {
    .category-fullwidth-page aside.shop-category-sidebar {
        border-bottom: 1px solid #EEEEEE;
        margin-bottom: 50px;
    }
    .category-fullwidth-page aside.shop-category-sidebar .widget-categories .__widget-content {
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        padding-left: 00px;
    }
    .category-fullwidth-page aside.shop-category-sidebar .widget-categories .__widget-content:before, .category-fullwidth-page aside.shop-category-sidebar .widget-categories .__widget-content:after {
        content: " ";
        display: table;
    }
    .category-fullwidth-page aside.shop-category-sidebar .widget-categories .__widget-content:after {
        clear: both;
    }
    .category-fullwidth-page aside.shop-category-sidebar .widget-categories .__widget-content:before, .category-fullwidth-page aside.shop-category-sidebar .widget-categories .__widget-content:after {
        content: " ";
        display: table;
    }
    .category-fullwidth-page aside.shop-category-sidebar .widget-categories .__widget-content:after {
        clear: both;
    }
    .category-fullwidth-page aside.shop-category-sidebar .widget-categories .__widget-content li {
        float: left;
        border-bottom: 0px;
        padding-bottom: 10px;
        margin-right: 10px;
        margin-left: 10px;
    }
}

.product-listing .filter-and-sort {
    margin-bottom: 80px;
}

.product-listing .filter-and-sort .__hamburger {
    transition: all 0.3s ease-in-out;
    display: block;
    position: relative;
    background: transparent;
    border: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
    margin-top: auto;
    margin-bottom: auto;
    width: 15px;
    height: 11px;
}

.product-listing .filter-and-sort .__hamburger::before, .product-listing .filter-and-sort .__hamburger::after, .product-listing .filter-and-sort .__hamburger span {
    transition: all 0.3s ease-in-out;
    background: #444444;
}

.product-listing .filter-and-sort .__hamburger::before, .product-listing .filter-and-sort .__hamburger::after {
    content: '';
    position: absolute;
    top: 0;
    height: 1px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.product-listing .filter-and-sort .__hamburger span {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}

.product-listing .filter-and-sort .__hamburger::before {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
}

.product-listing .filter-and-sort .__hamburger::after {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
}

.product-listing .filter-and-sort .__hamburger:hover::before, .product-listing .filter-and-sort .__hamburger:hover::after, .product-listing .filter-and-sort .__hamburger:hover span {
    background: #00B863;
}

.shop-sidebar-open .product-listing .filter-and-sort .__hamburger span {
    opacity: 0;
}

.shop-sidebar-open .product-listing .filter-and-sort .__hamburger::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.shop-sidebar-open .product-listing .filter-and-sort .__hamburger::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.product-listing .filter-and-sort .category-sorting>p {
    line-height: 40px;
    margin-bottom: 0;
}

.product-listing .filter-and-sort .category-sorting .select-wrapper .select-menu {
    width: 230px;
}

.product-listing .filter-and-sort.type-1 .__content-left {
    position: relative;
    float: left;
}

.product-listing .filter-and-sort.type-1 .__content-left .__hamburger {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
}

.product-listing .filter-and-sort.type-1 .__content-left>p {
    line-height: 40px;
    margin-left: 30px;
    margin-bottom: 0;
}

.product-listing .filter-and-sort.type-1 .category-sorting {
    float: right;
}

.product-listing .filter-and-sort.type-1 .category-sorting>p {
    float: right;
}

.product-listing .filter-and-sort.type-1 .category-sorting .select-wrapper {
    float: right;
}

@media only screen and (max-width:1229px) {
    .product-listing .filter-and-sort.type-1 .__content-left {
        display: none;
    }
    .product-listing .filter-and-sort.type-1 .category-sorting {
        width: 100%;
    }
    .product-listing .filter-and-sort.type-1 .category-sorting p {
        display: block;
        float: left;
        margin-right: 0;
    }
}

@media (max-width:500px) {
    .product-listing .filter-and-sort.type-1 .__content-left {
        margin-bottom: 20px;
    }
    .product-listing .filter-and-sort.type-1 .category-sorting p {
        width: 100%;
    }
    .product-listing .filter-and-sort.type-1 .category-sorting .select-wrapper {
        width: 100%;
        margin-bottom: 20px;
        float: left;
    }
    .product-listing .filter-and-sort.type-1 .category-sorting .select-wrapper .select-menu {
        width: 100%;
        max-width: none;
    }
}

.product-listing .filter-and-sort.type-2 .category-sorting p {
    display: block;
    float: left;
    margin-right: 0;
}

.product-listing .filter-and-sort.type-2 .category-sorting .select-wrapper {
    float: right;
}

@media (max-width:500px) {
    .product-listing .filter-and-sort.type-2 .__content-left {
        margin-bottom: 20px;
    }
    .product-listing .filter-and-sort.type-2 .category-sorting p {
        width: 100%;
    }
    .product-listing .filter-and-sort.type-2 .category-sorting .select-wrapper {
        width: 100%;
        margin-bottom: 20px;
        float: left;
    }
    .product-listing .filter-and-sort.type-2 .category-sorting .select-wrapper .select-menu {
        width: 100%;
        max-width: none;
    }
}

.shop-sidebar-offcanvas {
    transition: all 0.3s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 340px;
    padding: 30px;
    z-index: 1031;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow: auto;
}

.shop-sidebar-offcanvas .shop-sidebar-toggle {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    line-height: 1;
}

.shop-sidebar-offcanvas .shop-sidebar-toggle i {
    font-size: 20px;
}

.shop-sidebar-offcanvas .shop-sidebar-toggle:hover {
    color: #00B863;
}

.shop-sidebar-open .shop-sidebar-offcanvas {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.product-detail {
    padding-left: 15px;
}

.product-detail .__price {
    margin-bottom: 20px;
}

.product-detail .__price del {
    color: #AAAAAA;
    margin-right: 15px;
}

.product-detail .__rating {
    margin-bottom: 20px;
}

.product-detail .__rating .star-ratings {
    float: left;
}

.product-detail .__rating>p {
    margin-left: 11px;
    margin-bottom: 0;
    float: left;
}

.product-detail .__text {
    margin-bottom: 30px;
}

.product-detail .__option-1 {
    margin-bottom: 30px;
}

.product-detail .__option-1 .select-wrapper select {
    max-width: 370px;
}

.product-detail .__option-2 {
    margin-bottom: 10px;
}

.product-detail .__option-2>div {
    float: left;
    margin-bottom: 20px;
}

.product-detail .__option-2 .__quantity {
    margin-right: 20px;
}

.product-detail .__option-2 .__button .btn {
    border-bottom: 0;
    line-height: 50px;
    padding: 0 20px;
    letter-spacing: 0.1em;
}

.product-detail .__option-2 .__button .btn i {
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.product-detail .__option-2 .__button .btn i:before {
    display: inline-block;
}

.product-detail .__others {
    margin-bottom: 25px;
}

.product-detail .__others>p {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0;
}

.product-detail .__others>p>a {
    color: #00B863;
    font-family: "Playfair Display", serif;
    font-style: italic;
}

.product-detail .__others>p>a:hover {
    color: #444444;
}

@media only screen and (max-width:1229px) {
    .product-detail {
        padding-left: 0;
    }
}

@media only screen and (max-width:767px) {
    .product-detail h3 {
        font-size: 20px;
    }
}

.product-thumbnail-slider .product-syn-slider-1 {
    margin-bottom: 15px;
}

.product-thumbnail-slider .product-syn-slider-1 .block-product-slider .__image img {
    cursor: pointer;
    display: block;
    width: 100%;
}

.construction-style .product-thumbnail-slider .product-syn-slider-1 .block-product-slider .__image img {
    border: 1px solid #EEEEEE;
}

.product-thumbnail-slider .product-syn-slider-2 {
    width: 100%;
}

.product-thumbnail-slider .product-syn-slider-2 .block-product-slider.synced .__image {
    box-shadow: 0 0 0 1px #DDDDDD;
}

.product-thumbnail-slider .product-syn-slider-2 .block-product-slider.synced .__image .overlay {
    opacity: 0;
}

.construction-style .product-thumbnail-slider .product-syn-slider-2 .block-product-slider.synced .__image {
    box-shadow: none;
}

.product-thumbnail-slider .product-syn-slider-2 .block-product-slider .__image {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.product-thumbnail-slider .product-syn-slider-2 .block-product-slider .__image img {
    display: block;
    width: 100%;
}

.construction-style .product-thumbnail-slider .product-syn-slider-2 .block-product-slider .__image img {
    border: 1px solid #EEEEEE;
}

@media only screen and (max-width:1229px) {
    .product-thumbnail-slider .product-syn-slider-2-wrapper {
        margin-left: -5px;
        margin-right: -5px;
    }
    .product-thumbnail-slider .product-syn-slider-2 .block-product-slider .__image {
        margin: 5px;
    }
}

@media only screen and (min-width:1230px) {
    .product-thumbnail-slider-wrapper:not(.fullwidth) {
        padding-right: 0;
    }
    .product-thumbnail-slider-wrapper:not(.fullwidth) .product-syn-slider-2-wrapper {
        margin-left: -5px;
        margin-right: -5px;
    }
    .product-thumbnail-slider-wrapper:not(.fullwidth) .product-syn-slider-2 .block-product-slider .__image {
        margin: 5px;
    }
}

@media only screen and (min-width:1230px) {
    .product-thumbnail-slider-wrapper.fullwidth {
        padding-right: 0;
        padding-left: 0;
    }
    .product-thumbnail-slider-wrapper.fullwidth .product-thumbnail-slider {
        width: 100%;
        position: relative;
    }
    .product-thumbnail-slider-wrapper.fullwidth .product-thumbnail-slider:before, .product-thumbnail-slider-wrapper.fullwidth .product-thumbnail-slider:after {
        content: " ";
        display: table;
    }
    .product-thumbnail-slider-wrapper.fullwidth .product-thumbnail-slider:after {
        clear: both;
    }
    .product-thumbnail-slider-wrapper.fullwidth .product-thumbnail-slider:before, .product-thumbnail-slider-wrapper.fullwidth .product-thumbnail-slider:after {
        content: " ";
        display: table;
    }
    .product-thumbnail-slider-wrapper.fullwidth .product-thumbnail-slider:after {
        clear: both;
    }
    .product-thumbnail-slider-wrapper.fullwidth .product-thumbnail-slider .product-syn-slider-1-wrapper {
        width: 100%;
        padding-left: 130px;
    }
    .product-thumbnail-slider-wrapper.fullwidth .product-thumbnail-slider .product-syn-slider-1-wrapper .product-syn-slider-1 {
        margin-bottom: 0;
    }
    .product-thumbnail-slider-wrapper.fullwidth .product-thumbnail-slider .product-syn-slider-2-wrapper {
        position: absolute;
        width: 130px;
        height: 100%;
        top: 0;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden;
    }
    .product-thumbnail-slider-wrapper.fullwidth .product-thumbnail-slider .product-syn-slider-2-wrapper .product-syn-slider-2 {
        height: 100%;
    }
    .product-thumbnail-slider-wrapper.fullwidth .product-thumbnail-slider .product-syn-slider-2-wrapper .product-syn-slider-2 .block-product-slider {
        margin-bottom: 30px;
    }
}

.shop-single-relate {
    padding-top: 60px;
    padding-bottom: 30px;
    clear: both;
}

.shop-single-relate h6.hr-heading {
    margin-bottom: 55px;
}

.shop-single-relate h6.hr-heading:after {
    margin-top: 18px;
}

.shop-single-relate h6.dot-heading {
    margin-bottom: 55px;
}

.quantity-input {
    width: 74px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 29px;
    position: relative;
}

.quantity-input input.number {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin-bottom: 0;
}

.quantity-input button {
    position: absolute;
    width: 29px;
    border: 1px solid #DDDDDD;
    border-left: 0;
    padding: 0;
    right: 0;
    background-color: #F7F7F7;
    display: block;
    font-size: 14px;
}

.quantity-input button:before {
    vertical-align: middle;
}

.quantity-input button:hover {
    background-color: #DDDDDD;
}

.quantity-input button.add {
    height: 26px;
    line-height: 24px;
    top: 0;
}

.quantity-input button.subract {
    height: 24px;
    line-height: 23px;
    border-top: 0;
    bottom: 0;
}

.shop-cart-list {
    width: 100%;
}

.shop-cart-list table thead {
    color: #444444;
}

.shop-cart-list table thead th {
    background-color: #F9F9F9;
    padding-top: 15px;
    padding-bottom: 15px;
}

.shop-cart-list table tbody .cart-item td.product-img {
    padding-top: 35px;
    padding-bottom: 35px;
}

.shop-cart-list table tbody .cart-item td.product-img>a {
    display: inline-block;
}

.shop-cart-list table tbody .cart-item td.product-img .image:after {
    opacity: 0;
}

.shop-cart-list table tbody .cart-item td.product-img .image:hover:after {
    opacity: 1;
}

.shop-cart-list table tbody .cart-item td.product-img .image img {
    width: 100%;
}

.shop-cart-list table tbody .cart-item td.product-remove>a {
    font-size: 8px;
    font-weight: 700;
}

.shop-cart-list table tbody .cart-item td.product-quantity input[type='number']::-webkit-inner-spin-button, .shop-cart-list table tbody .cart-item td.product-quantity input[type='number']::-webkit-outer-spin-button {
    opacity: 1;
}

.shop-cart-list table tbody .cart-item td.product-quantity input[type='number'] {
    width: 60px;
    padding: 0;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    line-height: 2.2;
    border: 0;
}

.shop-cart-list table .product-img {
    text-align: left;
    padding-right: 5px;
}

.shop-cart-list table .product-name {
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}

.shop-cart-list table .product-size {
    text-align: center;
    width: 50px;
    padding-left: 5px;
    padding-right: 5px;
}

.shop-cart-list table .product-price {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.shop-cart-list table .product-quantity {
    text-align: center;
    width: 100px;
    padding-left: 5px;
    padding-right: 5px;
}

.shop-cart-list table .product-total {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.shop-cart-list table .product-remove {
    text-align: center;
    width: 30px;
    padding-left: 5px;
    padding-right: 5px;
}

@media only screen and (min-width:1020px) {
    .shop-cart-list table {
        width: 100%;
    }
    .shop-cart-list table tbody .cart-item td.product-img {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-right: 25px;
    }
    .shop-cart-list table .product-img {
        width: 145px;
    }
    .shop-cart-list table .product-price {
        width: 150px;
    }
    .shop-cart-list table .product-total {
        width: 150px;
    }
}

@media only screen and (max-width:1019px) {
    .shop-cart-list {
        overflow-x: auto;
    }
    .shop-cart-list table {
        width: 720px;
    }
    .shop-cart-list table tbody .cart-item td.product-img {
        padding-right: 10px;
        padding-left: 10px;
    }
    .shop-cart-list table .product-img {
        width: 80px;
    }
    .shop-cart-list table .product-price {
        width: 120px;
    }
    .shop-cart-list table .product-total {
        width: 120px;
    }
}

.shop-cart-coupon br {
    display: none;
}

.shop-cart-coupon input {
    max-width: 270px;
    width: 100%;
    margin-right: 30px;
}

.shop-cart-coupon .btn {
    border-bottom: 0;
    padding-right: 55px;
    padding-left: 55px;
    letter-spacing: 0.1em;
}

@media (max-width:550px) {
    .shop-cart-coupon input {
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .shop-cart-coupon br {
        display: block;
    }
}

.shop-cart-buttons {
    text-align: right;
}

.shop-cart-buttons br {
    display: none;
}

.shop-cart-buttons .btn {
    letter-spacing: 0.1em;
}

.shop-cart-buttons .btn:first-of-type {
    margin-right: 15px;
}

@media only screen and (min-width:768px) and (max-width:1020px) {
    .shop-cart-buttons {
        text-align: left;
    }
}

@media only screen and (max-width:767px) {
    .shop-cart-buttons {
        text-align: center;
    }
    .shop-cart-buttons br {
        display: block;
    }
    .shop-cart-buttons .btn {
        max-width: 270px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
    .shop-cart-buttons .btn:first-of-type {
        margin-right: 0px;
        margin-bottom: 30px;
    }
}

.shop-cart-shipping .btn {
    letter-spacing: 0.1em;
}

.shop-cart-total {
    font-family: "Montserrat", sans-serif;
}

.shop-cart-total .__sub-total, .shop-cart-total .__shipping, .shop-cart-total .__order-total {
    margin-bottom: 30px;
}

.shop-cart-total .__sub-total:before, .shop-cart-total .__shipping:before, .shop-cart-total .__order-total:before, .shop-cart-total .__sub-total:after, .shop-cart-total .__shipping:after, .shop-cart-total .__order-total:after {
    content: " ";
    display: table;
}

.shop-cart-total .__sub-total:after, .shop-cart-total .__shipping:after, .shop-cart-total .__order-total:after {
    clear: both;
}

.shop-cart-total .__sub-total:before, .shop-cart-total .__shipping:before, .shop-cart-total .__order-total:before, .shop-cart-total .__sub-total:after, .shop-cart-total .__shipping:after, .shop-cart-total .__order-total:after {
    content: " ";
    display: table;
}

.shop-cart-total .__sub-total:after, .shop-cart-total .__shipping:after, .shop-cart-total .__order-total:after {
    clear: both;
}

.shop-cart-total .__sub-total *, .shop-cart-total .__shipping *, .shop-cart-total .__order-total * {
    line-height: 1.2;
}

.shop-cart-total .__sub-total h6, .shop-cart-total .__shipping h6, .shop-cart-total .__order-total h6 {
    display: block;
    float: left;
    margin-bottom: 0;
    width: 55%;
}

.shop-cart-total .__sub-total>span, .shop-cart-total .__shipping>span, .shop-cart-total .__order-total>span {
    display: block;
    float: left;
    width: 45%;
    text-align: right;
}

.shop-cart-total .__total {
    padding-top: 15px;
    padding-bottom: 15px;
}

.shop-cart-total .__total:before, .shop-cart-total .__total:after {
    content: " ";
    display: table;
}

.shop-cart-total .__total:after {
    clear: both;
}

.shop-cart-total .__total:before, .shop-cart-total .__total:after {
    content: " ";
    display: table;
}

.shop-cart-total .__total:after {
    clear: both;
}

.shop-cart-total .__total * {
    line-height: 46px;
}

.shop-cart-total .__total h4 {
    display: block;
    float: left;
    margin-bottom: 0;
    width: 40%;
}

.shop-cart-total .__total span.price {
    display: block;
    float: left;
    width: 60%;
    text-align: right;
    font-size: 18px;
}

.checkout-login .__header, .checkout-coupon .__header {
    padding: 9px 20px;
    border: 1px solid #DDDDDD;
    background-color: #F9F9F9;
    letter-spacing: 0.05em;
}

.checkout-login .__header span, .checkout-coupon .__header span {
    margin-right: 5px;
}

.checkout-login .__header a, .checkout-coupon .__header a {
    color: #00B863;
}

.checkout-login .__header a:hover, .checkout-coupon .__header a:hover {
    color: #444444;
}

.checkout-coupon .__content {
    padding-top: 35px;
}

.checkout-coupon .__content .__button .btn {
    max-width: 180px;
}

@media only screen and (min-width:768px) {
    .checkout-coupon .__content {
        margin-right: -15px;
        margin-left: -15px;
    }
    .checkout-coupon .__content>div {
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .checkout-coupon .__content .__input {
        width: 75%;
    }
    .checkout-coupon .__content .__button {
        padding-left: 5px;
        width: 25%;
    }
    .checkout-coupon .__content .__button .btn {
        max-width: 180px;
    }
}

.checkout-login .__content {
    padding-top: 30px;
}

.checkout-login .__content p {
    margin-bottom: 55px;
}

.checkout-login .__content .__inputs span {
    display: block;
}

.checkout-login .__content .__button .btn {
    letter-spacing: 0.1em;
}

@media only screen and (min-width:768px) {
    .checkout-login .__content .__inputs {
        margin-right: -15px;
        margin-left: -15px;
    }
    .checkout-login .__content .__inputs span {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
    }
}

@media only screen and (min-width:1230px) {
    .checkout-login .__content .__inputs {
        margin-right: 0px;
        padding-right: 5px;
    }
}

.checkout-customer_detail .__title {
    line-height: 30px;
}

.checkout-customer_detail .__inputs .__item {
    margin-left: -15px;
    margin-right: -15px;
}

.checkout-customer_detail .__inputs .__item:before, .checkout-customer_detail .__inputs .__item:after {
    content: " ";
    display: table;
}

.checkout-customer_detail .__inputs .__item:after {
    clear: both;
}

.checkout-customer_detail .__inputs .__item:before, .checkout-customer_detail .__inputs .__item:after {
    content: " ";
    display: table;
}

.checkout-customer_detail .__inputs .__item:after {
    clear: both;
}

.checkout-customer_detail .__inputs .__item>span {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}

.checkout-customer_detail .__inputs .__item.item-2-col>span {
    float: left;
    width: 50%;
}

.checkout-customer_detail .checkbox {
    font-size: 0;
}

.checkout-customer_detail .checkbox label {
    display: inline-block;
    cursor: pointer;
}

.checkout-customer_detail .checkbox label input[type="checkbox"] {
    display: none;
}

.checkout-customer_detail .checkbox label input[type="checkbox"]+span>i {
    transition: all 0.3s ease-in-out;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    text-align: center;
    font-size: 8px;
    color: #FFFFFF;
}

.checkout-customer_detail .checkbox label input[type="checkbox"]+span>i:before {
    display: block;
    line-height: 12px;
}

.checkout-customer_detail .checkbox label input[type="checkbox"]:checked+span>i {
    color: #00B863;
}

.checkout-customer_detail .checkbox label>span {
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    line-height: 30px;
}

.checkout-customer_detail .checkbox label>span:before, .checkout-customer_detail .checkbox label>span:after {
    content: " ";
    display: table;
}

.checkout-customer_detail .checkbox label>span:after {
    clear: both;
}

.checkout-customer_detail .checkbox label>span:before, .checkout-customer_detail .checkbox label>span:after {
    content: " ";
    display: table;
}

.checkout-customer_detail .checkbox label>span:after {
    clear: both;
}

.checkout-customer_detail .checkbox label>span i {
    float: left;
}

.checkout-customer_detail .checkbox label>span span {
    float: left;
    display: inline-block;
}

.checkout-customer_detail .__message textarea {
    height: 150px;
}

@media only screen and (min-width:1230px) {
    .checkout-customer_detail .__inputs .__item {
        margin-right: 0px;
        padding-right: 5px;
    }
}

@media only screen and (max-width:767px) {
    .checkout-customer_detail .__inputs .__item.item-2-col span {
        width: 100%;
    }
}

.checkout-form .shop-cart-total h4 {
    font-size: 14px;
}

.checkout-form .shop-cart-total .__sub-total h6, .checkout-form .shop-cart-total .__shipping h6, .checkout-form .shop-cart-total .__order-total h6 {
    font-size: 13px;
}

.checkout-form .shop-cart-total .__sub-total>span, .checkout-form .shop-cart-total .__shipping>span, .checkout-form .shop-cart-total .__order-total>span {
    font-size: 13px;
}

.checkout-form .shop-cart-total .__total {
    padding-top: 15px;
    padding-bottom: 15px;
}

.checkout-form .shop-cart-total .__total:before, .checkout-form .shop-cart-total .__total:after {
    content: " ";
    display: table;
}

.checkout-form .shop-cart-total .__total:after {
    clear: both;
}

.checkout-form .shop-cart-total .__total:before, .checkout-form .shop-cart-total .__total:after {
    content: " ";
    display: table;
}

.checkout-form .shop-cart-total .__total:after {
    clear: both;
}

.checkout-form .shop-cart-total .__total * {
    line-height: 46px;
}

.checkout-form .shop-cart-total .__total span.price {
    font-size: 14px;
}

.checkout-payment:before, .checkout-payment:after {
    content: " ";
    display: table;
}

.checkout-payment:after {
    clear: both;
}

.checkout-payment:before, .checkout-payment:after {
    content: " ";
    display: table;
}

.checkout-payment:after {
    clear: both;
}

.checkout-payment .__title {
    font-size: 0;
}

.checkout-payment .__title label {
    cursor: pointer;
    display: inline-block;
}

.checkout-payment .__title label input[type="radio"] {
    display: none;
}

.checkout-payment .__title label input[type="radio"]+span i.radio-button {
    transition: all 0.3s ease-in-out;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 3px solid #FFFFFF;
    box-shadow: 0 0 0 1px #DDDDDD;
    background-color: #FFFFFF;
}

.checkout-payment .__title label input[type="radio"]:checked+span i.radio-button {
    background-color: #00B863;
}

.checkout-payment .__title label>span {
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding-left: 48px;
    line-height: 30px;
}

.checkout-payment .__title label>span:before, .checkout-payment .__title label>span:after {
    content: " ";
    display: table;
}

.checkout-payment .__title label>span:after {
    clear: both;
}

.checkout-payment .__title label>span:before, .checkout-payment .__title label>span:after {
    content: " ";
    display: table;
}

.checkout-payment .__title label>span:after {
    clear: both;
}

.checkout-payment .__title label>span i {
    float: left;
}

.checkout-payment .__title label>span span {
    float: left;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
}

.checkout-payment>div {
    border: 1px solid #DDDDDD;
}

.checkout-payment>div:not(:first-of-type) {
    border-top: 0;
}

.checkout-payment .bank-transfer {
    padding: 20px 0;
}

.checkout-payment .bank-transfer .__title {
    margin-bottom: 10px;
}

.checkout-payment .bank-transfer .__content {
    padding-left: 48px;
    padding-right: 48px;
}

.checkout-payment .bank-transfer .__content p {
    letter-spacing: 0.05em;
}

.checkout-payment .cheque-payment {
    padding: 25px 0;
}

.checkout-payment .paypal {
    padding: 25px 0;
}

.checkout-payment .paypal .__title label>span span img {
    margin-left: 12px;
}

@media (max-width:480px) {
    .checkout-payment .paypal .__title label>span span img {
        display: none;
    }
}

.checkout-form .__submit .btn {
    letter-spacing: 0.1em;
    width: 100%;
    max-width: 200px;
}

@media only screen and (max-width:1019px) {
    .checkout-form .__submit {
        text-align: center;
    }
}

.tabs .tabs-nav {
    font-size: 0;
    border-bottom: 1px solid #DDDDDD;
}

.tabs .tabs-nav>ul {
    display: inline-block;
}

.tabs .tabs-nav>ul:before, .tabs .tabs-nav>ul:after {
    content: " ";
    display: table;
}

.tabs .tabs-nav>ul:after {
    clear: both;
}

.tabs .tabs-nav>ul:before, .tabs .tabs-nav>ul:after {
    content: " ";
    display: table;
}

.tabs .tabs-nav>ul:after {
    clear: both;
}

.tabs .tabs-nav>ul li {
    float: left;
    border: 1px solid #DDDDDD;
    margin-bottom: -1px;
    background-color: #FFFFFF;
    transition: all 0.3s ease-in-out;
}

.tabs .tabs-nav>ul li:before {
    transition: all 0.3s ease-in-out;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: transparent;
}

.tabs .tabs-nav>ul li:not(:last-of-type) {
    margin-right: -1px;
}

.tabs .tabs-nav>ul li>a {
    display: inline-block;
    padding: 8px 20px;
    color: #444444;
}

.tabs .tabs-nav>ul li:not(.ui-tabs-active):hover {
    background-color: #F6F6F6;
}

.tabs .tabs-nav>ul li.ui-tabs-active {
    border-bottom-color: #FFFFFF;
    border-top-color: #00B863;
}

.tabs .tabs-nav>ul li.ui-tabs-active:before {
    background-color: #00B863;
}

.tabs .tabs-content {
    border: 1px solid #DDDDDD;
    border-top: 0;
    background-color: #FFFFFF;
}

.tabs.full .tabs-nav>ul li {
    background-color: #EEEEEE;
}

.tabs.full .tabs-nav>ul li>a {
    padding: 8px 25px;
}

.tabs.full .tabs-nav>ul li:not(.ui-tabs-active):hover {
    background-color: #FFFFFF;
}

.tabs.full .tabs-nav>ul li.ui-tabs-active {
    background-color: #FFFFFF;
}

.tabs.right .tabs-nav {
    text-align: right;
}

@media only screen and (max-width:767px) {
    .tabs .tabs-nav>ul {
        width: 100%;
    }
    .tabs .tabs-nav>ul li {
        text-align: center;
        float: none;
        display: block;
    }
    .tabs .tabs-nav>ul li:not(:last-of-type) {
        margin-right: 0;
    }
}

.product-detail-tabs .__item.__default {
    padding: 35px 40px;
}

.product-detail-tabs .__item.__default p {
    letter-spacing: 0.02em;
}

.product-detail-tabs .__item.__default p:last-of-type {
    margin-bottom: 0;
}

.product-detail-tabs .__item.__reviews .__head {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
}

.product-detail-tabs .__item.__reviews .__head p {
    float: left;
    line-height: 30px;
    margin-bottom: 0;
}

.product-detail-tabs .__item.__reviews .__head .star-ratings {
    float: right;
}

.product-detail-tabs .__item.__reviews .__head hr {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.product-detail-tabs .__item.__reviews .__body .__comment-list {
    padding: 0 20px;
}

.product-detail-tabs .__item.__reviews .__body .__comment-list .__comment {
    border-bottom: 1px solid #EEEEEE;
    padding: 20px 0 60px;
}

.product-detail-tabs .__item.__reviews .__body .__comment-list .__comment .__content-left {
    float: left;
    padding-right: 20px;
    padding-top: 10px;
}

.product-detail-tabs .__item.__reviews .__body .__comment-list .__comment .__content-left img {
    width: 100px;
}

.product-detail-tabs .__item.__reviews .__body .__comment-list .__comment .__content-right {
    padding-left: 120px;
}

.product-detail-tabs .__item.__reviews .__body .__comment-list .__comment .__content-right .__info {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.product-detail-tabs .__item.__reviews .__body .__comment-list .__comment .__content-right .__info>span {
    display: block;
    float: left;
    font-family: "Montserrat", sans-serif;
    line-height: 30px;
}

.product-detail-tabs .__item.__reviews .__body .__comment-list .__comment .__content-right .__info .__divide {
    height: 30px;
    width: 1px;
    margin-right: 10px;
    margin-left: 10px;
}

.product-detail-tabs .__item.__reviews .__body .__comment-list .__comment .__content-right .__info .__divide span {
    display: block;
    height: 16px;
    margin-top: 7px;
    background-color: #DDDDDD;
}

.product-detail-tabs .__item.__reviews .__body .__comment-list .__comment .__content-right .__info .star-ratings {
    float: right;
}

.product-detail-tabs .__item.__reviews .__body .__comment-list .__comment .__content-right p {
    float: left;
    margin-bottom: 0;
}

.product-detail-tabs .__item.__reviews .__body .__review-form {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.product-detail-tabs .__item.__reviews .__body .__review-form h6 {
    margin-bottom: 35px;
}

.product-detail-tabs .__item.__reviews .__body .__review-form .__inputs {
    margin-right: -15px;
    margin-left: -15px;
}

.product-detail-tabs .__item.__reviews .__body .__review-form .__inputs:before, .product-detail-tabs .__item.__reviews .__body .__review-form .__inputs:after {
    content: " ";
    display: table;
}

.product-detail-tabs .__item.__reviews .__body .__review-form .__inputs:after {
    clear: both;
}

.product-detail-tabs .__item.__reviews .__body .__review-form .__inputs:before, .product-detail-tabs .__item.__reviews .__body .__review-form .__inputs:after {
    content: " ";
    display: table;
}

.product-detail-tabs .__item.__reviews .__body .__review-form .__inputs:after {
    clear: both;
}

.product-detail-tabs .__item.__reviews .__body .__review-form .__inputs span {
    display: block;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.product-detail-tabs .__item.__reviews .__body .__review-form .___message textarea {
    height: 150px;
}

.product-detail-tabs .__item.__reviews .__body .__review-form .__rating {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.product-detail-tabs .__item.__reviews .__body .__review-form .__rating span {
    float: left;
    line-height: 30px;
    margin-right: 20px;
}

.product-detail-tabs .__item.__reviews .__body .__review-form .__rating i {
    float: left;
    display: block;
    font-size: 18px;
    color: #888888;
}

.product-detail-tabs .__item.__reviews .__body .__review-form .__rating i:before {
    line-height: 30px;
    display: block;
}

.product-detail-tabs .__item.__reviews .__body .__review-form .__button {
    float: right;
}

.product-detail-tabs .__item.__reviews .__body .__review-form .__button .btn {
    padding-top: 17px;
    line-height: 16px;
}

@media only screen and (min-width:768px) {
    .product-detail-tabs .__item.__reviews .__body .__review-form .__inputs span {
        float: left;
    }
    .product-detail-tabs .__item.__reviews .__body .__review-form .__inputs span:not(:last-of-type) {
        width: 50%;
    }
}

@media only screen and (min-width:1020px) {
    .product-detail-tabs .__item.__reviews .__body .__review-form .__inputs span {
        width: 33.33333333%;
    }
    .product-detail-tabs .__item.__reviews .__body .__review-form .__inputs span:not(:last-of-type) {
        width: 33.33333333%;
    }
}

@media only screen and (max-width:767px) {
    .product-detail-tabs .__item.__reviews .__body .__comment-list .__comment {
        padding: 30px 0;
    }
    .product-detail-tabs .__item.__reviews .__body .__comment-list .__comment .__content-left {
        padding-right: 0px;
        padding-top: 5px;
    }
    .product-detail-tabs .__item.__reviews .__body .__comment-list .__comment .__content-left img {
        width: 80px;
    }
    .product-detail-tabs .__item.__reviews .__body .__comment-list .__comment .__content-right {
        padding-left: 0;
    }
    .product-detail-tabs .__item.__reviews .__body .__comment-list .__comment .__content-right .__info {
        padding-left: 100px;
        float: none;
    }
    .product-detail-tabs .__item.__reviews .__body .__comment-list .__comment .__content-right .__info>span {
        width: 100%;
    }
    .product-detail-tabs .__item.__reviews .__body .__comment-list .__comment .__content-right .__info .__divide {
        display: none;
    }
    .product-detail-tabs .__item.__reviews .__body .__comment-list .__comment .__content-right .__info .star-ratings {
        float: left;
        width: 100%;
    }
    .product-detail-tabs .__item.__reviews .__body .__comment-list .__comment .__content-right p {
        float: none;
    }
}

@media (max-width:480px) {
    .product-detail-tabs .__item.__default {
        padding: 35px 15px;
    }
    .product-detail-tabs .__item.__reviews .__head .star-ratings {
        float: left;
    }
    .product-detail-tabs .__item.__reviews .__body .__review-form {
        padding-left: 15px;
        padding-right: 15px;
    }
    .product-detail-tabs .__item.__reviews .__body .__review-form .__rating {
        width: 100%;
    }
    .product-detail-tabs .__item.__reviews .__body .__review-form .__button {
        width: 100%;
        text-align: center;
    }
}

table {
    text-align: center;
    width: 100%;
    min-width: 100%;
}

table thead {
    background-color: #222222;
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

table.table-primary thead {
    background: #00B863;
}

table.table-secondary thead {
    background: #00BFFF;
}

table.table-success thead {
    background: #468C00;
}

table.table-info thead {
    background: #3ED0A1;
}

table.table-warning thead {
    background: #FF7F00;
}

table.table-danger thead {
    background: #FF5533;
}

table.table-gray-base thead {
    background: #000000;
}

table.table-gray-darkest thead {
    background: #111111;
}

table.table-gray-darker thead {
    background: #222222;
}

table.table-gray-dark thead {
    background: #444444;
}

table.table-gray thead {
    background: #666666;
}

table.table-gray-light thead {
    background: #888888;
}

table.table-gray-lighter thead {
    background: #EEEEEE;
}

table.table-gray-lightest thead {
    background: #F9F9F9;
}

table.table-gray-border thead {
    background: #DDDDDD;
}

table.table-light thead {
    background: #FFFFFF;
}

table th {
    border: 1px solid #EEEEEE;
    padding: 12px 20px;
}

table td {
    border: 1px solid #EEEEEE;
    padding: 10px 20px;
}

table.table-vertical tr>td:first-child {
    font-family: "Montserrat", sans-serif;
}

table.table-vertical th, table.table-vertical td {
    border: 0;
    border-bottom: 1px solid #EEEEEE;
}

table.table-striped tr:nth-child(2n) {
    background-color: #EEEEEE;
}

.team .block-team .__image {
    margin-bottom: 32px;
}

.team .block-team .__image>div {
    overflow: hidden;
}

.team .block-team .__image img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

.team .block-team .__info {
    text-align: center;
}

.team .block-team .__info .__name {
    margin-bottom: 5px;
}

.team .block-team .__info .__role {
    margin-bottom: 10px;
}

.team .block-team:hover .__image img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

@media only screen and (min-width:768px) {
    .team.team-horizontal .block-team {
        margin-right: -15px;
        margin-left: -15px;
    }
    .team.team-horizontal .block-team:before, .team.team-horizontal .block-team:after {
        content: " ";
        display: table;
    }
    .team.team-horizontal .block-team:after {
        clear: both;
    }
    .team.team-horizontal .block-team:before, .team.team-horizontal .block-team:after {
        content: " ";
        display: table;
    }
    .team.team-horizontal .block-team:after {
        clear: both;
    }
    .team.team-horizontal .block-team>div {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .team.team-horizontal .block-team .__image {
        margin-bottom: 0px;
    }
    .team.team-horizontal .block-team .__image img {
        width: 100%;
    }
    .team.team-horizontal .block-team .__info {
        text-align: left;
    }
    .team.team-horizontal .block-team .__info .__name {
        margin-bottom: 5px;
    }
    .team.team-horizontal .block-team .__info .__role {
        margin-bottom: 10px;
    }
}

.block-team-2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}

.block-team-2 .__image {
    position: relative;
    margin-bottom: 22px;
}

.block-team-2 .__image img {
    width: 100%;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.block-team-2 .__image .social {
    transition: all 0.3s ease-in-out;
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
    position: absolute;
    width: 30px;
    left: 0;
    bottom: 20px;
}

.block-team-2 .__image .social li {
    margin: 10px 0;
}

.block-team-2 .__image:hover img {
    opacity: 0.6;
}

.block-team-2 .__image:hover .social {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.block-team-2 .__block {
    text-align: center;
}

.block-team-2 .__block .__name {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
}

.block-team-2 .__block .__role {
    font-family: "Playfair Display", serif;
    font-size: 14px;
}

.block-testimonial .__content p, .testi-desc {
    letter-spacing: 0.8px;
    margin-bottom: 35px;
}

.block-testimonial .__content h6 {
    margin-bottom: 15px;
}

.block-testimonial-wrapper .slick-arrow {
    top: 20px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

@media only screen and (max-width:1019px) {
    .block-testimonial-wrapper .slick-arrow {
        opacity: 0;
    }
    .block-testimonial-wrapper:hover .slick-arrow {
        opacity: 1;
    }
}

.block-testimonial-2 .__content p {
    letter-spacing: 0.8px;
    margin-bottom: 25px;
}

.block-testimonial-2 .__content i {
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #888888;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.block-testimonial-2 .__content i:before {
    line-height: 50px;
    position: relative;
    top: 2px;
}

.block-testimonial-2 .__content h6 {
    margin-bottom: 15px;
}

.block-testimonial-2-wrapper {
    padding-bottom: 40px;
}

.block-testimonial-2-wrapper .slick-dots li button {
    width: 8px;
    height: 8px;
    background-color: transparent;
    border: 1px solid #DDDDDD;
}

.block-testimonial-2-wrapper .slick-dots li.slick-active button, .block-testimonial-2-wrapper .slick-dots li button:hover {
    background-color: #888888;
    border-color: #888888;
}

.block-testimonial-3 .__content .__image {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    overflow: hidden;
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.block-testimonial-3 .__content .__image img {
    width: 100%;
}

.block-testimonial-3 .__content p {
    letter-spacing: 0.05em;
    margin-bottom: 25px;
}

.block-testimonial-3 .__content h6 {
    margin-bottom: 15px;
}

.block-testimonial-3-wrapper {
    padding-bottom: 40px;
}

.block-testimonial-3-wrapper .slick-dots li button {
    width: 8px;
    height: 8px;
    background-color: #EEEEEE;
    border: 0;
}

.block-testimonial-3-wrapper .slick-dots li.slick-active button, .block-testimonial-3-wrapper .slick-dots li button:hover {
    background-color: #888888;
}

.block-testimonial-4 .__content i {
    font-size: 28px;
    color: #DDDDDD;
    margin-bottom: 30px;
}

.block-testimonial-4 .__content p {
    letter-spacing: 0.05em;
    margin-bottom: 25px;
}

.block-testimonial-4 .__content .__image {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    overflow: hidden;
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.block-testimonial-4 .__content .__image img {
    width: 100%;
}

.block-testimonial-4 .__content h6 {
    margin-bottom: 15px;
}

.block-testimonial-5 .__content .__logo {
    margin-bottom: 35px;
}

.block-testimonial-5 .__content .star-ratings {
    margin-bottom: 25px;
}

.block-testimonial-5 .__content p {
    letter-spacing: 0.05em;
}

.block-testimonial-5-wrapper {
    padding-bottom: 36px;
}

.block-testimonial-5-wrapper .slick-dots {
    font-size: 0;
    bottom: 28px;
}

.block-testimonial-5-wrapper .slick-dots li button {
    width: 8px;
    height: 8px;
    border: 0;
    background-color: rgba(255, 255, 255, 0.3);
}

.block-testimonial-5-wrapper .slick-dots li.slick-active button, .block-testimonial-5-wrapper .slick-dots li button:hover {
    background-color: #FFFFFF;
}

.testimonial {
    background-size: cover;
    background-repeat: no-repeat;
}

.testimonial .__button .btn, .testimonial .__button .btn-border {
    max-width: 180px;
    letter-spacing: 2px;
}

.testimonial .__button .btn {
    margin-right: 30px;
}

.testimonial.style-1 {
    padding-top: 110px;
    padding-bottom: 420px;
    background-position: center bottom;
}

.testimonial.style-1 .block-testimonial-wrapper .slick-arrow {
    color: #AAAAAA;
}

.testimonial.style-1 .block-testimonial-wrapper .slick-arrow:before {
    text-shadow: none;
}

.testimonial.style-2 {
    padding-top: 130px;
    padding-bottom: 400px;
    background-position: center top;
}

.testimonial.style-3 {
    padding-top: 140px;
    padding-bottom: 180px;
}

@media only screen and (min-width:1020px) {
    .testimonial .block-testimonial-wrapper {
        max-width: 770px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .testimonial .block-testimonial-wrapper .slick-prev {
        left: -100px;
    }
    .testimonial .block-testimonial-wrapper .slick-next {
        right: -100px;
    }
}

@media only screen and (max-width:767px) {
    .testimonial .__button .btn {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.group-share-module-1:before, .group-share-module-2:before, .group-share-module-3:before, .group-share-module-1:after, .group-share-module-2:after, .group-share-module-3:after {
    content: " ";
    display: table;
}

.group-share-module-1:after, .group-share-module-2:after, .group-share-module-3:after {
    clear: both;
}

.group-share-module-1:before, .group-share-module-2:before, .group-share-module-3:before, .group-share-module-1:after, .group-share-module-2:after, .group-share-module-3:after {
    content: " ";
    display: table;
}

.group-share-module-1:after, .group-share-module-2:after, .group-share-module-3:after {
    clear: both;
}

.group-share-module-1>div, .group-share-module-2>div, .group-share-module-3>div {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:900px) {
    .group-share-module-1.__5-modules>div, .group-share-module-2.__5-modules>div, .group-share-module-3.__5-modules>div {
        float: left;
        width: 20%;
    }
}

.group-share-module-1>div {
    border: 1px solid #DDDDDD;
    height: 60px;
    line-height: 58px;
}

.group-share-module-1>div span {
    display: block;
    height: 100%;
    width: 100%;
}

.group-share-module-1>div.module-facebook>a:hover, .group-share-module-1>div.module-facebook>a:focus {
    color: #3C599F;
}

.group-share-module-1>div.module-twitter>a:hover, .group-share-module-1>div.module-twitter>a:focus {
    color: #32CCFE;
}

.group-share-module-1>div.module-google-plus>a:hover, .group-share-module-1>div.module-google-plus>a:focus {
    color: #DD4C39;
}

.group-share-module-1>div.module-linkedin>a:hover, .group-share-module-1>div.module-linkedin>a:focus {
    color: #0085AE;
}

.group-share-module-1>div.module-pinterest>a:hover, .group-share-module-1>div.module-pinterest>a:focus {
    color: #E1003A;
}

.group-share-module-1.size-large>div {
    height: 90px;
    line-height: 88px;
}

@media (min-width:900px) {
    .group-share-module-1>div:not(:last-of-type) {
        border-right: 0;
    }
}

.group-share-module-2>div {
    border: 1px solid #DDDDDD;
    height: 60px;
    line-height: 58px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.group-share-module-2>div span {
    transition: all 0.3s ease-in-out;
    display: block;
    height: 100%;
    width: 100%;
}

.group-share-module-2>div .__icon {
    font-size: 24px;
    -webkit-transform: translateY(-59px);
    -ms-transform: translateY(-59px);
    transform: translateY(-59px);
    background-color: #00B863;
    color: #FFFFFF;
}

.group-share-module-2>div .__name {
    -webkit-transform: translateY(-58px);
    -ms-transform: translateY(-58px);
    transform: translateY(-58px);
    color: #444444;
    background-color: #FFFFFF;
}

.group-share-module-2>div:hover {
    border-color: #00B863;
}

.group-share-module-2>div:hover span {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.group-share-module-2.size-large>div {
    height: 70px;
    line-height: 68px;
}

.group-share-module-2.size-large>div .__icon {
    -webkit-transform: translateY(-69px);
    -ms-transform: translateY(-69px);
    transform: translateY(-69px);
}

.group-share-module-2.size-large>div .__name {
    -webkit-transform: translateY(-68px);
    -ms-transform: translateY(-68px);
    transform: translateY(-68px);
}

.group-share-module-2.size-large>div:hover span {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media (min-width:900px) {
    .group-share-module-2>div:not(:last-of-type) {
        border-right: 0;
    }
    .group-share-module-2>div:hover+div {
        border-left-color: #00B863;
    }
}

.group-share-module-3>div {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.group-share-module-3>div>a {
    color: #FFFFFF;
}

.group-share-module-3>div span {
    transition: all 0.3s ease-in-out;
    display: block;
    height: 100%;
    width: 100%;
}

.group-share-module-3>div .__icon {
    font-size: 24px;
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
}

.group-share-module-3>div .__name {
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
}

.group-share-module-3>div:hover span {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.group-share-module-3>div.module-facebook {
    background-color: #3C599F;
}

.group-share-module-3>div.module-facebook:hover {
    background-color: #354f8c;
}

.group-share-module-3>div.module-twitter {
    background-color: #32CCFE;
}

.group-share-module-3>div.module-twitter:hover {
    background-color: #19c6fe;
}

.group-share-module-3>div.module-google-plus {
    background-color: #DD4C39;
}

.group-share-module-3>div.module-google-plus:hover {
    background-color: #d73a25;
}

.group-share-module-3>div.module-linkedin {
    background-color: #0085AE;
}

.group-share-module-3>div.module-linkedin:hover {
    background-color: #007295;
}

.group-share-module-3>div.module-pinterest {
    background-color: #E1003A;
}

.group-share-module-3>div.module-pinterest:hover {
    background-color: #c80033;
}

.group-share-module-3.size-large>div {
    height: 70px;
    line-height: 70px;
}

.group-share-module-3.size-large>div .__icon {
    -webkit-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px);
}

.group-share-module-3.size-large>div .__name {
    -webkit-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px);
}

.group-share-module-3.size-large>div:hover span {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.widget {
    margin-bottom: 40px;
}

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

.widget:after {
    clear: both;
}

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

.widget:after {
    clear: both;
}

.__widget-title>h6:before, .__widget-title .js-el-content>h6:before, h6.__widget-title:before, .dot-heading:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 7px;
    border-radius: 50%;
    background-color: #00B863;
}

.__widget-title {
    margin-bottom: 35px;
}

.widget-categories .__widget-content {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    padding-left: 10px;
}

.widget-categories .__widget-content li {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px;
}

.widget-tag .__widget-content {
    margin-right: -6px;
}

.widget-gallery .__widget-content {
    margin-right: -5px;
}

.widget-gallery .__widget-content li {
    display: block;
    width: 33.33%;
    float: left;
    padding: 0 5px 5px 0;
    margin: 0;
}

.widget-gallery .__widget-content a {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.widget-gallery .__widget-content img {
    width: 100%;
}

.widget-social .__widget-content ul.social {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.widget-social .__widget-content ul.social li {
    display: block;
    float: left;
    margin: 0;
}

.widget-twitter .twiter-item {
    position: relative;
}

.widget-twitter .twiter-item:not(:last-child) {
    margin-bottom: 25px;
}

.widget-twitter .twiter-item .__icon {
    position: relative;
    float: left;
    display: block;
    width: 25px;
    top: 10px;
}

.widget-twitter .twiter-item .__content {
    overflow: hidden;
}

.widget-price-filter .price-filter>h5 {
    margin-bottom: 40px;
}

.widget-price-filter .price-filter .price-slider-range {
    background-color: #EEEEEE;
    height: 10px;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.widget-price-filter .price-filter .price-slider-range .ui-widget-header {
    background-color: #EEEEEE;
    height: 10px;
    position: absolute;
    top: 0;
    width: 50%;
}

.widget-price-filter .price-filter .price-slider-range span {
    content: "";
    cursor: pointer;
    display: block;
    height: 10px;
    outline: none;
    position: absolute;
    top: 0;
    width: 10px;
    background-color: #00BFFF;
}

.construction-style .widget-price-filter .price-filter .price-slider-range span {
    background-color: #00B863;
}

.widget-price-filter .price-filter .price-filter-detail {
    width: 100%;
}

.widget-price-filter .price-filter .price-filter-detail:before, .widget-price-filter .price-filter .price-filter-detail:after {
    content: " ";
    display: table;
}

.widget-price-filter .price-filter .price-filter-detail:after {
    clear: both;
}

.widget-price-filter .price-filter .price-filter-detail:before, .widget-price-filter .price-filter .price-filter-detail:after {
    content: " ";
    display: table;
}

.widget-price-filter .price-filter .price-filter-detail:after {
    clear: both;
}

.widget-price-filter .price-filter .price-filter-detail .price {
    font-family: "Montserrat", sans-serif;
    line-height: 35px;
    font-size: 13px;
}

.widget-product .__widget-content .block-shop-product-small:not(:last-of-type) {
    margin-bottom: 20px;
}

.widget-recent-post .rpost {
    margin-bottom: 15px;
    float: left;
}

.widget-recent-post .rpost .__img {
    display: block;
    width: 76px;
    margin-right: 13px;
    float: left;
}

.widget-recent-post .rpost .__img img {
    width: 100%;
}

.widget-recent-post .rpost .__content {
    overflow: hidden;
}

.widget-recent-post .rpost .__title {
    margin-top: -0.57142857em;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
}

.widget-recent-post .rpost .__date {
    font-size: 13px;
}

.widget-recent-post .rpost:not(:last-child) {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px;
}

.group-homepage-item {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.block-homepage-item {
    margin-bottom: 30px;
    display: inline-block;
    max-width: 460px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.block-homepage-item:before, .block-homepage-item:after {
    content: " ";
    display: table;
}

.block-homepage-item:after {
    clear: both;
}

.block-homepage-item:before, .block-homepage-item:after {
    content: " ";
    display: table;
}

.block-homepage-item:after {
    clear: both;
}

.block-homepage-item .__image {
    width: 100%;
    height: 0;
    padding-top: 88%;
    overflow: hidden;
    float: left;
    margin-bottom: 40px;
    border: 1px solid #EEEEEE;
}

.block-homepage-item .__image img {
    transition: all 0.7s ease-in-out;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.block-homepage-item .__image .__view-more {
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
}

.block-homepage-item .__image:hover img {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.block-homepage-item .__image:hover .__view-more {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.choose-layout-style {
    margin-bottom: 40px;
}

.choose-layout-style .__layout {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 60px;
    float: left;
}

.choose-layout-style .__layout img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

@media only screen and (min-width:1020px) {
    .choose-layout-style .__layout {
        width: 20%;
    }
}

@media only screen and (max-width:1019px) {
    .choose-layout-style .__layout {
        display: inline-block;
        float: none;
    }
}

.shortcode-parallax-1 {
    padding-top: 175px;
    padding-bottom: 180px;
}

@media only screen and (max-width:767px) {
    .shortcode-parallax-1 {
        padding-top: 125px;
        padding-bottom: 130px;
    }
}

.shortcode-parallax-2 {
    padding-top: 130px;
    padding-bottom: 100px;
}

.underconstruction-container {
    padding-bottom: 40px;
}

.underconstruction-container .__icon {
    font-size: 60px;
    color: #00B863;
}

.underconstruction-container .__title {
    font-size: 40px;
}

.underconstruction-container .__caption {
    font-size: 24px;
    margin-bottom: 35px;
}

.about-skill-container {
    max-width: 700px;
    padding: 100px 60px 80px;
}

@media only screen and (max-width:1229px) {
    .about-skill-container {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.os-device-friendly {
    position: relative;
}

@media only screen and (min-width:1230px) {
    .os-device-friendly .__content {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
}

.os-device-friendly h2 {
    line-height: 1.6;
}

@media (min-width:1530px) {
    .homepage-leftmenu {
        padding-left: 300px;
    }
    .homepage-leftmenu .mobile-nav {
        transition: -webkit-transform 0s;
        transition: transform 0s;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .homepage-leftmenu .mobile-nav .megatron {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 190px;
    }
    .homepage-leftmenu .mobile-nav-toggle {
        display: none;
    }
    .homepage-leftmenu .left-menu-top-nav {
        display: none!important;
    }
}

.underconstruction-section .cell-vertical-wrapper {
    min-height: calc(100vh - 173px);
    padding: 60px 0;
}

#toolbar-administration {
    z-index: 1000000;
}

#block-md-megatron-page-title {
    display: none;
}

.no-border-radius, .no-border-radius>.btn {
    border-radius: 0;
}

.awe-sections>.contextual {
    position: fixed;
    right: 0;
    top: 50%;
}

section {
    overflow: visible;
}

[class^="acicon-"], [class*=" acicon-"][class^="acicon-"], [class*=" acicon-"] {
    line-height: 24px;
}

.form-item {
    margin-top: 0;
    margin-bottom: 0;
}

.form-actions {
    clear: both;
}

.contact-form .form-actions {
    float: left;
}

.form-comment {
    float: left;
    width: 100%;
}

.indented {
    margin-left: 110px;
}

.page-body.mt-5 {
    margin-top: 50px;
}

.page-body.mb-5 {
    margin-bottom: 50px;
}

.ls-3 {
    letter-spacing: 3px;
}

.lh-30 {
    line-height: 30px;
}

.bgc-gray-darker .form-text, .bgc-gray-darker .form-email, .bgc-gray-darker .form-textarea {
    background-color: transparent;
    border-color: #333333;
}

nav.footer-nav ul li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

nav.footer-nav ul li a {
    line-height: 30px;
    font-size: 13px;
    color: #FFFFFF;
    text-transform: uppercase;
}

nav.footer-nav ul li a:hover {
    color: #00B863;
}

.archive-sidebar .search-block-form, .archive-sidebar .block-views {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

.view-taxonomy-term .view-content .views-row {
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}

.view-taxonomy-term {
    margin-bottom: 90px;
}

.profile>a {
    float: left;
    margin-right: 30px;
}

.profile .form-no-label .label {
    color: #444444;
}

.price-table-item .__title.default {
    background-color: #00B863;
}

@media only screen and (min-width:1230px) {
    nav.footer-nav ul li:first-of-type {
        margin-left: 0;
    }
}

.ac_element {
    margin-top: 0;
    margin-bottom: 0;
}

.ac_container-fluid {
    max-width: none;
}

.block-block-content section.js-content-object:first-child {
    margin-top: 30px;
}

.js-content-object.ac_section:first-child {
    margin-top: 30px;
}

.js-content-object.nav-absolute {
    position: relative;
}

@media (min-width:1400px) {
    .main-nav.large-container .ac_container {
        width: 100%;
        padding-left: 45px;
        padding-right: 45px;
    }
    .main-nav.large-container .main-menu>ul>li>ul.mega-menu.menu-fullwidth {
        width: 100%;
    }
}

.call-to-action {
    border: none;
}

.owl-carousel .owl-item .block-testimonial-5 img {
    width: auto;
}

.js-front-owl-carousel>.owl-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.js-front-owl-carousel>.owl-nav>div {
    transition: all 0.3s ease-in-out;
    line-height: 1;
    border: 0;
    border-radius: 50%;
    font-size: 0;
    background-color: transparent;
    color: #FFFFFF;
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: none !important;
    font-size: 0 !important;
}

.js-front-owl-carousel>.owl-nav .owl-prev {
    float: left;
}

.js-front-owl-carousel>.owl-nav .owl-next {
    float: right;
}

.js-front-owl-carousel>.owl-nav .owl-prev:before {
    display: block;
    text-align: center;
    font-family: "megatron" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    -webkit-font-smoothing: antialiased;
    font-size: 40px;
    text-shadow: 0 0 1px #444444;
    content: "\e1ae";
}

.js-front-owl-carousel>.owl-nav .owl-next:before {
    display: block;
    text-align: center;
    font-family: "megatron" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    -webkit-font-smoothing: antialiased;
    font-size: 40px;
    text-shadow: 0 0 1px #444444;
    content: "\e1aa";
}

.service-item {
    display: none;
}

.service-1.style-1, .service-2.style-2 {
    display: block;
}

.service-item.block-interactive-banner-3 {
    width: 100%;
}

.block-interactive-banner-3.show-button .__content .__block p.__text, .block-interactive-banner-3.show-button .__content .__block p.__sub-title, .block-interactive-banner-3.show-button .__content .__block h4 {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.block-interactive-banner-3.show-button .__content .__block .__button {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

#edit-mail-wrapper label, #edit-mail-wrapper .description, #block-simplenewssubscription #edit-message {
    display: none;
}

#edit-mail-wrapper .form-email {
    background-color: transparent;
    color: #fff;
    transition: all 0.3s ease-in-out;
    padding: 9px 20px;
    width: 100%;
    border: 1px solid #DDDDDD;
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
}

#edit-mail-wrapper .form-email::-webkit-input-placeholder {
    color: #fff;
}

#edit-mail-wrapper .form-email::-moz-placeholder {
    color: #fff;
}

#edit-mail-wrapper .form-email:-ms-input-placeholder {
    color: #fff;
}

#edit-mail-wrapper .form-email:-moz-placeholder {
    color: #fff;
}

#edit-mail-wrapper {
    display: inline-block;
    width: 75%;
}

.block-simplenews .form-actions {
    display: inline-block;
}

.block-simplenews .form-actions .form-submit {
    transition: all 0.3s ease-in-out;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    padding: 17px 30px;
    line-height: 16px;
    font-size: 13px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    background-color: #00B863;
    margin-left: 5px;
}

.block-simplenews #edit-actions .form-submit:hover, .block-simplenews #edit-actions .form-submit:focus {
    background-color: #222222;
    color: #FFFFFF;
}

.progress-style-classic .progress-value, .progress-style-classic .progress-value:before, .progress-style-tooltip .progress-value, .progress-style-tooltip .progress-value:before, .progress-style-tooltip .progressbar-back-text {
    height: 9px !important;
}

.progress-style-tooltip .progressbar-back-text {
    bottom: -9px !important;
}

.progress-style-tooltip {
    margin-bottom: 0;
}

.ac-accordion__header .ac-accordion__header-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background-color: #EEEEEE;
    outline: transparent solid 1px;
    transition: all 0.3s ease-in-out;
    transform: translate(0, 0);
}

.ac-accordion__header.ac-accordion__header--icon-left .ac-accordion__header-icon {
    left: 0;
    right: auto;
}

.ac-accordion__header .ac-accordion__header-icon.icon-down-open-big {
    outline: #444444 solid 1px;
    background-color: #444444;
}

.ac-accordion__header .ac-accordion__header-icon:before {
    position: absolute;
    width: 14px;
    height: 14px;
    line-height: 14px;
    display: block;
    font-size: 14px;
    left: 30%;
    top: 40%;
}

.ac-accordion__header {
    cursor: pointer;
    border: 1px solid #DDDDDD;
    position: relative;
    min-height: 0;
    background-color: #FFFFFF;
}

.ac-accordion__header a {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 80px;
    border: none;
    color: #444444;
    font-family: "Montserrat", sans-serif;
}

.ac-accordion__header a:hover, .ac-accordion__header:hover a {
    background: none;
}

.ac-accordion__body {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-top: 0;
    padding: 20px 30px;
    overflow: auto;
}

.ac-accordion__panel {
    margin-bottom: 20px;
}

.accordion-style-1 .ac-accordion__header .ac-accordion__header-icon.icon-down-open-big {
    color: #FFFFFF;
}

.accordion-style-2 .ac-accordion__header .ac-accordion__header-icon {
    outline: #444444 solid 1px;
    background-color: #444444;
    color: #FFFFFF;
}

.accordion-style-2 .ac-accordion__header .ac-accordion__header-icon.icon-down-open-big {
    background-color: #EEEEEE;
    outline: transparent solid 1px;
    color: #444444;
}

.accordion-style-3 .ac-accordion__header .ac-accordion__header-icon, .accordion-style-3 .ac-accordion__header .ac-accordion__header-icon.icon-down-open-big {
    background: none;
    outline: none;
    color: #444444;
}

.accordion-style-4 .ac-accordion__header .ac-accordion__header-icon {
    background: none;
    outline: none;
    color: #444444;
}

.accordion-style-4 .ac-accordion__header .ac-accordion__header-icon.icon-down-open-big {
    outline: #444444 solid 1px;
    background-color: #444444;
    color: #FFFFFF;
}

.accordion-style-4 .ac-accordion__header>a.active {
    outline: #444444 solid 1px;
    background-color: #444444;
    color: #FFFFFF;
}

.accordion-style-4 .ac-accordion__header>a:focus {
    outline-offset: 0px;
}

.accordion-style-5 .ac-accordion__header .ac-accordion__header-icon {
    background: none;
    outline: none;
}

.accordion-style-5 .ac-accordion__header, .accordion-style-5 .ac-accordion__header a, .accordion-style-5 .ac-accordion__body {
    background: none;
}

.element-chart-pie[data-md-type="doughnut"], .element-chart-pie[data-md-type="pie"] {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.element-chart-pie[data-md-type="doughnut"] .chart-canvas canvas, .element-chart-pie[data-md-type="pie"] .chart-canvas canvas {
    width: 160px !important;
    height: 160px !important;
}

.element-chart-pie[data-md-type="doughnut"] .chart-canvas, .element-chart-pie[data-md-type="pie"] .chart-canvas {
    float: left;
}

.element-chart-pie[data-md-type="doughnut"] ul.chart-detail, .element-chart-pie[data-md-type="pie"] ul.chart-detail {
    float: left;
    margin-left: 30px;
}

.element-chart-pie[data-md-type="doughnut"] ul.chart-detail li, .element-chart-pie[data-md-type="pie"] ul.chart-detail li {
    display: block;
    margin-bottom: 15px;
}

.element-chart-pie[data-md-type="doughnut"] ul.chart-detail span, .element-chart-pie[data-md-type="pie"] ul.chart-detail span {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.dropcap-style .first-letter {
    min-width: 56px;
    min-height: 56px;
    line-height: 56px;
}

.breadcrumb {
    margin-bottom: 0;
}

.side-tab .ac-tab__content {
    float: left;
    width: 80%;
}

.ac-tab__nav.ac-tab__nav--top {
    display: inline-block;
    margin-bottom: 0;
}

.ac-tab__nav li>a {
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    padding: 0;
    color: #444444;
    background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    margin-bottom: -1px;
    transition: all 0.3s ease-in-out;
}

.ac-tab__nav li>a>span {
    display: inline-block;
    padding: 8px 25px;
}

.ac-tab__nav li>a:before {
    transition: all 0.3s ease-in-out;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: transparent;
}

.ac-tab__nav li>a.active {
    background-color: #FFFFFF;
    border-bottom: 1px solid #fff;
}

.ac-tab__nav li>a.active:before {
    background-color: #00B863;
}

.ac-tab__nav li:not(:last-of-type) {
    margin-right: -1px;
}

.ac-tab__content {
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
}

.ac-tab__content>div {
    padding: 35px 40px;
}

.sidebar .search-form {
    position: relative;
}

.sidebar .search-form input[type="search"] {
    transition: all 0.3s ease-in-out;
    padding: 5px 40px 5px 20px;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0;
    box-sizing: border-box;
    font-size: 13px;
    height: 39px;
}

.sidebar .search-form .form-actions:before {
    content: "\e1b2";
    font-family: "megatron";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 4px;
    right: 13px;
}

.sidebar .search-form .form-actions input[type="submit"] {
    width: 40px;
    height: 38px;
    background: none;
    font-size: 0;
    text-indent: -9999px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.search-box .search-form {
    position: relative;
}

.search-box .search-form .form-actions input[type="submit"] {
    width: 40px;
    height: 38px;
    background: none;
    font-size: 0;
    text-indent: -9999px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.search-box .search-form .form-actions:before {
    content: "\e1b2";
    font-family: "megatron";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 7px;
    right: 13px;
    -webkit-transition: all .2s ease .25s;
    transition: all .2s ease .25s;
}

.search-box .search-form .form-actions:hover:before {
    color: #00B863;
}

.social-area .__widget-title {
    display: none;
}

.modal #search-block-form {
    width: 100%;
    padding: 30px;
    position: relative;
}

.modal #search-block-form>div {
    width: 100%;
}

.modal #search-block-form .form-type-search {
    float: left;
    width: 75%;
}

.modal #search-block-form .form-actions {
    display: inline;
    float: right;
    width: auto;
}

.modal #search-block-form .form-actions .form-submit {
    transition: all 0.3s ease-in-out;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    padding: 16.5px 30px;
    line-height: 1.2;
    font-size: 13px;
    text-align: center;
    color: #FFFFFF;
    background-color: #00B863;
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.modal #search-block-form .form-actions .form-submit:hover, .modal #search-block-form .form-actions .form-submit:focus, .modal #search-block-form .form-actions .form-submit:active {
    background-color: #222222;
    color: #FFFFFF;
}

@media only screen and (min-width:768px) {
    .modal #search-block-form {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .modal #search-block-form input[type="text"] {
        margin-right: 15px;
        margin-bottom: 0;
    }
}

.widget-categories .__widget-content li {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sidebar>.ac_elements-wrapper>.ac_element {
    margin-bottom: 40px;
}

#modal-login .modal-content, #modal-login .modal-dialog {
    max-width: 325px;
}

#modal-login .modal-content .form-submit {
    width: 100%;
}

.main-nav .__middle .main-menu ul li a, .mobile-nav .mobile-menu ul li a, .nav-fixed .main-menu ul li a {
    text-transform: uppercase;
}

.main-nav.style-10 {
    border-top: 1px solid rgba(136, 136, 136, 0.15);
    border-bottom: 1px solid rgba(136, 136, 136, 0.15);
}

.main-nav.menu-only .pull-right .__search, .main-nav.menu-only .pull-right .__offcanvas-button {
    display: none;
}

.main-nav.menu-only .__footer {
    border-bottom: none;
}

.main-nav .__footer .main-menu ul li a {
    text-transform: uppercase;
}

.main-nav.nav-absolute.style-4 {
    margin-top: 47px;
}

.simple-header h1.text-responsive.size-l {
    margin-bottom: 0;
    margin-top: 0;
    letter-spacing: 0.04em;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.simple-header .breadcrumb {
    background: none;
    text-align: center;
    padding: 0;
    color: #444444;
    float: none;
}

.simple-header .breadcrumb .__title {
    font-weight: 600;
    font-size: 13px;
}

.simple-header .breadcrumb .__title:before {
    display: none;
}

.region-footer .fullwidth #edit-mail-wrapper {
    width: 100%;
}

.region-footer .fullwidth #edit-mail-wrapper .form-email {
    margin-bottom: 10px;
}

.region-footer .fullwidth .block-simplenews .form-actions {
    width: 100%;
}

.region-footer .fullwidth .block-simplenews .form-actions .form-submit {
    width: 100%;
    margin-left: 0;
}

.ac_creating .nav-fixed {
    position: relative;
}

@media only screen and (max-width:768px) {
    #block-views-block-blog-blog-3-cols .section-block {
        margin-bottom: 25px;
    }
    #block-views-block-blog-blog-3-cols .section-block:nth-child(2n+1) {
        clear: left;
    }
    .element-chart-pie[data-md-type="doughnut"], .element-chart-pie[data-md-type="pie"] {
        display: block;
    }
    .element-chart-pie[data-md-type="doughnut"] .chart-canvas, .element-chart-pie[data-md-type="pie"] .chart-canvas {
        float: none;
        text-align: center;
        margin-bottom: 30px;
    }
    .element-chart-pie[data-md-type="doughnut"] ul.chart-detail, .element-chart-pie[data-md-type="pie"] ul.chart-detail {
        float: none;
        margin-left: 0px;
    }
    .element-chart-pie[data-md-type="doughnut"] ul.chart-detail li, .element-chart-pie[data-md-type="pie"] ul.chart-detail li {
        display: inline-block;
        margin: 0;
        text-align: center;
        font-size: 11px;
    }
    .element-chart-pie[data-md-type="doughnut"] ul.chart-detail span, .element-chart-pie[data-md-type="pie"] ul.chart-detail span {
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
}

@media only screen and (max-width:414px) {
    #block-megaslider01, #block-megaslider02, #block-megaslider03, #block-megaslider04, #block-megaslider05, #block-megaslider06, #block-megaslider07, #block-megaslider08, #block-megaslider09, #block-megaslider10, #block-megaslider11, #block-megaslider12, #block-megaslider13, #block-megaslider14, #block-megaslider15, #block-megaslider16 {
        display: none;
    }
    .nav-fixed {
        position: relative;
        background-color: #000;
    }
    #page-body {
        overflow-x: hidden;
    }
    #back-to-top-btn {
        right: 40px;
    }
    .element-chart-pie[data-md-type="doughnut"] .chart-canvas canvas, .element-chart-pie[data-md-type="pie"] .chart-canvas canvas {
        width: inherit !important;
        height: inherit !important;
        max-width: 350px;
        max-height: 350px;
    }
}

.color-primary {
    color: #1586b5;
}

.border-primary {
    border-color: #1586b5;
}

.bgc-primary {
    background-color: #1586b5;
}

a:hover, a:focus {
    color: #1586b5;
    text-decoration: none;
}

form input[type="text"]:focus, form input[type="search"]:focus, form input[type="email"]:focus, form input[type="password"]:focus, form input[type="tel"]:focus, form input[type="number"]:focus, form textarea.form-control:focus {
    border-color: #1586b5;
}

.megatron .logo path {
    fill: #1586b5;
}

.simple-icon, .circle-icon {
    color: #1586b5;
}

.circle li a:hover, .circle-list .social li a:hover {
    background: #1586b5;
}

.circle.dark li a:hover {
    background: #1586b5;
}

.circle.light li a:hover {
    background: #1586b5;
}

.circle.primary li a {
    background-color: #1586b5;
}

.btn.btn-primary {
    background-color: #1586b5;
}

.btn.btn-gray-darker:hover, .btn.btn-gray-darkest:hover, .btn.btn-gray-base:hover, .btn.btn-gray-darker:focus, .btn.btn-gray-darkest:focus, .btn.btn-gray-base:focus, .btn.btn-gray-darker:active, .btn.btn-gray-darkest:active, .btn.btn-gray-base:active {
    background-color: #1586b5;
    color: #FFFFFF;
}

.btn-border {
    border: 1px solid #1586b5;
    color: #1586b5;
}

.btn-border.btn-primary {
    border-color: #1586b5;
}

.btn-border.btn-primary {
    color: #1586b5;
}

.btn-border:hover, .btn-border:focus, .btn-border:active {
    background-color: #1586b5;
    color: #FFFFFF;
}

.btn-border:hover.btn-primary, .btn-border:focus.btn-primary, .btn-border:active.btn-primary {
    background-color: #1586b5;
}

ol.style-2.list-primary li:before {
    background-color: #1586b5;
}

ul.list-icon.list-primary li i {
    color: #1586b5;
}

ul.list-disc.list-primary li:before, ul.list-square.list-primary li:before, ul.list-arrow.list-primary li:before {
    color: #1586b5;
}

ul.list-arrow li a:hover {
    color: #1586b5;
}

.dropcap-1.style-1 span.first-letter {
    background-color: #1586b5;
    border-color: #1586b5;
}

.dropcap-2.style-1 span.first-letter {
    background-color: #1586b5;
    border-color: #1586b5;
}

.dropcap-3.style-1 span.first-letter {
    color: #1586b5;
}

hr.hr-primary {
    border-top-color: #1586b5;
}

.hr-heading.hr-primary {
    border-left-color: #1586b5;
}

.separator-2-color:before {
    border-right: 43px solid #1586b5;
}

::-moz-selection {
    background-color: #1586b5;
    color: #FFFFFF;
}

::selection {
    background-color: #1586b5;
    color: #FFFFFF;
}

blockquote.blockquote-primary:before {
    color: #1586b5;
}

.menu {
    border-bottom: 2px solid #1586b5;
}

.main-menu.menu-item-hightlight-bottom>ul>li>a:hover:after, .main-menu.menu-item-hightlight-bottom>ul>li>a:focus:after {
    background-color: #1586b5;
}

.main-menu>ul>li ul {
    border-bottom: 2px solid #1586b5;
}

.menu-style-light .main-menu>ul>li>ul.multi-floor-menu li:hover>a, .menu-style-light .main-menu>ul>li>ul.multi-floor-menu a:hover {
    color: #1586b5;
}

.menu-style-light .main-menu ul>li>ul.mega-menu a:hover {
    color: #1586b5;
}

.bgc-light .nav-info i {
    color: #1586b5;
}

.select-language .dropdown-menu {
    border-bottom: 2px solid #1586b5;
}

.nav-menu-popup-trigger:hover:before, .nav-menu-popup-trigger:hover:after, .nav-menu-popup-trigger:hover span {
    background: #1586b5;
}

.nav-menu-popup-open .nav-menu-popup-trigger:hover:before, .nav-menu-popup-open .nav-menu-popup-trigger:hover:after, .nav-menu-popup-open .nav-menu-popup-trigger:hover span {
    background: #1586b5;
}

.footer-foot-4 .__content-right ul.social li a:hover {
    background-color: #1586b5;
}

.bgc-light .footer-widget-about ul.social li a:hover {
    background-color: #1586b5;
}

.footer-widget-info .__content>div>span>a:before {
    color: #1586b5;
}

.footer-widget-contact .__content>div i {
    color: #1586b5;
}

.bgc-gray-base .footer-widget-form form .__inputs>span input:focus, .bgc-gray-darkest .footer-widget-form form .__inputs>span input:focus, .bgc-gray-darker .footer-widget-form form .__inputs>span input:focus, .bgc-gray-darker .footer-widget-form form input:focus {
    border-color: #1586b5;
}

.bgc-gray-base .footer-widget-form form .__message textarea:focus, .bgc-gray-darkest .footer-widget-form form .__message textarea:focus, .bgc-gray-darker .footer-widget-form form .__message textarea:focus, .bgc-gray-darker .footer-widget-form form textarea:focus {
    border-color: #1586b5;
}

.footer-widget-tag .__content>a:hover {
    border-color: #1586b5;
}

.bgc-gray-base .footer-widget-tag .__content>a:hover, .bgc-gray-darkest .footer-widget-tag .__content>a:hover, .bgc-gray-darker .footer-widget-tag .__content>a:hover {
    color: #1586b5;
    border-color: #1586b5;
}

.bgc-gray-base .footer-widget-newsletter form .__inputs input:focus, .bgc-gray-darkest .footer-widget-newsletter form .__inputs input:focus, .bgc-gray-darker .footer-widget-newsletter form .__inputs input:focus {
    border-color: #1586b5;
}

.footer-widget-journal .__content .__inputs input:focus {
    border-color: #1586b5 !important;
}

.footer-widget-journal .__content .__button .btn-border:hover, .footer-widget-journal .__content .__button .btn-border:focus {
    border-color: #1586b5 !important;
    color: #FFFFFF !important;
    background-color: #1586b5 !important;
}

.footer-widget-shop-category:hover .__title i {
    color: #1586b5;
}

.footer-widget-shop-category .__content>div a:hover {
    border-color: #1586b5;
}

.modal .modal-content .close {
    background-color: #1586b5;
}

.ui-selectmenu-menu>.ui-menu>.ui-menu-item:not(.ui-state-disabled):hover, .ui-selectmenu-menu>.ui-menu>.ui-menu-item:not(.ui-state-disabled).ui-state-focus {
    background-color: #1586b5;
}

.accordion.transparent.caret-primary .__icon {
    color: #1586b5;
}

.tags>a:hover {
    background-color: #1586b5;
}

.comment .__date {
    color: #1586b5;
}

@media only screen and (min-width:768px) {
    .blog-timeline-container .__timeline-value .__dot {
        background-color: #1586b5;
    }
}

.breadcrumb .__title:before {
    background-color: #1586b5;
}

.breadcrumb .__content span:not(:first-child):before {
    color: #1586b5;
}

.breadcrumb-simple .__content span:not(:first-child):before {
    color: #1586b5;
}

.call-to-action.style-1 {
    background-color: #1586b5;
}

.countdown-clock>div>span {
    background-color: #1586b5;
}

.expendable-section .expendable-section-header.bgc-primary {
    border-color: #1586b5;
}

.group-icon-list.process-style .__icon:after {
    border-right: 1px dashed #1586b5;
}

.pagination li.active a, .pagination li a:hover {
    background-color: #1586b5;
    border-color: #1586b5;
}

.pagination-simple li.active {
    color: #1586b5;
}

nav.pagination-2 .button-previous i, nav.pagination-2 .button-next i {
    color: #1586b5;
}

nav.pagination-2 .button-previous:hover, nav.pagination-2 .button-next:hover {
    border-color: #1586b5;
    background-color: #1586b5;
}

nav.pagination-2 ul li.active {
    color: #1586b5;
}

nav.pagination-2 .__back-to-portfolio>a:hover {
    color: #1586b5;
    border-color: #1586b5;
}

.portfolio-filter .filter-button.is-checked {
    border-bottom-color: #1586b5;
}

.post .__meta .__value {
    color: #1586b5;
}

.blog-masonry-container .__quote .__qauthor {
    color: #1586b5;
}

.price-table .price-table-item.default .__title {
    background-color: #1586b5;
}

.block-progressbar .progressbar {
    background-color: #1586b5;
}

.block-progressbar .progressbar {
    background-color: #1586b5;
}

.progressbar-primary .block-progressbar .progressbar {
    background-color: #1586b5;
}

.block-progressbar.vertical .progressbar-back-text {
    color: #1586b5;
}

.progressbar-primary .block-progressbar.vertical .progressbar-back-text {
    color: #1586b5;
}

.search-box button[type='submit']:hover {
    color: #1586b5;
}

.service-table .service-table-item.default .__title {
    background-color: #1586b5;
}

.block-shop-product .__image span.status.sale {
    background-color: #1586b5;
}

.logistics-style .block-shop-product .__image .overlay ul li>a:hover {
    background-color: #1586b5;
}

.block-shop-product .__info .__price span {
    color: #1586b5;
}

.shop-account .__block .checkbox label input[type="checkbox"]:checked+span>i {
    color: #1586b5;
}

.product-listing .filter-and-sort .__hamburger:hover::before, .product-listing .filter-and-sort .__hamburger:hover::after, .product-listing .filter-and-sort .__hamburger:hover span {
    background: #1586b5;
}

.shop-sidebar-offcanvas .shop-sidebar-toggle:hover {
    color: #1586b5;
}

.product-detail .__others>p>a {
    color: #1586b5;
}

.checkout-login .__header a, .checkout-coupon .__header a {
    color: #1586b5;
}

.checkout-customer_detail .checkbox label input[type="checkbox"]:checked+span>i {
    color: #1586b5;
}

.checkout-payment .__title label input[type="radio"]:checked+span i.radio-button {
    background-color: #1586b5;
}

.tabs .tabs-nav>ul li.ui-tabs-active {
    border-top-color: #1586b5;
}

.tabs .tabs-nav>ul li.ui-tabs-active:before {
    background-color: #1586b5;
}

table.table-primary thead {
    background: #1586b5;
}

.group-share-module-2>div .__icon {
    background-color: #1586b5;
}

.group-share-module-2>div:hover {
    border-color: #1586b5;
}

@media (min-width:900px) {
    .group-share-module-2>div:hover+div {
        border-left-color: #1586b5;
    }
}

.__widget-title>h6:before, .__widget-title .js-el-content>h6:before, h6.__widget-title:before, .dot-heading:before {
    background-color: #1586b5;
}

.logistics-style .widget-price-filter .price-filter .price-slider-range span {
    background-color: #1586b5;
}

.underlogistics-container .__icon {
    color: #1586b5;
}

.block-simplenews .form-actions .form-submit {
    background-color: #1586b5;
}

ul li, ol li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}

textarea.form-control:focus {
    border-color: #1586b5 !important;
}

.modal .modal-content .close, .modal .search-form .form-actions .form-submit {
    background-color: #1586b5;
}

.menu-item-hightlight-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.menu-item-hightlight-bottom ul.root>li>a {
    position: relative;
}

.menu-item-hightlight-bottom ul.root>li>a:after {
    transition: all 0.3s ease-in-out;
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: transparent;
    bottom: -1px;
    left: 0;
}

.menu-item-hightlight-bottom ul.root>li>a:hover:after, .menu-item-hightlight-bottom ul.root>li>a:focus:after {
    background-color: #1586b5;
}

.modal-dialog .fivestar-average-stars .description, .shop-detail .fivestar-average-stars .description, .table-compare .td-compare .product_review .review_star {
    color: #444444;
}

.modal-dialog .commerce-add-to-cart .submit-wrapper, .shop-detail .commerce-add-to-cart .submit-wrapper, .table-compare .td-compare .compare-action .commerce-add-to-cart .form-submit, table.shop_table.cart.wishlist_table .product-add-to-cart .form-submit {
    background-color: #222222;
}

.modal-dialog .commerce-add-to-cart .submit-wrapper:hover, .shop-detail .commerce-add-to-cart .submit-wrapper:hover, .table-compare .td-compare .compare-action .commerce-add-to-cart .form-submit:hover, table.shop_table.cart.wishlist_table .product-add-to-cart .form-submit:hover {
    background-color: #1586b5;
}

.social.circle.secondary li a {
    background-color: #1586b5;
}

.social.circle li a {
    padding-top: 0;
}

.tabs .tabs-nav>ul li.active {
    border-top-color: #1586b5;
}

.tabs.full .tabs-nav>ul li.active {
    background-color: #fff;
}

.table-compare .td-compare .price, .__cart.dropdown .line-item-total-raw, .line-item-summary .line-item-total span {
    color: #1586b5;
}

#block-md-megatron-logistics-page-title {
    display: none;
}

.ac-image {
    margin-bottom: 0;
}

.modal #search-block-form .form-actions .form-submit {
    background-color: #1586b5;
}

.price-table-item .__title.default {
    background-color: #1586b5;
}