@import 'https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900&amp;subset=latin-ext';
@import 'https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,300i,400,400i,500,500i,600,600i,700,700i&amp;subset=cyrillic,latin-ext';
.action-links {
    list-style: none;
    padding: 0;
    margin: 1em 0;
}

[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-left: 0.3em;
    margin-right: 0;
}

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

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

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

.breadcrumb {
    padding-bottom: 0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

.form-type-radios .container-inline label:after {
    content: '';
}

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

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

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

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

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

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

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

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

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

[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-style: normal;
    font-weight: bold;
}

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

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

.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-left: 0.5em;
    padding-right: 0;
}

.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: .5em;
}

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

form .field-add-more-submit {
    margin: .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;
    font-size: inherit;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.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-left: 0;
    margin-right: 2.4em;
}

.marker {
    color: #e00;
}

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

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 {
    content: '';
    display: inline-block;
    height: 14px;
    width: 14px;
    vertical-align: sub;
    background: url(../../../../core/misc/icons/e32700/error.svg) no-repeat;
    background-size: contain;
}

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

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

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

.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 {
    background: transparent;
    border: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
    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;
    list-style-type: none;
    padding: 0 0.5em;
}

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

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

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

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

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

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

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

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 {
    list-style: none;
    margin: 0 0 0.5em;
    padding: 0;
}

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

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

.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;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

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

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

.fixedsticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
}

.fixedsticky-withoutfixedfixed .fixedsticky-off,
.fixed-supported .fixedsticky-off {
    position: static;
}

.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
    position: fixed;
}

.fixedsticky-dummy {
    display: none;
}

.fixedsticky-on + .fixedsticky-dummy {
    display: block;
}

.jcf-radio {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #fff;
    border: 1px solid #777;
    border-radius: 9px;
    margin: 0 3px 0 0;
    height: 16px;
    width: 16px;
}

.jcf-radio span {
    display: none;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #777;
    border-radius: 100%;
}

.jcf-radio input[type="radio"] {
    position: absolute;
    height: 100%;
    width: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0;
}

.jcf-radio.jcf-checked span {
    display: block;
}

.jcf-checkbox {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #fff;
    border: 1px solid #777;
    margin: 0 3px 0 0;
    height: 16px;
    width: 16px;
}

.jcf-checkbox span {
    position: absolute;
    display: none;
    height: 4px;
    width: 8px;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -6px;
    border: 3px solid #777;
    border-width: 0 0 3px 3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

:root .jcf-checkbox span {
    margin: -4px 0 0 -5px;
}

.jcf-checkbox input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0;
}

.jcf-checkbox.jcf-checked span {
    display: block;
}

.jcf-button {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    border: 1px solid #777;
    background: #fff;
    margin: 0 10px 10px 0;
    padding: 5px 10px;
}

.jcf-button .jcf-real-element {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    outline: none;
    opacity: 0;
    padding: 0;
    margin: 0;
    border: 0;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.jcf-file {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.jcf-file .jcf-real-element {
    position: absolute;
    font-size: 200px;
    height: 200px;
    margin: 0;
    right: 0;
    top: 0;
}

.jcf-file .jcf-fake-input {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    overflow: hidden;
    border: 1px solid #777;
    padding: 0 8px;
    font-size: 13px;
    line-height: 28px;
    height: 28px;
    width: 125px;
}

.jcf-file .jcf-upload-button {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #777;
    margin: 0 0 0 -1px;
    padding: 0 10px;
    line-height: 28px;
    height: 28px;
}

.jcf-scrollable-wrapper {
    box-sizing: content-box;
    position: relative;
}

.jcf-scrollbar-vertical {
    position: absolute;
    cursor: default;
    background: #e3e3e3;
    width: 14px;
    bottom: 0;
    right: 0;
    top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    background: #bbb;
    height: 14px;
    width: 14px;
    left: 0;
    top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    top: auto;
    bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: #888;
    height: 1px;
    width: 14px;
}

.jcf-scrollbar-horizontal {
    position: absolute;
    background: #e3e3e3;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    background: #bbb;
    height: 14px;
    width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    left: auto;
    right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
    display: inline-block;
    position: relative;
    height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
    position: absolute;
    background: #888;
    height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
    visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
    background: #e3e3e3;
}

.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #777;
    background: #fff;
    margin: 0 0 12px;
    min-width: 150px;
    height: 26px;
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
}

.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 13px;
    line-height: 26px;
    margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    background: #aaa;
    width: 26px;
    bottom: 0;
    right: 0;
    top: 0;
}

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0px;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select.jcf-compact-multiple {
    max-width: 220px;
}

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
    display: inline-block;
    padding-top: 2px;
    content: '...';
}

.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #f00;
}

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
    background: none;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
    background: #e6e6e6;
    color: #000;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
    display: inline-block;
    content: '';
    height: 4px;
    width: 8px;
    margin: -7px 5px 0 -3px;
    border: 3px solid #777;
    border-width: 0 0 3px 3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}

.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 14px;
    font-size: 12px;
    width: 100%;
}

.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
}

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

.jcf-list ul li {
    overflow: hidden;
    display: block;
}

.jcf-list .jcf-overflow {
    overflow: auto;
}

.jcf-list .jcf-option {
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 5px 9px;
    color: #656565;
    min-height: 14px;
    height: 1%;
}

.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #e6e6e6;
    color: #000;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}

.jcf-textarea {
    border: 1px solid #b8c3c9;
    box-sizing: content-box;
    display: inline-block;
    position: relative;
}

.jcf-textarea .jcf-scrollbar-horizontal {
    display: none;
    height: 0;
}

.jcf-textarea textarea {
    padding: 8px 10px;
    border: none;
    margin: 0;
}

.jcf-textarea .jcf-resize {
    position: absolute;
    text-align: center;
    cursor: se-resize;
    background: #e3e3e3;
    font-weight: bold;
    line-height: 15px;
    text-indent: 1px;
    font-size: 12px;
    height: 15px;
    width: 14px;
    bottom: 0;
    right: 0;
}

.jcf-textarea .jcf-resize:before {
    border: 1px solid #000;
    border-width: 0 1px 1px 0;
    display: block;
    margin: 4px 0 0 3px;
    width: 6px;
    height: 6px;
    content: '';
}

.jcf-number {
    display: inline-block;
    position: relative;
    height: 32px;
}

.jcf-number input {
    -moz-appearance: textfield;
}

.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.jcf-number input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #777;
    padding: 3px 27px 3px 7px;
    margin: 0;
    height: 100%;
}

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
    position: absolute;
    background: #aaa;
    width: 20px;
    height: 15px;
    right: 1px;
    top: 1px;
}

.jcf-number .jcf-btn-dec {
    top: auto;
    bottom: 1px;
}

.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
    background: #e6e6e6;
}

.jcf-number.jcf-disabled .jcf-btn-dec:hover,
.jcf-number.jcf-disabled .jcf-btn-inc:hover {
    background: #aaa;
}

.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -4px;
    border: 4px solid #aaa;
    border-color: transparent transparent #000 transparent;
}

.jcf-number .jcf-btn-dec:before {
    margin: -1px 0 0 -4px;
    border-color: #000 transparent transparent transparent;
}

.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
    opacity: 0.3;
}

.jcf-number.jcf-disabled input {
    background: #ddd;
}

.jcf-range {
    display: inline-block;
    min-width: 200px;
    margin: 0 10px;
    width: 130px;
}

.jcf-range .jcf-range-track {
    margin: 0 20px 0 0;
    position: relative;
    display: block;
    height: 10px;
}

.jcf-range .jcf-range-wrapper {
    position: relative;
    background: #e5e5e5;
    border-radius: 5px;
    display: block;
    margin: 5px 0;
}

.jcf-range.jcf-vertical {
    min-width: 0;
    width: auto;
}

.jcf-range.jcf-vertical .jcf-range-wrapper {
    margin: 0;
    width: 10px;
    height: auto;
    padding: 20px 0 0;
}

.jcf-range.jcf-vertical .jcf-range-track {
    height: 180px;
    width: 10px;
}

.jcf-range.jcf-vertical .jcf-range-handle {
    left: -5px;
    top: auto;
}

.jcf-range .jcf-range-display-wrapper {
    position: absolute;
    min-height: 10px;
    min-width: 10px;
    left: 10px;
    right: 10px;
}

.jcf-range .jcf-range-display {
    border-radius: 5px;
    position: absolute;
    background: #888;
    width: 10px;
    height: 10px;
}

.jcf-range .jcf-range-display.jcf-range-min {
    margin: 0 0 0 -10px;
    padding: 0 0 0 10px;
}

.jcf-range .jcf-range-display.jcf-range-max {
    margin: 0 -10px 0 0;
    padding: 0 10px 0 0;
}

.jcf-range.jcf-vertical .jcf-range-display-wrapper {
    left: auto;
    right: auto;
    top: 10px;
    bottom: 10px;
}

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-min {
    margin: 0 0 -10px;
    padding: 0 0 10px;
}

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-max {
    margin: -10px 0 0;
    padding: 10px 0 0;
}

.jcf-range .jcf-range-handle {
    position: absolute;
    background: #aaa;
    border-radius: 19px;
    width: 19px;
    height: 19px;
    margin: -4px 0 0;
    z-index: 1;
    top: 0;
    left: 0;
}

.jcf-range .jcf-range-mark {
    position: absolute;
    overflow: hidden;
    background: #000;
    width: 1px;
    height: 3px;
    top: -7px;
    margin: 0 0 0 9px;
}

.jcf-range.jcf-vertical .jcf-range-mark {
    margin: 0 0 9px;
    left: 14px;
    top: auto;
    width: 3px;
    height: 1px;
}

.jcf-range .jcf-active-handle {
    z-index: 2;
}

.jcf-range.jcf-focus .jcf-active-handle {
    border: 1px solid #f00;
    margin: -5px 0 0 -1px;
}

.jcf-range.jcf-disabled {
    background: none !important;
    opacity: 0.3;
}

.jcf-disabled {
    background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
    border-color: #f00 !important;
}

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

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

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

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

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

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

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

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

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

.messages--error {
    background-color: #fcf4f2;
    color: #a51b00;
    background-image: url(../../../../core/misc/icons/e32700/error.svg);
    border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
    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;
}

#autocomplete {
    border: 1px solid;
    overflow: hidden;
    position: absolute;
    z-index: 100;
}

#autocomplete ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

#autocomplete li {
    background: #fff;
    color: #000;
    cursor: default;
    white-space: pre;
}

html.js input.form-autocomplete {
    background-position: 100% 2px;
    background-repeat: no-repeat;
}

html.js input.throbbing {
    background-position: 100% -18px;
}

html.js fieldset.collapsed {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    height: 1em;
}

html.js fieldset.collapsed .fieldset-wrapper {
    display: none;
}

fieldset.collapsible {
    position: relative;
}

fieldset.collapsible .fieldset-legend {
    display: block;
}

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

.resizable-textarea .grippie {
    border: 1px solid #ddd;
    border-top-width: 0;
    cursor: s-resize;
    height: 9px;
    overflow: hidden;
}

body.drag {
    cursor: move;
}

.draggable a.tabledrag-handle {
    cursor: move;
    float: left;
    height: 1.7em;
    margin: -0.4em 0 -0.4em -0.5em;
    padding: 0.42em 1.5em 0.42em 0.5em;
    text-decoration: none;
}

a.tabledrag-handle:hover {
    text-decoration: none;
}

a.tabledrag-handle .handle {
    height: 13px;
    margin-top: 4px;
    width: 13px;
}

a.tabledrag-handle-hover .handle {
    background-position: 0 -20px;
}

div.indentation {
    float: left;
    height: 1.7em;
    margin: -0.4em 0.2em -0.4em -0.4em;
    padding: 0.42em 0 0.42em 0.6em;
    width: 20px;
}

div.tree-child {}

div.tree-child-last {}

div.tree-child-horizontal {}

.tabledrag-toggle-weight-wrapper {
    text-align: right;
}

table.sticky-header {
    background-color: #fff;
    margin-top: 0;
}

.progress .bar {
    background-color: #fff;
    border: 1px solid;
}

.progress .filled {
    background-color: #000;
    height: 1.5em;
    width: 5px;
}

.progress .percentage {
    float: right;
}

.progress-disabled {
    float: left;
}

.ajax-progress {
    float: left;
}

.ajax-progress .throbber {
    float: left;
    height: 15px;
    margin: 2px;
    width: 15px;
}

tr .ajax-progress .throbber {
    margin: 0 2px;
}

.ajax-progress-bar {
    width: 16em;
}

.container-inline div,
.container-inline label {
    display: inline;
}

.container-inline .fieldset-wrapper {
    display: block;
}

.nowrap {
    white-space: nowrap;
}

html.js .js-hide {
    display: none;
}

.element-hidden {
    display: none;
}

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
    position: static !important;
    clip: auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

*:first-child + html .clearfix {
    min-height: 1%;
}

div.admin-panel {
    margin: 0;
    padding: 5px 5px 15px 5px;
}

div.admin-panel .description {
    margin: 0 0 3px;
    padding: 2px 0 3px 0;
}

div.admin-panel .body {
    padding: 0 4px 2px 8px;
}

div.admin {
    padding-top: 15px;
}

div.admin .left {
    float: left;
    width: 47%;
    margin-left: 1em;
}

div.admin .right {
    float: right;
    width: 47%;
    margin-right: 1em;
}

div.admin .expert-link {
    text-align: right;
    margin-right: 1em;
    padding-right: 4px;
}

.compact-link {
    margin: 0 0 0.5em 0;
}

small .admin-link:before {
    content: '[';
}

small .admin-link:after {
    content: ']';
}

#system-modules div.incompatible {
    font-weight: bold;
}

div.admin-requirements,
div.admin-required {
    font-size: 0.9em;
    color: #444;
}

span.admin-disabled {
    color: #800;
}

span.admin-enabled {
    color: #080;
}

span.admin-missing {
    color: #f00;
}

a.module-link {
    display: block;
    padding: 1px 0 1px 20px;
    white-space: nowrap;
}

a.module-link-help {}

a.module-link-permissions {}

a.module-link-configure {}

.module-help {
    margin-left: 1em;
    float: right;
}

table.system-status-report td {
    padding: 6px;
    vertical-align: middle;
}

table.system-status-report tr.merge-up td {
    padding: 0 6px 8px 28px;
}

table.system-status-report td.status-icon {
    width: 16px;
    padding-right: 0;
}

table.system-status-report td.status-icon div {
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}

table.system-status-report tr.error td.status-icon div {}

table.system-status-report tr.warning td.status-icon div {}

tr.merge-down,
tr.merge-down td {
    border-bottom-width: 0 !important;
}

tr.merge-up,
tr.merge-up td {
    border-top-width: 0 !important;
}

.theme-settings-left {
    float: left;
    width: 49%;
}

.theme-settings-right {
    float: right;
    width: 49%;
}

.theme-settings-bottom {
    clear: both;
}

table.screenshot {
    margin-right: 1em;
}

.theme-info h2 {
    margin-bottom: 0;
}

.theme-info p {
    margin-top: 0;
}

.system-themes-list {
    margin-bottom: 20px;
}

.system-themes-list-disabled {
    border-top: 1px solid #cdcdcd;
    padding-top: 20px;
}

.system-themes-list h2 {
    margin: 0;
}

.theme-selector {
    padding-top: 20px;
}

.theme-selector .screenshot,
.theme-selector .no-screenshot {
    border: 1px solid #e0e0d8;
    padding: 2px;
    vertical-align: bottom;
    width: 294px;
    height: 219px;
    line-height: 219px;
    text-align: center;
}

.theme-default .screenshot {
    border: 1px solid #aaa;
}

.system-themes-list-enabled .theme-selector .screenshot,
.system-themes-list-enabled .theme-selector .no-screenshot {
    float: left;
    margin: 0 20px 0 0;
}

.system-themes-list-disabled .theme-selector .screenshot,
.system-themes-list-disabled .theme-selector .no-screenshot {
    width: 194px;
    height: 144px;
    line-height: 144px;
}

.theme-selector h3 {
    font-weight: normal;
}

.theme-default h3 {
    font-weight: bold;
}

.system-themes-list-enabled .theme-selector h3 {
    margin-top: 0;
}

.system-themes-list-disabled .theme-selector {
    width: 300px;
    float: left;
    padding: 20px 20px 20px 0;
}

.system-themes-list-enabled .theme-info {
    max-width: 940px;
}

.system-themes-list-disabled .theme-info {
    min-height: 170px;
}

.theme-selector .incompatible {
    margin-top: 10px;
    font-weight: bold;
}

.theme-selector .operations {
    margin: 10px 0 0 0;
    padding: 0;
}

.theme-selector .operations li {
    float: left;
    margin: 0;
    padding: 0 0.7em;
    list-style-type: none;
    border-right: 1px solid #cdcdcd;
}

.theme-selector .operations li.last {
    padding: 0 0 0 0.7em;
    border-right: none;
}

.theme-selector .operations li.first {
    padding: 0 0.7em 0 0;
}

#system-themes-admin-form {
    clear: left;
}

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

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

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

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

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

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

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

ul.menu {
    border: none;
    list-style: none;
    text-align: left;
}

ul.menu li {
    margin: 0 0 0 0.5em;
}

ul li.expanded {
    list-style-type: circle;
}

ul li.collapsed {
    list-style-type: disc;
}

ul li.leaf {
    list-style-type: square;
}

li.expanded,
li.collapsed,
li.leaf {
    padding: 0.2em 0.5em 0 0;
    margin: 0;
}

li a.active {
    color: #000;
}

td.menu-disabled {
    background: #ccc;
}

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

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

.breadcrumb {
    padding-bottom: 0.5em;
}

ul.primary {
    border-bottom: 1px solid #bbb;
    border-collapse: collapse;
    height: auto;
    line-height: normal;
    list-style: none;
    margin: 5px;
    padding: 0 0 0 1em;
    white-space: nowrap;
}

ul.primary li {
    display: inline;
}

ul.primary li a {
    background-color: #ddd;
    border-color: #bbb;
    border-style: solid solid none solid;
    border-width: 1px;
    height: auto;
    margin-right: 0.5em;
    padding: 0 1em;
    text-decoration: none;
}

ul.primary li.active a {
    background-color: #fff;
    border: 1px solid #bbb;
    border-bottom: 1px solid #fff;
}

ul.primary li a:hover {
    background-color: #eee;
    border-color: #ccc;
    border-bottom-color: #eee;
}

ul.secondary {
    border-bottom: 1px solid #bbb;
    padding: 0.5em 1em;
    margin: 5px;
}

ul.secondary li {
    border-right: 1px solid #ccc;
    display: inline;
    padding: 0 1em;
}

ul.secondary a {
    padding: 0;
    text-decoration: none;
}

ul.secondary a.active {
    border-bottom: 4px solid #999;
}

div.messages {
    background-position: 8px 8px;
    background-repeat: no-repeat;
    border: 1px solid;
    margin: 6px 0;
    padding: 10px 10px 10px 50px;
}

div.status {
    border-color: #be7;
}

div.status,
.ok {
    color: #234600;
}

div.status,
table tr.ok {
    background-color: #f8fff0;
}

div.warning {
    border-color: #ed5;
}

div.warning,
.warning {
    color: #840;
}

div.warning,
table tr.warning {
    background-color: #fffce5;
}

div.error {
    border-color: #ed541d;
}

div.error,
.error {
    color: #8c2e0b;
}

div.error,
table tr.error {
    background-color: #fef5f1;
}

div.error p.error {
    color: #333;
}

div.messages ul {
    margin: 0 0 0 1em;
    padding: 0;
}

div.messages ul li {
    list-style-image: none;
}

fieldset {
    margin-bottom: 1em;
    padding: 0.5em;
}

form {
    margin: 0;
    padding: 0;
}

hr {
    border: 1px solid gray;
    height: 1px;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
}

th {
    border-bottom: 3px solid #ccc;
    padding-right: 1em;
    text-align: left;
}

tbody {
    border-top: 1px solid #ccc;
}

tr.even,
tr.odd {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
}

th.active img {
    display: inline;
}

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

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

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

.item-list ul li {
    margin: 0 0 0.25em 1.5em;
    padding: 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;
    white-space: nowrap;
}

.form-item .description {
    font-size: 0.85em;
}

label {
    display: block;
    font-weight: bold;
}

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

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

input.form-checkbox,
input.form-radio {
    vertical-align: middle;
}

.marker,
.form-required {
    color: #f00;
}

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

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

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

.more-help-link {
    text-align: right;
}

.more-help-link a {
    padding: 1px 0 1px 20px;
}

.item-list .pager {
    clear: both;
    text-align: center;
}

.item-list .pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: 0.5em;
}

.pager-current {
    font-weight: bold;
}

#autocomplete li.selected {
    background: #0072b9;
    color: #fff;
}

html.js fieldset.collapsible .fieldset-legend {
    padding-left: 15px;
}

html.js fieldset.collapsed .fieldset-legend {
    background-position: 5px 50%;
}

.fieldset-legend span.summary {
    color: #999;
    font-size: 0.9em;
    margin-left: 0.5em;
}

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

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

.tabledrag-toggle-weight {
    font-size: 0.9em;
}

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

tr.selected td {
    background: #ffc;
}

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

.progress {
    font-weight: bold;
}

.progress .bar {
    background: #ccc;
    border-color: #666;
    margin: 0 0.2em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.progress .filled {}

@keyframes move {
    from {
        top: -100%;
    }
    to {
        top: 100%;
    }
}

@keyframes letter-left-to-right {
    0% {
        transform: translate3d(0, 0, 0);
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        transform: translate3d(100%, 0, 0);
        opacity: 1;
    }
}

@keyframes line-left-to-right {
    0% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(100%, 0, 0);
    }
    100% {
        transform: translate3d(201%, 0, 0);
    }
}

@keyframes load-effect {
    0% {
        transform: translate3d(0, 0, 0);
    }
    35%,
    65% {
        transform: translate3d(0, -100%, 0);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        transform: translate3d(0, -200%, 0);
    }
}

@keyframes load-effect-2 {
    0% {
        transform: translate3d(0, 0, 0);
    }
    45%,
    55% {
        transform: translate3d(0, -100%, 0);
        animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    }
    100% {
        transform: translate3d(0, -200%, 0);
    }
}

@keyframes load-effect-3 {
    0% {
        transform: translate3d(0, 0, 0);
    }
    45%,
    55% {
        transform: translate3d(0, -100%, 0);
        animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    }
    100% {
        transform: translate3d(0, -200%, 0);
    }
}

@keyframes opacityWrapp {
    0%,
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes bounceOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-100%);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes bounceOutRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes bounceInTop {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

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

@keyframes slideOutTop {
    0% {
        transform: translate3d(0, -100%, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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

@font-face {
    font-family: "avalon";
    font-style: normal;
    font-weight: 200;
    src: url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_extralight_macroman/Avalon-XLight-webfont.eot#iefix) format("embedded-opentype"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_extralight_macroman/Avalon-XLight-webfont.woff2) format("woff2"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_extralight_macroman/Avalon-XLight-webfont.woff) format("woff"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_extralight_macroman/Avalon-XLight-webfont.ttf) format("truetype"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_extralight_macroman/Avalon-XLight-webfont.svg#avalon) format("svg");
}

@font-face {
    font-family: "avalon";
    font-style: italic;
    font-weight: 200;
    src: url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_demioblique_macroman/Avalon-XLightObl-webfont.html#iefix) format("embedded-opentype"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_demioblique_macroman/Avalon-XLightObl-webfont-2.html) format("woff2"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_demioblique_macroman/Avalon-XLightObl-webfont-3.html) format("woff"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_demioblique_macroman/Avalon-XLightObl-webfont-4.html) format("truetype"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_demioblique_macroman/Avalon-XLightObl-webfont-5.html#avalon) format("svg");
}

@font-face {
    font-family: "avalon";
    font-style: normal;
    font-weight: 300;
    src: url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_book_macroman/Avalon-Book-webfont.eot#iefix) format("embedded-opentype"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_book_macroman/Avalon-Book-webfont.woff2) format("woff2"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_book_macroman/Avalon-Book-webfont.woff) format("woff"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_book_macroman/Avalon-Book-webfont.ttf) format("truetype"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_book_macroman/Avalon-Book-webfont.svg#avalon) format("svg");
}

@font-face {
    font-family: "avalon";
    font-style: normal;
    font-weight: 301;
    src: url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_bookcondensed_macroman/Avalon-BookCond-webfont.eot#iefix) format("embedded-opentype"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_bookcondensed_macroman/Avalon-BookCond-webfont.woff2) format("woff2"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_bookcondensed_macroman/Avalon-BookCond-webfont.woff) format("woff"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_bookcondensed_macroman/Avalon-BookCond-webfont.ttf) format("truetype"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_bookcondensed_macroman/Avalon-BookCond-webfont.svg#avalon) format("svg");
}

@font-face {
    font-family: "avalon";
    font-style: italic;
    font-weight: 300;
    src: url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_bookoblique_macroman/Avalon-BookOblique-webfont.eot#iefix) format("embedded-opentype"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_bookoblique_macroman/Avalon-BookOblique-webfont.woff2) format("woff2"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_bookoblique_macroman/Avalon-BookOblique-webfont.woff) format("woff"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_bookoblique_macroman/Avalon-BookOblique-webfont.ttf) format("truetype"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_bookoblique_macroman/Avalon-BookOblique-webfont.svg#avalon) format("svg");
}

@font-face {
    font-family: "avalon";
    font-style: normal;
    font-weight: 500;
    src: url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_medium_macroman/Avalon-Medium-webfont.eot#iefix) format("embedded-opentype"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_medium_macroman/Avalon-Medium-webfont.woff2) format("woff2"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_medium_macroman/Avalon-Medium-webfont.woff) format("woff"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_medium_macroman/Avalon-Medium-webfont.ttf) format("truetype"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_medium_macroman/Avalon-Medium-webfont.svg#avalon) format("svg");
}

@font-face {
    font-family: "avalon";
    font-style: normal;
    font-weight: 501;
    src: url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_mediumcondensed_macroman/Avalon-MediumCond-webfont.eot#iefix) format("embedded-opentype"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_mediumcondensed_macroman/Avalon-MediumCond-webfont.woff2) format("woff2"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_mediumcondensed_macroman/Avalon-MediumCond-webfont.woff) format("woff"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_mediumcondensed_macroman/Avalon-MediumCond-webfont.ttf) format("truetype"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_mediumcondensed_macroman/Avalon-MediumCond-webfont.svg#avalon) format("svg");
}

@font-face {
    font-family: "avalon";
    font-style: italic;
    font-weight: 500;
    src: url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_mediumoblique_macroman/Avalon-MediumOblique-webfont.eot#iefix) format("embedded-opentype"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_mediumoblique_macroman/Avalon-MediumOblique-webfont.woff2) format("woff2"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_mediumoblique_macroman/Avalon-MediumOblique-webfont.woff) format("woff"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_mediumoblique_macroman/Avalon-MediumOblique-webfont.ttf) format("truetype"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_mediumoblique_macroman/Avalon-MediumOblique-webfont.svg#avalon) format("svg");
}

@font-face {
    font-family: "avalon";
    font-style: normal;
    font-weight: 600;
    src: url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_demi_macroman/Avalon-Demi-webfont.eot#iefix) format("embedded-opentype"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_demi_macroman/Avalon-Demi-webfont.woff2) format("woff2"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_demi_macroman/Avalon-Demi-webfont.woff) format("woff"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_demi_macroman/Avalon-Demi-webfont.ttf) format("truetype"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_demi_macroman/Avalon-Demi-webfont.svg#avalon) format("svg");
}

@font-face {
    font-family: "avalon";
    font-style: normal;
    font-weight: 601;
    src: url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_demicondensed_macroman/Avalon-DemiCond-webfont.eot#iefix) format("embedded-opentype"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_demicondensed_macroman/Avalon-DemiCond-webfont.woff2) format("woff2"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_demicondensed_macroman/Avalon-DemiCond-webfont.woff) format("woff"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_demicondensed_macroman/Avalon-DemiCond-webfont.ttf) format("truetype"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_demicondensed_macroman/Avalon-DemiCond-webfont.svg#avalon) format("svg");
}

@font-face {
    font-family: "avalon";
    font-style: italic;
    font-weight: 600;
    src: url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_demioblique_macroman/Avalon-DemiOblique-webfont.eot#iefix) format("embedded-opentype"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_demioblique_macroman/Avalon-DemiOblique-webfont.woff2) format("woff2"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_demioblique_macroman/Avalon-DemiOblique-webfont.woff) format("woff"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_demioblique_macroman/Avalon-DemiOblique-webfont.ttf) format("truetype"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_demioblique_macroman/Avalon-DemiOblique-webfont.svg#avalon) format("svg");
}

@font-face {
    font-family: "avalon";
    font-style: normal;
    font-weight: 700;
    src: url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_bold_macroman/Avalon-Bold-webfont.eot#iefix) format("embedded-opentype"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_bold_macroman/Avalon-Bold-webfont.woff2) format("woff2"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_bold_macroman/Avalon-Bold-webfont.woff) format("woff"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_bold_macroman/Avalon-Bold-webfont.ttf) format("truetype"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_bold_macroman/Avalon-Bold-webfont.svg#avalon) format("svg");
}

@font-face {
    font-family: "avalon";
    font-style: normal;
    font-weight: 701;
    src: url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_boldcondensed_macroman/Avalon-BoldCond-webfont.eot#iefix) format("embedded-opentype"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_boldcondensed_macroman/Avalon-BoldCond-webfont.woff2) format("woff2"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_boldcondensed_macroman/Avalon-BoldCond-webfont.woff) format("woff"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_boldcondensed_macroman/Avalon-BoldCond-webfont.ttf) format("truetype"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_boldcondensed_macroman/Avalon-BoldCond-webfont.svg#avalon) format("svg");
}

@font-face {
    font-family: "avalon";
    font-style: italic;
    font-weight: 700;
    src: url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_boldoblique_macroman/Avalon-BoldOblique-webfont.eot#iefix) format("embedded-opentype"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_boldoblique_macroman/Avalon-BoldOblique-webfont.woff2) format("woff2"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_boldoblique_macroman/Avalon-BoldOblique-webfont.woff) format("woff"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_boldoblique_macroman/Avalon-BoldOblique-webfont.ttf) format("truetype"), url(../../../../themes/custom/adyax/css/fonts/avalon/avalon_boldoblique_macroman/Avalon-BoldOblique-webfont.svg#avalon) format("svg");
}

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;
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        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 th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../../../../themes/custom/adyax/css/fonts/bootstrap/glyphicons-halflings-regular.eot);
    src: url(../../../../themes/custom/adyax/css/fonts/bootstrap/glyphicons-halflings-regular.eot#iefix) format("embedded-opentype"), url(../../../../themes/custom/adyax/css/fonts/bootstrap/glyphicons-halflings-regular.woff2) format("woff2"), url(../../../../themes/custom/adyax/css/fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"), url(../../../../themes/custom/adyax/css/fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"), url(../../../../themes/custom/adyax/css/fonts/bootstrap/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: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

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

.glyphicon-euro:before,
.glyphicon-eur: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;
}

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

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

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

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

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

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

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

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

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

.img-rounded {
    border-radius: 0;
}

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

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

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    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;
}

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: normal;
    line-height: 1;
    color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

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

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

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .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 {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

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

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #337ab7;
}

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

.text-success {
    color: #3c763d;
}

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

.text-info {
    color: #31708f;
}

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

.text-warning {
    color: #8a6d3b;
}

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

.text-danger {
    color: #a94442;
}

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

.bg-primary {
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
    line-height: 1.428571429;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

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

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

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

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

.initialism {
    font-size: 90%;
}

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

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

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

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

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

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

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

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

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

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

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

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0;
}

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

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

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

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

.container:after {
    clear: both;
}

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

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

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

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

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

.container-fluid:after {
    clear: both;
}

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

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

.row:after {
    clear: both;
}

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

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

.col-xs-1 {
    width: 8.3333333333%;
}

.col-xs-2 {
    width: 16.6666666667%;
}

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

.col-xs-4 {
    width: 33.3333333333%;
}

.col-xs-5 {
    width: 41.6666666667%;
}

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

.col-xs-7 {
    width: 58.3333333333%;
}

.col-xs-8 {
    width: 66.6666666667%;
}

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

.col-xs-10 {
    width: 83.3333333333%;
}

.col-xs-11 {
    width: 91.6666666667%;
}

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

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

.col-xs-pull-1 {
    right: 8.3333333333%;
}

.col-xs-pull-2 {
    right: 16.6666666667%;
}

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

.col-xs-pull-4 {
    right: 33.3333333333%;
}

.col-xs-pull-5 {
    right: 41.6666666667%;
}

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

.col-xs-pull-7 {
    right: 58.3333333333%;
}

.col-xs-pull-8 {
    right: 66.6666666667%;
}

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

.col-xs-pull-10 {
    right: 83.3333333333%;
}

.col-xs-pull-11 {
    right: 91.6666666667%;
}

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

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

.col-xs-push-1 {
    left: 8.3333333333%;
}

.col-xs-push-2 {
    left: 16.6666666667%;
}

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

.col-xs-push-4 {
    left: 33.3333333333%;
}

.col-xs-push-5 {
    left: 41.6666666667%;
}

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

.col-xs-push-7 {
    left: 58.3333333333%;
}

.col-xs-push-8 {
    left: 66.6666666667%;
}

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

.col-xs-push-10 {
    left: 83.3333333333%;
}

.col-xs-push-11 {
    left: 91.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-1 {
        width: 8.3333333333%;
    }
    .col-sm-2 {
        width: 16.6666666667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.3333333333%;
    }
    .col-sm-5 {
        width: 41.6666666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.3333333333%;
    }
    .col-sm-8 {
        width: 66.6666666667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.3333333333%;
    }
    .col-sm-11 {
        width: 91.6666666667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.3333333333%;
    }
    .col-sm-pull-2 {
        right: 16.6666666667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.3333333333%;
    }
    .col-sm-pull-5 {
        right: 41.6666666667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.3333333333%;
    }
    .col-sm-pull-8 {
        right: 66.6666666667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.3333333333%;
    }
    .col-sm-pull-11 {
        right: 91.6666666667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.3333333333%;
    }
    .col-sm-push-2 {
        left: 16.6666666667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.3333333333%;
    }
    .col-sm-push-5 {
        left: 41.6666666667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.3333333333%;
    }
    .col-sm-push-8 {
        left: 66.6666666667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.3333333333%;
    }
    .col-sm-push-11 {
        left: 91.6666666667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
    .col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-1 {
        width: 8.3333333333%;
    }
    .col-md-2 {
        width: 16.6666666667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.3333333333%;
    }
    .col-md-5 {
        width: 41.6666666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.3333333333%;
    }
    .col-md-8 {
        width: 66.6666666667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.3333333333%;
    }
    .col-md-11 {
        width: 91.6666666667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.3333333333%;
    }
    .col-md-pull-2 {
        right: 16.6666666667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.3333333333%;
    }
    .col-md-pull-5 {
        right: 41.6666666667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.3333333333%;
    }
    .col-md-pull-8 {
        right: 66.6666666667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.3333333333%;
    }
    .col-md-pull-11 {
        right: 91.6666666667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.3333333333%;
    }
    .col-md-push-2 {
        left: 16.6666666667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.3333333333%;
    }
    .col-md-push-5 {
        left: 41.6666666667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.3333333333%;
    }
    .col-md-push-8 {
        left: 66.6666666667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.3333333333%;
    }
    .col-md-push-11 {
        left: 91.6666666667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
    .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-1 {
        width: 8.3333333333%;
    }
    .col-lg-2 {
        width: 16.6666666667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.3333333333%;
    }
    .col-lg-5 {
        width: 41.6666666667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.3333333333%;
    }
    .col-lg-8 {
        width: 66.6666666667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.3333333333%;
    }
    .col-lg-11 {
        width: 91.6666666667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.3333333333%;
    }
    .col-lg-pull-2 {
        right: 16.6666666667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.3333333333%;
    }
    .col-lg-pull-5 {
        right: 41.6666666667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.3333333333%;
    }
    .col-lg-pull-8 {
        right: 66.6666666667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.3333333333%;
    }
    .col-lg-pull-11 {
        right: 91.6666666667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.3333333333%;
    }
    .col-lg-push-2 {
        left: 16.6666666667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.3333333333%;
    }
    .col-lg-push-5 {
        left: 41.6666666667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.3333333333%;
    }
    .col-lg-push-8 {
        left: 66.6666666667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.3333333333%;
    }
    .col-lg-push-11 {
        left: 91.6666666667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    background-color: transparent;
}

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

th {
    text-align: left;
}

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

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    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 > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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 > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    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[type="date"].input-sm,
    .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="time"].btn,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn,
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }
    input[type="date"].input-lg,
    .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="time"].btn,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn,
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.input-sm,
.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: 0;
}

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

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

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

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

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].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,
.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: 0;
}

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

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

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

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

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback label ~ .form-control-feedback {
    top: 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 .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-default {
    color: #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 > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

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

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

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    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 > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

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

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

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    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 > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

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

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

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    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 > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

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

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

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    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 > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

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

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

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    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 > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

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

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

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

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

.btn-link {
    color: #337ab7;
    font-weight: normal;
    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:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

.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: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

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

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

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

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

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

.open > a {
    outline: 0;
}

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

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

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

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

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

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

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

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

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

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

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    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:before,
.btn-toolbar:after {
    content: " ";
    display: table;
}

.btn-toolbar:after {
    clear: both;
}

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

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

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

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

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

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

.btn-group > .btn-group {
    float: left;
}

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

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

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

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

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

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

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 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,
.btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .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:before,
.btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
}

.btn-group-vertical > .btn-group:after {
    clear: both;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group .form-control:focus {
    z-index: 3;
}

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

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

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

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 0;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 0;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    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:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-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:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-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:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

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

.nav:after {
    clear: both;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.nav > li.disabled > a {
    color: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eeeeee;
    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.428571429;
    border: 1px solid transparent;
    border-radius: 0 0 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 0;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
    float: none;
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width:768px) {
    .nav-justified > li,
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0;
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width:768px) {
    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

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

.navbar:after {
    clear: both;
}

@media (min-width:768px) {
    .navbar {
        border-radius: 0;
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width:768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}

.navbar-collapse:after {
    clear: both;
}

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

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        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-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        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-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width:768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    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;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        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 {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@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 .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    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:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    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:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        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:hover,
.navbar-default .btn-link:focus {
    color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    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:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    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:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff;
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        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:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc;
}

.breadcrumb > .active {
    color: #777777;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

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

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-default {
    background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}

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

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

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

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

.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: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
    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 {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

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

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

.progress.active .progress-bar,
.progress-bar.active {
    -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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

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

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

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

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

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

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

.media {
    margin-top: 15px;
}

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

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

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

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

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:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    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: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,
.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 {
    color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .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:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
    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:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
    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:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
    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:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
    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: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table;
}

.panel-body:after {
    clear: both;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

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

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .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-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1;
}

.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,
.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-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-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 {
    border-top-left-radius: -1;
}

.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,
.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-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-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 {
    border-top-right-radius: -1;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1;
}

.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,
.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 {
    border-bottom-left-radius: -1;
}

.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,
.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 {
    border-bottom-right-radius: -1;
}

.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 th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

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

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

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .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,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > 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 {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    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: #333333;
    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: #333333;
}

.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 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%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

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

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

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

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.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;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
    content: " ";
    display: table;
}

.modal-header:after {
    clear: both;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0;
}

.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 {
    bottom: 0;
    right: 5px;
    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-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1 -1 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

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

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.prev,
    .controls-quick-access .carousel-inner > .item.next,
    .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .controls-quick-access .carousel-inner > .item.right.next,
    .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev,
.controls-quick-access .carousel-inner > .next {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev,
.controls-quick-access .carousel-inner > .next {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev,
.controls-quick-access .carousel-inner > .next {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right,
.controls-quick-access .carousel-inner > .right.next {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 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-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

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

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-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;
    }
    th.visible-xs,
    td.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;
    }
    th.visible-sm,
    td.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;
    }
    th.visible-md,
    td.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;
    }
    th.visible-lg,
    td.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;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url(../../../../themes/custom/adyax/css/ajax-loader.html) center center no-repeat;
}

@font-face {
    font-family: "slick";
    src: url(../../../../themes/custom/adyax/css/fonts/slick/slick.eot);
    src: url(../../../../themes/custom/adyax/css/fonts/slick/slick.eot#iefix) format("embedded-opentype"), url(../../../../themes/custom/adyax/css/fonts/slick/slick.woff) format("woff"), url(../../../../themes/custom/adyax/css/fonts/slick/slick.ttf) format("truetype"), url(../../../../themes/custom/adyax/css/fonts/slick/slick.svg#slick) format("svg");
    font-weight: normal;
    font-style: normal;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

.slick-loading .slick-list {
    background: #fff url(../../../../themes/custom/adyax/images/slick/ajax-loader.gif) center center no-repeat;
}

* {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    background: #fff;
    color: #000;
    font: 400 16px/36px "Work Sans", Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
}

a {
    color: inherit;
    outline: none;
    text-decoration: none;
    outline: none;
}

a:hover,
a:active,
a:focus {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
    border-style: none;
    vertical-align: top;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

video,
iframe,
object,
embed {
    max-width: 100%;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

.preview-page .main-header {
    position: relative;
    height: auto !important;
}

.preview-page .main-header .container {
    height: auto !important;
    position: static;
    padding: 50px 6%;
}

.preview-page .page .container {
    padding: 0 6%;
}

.wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
}

.container {
    width: auto !important;
}

.svg-ico {
    display: block;
    width: 100%;
    height: 100%;
}

.page {
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.w1 {
    display: table;
    width: 100%;
    height: 100%;
}

.w1 .w2 {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

h1 {
    font: 700 70px/90px "avalon", Arial, sans-serif;
    margin: 0;
}

@media (min-width:769px) and (max-width:850px) {
    h1 {
        font-size: 35px;
        line-height: 50px;
    }
}

@media (max-width:767px) {
    h1 {
        font-size: 35px;
        line-height: 50px;
    }
}

h2 {
    font: 700 60px/70px "avalon", Arial, sans-serif;
    color: #191919;
    margin: 0;
}

@media (min-width:769px) and (max-width:850px) {
    h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width:767px) {
    h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

.section-ttl {
    margin-bottom: 32px;
    display: block;
    text-transform: uppercase;
    color: #b4b4b4;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 6px;
    line-height: 14px;
}

@media (min-width:769px) and (max-width:850px) {
    .section-ttl {
        font-size: 10px;
        line-height: 11px;
        letter-spacing: 5px;
        margin-bottom: 25px;
    }
}

@media (max-width:767px) {
    .section-ttl {
        font-size: 10px;
        line-height: 11px;
        letter-spacing: 5px;
        margin-bottom: 25px;
    }
}

.sub-ttl {
    display: inline-block;
    vertical-align: top;
}

.sub-ttl:after {
    content: ".";
    display: inline;
    color: #fddc3e;
    margin-left: 3px;
    font-size: 65px;
}

@media (min-width:769px) and (max-width:850px) {
    .sub-ttl:after {
        font-size: 40px;
    }
}

@media (max-width:767px) {
    .sub-ttl:after {
        font-size: 40px;
    }
}

.sub-ttl.load-line:after {
    display: none;
}

.load-line {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
}

.load-line:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 12px;
    z-index: -1;
    height: 13px;
    width: 100%;
    background: #fddc3e;
}

@media (min-width:769px) and (max-width:850px) {
    .load-line:before {
        height: 15px;
        bottom: 2px;
    }
}

@media (max-width:767px) {
    .load-line:before {
        height: 15px;
        bottom: 2px;
    }
}

.section-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    color: #f5f5f5;
    font: 700 300px/245px "avalon", Arial, sans-serif;
    text-align: center;
    padding: 0 6%;
}

.section-title {
    text-align: center;
}

.section-title h2 {
    margin: 0;
    font: 600 12px/18px "Work Sans", Arial, sans-serif;
    letter-spacing: 6px;
    text-transform: uppercase;
    position: relative;
    padding-top: 115px;
}

.section-title h2:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 74px;
    margin-left: -1px;
    background: #000;
    opacity: 0.5;
}

.white-header .section-title h2 {
    color: #fff;
}

.white-header .section-title h2:after {
    background: #fff;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.screen-reader {
    position: absolute;
    display: block;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.btn-transparent {
    border: 1px solid #858585;
    color: #fff;   
    font-size: 14px;
    line-height: 17px;
    display: block;
    margin: 0 auto -1px;
    position: relative;
    clear: both;
    width: 230px;
    padding: 16px;
    text-align: center;
}

@media (min-width:769px) and (max-width:850px) {
    .btn-transparent {
        padding: 12px;
    }
}

@media (max-width:767px) {
    .btn-transparent {
        padding: 12px;
        /*! color: #000000; */
    }
}  

.btn-scroll {
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 13px;
    text-transform: uppercase;
    padding: 74px 24px;
    position: relative;
    color: #fff;
}

@media (min-width:769px) and (max-width:850px) {
    .btn-scroll {
        padding: 70px 24px 21px;
    }
}

@media (max-width:767px) {
    .btn-scroll {
        padding: 70px 24px 21px;
    }
}

.btn-more {
    -webkit-box-shadow: 0 2px 30px rgba(216, 216, 216, 0.5);
    box-shadow: 0 2px 30px rgba(216, 216, 216, 0.5);
    display: inline-block;
    background: #fff;
    color: #191919;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 13px;
    text-transform: uppercase;
    padding: 33px 60px 30px 116px;
    position: relative;
}

@media (max-width:1024px) {
    .btn-more {
        font-size: 9px;
        line-height: 11px;
        letter-spacing: 1.64px;
        padding: 26px 35px 25px 94px;
        margin: 0 auto;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .btn-more {
        margin: 0 14px;
    }
}

@media (max-width:767px) {
    .btn-more {
        margin: 0 14px;
    }
}

.btn-more:after {
    content: "";
    position: absolute;
    left: 54px;
    top: 50%;
    width: 48px;
    height: 1px;
    background: #191919;
}

@media (max-width:1024px) {
    .btn-more:after {
        left: 44px;
        width: 38px;
    }
}

.more-arrow {
    display: inline-block;
    width: 45px;
    height: 13px;
    overflow: hidden;
}

input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.user-form {
    padding: 0 5.75% 0 6.12%;
}

@media (min-width:769px) and (max-width:850px) {
    .user-form {
        padding: 0 20px;
    }
}

@media (max-width:767px) {
    .user-form {
        padding: 0 20px;
    }
}

.user-form:before {
    content: "";
    display: block;
    max-width: 745px;
    height: 1px;
    background: #ececec;
    margin: 0 auto 90px;
}

@media (min-width:769px) and (max-width:850px) {
    .user-form:before {
        display: none;
    }
}

@media (max-width:767px) {
    .user-form:before {
        display: none;
    }
}

.user-form .boxes {
    padding-bottom: 62px;
}

.user-form .boxes:before,
.user-form .boxes:after {
    content: " ";
    display: table;
}

.user-form .boxes:after {
    clear: both;
}

@media (min-width:769px) and (max-width:850px) {
    .user-form .boxes {
        padding-bottom: 22px;
    }
}

@media (max-width:767px) {
    .user-form .boxes {
        padding-bottom: 22px;
    }
}

.user-form .boxes .box {
    float: right;
    width: 47.37%;
}

@media (min-width:769px) and (max-width:850px) {
    .user-form .boxes .box {
        float: none;
        width: 100%;
    }
}

@media (max-width:767px) {
    .user-form .boxes .box {
        float: none;
        width: 100%;
    }
}

.user-form .boxes .box:first-child {
    float: left;
}

@media (min-width:769px) and (max-width:850px) {
    .user-form .boxes .box:first-child {
        float: none;
    }
}

@media (max-width:767px) {
    .user-form .boxes .box:first-child {
        float: none;
    }
}

.user-form .form-item {
    padding: 0 0 30px;
    margin: 0;
}

.user-form .form-item .form-item {
    padding: 0;
    line-height: 36px;
}

.user-form .form-item input,
.user-form .form-item textarea {
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    width: 100%;
    padding: 6px 16px 7px;
    color: #4e4e4e;
    font-size: 14px;
    height: 51px;
}

.user-form .form-item textarea {
    max-width: 100%;
    min-width: 100%;
    height: 169px;
    min-height: 169px;
    resize: vertical;
}

.user-form label {
    display: block;
    color: #4e4e4e;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.4px;
    line-height: 17px;
    text-transform: uppercase;
    padding-bottom: 17px;
}

.user-form .form-actions {
    text-align: center;
    margin: 0;
}

.user-form .form-actions button,
.user-form .form-actions .btn-submit {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    box-shadow: 0 2px 30px rgba(216, 216, 216, 0.5);
    color: #191919;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.36px;
    line-height: 15px;
    border: none;
    min-width: 276px;
    text-transform: uppercase;
    position: relative;
    padding: 31px 33px 30px 57px;
}

@media (min-width:769px) and (max-width:850px) {
    .user-form .form-actions button,
    .user-form .form-actions .btn-submit {
        min-width: 100%;
    }
}

@media (max-width:767px) {
    .user-form .form-actions button,
    .user-form .form-actions .btn-submit {
        min-width: 100%;
    }
}

.user-form .form-actions button:after,
.user-form .form-actions .btn-submit:after {
    content: "";
    width: 48px;
    height: 1px;
    background: #191919;
    position: absolute;
    left: 33px;
    top: 50%;
}

.user-form .form-actions .btn-submit {
    position: relative;
}

.user-form .form-actions .btn-submit input {
    background: none;
    border: none;
    padding: 31px 33px 30px 57px;
    margin: 0;
    color: #191919;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.36px;
    line-height: 15px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.user-form .form-actions .btn-submit .ajax-progress {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -25px;
    font-weight: normal;
}

.jcf-file {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    position: relative;
}

.jcf-file .jcf-fake-input {
    border: none;
    color: #4e4e4e;
    font-size: 14px;
    line-height: 36px;
    width: 100%;
    padding: 7px 108px 6px 16px;
    height: 51px;
}

.jcf-file .jcf-upload-button {
    position: absolute;
    right: 10px;
    top: 9px;
    width: 120px;
    height: 32px;
    background: #fddc3e;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 17px;
    text-transform: uppercase;
    padding: 8px 3px 7px;
    text-align: center;
    margin: 0;
    border: none;
}

.jcf-file.jcf-focus,
.jcf-file.jcf-focus * {
    border-color: #dcdcdc !important;
}

.messages--error + .jcf-file {
    border-color: #e32700;
}

.form-item--error-message strong {
    font-weight: normal;
    color: #e32700;
    font-size: 14px;
}

.message-succes {
    padding: 50px 0 0;
    text-align: center;
}

.message-succes .img-holder {
    margin-bottom: 41px;
}

.message-succes .ttl {
    display: block;
    color: #191919;
    font: 700 35px/47px "avalon", Arial, sans-serif;
    margin-bottom: 72px;
}

@media (min-width:769px) and (max-width:850px) {
    .message-succes .ttl {
        font-size: 25px;
        line-height: 37px;
    }
}

@media (max-width:767px) {
    .message-succes .ttl {
        font-size: 25px;
        line-height: 37px;
    }
}

.message-succes .ttl strong {
    font-weight: 700;
}

.message-succes .btn-hold {
    padding-bottom: 107px;
}

@media (min-width:769px) and (max-width:850px) {
    .message-succes .btn-hold {
        padding-bottom: 0;
    }
}

@media (max-width:767px) {
    .message-succes .btn-hold {
        padding-bottom: 0;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .message-succes .btn-hold .btn-more {
        margin: 0;
    }
}

@media (max-width:767px) {
    .message-succes .btn-hold .btn-more {
        margin: 0;
    }
}

.main-header {
    width: 100%;
    height: 0;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    background: #fff;
    -webkit-box-shadow: 0 2px 30px rgba(216, 216, 216, 0.5);
    box-shadow: 0 2px 30px rgba(216, 216, 216, 0.5);
    -webkit-transition: height 0.2s ease-in-out;
    -o-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
}

.main-header.sticky-header {
    height: 85px;
    position: fixed;
    width: 100%;
    overflow: hidden;
}

@media (min-width:769px) and (max-width:850px) {
    .main-header.sticky-header {
        height: 70px;
    }
}

@media (max-width:767px) {
    .main-header.sticky-header {
        height: 70px;
    }
}

.main-header.sticky-header .logo,
.main-header.sticky-header .main-menu {
    -webkit-animation: 0.5s fadeIn ease-in;
    -o-animation: 0.5s fadeIn ease-in;
    animation: 0.5s fadeIn ease-in;
}

.logo {
    display: block;
    width: 108px;
    height: 36px;
    position: absolute;
    z-index: 3;
    left: 118px;
    top: 25px;
}

@media (min-width:769px) and (max-width:850px) {
    .logo {
        display: none;
    }
}

@media (max-width:767px) {
    .logo {
        display: none;
    }
}

.logo a {
    display: block;
    overflow: hidden;
    height: 100%;
}

.logo svg {
    fill: #fff;
}

.logo-mobile {
    display: block;
    width: 45px;
    height: 31px;
    display: none;
    position: absolute;
    z-index: 3;
    left: 20px;
    top: 19px;
}

.logo-mobile svg {
    fill: #fff;
}

@media (min-width:769px) and (max-width:850px) {
    .logo-mobile {
        display: block;
    }
}

@media (max-width:767px) {
    .logo-mobile {
        display: block;
    }
}

.main-menu {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 101;
}

@media (max-width:767px) {
    .main-menu {}
}

.main-menu .btn-menu {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 6px;
    line-height: 36px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 117px;
    top: 24px;
}

@media (min-width:769px) and (max-width:850px) {
    .main-menu .btn-menu {
        right: 20px;
        top: 19px;
    }
}

@media (max-width:767px) {
    .main-menu .btn-menu {
        right: 20px;
        top: 19px;
    }
}

.main-menu .btn-menu .off {
    display: none;
}

.main-menu .btn-menu .line {
    display: none;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    top: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

@media (min-width:769px) and (max-width:850px) {
    .main-menu .btn-menu {
        font-size: 0;
        line-height: 0;
        width: 28px;
        height: 12px;
        margin: 10px 0 9px;
        transform: rotate(0deg);
        transition: .5s ease-in-out;
    }
    .main-menu .btn-menu .line {
        display: block;
    }
    .main-menu .btn-menu .line:first-child {
        top: 0;
    }
    .main-menu .btn-menu .line:last-child {
        top: 10px;
    }
}

@media (max-width:767px) {
    .main-menu .btn-menu {
        font-size: 0;
        line-height: 0;
        width: 28px;
        height: 12px;
        margin: 10px 0 9px;
        transform: rotate(0deg);
        transition: .5s ease-in-out;
    }
    .main-menu .btn-menu .line {
        display: block;
    }
    .main-menu .btn-menu .line:first-child {
        top: 0;
    }
    .main-menu .btn-menu .line:last-child {
        top: 10px;
    }
}

.sticky-active .main-header {
    background: #191919;
}

.sticky-active .main-header .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.black-header .logo svg,
.sticky-header .logo svg {
    fill: #000;
}

.black-header .logo-mobile svg,
.sticky-header .logo-mobile svg {
    fill: #000 !important;
}

.black-header .main-menu .btn-menu,
.sticky-header .main-menu .btn-menu {
    color: #000;
}

.black-header .main-menu .btn-menu .line,
.sticky-header .main-menu .btn-menu .line {
    background: #000;
}

.white-header .logo svg {
    fill: #fff;
}

.white-header .logo-mobile svg {
    fill: #fff;
}

.white-header .main-menu .btn-menu {
    color: #fff;
}

.promo-header {
    text-align: center;
    padding: 53px 0 65px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-header {
        padding: 46px 0 49px;
    }
}

@media (max-width:767px) {
    .promo-header {
        padding: 46px 0 49px;
    }
}

.promo-header .promo-logo {
    display: block;
    width: 183px;
    height: 62px;
    margin: 0 auto 19px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-header .promo-logo {
        width: 146px;
        height: 50px;
        margin-bottom: 14px;
    }
}

@media (max-width:767px) {
    .promo-header .promo-logo {
        width: 146px;
        height: 50px;
        margin-bottom: 14px;
    }
}

.promo-header .promo-logo svg {
    fill: #000;
}

.promo-header .slogan {
    color: #191919;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 5.6px;
    line-height: 14px;
    text-transform: uppercase;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-header .slogan {
        font-size: 10px;
        letter-spacing: 4.48px;
        line-height: 11px;
    }
}

@media (max-width:767px) {
    .promo-header .slogan {
        font-size: 10px;
        letter-spacing: 4.48px;
        line-height: 11px;
    }
}

.drop-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    z-index: 100;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-sizing: border-box;
}

.drop-menu .wrapp-menu {
    padding: 0 77px;
    overflow: auto;
    height: 100%;
}

@media (min-width:769px) and (max-width:850px) {
    .drop-menu .wrapp-menu {
        padding: 0 20px;
    }
}

@media (max-width:767px) {
    .drop-menu .wrapp-menu {
        padding: 0 20px;
    }
}

.drop-menu .logo {
    position: static;
    margin: 25px 0 68px -3px;
}

.drop-menu .logo-mobile {
    position: static;
    margin: 19px 0 66px;
}

.drop-menu .navigation {
    margin: 0;
    padding: 0 0 50px;  
}

@media (min-width:769px) and (max-width:850px) {
    .drop-menu .navigation {
        padding: 0 0 110px;
    }
}

@media (max-width:767px) {
    .drop-menu .navigation {
        padding: 0 0 110px;
    }
}

.drop-menu .navigation li {
    color: #fff;
    font: 700 35px/40px "avalon", Arial, sans-serif;
    padding-bottom: 25px; 
} 

@media (min-width:769px) and (max-width:850px) {
    .drop-menu .navigation li {
        font-size: 25px;
        line-height: 30px;
        padding-bottom: 31px;
    }
}

@media (max-width:767px) {
    .drop-menu .navigation li {
        font-size: 25px;
        line-height: 30px;
        padding-bottom: 31px;
    }
}

.drop-menu .navigation li a {
    position: relative;
    font-size: 25px;
}

.drop-menu .navigation li a:after {
    font: 700 35px/40px "avalon", Arial, sans-serif;
    content: '.';
    color: #db225c;
}

@media (min-width:769px) and (max-width:850px) {
    .drop-menu .navigation li a:after {
        font-size: 25px;
        line-height: 30px;
    }
}

@media (max-width:767px) {
    .drop-menu .navigation li a:after {
        font-size: 25px;
        line-height: 30px;
    }
}

.drop-menu .navigation li a:before {
    position: absolute;
    left: 7px;
    top: 50%;
    width: 49px;
    height: 1px;  
    background: #db225c;
    content: '';
    display: none;
}

.drop-menu .navigation li.active a {
    padding-left: 73px;
}

.drop-menu .navigation li.active a:before {
    display: block;
}

.drop-menu .bottom-panel {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 20px);
    padding: 25px 77px 25px 77px;
    background: #000;
}

.drop-menu .bottom-panel:before,
.drop-menu .bottom-panel:after {
    content: " ";
    display: table;
}

.drop-menu .bottom-panel:after {
    clear: both;
}

@media (min-width:769px) and (max-width:850px) {
    .drop-menu .bottom-panel {
        padding: 15px 20px;
        width: 100%;
    }
}

@media (max-width:767px) {
    .drop-menu .bottom-panel {
        padding: 15px 20px;
        width: 100%;
    }
}

.drop-menu .follow-us {
    float: left;
}

@media (max-width:960px) {
    .drop-menu .follow-us {
        float: none;
        overflow: hidden;
        padding-bottom: 40px;
    }
}

.drop-menu .follow-us .follow {
    float: left;
    color: rgba(230, 230, 230, 0.5);
    text-transform: uppercase;
    font: 600 10px/18px "Work Sans", Arial, sans-serif;
    letter-spacing: 3px;
}

.drop-menu .follow-us .social-list {
    float: left;
    margin: 0 0 0 66px;
}

@media (min-width:769px) and (max-width:850px) {
    .drop-menu .follow-us .social-list {
        margin: 0 0 0 26px;
    }
}

@media (max-width:767px) {
    .drop-menu .follow-us .social-list {
        margin: 0 0 0 26px;
    }
}

.drop-menu .follow-us .social-list li {
    float: left;
    padding: 0 49px 0 0;
}

@media (min-width:769px) and (max-width:850px) {
    .drop-menu .follow-us .social-list li {
        padding: 0 29px 0 0;
    }
}

@media (max-width:767px) {
    .drop-menu .follow-us .social-list li {
        padding: 0 29px 0 0;
    }
}

.drop-menu .follow-us .social-list li svg {
    fill: #fff;
}

.drop-menu .follow-us .social-list li .svg-ico {
    width: 22px;
    height: 22px;
}

.drop-menu .language-switcher {
    float: right;
    padding-right: 40px;
}

@media (max-width:960px) {
    .drop-menu .language-switcher {
        float: none;
        overflow: hidden;
        padding-right: 0;
    }
}

.drop-menu .language-switcher .txt {
    float: left;
    color: rgba(230, 230, 230, 0.5);
    font: 600 10px/18px "Work Sans", Arial, sans-serif;
    letter-spacing: 3px;
}

.drop-menu .language-switcher .switcher {
    float: left;
    margin: -3px 0 0 49px;
    font: 700 20px/22px "avalon", Arial, sans-serif;
}

@media (max-width:960px) {
    .drop-menu .language-switcher .switcher {
        margin: 0;
    }
}

.drop-menu .language-switcher .switcher li {
    float: left;
    padding-left: 25px;
}

.drop-menu .language-switcher .switcher a {
    color: #e0e0e0;
    opacity: 0.51;
    filter: alpha(opacity=51);
}

.drop-menu .language-switcher .switcher a:after {
    content: ".";
    display: inline;
    vertical-align: bottom;
    color: #fddc3e;
}

.drop-menu .language-switcher .switcher a.active {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.no-touchevents .drop-menu .language-switcher .switcher a:hover,
.no-js .drop-menu .language-switcher .switcher a:hover,
.drop-menu .language-switcher .switcher a:focus {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.menu-opener {
    overflow: hidden;
}

.menu-opener .logo svg,
.menu-opener .logo-mobile svg {
    fill: #fff !important;
}

.menu-opener .main-menu .btn-menu {
    color: #fff !important;
}

.menu-opener .main-menu .btn-menu .line {
    background: #fff !important;
}

.menu-opener .drop-menu {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.menu-opener .main-header {
    overflow: visible;
}

.menu-opener .main-menu .btn-menu .on {
    display: none;
}

.menu-opener .main-menu .btn-menu .off {
    display: block;
}

@media (min-width:769px) and (max-width:850px) {
    .menu-opener .main-menu .btn-menu .line {
        top: 6px;
        transform: rotate(135deg);
    }
    .menu-opener .main-menu .btn-menu .line:last-child {
        top: 6px;
        transform: rotate(-135deg);
    }
}

@media (max-width:767px) {
    .menu-opener .main-menu .btn-menu .line {
        top: 6px;
        transform: rotate(135deg);
    }
    .menu-opener .main-menu .btn-menu .line:last-child {
        top: 6px;
        transform: rotate(-135deg);
    }
}

.menu-opener .controls-quick-access {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0 !important;
}

.menu-opener .wrapper {
    height: 100%;
    overflow-y: scroll;
}

.about-section {
    position: relative;
}

.about-section .section-title h2 {
    padding-top: 102px;
}

.about-section .section-title h2:after {
    height: 64px;
}

.about-section .intro-box {
    padding: 159px 0 0;
}

@media (max-width:1024px) {
    .about-section .intro-box {
        padding: 90px 0 0;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .about-section .intro-box {
        padding: 72px 0 0;
    }
}

@media (max-width:767px) {
    .about-section .intro-box {
        padding: 72px 0 0;
    }
}

.about-section .intro-box .data-holder {
    padding: 0 17% 109px 10%;
    color: #191919;
    font-size: 24px;
    font-weight: 600;
    line-height: 43px;
}

@media (min-width:769px) and (max-width:850px) {
    .about-section .intro-box .data-holder {
        padding: 0 20px 88px;
    }
}

@media (max-width:767px) {
    .about-section .intro-box .data-holder {
        padding: 0 20px 88px;
    }
}

.about-section .intro-box .data-holder p {
    margin: 0 25% 0 0;
}

@media (min-width:769px) and (max-width:850px) {
    .about-section .intro-box .data-holder p {
        margin: 0;
    }
}

@media (max-width:767px) {
    .about-section .intro-box .data-holder p {
        margin: 0;
    }
}

.about-section .img-holder {
    position: relative;
}

.about-section .img-holder img {
    display: block;
    width: 100%;
}

.about-section .section {
    position: relative;
    padding: 142px 10% 140px;
}

.about-section .section:before,
.about-section .section:after {
    content: " ";
    display: table;
}

.about-section .section:after {
    clear: both;
}

@media (max-width:1024px) {
    .about-section .section {
        padding: 107px 10% 66px;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .about-section .section {
        padding: 86px 20px 85px;
    }
}

@media (max-width:767px) {
    .about-section .section {
        padding: 86px 20px 85px;
    }
}

.about-section .section .title {
    float: left;
    width: 50%;
    padding: 0 5% 0 0;
}

@media (max-width:1024px) {
    .about-section .section .title {
        float: none;
        width: 100%;
        padding: 0 0 52px;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .about-section .section .title {
        float: none;
        width: 100%;
        padding: 0 0 46px;
    }
}

@media (max-width:767px) {
    .about-section .section .title {
        padding: 0 0 46px;
    }
}

.about-section .section .title h2 {
    font-size: 50px;
    line-height: 52px;
    color: #191919;
}

@media (max-width:1024px) {
    .about-section .section .title h2 {
        font-size: 40px;
        line-height: 42px;
    }
}

.about-section .section .content {
    float: right;
    width: 50%;
    color: #191919;
    font-size: 18px;
    line-height: 43px;
    padding: 8px 41px 0 0;
}

@media (max-width:1024px) {
    .about-section .section .content {
        width: 75%;
        padding: 0;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .about-section .section .content {
        width: 100%;
        padding: 0;
    }
}

@media (max-width:767px) {
    .about-section .section .content {
        width: 100%;
    }
}

.about-section .section .content .intro {
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 43px;
    padding: 0 0 46px;
}

.about-section .section .content p {
    margin: 0 0 107px;
}

@media (max-width:1024px) {
    .about-section .section .content p {
        margin-bottom: 36px;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .about-section .section .content p {
        margin-bottom: 69px;
    }
}

@media (max-width:767px) {
    .about-section .section .content p {
        margin-bottom: 69px;
    }
}

.about-section .section .content h3 {
    margin: 0;
    color: #191919;
    font: 700 40px/47px "avalon", Arial, sans-serif;
}

@media (max-width:1024px) {
    .about-section .section .content h3 {
        font-size: 24px;
        line-height: 47px;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .about-section .section .content h3 {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width:767px) {
    .about-section .section .content h3 {
        font-size: 35px;
        line-height: 45px;
    }
}

.about-section .section .content h3 .load-line:before {
    bottom: 3px;
}

.about-section h1 {
    color: #191919;
    font-size: 50px;
    line-height: 72px;
    margin: 0 0 79px;
}

@media (max-width:1024px) {
    .about-section h1 {
        font-size: 40px;
        line-height: 55px;
        margin-bottom: 64px;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .about-section h1 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 64px;
    }
}

@media (max-width:767px) {
    .about-section h1 {
        font-size: 35px;
        line-height: 45px;
    }
}

.about-section .slider-section {
    overflow: hidden;
}

.about-section .block {
    position: relative;
    width: 100%;
    margin-bottom: 168px;
    padding: 56px 0 86px;
}

@media (max-width:1024px) {
    .about-section .block {
        margin-bottom: 117px;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .about-section .block {
        margin: 0;
        padding: 10px 0 51px;
    }
}

@media (max-width:767px) {
    .about-section .block {
        margin: 0;
        padding: 10px 0 51px;
    }
}

.about-section .block:after {
    content: "";
    position: absolute;
    top: 0;
    width: 70%;
    height: 100%;
}

@media (max-width:1024px) {
    .about-section .block:after {
        width: 86%;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .about-section .block:after {
        width: 100%;
    }
}

@media (max-width:767px) {
    .about-section .block:after {
        width: 100%;
    }
}

.about-section .block.right-align:after {
    right: 0;
}

.about-section .block.right-align .ttl {
    padding: 0 10% 0 calc(30% + 98px);
}

@media (max-width:1024px) {
    .about-section .block.right-align .ttl {
        padding: 0 10% 0 calc(11% + 98px);
    }
}

.about-section .block.left-align:after {
    left: 0;
}

.about-section .block.left-align .ttl {
    padding: 0 40% 0 10%;
}

@media (max-width:1024px) {
    .about-section .block.left-align .ttl {
        padding: 0 15% 0 24%;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .about-section .block.left-align .ttl {
        padding: 0 20px;
    }
}

@media (max-width:767px) {
    .about-section .block.left-align .ttl {
        padding: 0 20px;
    }
}

.about-section .block.color1:after {
    background: #fedd23;
}

.about-section .block.color1 .controls .slick-dots li button {
    background: #dec42d;
}

.about-section .block.color2:after {
    background: #ec7579;
}

.about-section .block.color2 .controls .slick-dots li button {
    background: #ae4f52;
}

.about-section .block.color3:after {
    background: #a8dbdc;
}

.about-section .block.color3 .controls .slick-dots li button {
    background: #7dc6c8;
}

.about-section .block .block-holder {
    position: relative;
    z-index: 2;
}

.about-section .block .ttl {
    margin-bottom: 98px;
}

.about-section .block .ttl:before,
.about-section .block .ttl:after {
    content: " ";
    display: table;
}

.about-section .block .ttl:after {
    clear: both;
}

@media (min-width:769px) and (max-width:850px) {
    .about-section .block .ttl {
        margin-bottom: 45px;
        padding: 0 20px !important;
    }
}

@media (max-width:767px) {
    .about-section .block .ttl {
        margin-bottom: 45px;
        padding: 0 20px !important;
    }
}

.about-section .block .ttl .number {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.88px;
    line-height: 18px;
    padding-bottom: 14px;
}

@media (min-width:769px) and (max-width:850px) {
    .about-section .block .ttl .number {
        padding-bottom: 21px;
    }
}

@media (max-width:767px) {
    .about-section .block .ttl .number {
        padding-bottom: 21px;
    }
}

.about-section .block .ttl h2 {
    margin: 0;
    color: #fff;
    font: 700 40px/52px "Work Sans", Arial, sans-serif;
}

@media (min-width:769px) and (max-width:850px) {
    .about-section .block .ttl h2 {
        font-size: 35px;
        line-height: 40px;
    }
}

@media (max-width:767px) {
    .about-section .block .ttl h2 {
        font-size: 35px;
        line-height: 40px;
    }
}

.about-section .slider {
    padding: 0 5.56% 0 6.94%;
    margin: 0 0 108px;
}

.about-section .slider img {
    margin: 0 auto;
}

@media (max-width:1024px) {
    .about-section .slider {
        padding: 0 20%;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .about-section .slider {
        padding: 0;
        margin-bottom: 68px;
    }
}

@media (max-width:767px) {
    .about-section .slider {
        padding: 0;
        margin-bottom: 68px;
    }
}

.about-section .slider:before,
.about-section .slider:after {
    content: " ";
    display: table;
}

.about-section .slider:after {
    clear: both;
}

.about-section .slider .slick-list {
    overflow: visible !important;
}

@media (min-width:769px) and (max-width:850px) {
    .about-section .slider .slick-list {
        overflow: hidden !important;
    }
}

@media (max-width:767px) {
    .about-section .slider .slick-list {
        overflow: hidden !important;
    }
}

.about-section .item {
    float: left;
    margin: 0 20px;
    width: 30.16%;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    min-height: 380px;
}

@media (min-width:769px) and (max-width:850px) {
    .about-section .item {
        min-height: 0;
    }
}

@media (max-width:767px) {
    .about-section .item {
        min-height: 0;
    }
}

.about-section .item .content {
    padding: 31px 36px 35px;
    color: #030305;
    font-size: 20px;
    line-height: 36px;
}

@media (min-width:769px) and (max-width:850px) {
    .about-section .item .content {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .about-section .item .content {
        font-size: 16px;
    }
}

.about-section .item .title {
    padding-bottom: 26px;
}

.about-section .item .title .sub-ttl {
    color: #191919;
    font: 700 70px/72px "avalon", Arial, sans-serif;
}

.about-section .controls {
    text-align: center;
    font-size: 0;
    line-height: 0;
}

@media (min-width:769px) and (max-width:850px) {
    .about-section .controls {
        margin: 0 20px;
    }
}

@media (max-width:767px) {
    .about-section .controls {
        margin: 0 20px;
    }
}

.about-section .controls .controls-holder {
    display: inline-block;
    vertical-align: top;
    padding: 0 95px;
    position: relative;
}

@media (min-width:769px) and (max-width:850px) {
    .about-section .controls .controls-holder {
        padding: 0 67px;
    }
}

@media (max-width:767px) {
    .about-section .controls .controls-holder {
        padding: 0 67px;
    }
}

.about-section .controls .slick-arrow {
    display: block !important;
    fill: #191919;
    width: 45px;
    height: 16px;
    position: absolute;
    top: 0;
}

.about-section .controls .slick-arrow.slick-disabled {
    pointer-events: none;
}

.about-section .controls .slick-dots {
    position: static;
    font-size: 0;
    line-height: 0;
    margin-top: 3px;
}

.about-section .controls .slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0 10px;
}

.about-section .controls .slick-dots li button {
    padding: 0;
    width: 9px;
    height: 9px;
}

.about-section .controls .slick-dots li button:before {
    display: none;
}

.about-section .controls .slick-dots li.slick-active button {
    background: #fff !important;
}

.about-section .controls .btn-prev {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 0;
}

.about-section .controls .btn-next {
    right: 0;
}

.about-block .content-part {
    float: left;
    width: 50%;
    padding-right: 172px;
}

@media (max-width:1024px) {
    .about-block .content-part {
        float: none;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .about-block .content-part .btn-more {
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 54px;
        z-index: 2;
        max-width: 255px;
    }
}

.about-block .content-part h2 {
    font-size: 50px;
    line-height: 66px;
}

@media (min-width:769px) and (max-width:850px) {
    .about-block .content-part h2 {
        font-size: 40px;
        line-height: 45px;
        margin: 0 -20px 34px;
    }
}

@media (max-width:767px) {
    .about-block .content-part h2 {
        font-size: 40px;
        line-height: 45px;
        margin: 0 -20px 34px;
    }
}

.about-block .section-ttl {
    margin-bottom: 12px;
}

@media (min-width:769px) and (max-width:850px) {
    .about-block .section-ttl {
        margin-bottom: 28px;
    }
}

@media (max-width:767px) {
    .about-block .section-ttl {
        margin-bottom: 28px;
    }
}

.about-block .info-part {
    float: right;
    width: 50%;
    font-size: 0;
    line-height: 0;
    position: relative;
}

@media (max-width:1024px) {
    .about-block .info-part {
        float: none;
        width: 100%;
        top: 0 !important;
        text-align: center;
        padding-bottom: 68px;
    }
}

.about-block .info-block {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font: 700 80px/40px "avalon", Arial, sans-serif;
    padding: 0 0 72px;
}

@media (max-width:1024px) {
    .about-block .info-block {
        width: 33.33%;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .about-block .info-block {
        width: 50%;
        font-size: 60px;
        padding: 0 0 42px;
    }
}

@media (max-width:767px) {
    .about-block .info-block {
        width: 50%;
        font-size: 60px;
        padding: 0 0 42px;
    }
}

.about-block .info-block .ttl {
    font: 400 18px/21px "Work Sans", Arial, sans-serif;
    display: block;
    color: #b4b4b4;
    margin-bottom: 30px;
}

@media (min-width:769px) and (max-width:850px) {
    .about-block .info-block .ttl {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 32px;
    }
}

@media (max-width:767px) {
    .about-block .info-block .ttl {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 32px;
    }
}

.about-block .info-block .info {
    display: block;
}

@media (min-width:769px) and (max-width:850px) {
    .about-block .info-block .info small {
        font-size: 100%;
    }
}

@media (max-width:767px) {
    .about-block .info-block .info small {
        font-size: 100%;
    }
}

.about-block .info-block small {
    font-size: 50%;
}

.slide-load-amination {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1000;
    pointer-events: none;
}

.slide-load-amination.left-to-right {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, 90deg) translate3d(0px, 100%, 0px);
    -moz-transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, 90deg) translate3d(0px, 100%, 0px);
    -ms-transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, 90deg) translate3d(0px, 100%, 0px);
    -o-transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, 90deg) translate3d(0px, 100%, 0px);
    transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, 90deg) translate3d(0px, 100%, 0px);
    width: 100vh;
    height: 100vw;
    background: #000;
}

.slide-load-amination .animate-block {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.animated-line-block {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    opacity: 0.3;
    font-size: 0;
    line-height: 0;
    pointer-events: none;
    text-align: center;
}

@media (min-width:769px) and (max-width:850px) {
    .animated-line-block {
        padding: 0 5.94%;
    }
}

@media (max-width:767px) {
    .animated-line-block {
        padding: 0 5.94%;
    }
}

.animated-line-block .line {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 1px;
    background: rgba(186, 186, 186, 0.5);
    margin: 0 calc(10% - 1px);
}

@media (min-width:769px) and (max-width:850px) {
    .animated-line-block .line {
        margin: 0 48.94%;
    }
    .animated-line-block .line:nth-child(2n) {
        display: none;
    }
    .animated-line-block .line:first-child,
    .animated-line-block .line:last-child {
        margin: 0;
    }
}

@media (max-width:767px) {
    .animated-line-block .line {
        margin: 0 48.94%;
    }
    .animated-line-block .line:nth-child(2n) {
        display: none;
    }
    .animated-line-block .line:first-child,
    .animated-line-block .line:last-child {
        margin: 0;
    }
}

.new-hp .quick-section {
    height: 100vh;
}

.new-hp .quick-section .section {
    padding: 50px 10%;
}

.new-hp .quick-section .section .img-block,
.new-hp .quick-section .section .info-part {
    top: auto !important;
}

.new-hp .quick-section.spotlight-block {
    height: auto;
}

.new-hp .quick-section.spotlight-block .section {
    padding: 150px 10%;
}

.new-hp .quick-section.with-us {
    height: auto;
}

.new-hp .quick-section.block-animated.about-block .content-part {
    -webkit-animation: bounceInLeft 1s ease-in-out forwards;
    -o-animation: bounceInLeft 1s ease-in-out forwards;
    animation: bounceInLeft 1s ease-in-out forwards;
}

.new-hp .quick-section.block-animated.about-block .info-part {
    -webkit-animation: bounceInTop 1s ease-in-out forwards;
    -o-animation: bounceInTop 1s ease-in-out forwards;
    animation: bounceInTop 1s ease-in-out forwards;
}

.new-hp .quick-section.block-animated.case-studies-block .content-part {
    -webkit-animation: bounceInRight 1s ease-in-out forwards;
    -o-animation: bounceInRight 1s ease-in-out forwards;
    animation: bounceInRight 1s ease-in-out forwards;
}

.new-hp .quick-section.block-animated.case-studies-block .img-block {
    -webkit-animation: bounceInTop 1s ease-in-out forwards;
    -o-animation: bounceInTop 1s ease-in-out forwards;
    animation: bounceInTop 1s ease-in-out forwards;
}

.new-hp .quick-section.about-block .content-part {
    -webkit-animation: bounceOutLeft 1s ease-in-out forwards;
    -o-animation: bounceOutLeft 1s ease-in-out forwards;
    animation: bounceOutLeft 1s ease-in-out forwards;
}

.new-hp .quick-section.about-block .info-part {
    -webkit-animation: bounceOutTop 1s ease-in-out forwards;
    -o-animation: bounceOutTop 1s ease-in-out forwards;
    animation: bounceOutTop 1s ease-in-out forwards;
}

.new-hp .quick-section.case-studies-block .content-part {
    -webkit-animation: bounceOutRight 1s ease-in-out forwards;
    -o-animation: bounceOutRight 1s ease-in-out forwards;
    animation: bounceOutRight 1s ease-in-out forwards;
}

.new-hp .quick-section.case-studies-block .img-block {
    -webkit-animation: bounceOutTop 1s ease-in-out forwards;
    -o-animation: bounceOutTop 1s ease-in-out forwards;
    animation: bounceOutTop 1s ease-in-out forwards;
}

.careers-explication-section .intro-box {
    padding: 159px 0 168px;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-explication-section .intro-box {
        padding: 70px 0 90px;
    }
}

@media (max-width:767px) {
    .careers-explication-section .intro-box {
        padding: 70px 0 90px;
    }
}

.careers-explication-section .intro-box .data-holder {
    padding: 0 10% 126px;
    color: #191919;
    font-size: 24px;
    font-weight: 600;
    line-height: 43px;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-explication-section .intro-box .data-holder {
        padding: 0 20px 87px;
    }
}

@media (max-width:767px) {
    .careers-explication-section .intro-box .data-holder {
        padding: 0 20px 87px;
    }
}

.careers-explication-section .intro-box .data-holder p {
    margin: 0 25% 0 0;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-explication-section .intro-box .data-holder p {
        margin: 0;
    }
}

@media (max-width:767px) {
    .careers-explication-section .intro-box .data-holder p {
        margin: 0;
    }
}

.careers-explication-section .img-holder {
    position: relative;
}

.careers-explication-section .img-holder img {
    display: block;
    width: 100%;
}

.careers-explication-section h1 {
    color: #191919;
    font-size: 50px;
    line-height: 72px;
    margin: 0 0 77px;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-explication-section h1 {
        font-size: 35px;
        line-height: 45px;
        margin: 0 0 70px;
    }
}

@media (max-width:767px) {
    .careers-explication-section h1 {
        font-size: 35px;
        line-height: 45px;
        margin: 0 0 70px;
    }
}

.careers-explication-section .propos-block {
    padding: 129px 10% 20px;
    position: relative;
}

.careers-explication-section .two-column-text {
    padding: 0 10% 63px;
}

.careers-explication-section .two-column-text:before,
.careers-explication-section .two-column-text:after {
    content: " ";
    display: table;
}

.careers-explication-section .two-column-text:after {
    clear: both;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-explication-section .two-column-text {
        padding: 0 20px 58px;
    }
}

@media (max-width:767px) {
    .careers-explication-section .two-column-text {
        padding: 0 20px 58px;
    }
}

.careers-explication-section .two-column-text .col {
    float: left;
    width: 50%;
    position: relative;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-explication-section .two-column-text .col {
        float: none;
        width: 100%;
    }
}

@media (max-width:767px) {
    .careers-explication-section .two-column-text .col {
        float: none;
        width: 100%;
    }
}

.careers-explication-section .two-column-text blockquote {
    border: 0;
    position: relative;
    padding: 68px 20% 0 0;
    color: #191919;
    font: 700 40px/45px "avalon", Arial, sans-serif;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-explication-section .two-column-text blockquote {
        padding: 74px 0 0;
        margin: 0 0 64px;
    }
}

@media (max-width:767px) {
    .careers-explication-section .two-column-text blockquote {
        padding: 74px 0 0;
        margin: 0 0 64px;
    }
}

.careers-explication-section .two-column-text blockquote:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '“';
    font: 700 100px/100px "avalon", Arial, sans-serif;
    color: #fedd23;
}

.careers-explication-section .two-column-text blockquote cite {
    text-transform: uppercase;
    display: block;
    padding-top: 53px;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-explication-section .two-column-text blockquote cite {
        padding-top: 51px;
    }
}

@media (max-width:767px) {
    .careers-explication-section .two-column-text blockquote cite {
        padding-top: 51px;
    }
}

.careers-explication-section .two-column-text blockquote cite strong {
    display: block;
    color: #191919;
    font: 600 14px/21px "Work Sans", Arial, sans-serif;
    letter-spacing: 7px;
    padding-bottom: 10px;
}

.careers-explication-section .two-column-text blockquote cite span {
    display: block;
    color: #b4b4b4;
    font: 600 10px/21px "Work Sans", Arial, sans-serif;
    letter-spacing: 5px;
}

.careers-explication-section .two-column-text h3 {
    font: 600 24px/43px "Work Sans", Arial, sans-serif;
    color: #191919;
    margin: 0 0 45px;
}

.careers-explication-section .two-column-text p {
    font: 400 18px/43px "Work Sans", Arial, sans-serif;
    color: #191919;
    margin: 0;
}

.careers-explication-section .about-block {
    padding-bottom: 145px;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-explication-section .about-block {
        padding-bottom: 93px;
    }
}

@media (max-width:767px) {
    .careers-explication-section .about-block {
        padding-bottom: 93px;
    }
}

.careers-explication-section .about-block .wrapp {
    padding: 100px 0 0;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-explication-section .about-block .wrapp {
        padding: 0;
    }
}

@media (max-width:767px) {
    .careers-explication-section .about-block .wrapp {
        padding: 0;
    }
}

.careers-explication-section .about-block .info-part {
    float: left;
    padding: 107px 57px 35px 125px;
}

@media (max-width:1024px) {
    .careers-explication-section .about-block .info-part {
        padding: 59px 10px 15px;
    }
}

.careers-explication-section .about-block .info-part:first-child {
    background: #000;
    color: #fff;
    text-align: center;
}

.careers-explication-section .about-block .info-part:last-child {
    background: url(../../../../themes/custom/adyax/images/bg-info-part.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 107px 57px 35px 125px;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-explication-section .about-block .info-part:last-child {
        padding: 59px 10px 15px;
    }
}

@media (max-width:767px) {
    .careers-explication-section .about-block .info-part:last-child {
        padding: 59px 10px 15px;
    }
}

.careers-explication-section .about-block .info-part:last-child .info-block {
    display: block;
    width: 100%;
    font-size: 100px;
    padding: 34px 0 74px;
}

.careers-explication-section .about-block .info-part:last-child .info-block .info {
    float: left;
    width: 225px;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-explication-section .about-block .info-part:last-child .info-block .info {
        font-size: 70px;
        width: 175px;
        padding: 26px 0 68px;
    }
}

@media (max-width:767px) {
    .careers-explication-section .about-block .info-part:last-child .info-block .info {
        font-size: 70px;
        width: 175px;
        padding: 26px 0 68px;
    }
}

.careers-explication-section .about-block .info-part:last-child .info-block .ttl {
    color: #030305;
    width: 125px;
    overflow: hidden;
    position: relative;
    top: -4px;
}

.careers-explication-section .about-block .info-part .info-block {
    padding-bottom: 89px;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-explication-section .about-block .info-part .info-block {
        padding-bottom: 65px;
        font-size: 56px;
    }
    .careers-explication-section .about-block .info-part .info-block .ttl {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 16px;
    }
}

@media (max-width:767px) {
    .careers-explication-section .about-block .info-part .info-block {
        padding-bottom: 65px;
        font-size: 56px;
    }
    .careers-explication-section .about-block .info-part .info-block .ttl {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 16px;
    }
}

.careers-explication-section .highlights-block {
    padding: 0 10% 79px;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-explication-section .highlights-block {
        padding: 0 20px 57px;
    }
}

@media (max-width:767px) {
    .careers-explication-section .highlights-block {
        padding: 0 20px 57px;
    }
}

.careers-explication-section .highlights-block h2 {
    font: 700 50px/66px "avalon", Arial, sans-serif;
    color: #191919;
    margin: 0 0 90px;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-explication-section .highlights-block h2 {
        font-size: 40px;
        line-height: 45px;
        margin: 0 0 53px;
    }
}

@media (max-width:767px) {
    .careers-explication-section .highlights-block h2 {
        font-size: 40px;
        line-height: 45px;
        margin: 0 0 53px;
    }
}

.careers-explication-section .highlights-block .column:before,
.careers-explication-section .highlights-block .column:after {
    content: " ";
    display: table;
}

.careers-explication-section .highlights-block .column:after {
    clear: both;
}

.careers-explication-section .highlights-block .column .col {
    float: left;
    width: 50%;
    padding: 0 60px 0 0;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-explication-section .highlights-block .column .col {
        float: none;
        width: 100%;
        padding: 0;
    }
}

@media (max-width:767px) {
    .careers-explication-section .highlights-block .column .col {
        float: none;
        width: 100%;
        padding: 0;
    }
}

.careers-explication-section .highlights-block .column li {
    color: #7d7d7d;
    font: 400 18px/36px "Work Sans", Arial, sans-serif;
    position: relative;
    padding: 0 0 63px 30px;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-explication-section .highlights-block .column li {
        padding: 0 0 27px 30px;
    }
}

@media (max-width:767px) {
    .careers-explication-section .highlights-block .column li {
        padding: 0 0 27px 30px;
    }
}

.careers-explication-section .highlights-block .column li:after {
    position: absolute;
    left: 0;
    top: 15px;
    width: 6px;
    height: 6px;
    background-color: #fddc3e;
    content: '';
}

.careers-explication-section .learn-block {
    padding: 0 10% 199px;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-explication-section .learn-block {
        padding: 0 20px 88px;
    }
}

@media (max-width:767px) {
    .careers-explication-section .learn-block {
        padding: 0 20px 88px;
    }
}

.careers-explication-section .learn-block .text {
    width: 75%;
    padding-bottom: 96px;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-explication-section .learn-block .text {
        width: 100%;
        padding-bottom: 0;
    }
}

@media (max-width:767px) {
    .careers-explication-section .learn-block .text {
        width: 100%;
        padding-bottom: 0;
    }
}

.careers-explication-section .learn-block h2 {
    font: 700 50px/66px "avalon", Arial, sans-serif;
    color: #191919;
    margin: 0 0 82px;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-explication-section .learn-block h2 {
        font-size: 40px;
        line-height: 45px;
        margin: 0 0 48px;
    }
}

@media (max-width:767px) {
    .careers-explication-section .learn-block h2 {
        font-size: 40px;
        line-height: 45px;
        margin: 0 0 48px;
    }
}

.careers-explication-section .learn-block h3 {
    font: 600 24px/43px "Work Sans", Arial, sans-serif;
    color: #191919;
    margin: 0 0 45px;
}

.careers-explication-section .learn-block p {
    font: 400 18px/43px "Work Sans", Arial, sans-serif;
    color: #191919;
    margin: 0;
}

.careers-explication-section .learn-block .chart {
    position: relative;
    width: 720px;
    margin: 0 auto;
}

@media (max-width:1024px) {
    .careers-explication-section .learn-block .chart {
        width: 271px;
    }
}

.careers-explication-section .learn-block .chart .img-hold .mob-ver {
    display: none;
}

@media (max-width:1024px) {
    .careers-explication-section .learn-block .chart .img-hold .mob-ver {
        display: block;
    }
}

@media (max-width:1024px) {
    .careers-explication-section .learn-block .chart .img-hold .desktop-ver {
        display: none;
    }
}

.careers-explication-section .learn-block .chart span {
    position: absolute;
    font: 600 24px/52px "Work Sans", Arial, sans-serif;
    color: #191919;
    background: #fff;
    box-shadow: 0 25px 24px rgba(0, 0, 0, 0.04);
    padding: 13px 40px;
    white-space: nowrap;
}

@media (max-width:1024px) {
    .careers-explication-section .learn-block .chart span {
        font-size: 20px;
        line-height: 28px;
        white-space: normal;
        text-align: center;
        padding: 12px 15px;
    }
}

.careers-explication-section .learn-block .chart .ad1 {
    right: -142px;
    top: 60px;
}

@media (max-width:1024px) {
    .careers-explication-section .learn-block .chart .ad1 {
        width: 201px;
        right: 4px;
        top: 42px;
    }
}

.careers-explication-section .learn-block .chart .ad2 {
    left: -69px;
    top: 100px;
}

@media (max-width:1024px) {
    .careers-explication-section .learn-block .chart .ad2 {
        width: 178px;
        left: -21px;
        top: 156px;
    }
}

.careers-explication-section .learn-block .chart .ad3 {
    left: 201px;
    top: 248px;
}

@media (max-width:1024px) {
    .careers-explication-section .learn-block .chart .ad3 {
        width: 207px;
        left: 19px;
        top: 285px;
    }
}

.careers-explication-section .learn-block .chart .ad4 {
    left: -67px;
    top: 385px;
}

@media (max-width:1024px) {
    .careers-explication-section .learn-block .chart .ad4 {
        width: 207px;
        right: -12px;
        left: auto;
        top: 399px;
    }
}

.careers-explication-section .learn-block .chart .ad5 {
    left: 407px;
    top: 481px;
}

@media (max-width:1024px) {
    .careers-explication-section .learn-block .chart .ad5 {
        width: 205px;
        left: -20px;
        top: 506px;
    }
}

.careers-explication-section .learn-block .chart .ad6 {
    bottom: -35px;
    left: 147px;
}

@media (max-width:1024px) {
    .careers-explication-section .learn-block .chart .ad6 {
        width: 207px;
        left: 51px;
        bottom: 19px;
    }
}

.careers-explication-section .creative-block {
    padding: 0 10% 136px;
    position: relative;
    font: 400 18px/36px "Work Sans", Arial, sans-serif;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-explication-section .creative-block {
        padding: 0 20px;
    }
}

@media (max-width:767px) {
    .careers-explication-section .creative-block {
        padding: 0 20px;
    }
}

.careers-explication-section .creative-block h2 {
    font: 700 50px/66px "avalon", Arial, sans-serif;
    color: #191919;
    padding: 0 0 137px;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-explication-section .creative-block h2 {
        font-size: 35px;
        line-height: 45px;
        padding: 0 0 54px;
    }
}

@media (max-width:767px) {
    .careers-explication-section .creative-block h2 {
        font-size: 35px;
        line-height: 45px;
        padding: 0 0 54px;
    }
}

.careers-explication-section .creative-block .txt {
    width: 50%;
    margin: 0 auto;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-explication-section .creative-block .txt {
        width: 100%;
    }
}

@media (max-width:767px) {
    .careers-explication-section .creative-block .txt {
        width: 100%;
    }
}

.careers-explication-section .creative-block p {
    margin-bottom: 36px;
}

.careers-explication-section .careers-bottom-block {
    background: #f4f5f7 url(../../../../themes/custom/adyax/images/bg-careers-bottom-block.png) no-repeat;
    position: relative;
    padding: 94px 0;
}

.careers-explication-section .careers-bottom-block:before,
.careers-explication-section .careers-bottom-block:after {
    content: " ";
    display: table;
}

.careers-explication-section .careers-bottom-block:after {
    clear: both;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-explication-section .careers-bottom-block {
        background: #f4f5f7 url(../../../../themes/custom/adyax/images/bg-careers-bottom-block_m.png) no-repeat;
        padding: 313px 20px 84px;
    }
}

@media (max-width:767px) {
    .careers-explication-section .careers-bottom-block {
        background: #f4f5f7 url(../../../../themes/custom/adyax/images/bg-careers-bottom-block_m.png) no-repeat;
        padding: 313px 20px 84px;
    }
}

.careers-explication-section .careers-bottom-block .txt {
    float: right;
    width: 50%;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-explication-section .careers-bottom-block .txt {
        float: none;
        width: 100%;
    }
    .careers-explication-section .careers-bottom-block .txt .btn-more {
        margin: 0;
        width: 100%;
        text-align: center;
    }
}

@media (max-width:767px) {
    .careers-explication-section .careers-bottom-block .txt {
        float: none;
        width: 100%;
    }
    .careers-explication-section .careers-bottom-block .txt .btn-more {
        margin: 0;
        width: 100%;
        text-align: center;
    }
}

.careers-explication-section .careers-bottom-block h2 {
    font: 700 50px/66px "avalon", Arial, sans-serif;
    color: #191919;
    margin-bottom: 43px;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-explication-section .careers-bottom-block h2 {
        font-size: 35px;
        line-height: 40px;
    }
}

@media (max-width:767px) {
    .careers-explication-section .careers-bottom-block h2 {
        font-size: 35px;
        line-height: 40px;
    }
}

.careers-listing {
    position: relative;
}

.careers-listing .section-title h2 {
    padding-top: 102px;
}

.careers-listing .section-title h2:after {
    height: 64px;
}

.careers-listing .intro-box {
    padding: 159px 10.1% 144px 10%;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-listing .intro-box {
        padding: 50px 19px 85px;
    }
}

@media (max-width:767px) {
    .careers-listing .intro-box {
        padding: 50px 19px 85px;
    }
}

.careers-listing .intro-box h1 {
    color: #191919;
    font-size: 50px;
    line-height: 72px;
    margin: 0 9% 25px 0;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-listing .intro-box h1 {
        font-size: 35px;
        line-height: 45px;
        margin: 0 0 64px;
    }
}

@media (max-width:767px) {
    .careers-listing .intro-box h1 {
        font-size: 35px;
        line-height: 45px;
        margin: 0 0 64px;
    }
}

.careers-listing .intro-box .btn-holder {
    padding: 0;
}

.careers-listing .intro-box .btn-holder:before,
.careers-listing .intro-box .btn-holder:after {
    content: " ";
    display: table;
}

.careers-listing .intro-box .btn-holder:after {
    clear: both;
}

.careers-listing .intro-box .btn-holder .btn-more {
    float: right;
    padding: 33px 43px 30px 153px;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-listing .intro-box .btn-holder .btn-more {
        float: none;
        padding: 33px 30px 30px;
        text-align: center;
        display: block;
        margin: 0;
    }
}

@media (max-width:767px) {
    .careers-listing .intro-box .btn-holder .btn-more {
        float: none;
        padding: 33px 30px 30px;
        text-align: center;
        display: block;
        margin: 0;
    }
}

.careers-listing .intro-box .btn-holder .btn-more:after {
    width: 70px;
    left: 47px;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-listing .intro-box .btn-holder .btn-more:after {
        display: none;
    }
}

@media (max-width:767px) {
    .careers-listing .intro-box .btn-holder .btn-more:after {
        display: none;
    }
}

.careers-listing .careers-list {
    position: relative;
    padding: 0 0 0 10%;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-listing .careers-list {
        padding: 0 0 0 7px;
    }
}

@media (max-width:767px) {
    .careers-listing .careers-list {
        padding: 0 0 0 7px;
    }
}

.careers-listing .careers-list:after {
    content: "";
    position: absolute;
    left: 0;
    top: 194px;
    width: 100%;
    height: 100%;
    background: #65bbdc;
    z-index: 1;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-listing .careers-list:after {
        top: 72px;
        width: auto;
        right: 13px;
        height: calc(100% - 20px);
    }
}

@media (max-width:767px) {
    .careers-listing .careers-list:after {
        top: 72px;
        width: auto;
        right: 13px;
        height: calc(100% - 20px);
    }
}

.careers-listing .careers-list .holder {
    width: 100%;
    position: relative;
    z-index: 2;
    background: #fff;
    box-shadow: 0 25px 54px rgba(0, 0, 0, 0.11);
    padding: 61px 145px 0 71px;
    margin-bottom: 194px;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-listing .careers-list .holder {
        margin-bottom: 97px;
        padding: 37px 52px 0 26px;
    }
}

@media (max-width:767px) {
    .careers-listing .careers-list .holder {
        margin-bottom: 97px;
        padding: 37px 52px 0 26px;
    }
}

.careers-listing .careers-list .section {
    padding: 0 0 65px;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-listing .careers-list .section {
        padding: 0 0 32px;
    }
}

@media (max-width:767px) {
    .careers-listing .careers-list .section {
        padding: 0 0 32px;
    }
}

.careers-listing .careers-list h2 {
    color: #191919;
    font-size: 50px;
    line-height: 72px;
    margin: 0 0 80px;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-listing .careers-list h2 {
        font-size: 35px;
        line-height: 40px;
        margin: 0 0 48px;
    }
}

@media (max-width:767px) {
    .careers-listing .careers-list h2 {
        font-size: 35px;
        line-height: 40px;
        margin: 0 0 48px;
    }
}

.careers-listing .careers-list h2 .sub-ttl:after {
    width: 8px;
    height: 8px;
    margin-left: 0;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-listing .careers-list h2 .sub-ttl:after {
        width: 6px;
        height: 6px;
    }
}

@media (max-width:767px) {
    .careers-listing .careers-list h2 .sub-ttl:after {
        width: 6px;
        height: 6px;
    }
}

.careers-listing .careers-list ul {
    margin: 0;
}

.careers-listing .careers-list ul:before,
.careers-listing .careers-list ul:after {
    content: " ";
    display: table;
}

.careers-listing .careers-list ul:after {
    clear: both;
}

.careers-listing .careers-list li {
    padding: 0 0 49px;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-listing .careers-list li {
        padding: 0 0 43px;
    }
}

@media (max-width:767px) {
    .careers-listing .careers-list li {
        padding: 0 0 43px;
    }
}

.careers-listing .careers-list .ttl {
    display: inline-block;
    vertical-align: middle;
    width: 62.69%;
    color: #191919;
    font-size: 25px;
    font-weight: 600;
    line-height: 52px;
    padding-right: 10px;
}

@media (max-width:1024px) {
    .careers-listing .careers-list .ttl {
        display: block;
        width: 100%;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .careers-listing .careers-list .ttl {
        display: block;
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        padding: 0 10px 5px 0;
    }
}

@media (max-width:767px) {
    .careers-listing .careers-list .ttl {
        font-size: 16px;
        line-height: 24px;
        padding: 0 10px 5px 0;
    }
}

.careers-listing .careers-list .location {
    display: inline-block;
    vertical-align: middle;
    width: 31.34%;
    margin-top: -4px;
    padding-right: 10px;
}

@media (max-width:1024px) {
    .careers-listing .careers-list .location {
        width: 93%;
        padding-right: 10px;
    }
}

.careers-listing .careers-list .location .ico {
    display: inline-block;
    vertical-align: middle;
    fill: #7d7d7d;
    width: 19px;
    height: 25px;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-listing .careers-list .location .ico {
        width: 15px;
        height: 20px;
    }
}

@media (max-width:767px) {
    .careers-listing .careers-list .location .ico {
        width: 15px;
        height: 20px;
    }
}

.careers-listing .careers-list .location .txt {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 21px;
    color: #7d7d7d;
    font-size: 18px;
    line-height: 25px;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-listing .careers-list .location .txt {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 0 17px;
    }
}

@media (max-width:767px) {
    .careers-listing .careers-list .location .txt {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 0 17px;
    }
}

.careers-listing .careers-list .icon-arrow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 13px;
    height: 21px;
    fill: #4d4d4d;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-listing .careers-list .icon-arrow {
        width: 11px;
        height: 17px;
    }
}

@media (max-width:767px) {
    .careers-listing .careers-list .icon-arrow {
        width: 11px;
        height: 17px;
    }
}

.careers-listing .propos-block {
    padding: 129px 10% 20px;
}

@media (min-width:769px) and (max-width:850px) {
    .careers-listing .propos-block {
        padding: 0 40px 20px 5px;
    }
}

@media (max-width:767px) {
    .careers-listing .propos-block {
        padding: 0 40px 20px 5px;
    }
}

.case-studie {}

.case-studie .mob-ver {
    display: none;
}

@media (min-width:769px) and (max-width:850px) {
    .case-studie .desktop-ver {
        display: none;
    }
    .case-studie .mob-ver {
        display: block;
    }
}

@media (max-width:767px) {
    .case-studie .desktop-ver {
        display: none;
    }
    .case-studie .mob-ver {
        display: block;
    }
}

.case-studie .next-case .visual:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
}

.case-studie-brown .visual-section .content-block {
    background: #251e17;
}

.case-studie-brown .visual-section .content-block .solutions {
    border-color: #524133;
}

.case-studie-brown .case-studie-slider .slider .wrapp {
    background: #d99723;
}

.case-studie-brown .case-studie-slider .slider.slick-active .wrapp {
    background: #d99723;
}

.case-studie-dark-blue .visual-section .content-block {
    background: #133c5f;
}

.case-studie-dark-blue .visual-section .content-block .solutions {
    border-color: #144d7f;
}

.case-studie-dark-blue .case-studie-slider .slider .wrapp {
    background: #030305;
}

.case-studie-dark-blue .case-studie-slider .slider.slick-active .wrapp {
    background: #030305;
}

.case-studie-black .visual-section .content-block {
    background: #08131e;
}

.case-studie-black .visual-section .content-block .solutions {
    border-color: #222e3a;
}

.case-studie-black .case-studie-slider .slider .wrapp {
    background: #030305;
}

.case-studie-black .case-studie-slider .slider.slick-active .wrapp {
    background: #030305;
}

.case-studie-blue .visual-section .content-block {
    background: #2c84df;
}

.case-studie-blue .visual-section .content-block .solutions {
    border-color: #68b3ff;
}

.case-studie-blue .case-studie-slider .slider .wrapp {
    background: #1875d2;
}

.case-studie-blue .case-studie-slider .slider.slick-active .wrapp {
    background: #1875d2;
}

.case-studie-orange .visual-section .content-block {
    background: #f28e46;
}

.case-studie-orange .visual-section .content-block .solutions {
    background: #f38d3d;
    border-color: #ffb57a;
}

.case-studie-scarlet .visual-section .content-block {
    background: #d82745;
}

.case-studie-scarlet .visual-section .content-block .solutions {
    border-color: #ff778e;
}

.case-studies-landing {
    overflow: hidden;
    height: 100vh;
    position: relative;
}

.case-studies-landing .animated-line-block {
    z-index: -1;
}

.case-studies-landing .landing-block {
    overflow: auto;
    height: 100%;
    margin: 0 -17px 0 0;
    text-align: center;
    z-index: 10;
}

@media (max-width:1024px) {
    .case-studies-landing .landing-block {
        margin: 0;
    }
}

.case-studies-landing .section-bg {
    padding: 0 6%;
}

@media (max-width:1024px) {
    .case-studies-landing .section-bg {
        font-size: 200px;
        line-height: 189px;
        padding: 0;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .case-studies-landing .section-bg {
        display: none;
    }
}

@media (max-width:767px) {
    .case-studies-landing .section-bg {
        display: none;
    }
}

.no-touchevents .list-of-case-studies li a:hover {
    color: #fff;
}

.no-touchevents .list-of-case-studies li a:hover .img-block {}

.no-touchevents .black-header .logo-mobile {
    fill: #000;
}

.list-of-case-studies {
    color: #191919;
    font: 700 70px/140px "avalon", Arial, sans-serif;
    margin: 93px 0 42vh;
}

@media (min-width:769px) and (max-width:850px) {
    .list-of-case-studies {
        font-size: 30px;
        line-height: 56px;
        padding: 0 20px;
        text-align: left;
    }
}

@media (max-width:767px) {
    .list-of-case-studies {
        font-size: 30px;
        line-height: 56px;
        padding: 0 20px;
        text-align: left;
    }
}

.list-of-case-studies li {}

.list-of-case-studies li a {
    color: #191919;
}

.list-of-case-studies .img-block {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.list-of-case-studies .img-block:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
}

.white-header .list-of-case-studies li a {
    color: rgba(255, 255, 255, 0.5);
}

.quick-section.case-studies-block {
    background: #f7f9fb;
}

.quick-section.case-studies-block .section {
    padding-top: 46px;
    padding-bottom: 46px;
}

@media (min-width:769px) and (max-width:850px) {
    .quick-section.case-studies-block .section {
        padding-top: 9px;
        padding-bottom: 46px;
    }
}

@media (max-width:767px) {
    .quick-section.case-studies-block .section {
        padding-top: 9px;
        padding-bottom: 46px;
    }
}

.quick-section.case-studies-block .img-block {
    float: left;
    width: 45%;
    position: relative;
}

@media (max-width:1024px) {
    .quick-section.case-studies-block .img-block {
        width: 100%;
        float: none;
        top: 0 !important;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .quick-section.case-studies-block .img-block {
        float: none;
        top: 0 !important;
        width: auto;
        margin: 0 -6px 0 -20px;
    }
}

@media (max-width:767px) {
    .quick-section.case-studies-block .img-block {
        width: auto;
        margin: 0 -6px 0 -20px;
    }
}

.quick-section.case-studies-block .content-part {
    float: right;
    width: 50%;
    padding: 66px 0;
}

@media (max-width:1024px) {
    .quick-section.case-studies-block .content-part {
        width: 100%;
        float: none;
        padding: 53px 0 0;
        text-align: center;
    }
}

.quick-section.case-studies-block .content-part h2 .sub-ttl br {
    display: none;
}

@media (min-width:769px) and (max-width:850px) {
    .quick-section.case-studies-block .content-part h2 .sub-ttl br {
        display: inline;
    }
}

@media (max-width:767px) {
    .quick-section.case-studies-block .content-part h2 .sub-ttl br {
        display: inline;
    }
}

.visual-section .visual-block {
    position: relative;
}

.visual-section .visual-block .ttl {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    text-align: center;
    padding-top: 92px;
}

@media (min-width:769px) and (max-width:850px) {
    .visual-section .visual-block .ttl {
        padding-top: 114px;
    }
}

@media (max-width:767px) {
    .visual-section .visual-block .ttl {
        padding-top: 114px;
    }
}

.visual-section .visual-block .ttl:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 64px;
    background: #fff;
    opacity: 0.3;
}

@media (min-width:769px) and (max-width:850px) {
    .visual-section .visual-block .ttl:after {
        height: 71px;
    }
}

@media (max-width:767px) {
    .visual-section .visual-block .ttl:after {
        height: 71px;
    }
}

.visual-section .visual-block .ttl span {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 6px;
    line-height: 14px;
}

.visual-section .img-holder img {
    width: 100%;
}

.visual-section .data {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 90px 12.2%;
}

@media (min-width:769px) and (max-width:850px) {
    .visual-section .data {
        padding: 41px 19px;
    }
}

@media (max-width:767px) {
    .visual-section .data {
        padding: 41px 19px;
    }
}

.visual-section .data h1 {
    margin: 0;
    line-height: 72px;
    color: #fff;
}

@media (min-width:769px) and (max-width:850px) {
    .visual-section .data h1 {
        font-size: 40px;
        line-height: 50px;
        opacity: 0.95;
        letter-spacing: 0.35px;
    }
}

@media (max-width:767px) {
    .visual-section .data h1 {
        font-size: 40px;
        line-height: 50px;
        opacity: 0.95;
        letter-spacing: 0.35px;
    }
}

.visual-section .content-block {
    background: #252525;
    color: #fff;
    padding: 88px 12.5% 171px;
}

.visual-section .content-block:before,
.visual-section .content-block:after {
    content: " ";
    display: table;
}

.visual-section .content-block:after {
    clear: both;
}

@media (min-width:769px) and (max-width:850px) {
    .visual-section .content-block {
        padding: 41px 19px 104px;
    }
}

@media (max-width:767px) {
    .visual-section .content-block {
        padding: 41px 19px 104px;
    }
}

.visual-section .content-block .ttl {
    float: left;
    width: 64.9%;
}

@media (max-width:1024px) {
    .visual-section .content-block .ttl {
        width: 100%;
        float: none;
    }
}

.visual-section .content-block .ttl h2 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    line-height: 52px;
}

@media (min-width:769px) and (max-width:850px) {
    .visual-section .content-block .ttl h2 {
        font-size: 24px;
        line-height: 36px;
    }
}

@media (max-width:767px) {
    .visual-section .content-block .ttl h2 {
        font-size: 24px;
        line-height: 36px;
    }
}

.visual-section .content-block .solutions {
    float: right;
    width: 269px;
    border: 1px solid #515151;
    padding: 37px 17px 26px 20px;
    margin-top: 10px;
}

@media (max-width:1024px) {
    .visual-section .content-block .solutions {
        float: none;
        width: 100%;
        margin-top: 57px;
    }
}

.visual-section .content-block .solutions .title {
    display: block;
    opacity: 0.5;
    color: #e1e1e1;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    letter-spacing: 6px;
    padding: 0 20px 37px;
}

.visual-section .content-block .solutions ul {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
}

.visual-section .content-block .solutions ul li {
    padding: 0 0 21px 20px;
    position: relative;
}

.visual-section .content-block .solutions ul li:after {
    content: "";
    position: absolute;
    left: -1px;
    top: 12px;
    width: 6px;
    height: 6px;
    background: #fddc3e;
}

.visual-section .logo-box {
    width: 75.14%;
    height: 138px;
    background: #fff;
    box-shadow: 0 25px 24px rgba(0, 0, 0, 0.04);
    margin: -69px auto;
    position: relative;
    z-index: 2;
}

@media (min-width:769px) and (max-width:850px) {
    .visual-section .logo-box {
        width: 87.5%;
        height: auto;
        min-height: 84px;
        margin: -45px auto;
        box-shadow: none;
    }
    .visual-section .logo-box:after {
        content: "";
        position: absolute;
        left: -6.25%;
        top: 45px;
        right: -6.25%;
        bottom: 0;
        background: #f3f3f3;
        z-index: -1;
    }
}

@media (max-width:767px) {
    .visual-section .logo-box {
        width: 87.5%;
        height: auto;
        min-height: 84px;
        margin: -45px auto;
        box-shadow: none;
    }
    .visual-section .logo-box:after {
        content: "";
        position: absolute;
        left: -6.25%;
        top: 45px;
        right: -6.25%;
        bottom: 0;
        background: #f3f3f3;
        z-index: -1;
    }
}

.visual-section .logo-box ul {
    margin: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

@media (min-width:769px) and (max-width:850px) {
    .visual-section .logo-box ul {
        display: block;
        padding: 24px 47px;
        background: #fff;
        box-shadow: 0 25px 24px rgba(0, 0, 0, 0.04);
    }
}

@media (max-width:767px) {
    .visual-section .logo-box ul {
        display: block;
        padding: 24px 47px;
        background: #fff;
        box-shadow: 0 25px 24px rgba(0, 0, 0, 0.04);
    }
}

.visual-section .logo-box ul li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

@media (min-width:769px) and (max-width:850px) {
    .visual-section .logo-box ul li {
        display: block;
        padding-top: 40px;
    }
    .visual-section .logo-box ul li:first-child {
        padding: 0;
    }
}

@media (max-width:767px) {
    .visual-section .logo-box ul li {
        display: block;
        padding-top: 40px;
    }
    .visual-section .logo-box ul li:first-child {
        padding: 0;
    }
}

.visual-section .benefits {
    background: #f3f3f3;
    padding: 154px 12.5% 47px;
    min-height: 575px;
}

@media (min-width:769px) and (max-width:850px) {
    .visual-section .benefits {
        padding: 112px 20px 40px;
        min-height: 0;
    }
}

@media (max-width:767px) {
    .visual-section .benefits {
        padding: 112px 20px 40px;
        min-height: 0;
    }
}

.visual-section .benefits .title {
    display: block;
    opacity: 0.5;
    color: #030305;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    letter-spacing: 6px;
    padding: 0 0 60px;
}

@media (min-width:769px) and (max-width:850px) {
    .visual-section .benefits .title {
        padding: 0 0 50px;
    }
}

@media (max-width:767px) {
    .visual-section .benefits .title {
        padding: 0 0 50px;
    }
}

.visual-section .benefits .cols {
    width: 100%;
    text-align: justify;
    font-size: 0;
    line-height: 0;
    text-justify: newspaper;
}

.visual-section .benefits .cols:before,
.visual-section .benefits .cols:after {
    content: " ";
    display: table;
}

.visual-section .benefits .cols:after {
    clear: both;
}

.visual-section .benefits .cols:after {
    content: "";
    display: inline-block;
    width: 100%;
    overflow: hidden;
    height: 0;
    visibility: hidden;
}

.visual-section .benefits .cols .col {
    display: inline-block;
    vertical-align: top;
    color: #030305;
    font-size: 18px;
    line-height: 30px;
    max-width: 33%;
    text-align: left;
}

@media (min-width:769px) and (max-width:850px) {
    .visual-section .benefits .cols .col {
        display: block;
        max-width: 100%;
    }
}

@media (max-width:767px) {
    .visual-section .benefits .cols .col {
        display: block;
        max-width: 100%;
    }
}

.visual-section .benefits .cols ul {
    margin: 0;
    padding: 0 5px 0 0;
}

.visual-section .benefits .cols ul li {
    position: relative;
    padding: 0 0 30px 48px;
}

.visual-section .benefits .cols ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    background-image: url(../../../../themes/custom/adyax/images/spritesheet776a.png?1502707503095=);
    background-position: -64px -76px;
    width: 18px;
    height: 14px;
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .visual-section .benefits .cols ul li:after {
        background-image: url(../../../../themes/custom/adyax/images/spritesheet%402x776a.png?1502707503095=);
        background-size: 151px 98px;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .clients-block .section {
        padding-top: 50px !important;
        padding-bottom: 72px !important;
    }
}

@media (max-width:767px) {
    .clients-block .section {
        padding-top: 50px !important;
        padding-bottom: 72px !important;
    }
}

.clients-block .sub-ttl {
    display: inline-block;
}

@media (min-width:769px) and (max-width:850px) {
    .clients-block h2 {
        margin: 0 -20px;
    }
}

@media (max-width:767px) {
    .clients-block h2 {
        margin: 0 -20px;
    }
}

.list-of-brands {
    font-size: 0;
    line-height: 0;
    margin: 0 0 40px;
    max-width: 830px;
    text-align: justify;
    text-justify: newspaper;
    font-size: 0;
    line-height: 0;
}

.list-of-brands:after {
    content: "";
    display: inline-block;
    overflow: hidden;
    height: 0;
    font-size: 0;
    line-height: 0;
    width: 100%;
}

@media (min-width:769px) and (max-width:850px) {
    .list-of-brands {
        margin: 0 -20px 40px;
    }
}

@media (max-width:767px) {
    .list-of-brands {
        margin: 0 -20px 40px;
    }
}

.list-of-brands li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 24px 0 0;
    width: 114px;
    height: 100px;
}

@media (min-width:769px) and (max-width:850px) {
    .list-of-brands li {
        margin: 0 3px;
        width: 100px;
        animation-delay: 0s !important;
    }
}

@media (max-width:767px) {
    .list-of-brands li {
        margin: 0 3px;
        width: 100px;
        animation-delay: 0s !important;
    }
}

.list-of-brands li a {
    display: inline-block;
    overflow: hidden;
}

.contact-holder {
    height: 100vh;
    background: #000;
    position: relative;
}

@media (max-width:480px) {
    .contact-holder {
        height: auto !important;
        padding: 77px 0 0;
    }
}

.contact-holder.left-hovered .paris-block {
    width: 64%;
}

.contact-holder.left-hovered .newyork-block {
    width: 36%;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.contact-holder.left-hovered .left-bg-block {
    width: 100%;
}

.contact-holder.left-hovered .right-bg-block {
    width: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.contact-holder.right-hovered .newyork-block {
    width: 64%;
}

.contact-holder.right-hovered .paris-block {
    width: 36%;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.contact-holder.right-hovered .right-bg-block {
    width: 100%;
}

.contact-holder.right-hovered .left-bg-block {
    width: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.contact-block {
    color: #fff;
    height: 100%;
    float: left;
    width: 50%;
    padding: 0 2%;
    text-align: center;
    position: relative;
    z-index: 6;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

@media (max-width:959px) {
    .contact-block {
        width: 100% !important;
        height: 100vh !important;
    }
}

@media (max-width:736px) {
    .contact-block {
        height: auto !important;
        padding: 100px 2%;
    }
}

@media (max-width:480px) {
    .contact-block {
        padding: 80px 2%;
    }
}

.contact-block .place-icon {
    width: 47px;
    height: 47px;
    margin: 0 auto 60px;
}

.contact-block .place-icon svg {
    fill: #fff;
}

@media (min-width:769px) and (max-width:850px) {
    .contact-block .place-icon {
        margin-bottom: 40px;
    }
}

@media (max-width:767px) {
    .contact-block .place-icon {
        margin-bottom: 40px;
    }
}

.contact-block address {
    display: block;
    margin: 0;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 1.4px;
    font-weight: 500;
    text-transform: uppercase;
}

.contact-block address span {
    display: block;
}

.contact-block .place-name {
    font-family: Avalon;
    font-size: 45px;
    font-weight: 700;
    line-height: 40px;
    text-transform: none;
    margin-bottom: 20px;
    letter-spacing: 0;
}

.contact-block .place-name:after {
    content: ".";
    display: inline;
    color: #d51c61;
} 

@media (max-width:1024px) {
    .contact-block .place-name {
        font-size: 50px;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .contact-block .place-name {
        font-size: 50px;
        margin-bottom: 30px;
    }
}

@media (max-width:767px) {
    .contact-block .place-name {
        margin-bottom: 30px;
        font-size: 33px;  
    }  
}

.contact-block .current-time {
    color: #fddc3e;
    margin-bottom: 40px;
}

@media (min-width:769px) and (max-width:850px) {
    .contact-block .current-time {
        margin-bottom: 30px;
    }
}

@media (max-width:767px) {
    .contact-block .current-time {
        margin-bottom: 30px;
    }
}

.contact-block .address {
    margin-bottom: 10px;
    opacity: 0.9;
    filter: alpha(opacity=90); 
}

@media (min-width:769px) and (max-width:850px) {
    .contact-block .address {
        margin-bottom: 30px;
    }
}

@media (max-width:767px) {
    .contact-block .address {
        margin-bottom: 30px;  
        /*! color: #000000; */
    }
}

.contact-block .phone {
    opacity: 0.9;
    filter: alpha(opacity=90);
    font-size: 14px;
    margin-bottom: 46px;
}

@media (min-width:769px) and (max-width:850px) {
    .contact-block .phone {
        margin-bottom: 30px;
    }
}

@media (max-width:767px) {
    .contact-block .phone {
        margin-bottom: 30px;
        /*! color: #000000; */
    }  
}

@media (max-width:959px) {
    .contact-block.paris-block {
        background: url(../../../../images/cnt.jpg) no-repeat 0 50%;
        background-size: cover;
    }
}

@media (max-width:959px) {
    .contact-block.newyork-block {
        background: url(../../../../themes/custom/adyax/images/bg-newyork-block.png) no-repeat 50% 50%;
        background-size: cover;
    }
}

.contact-bg-block {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    font-size: 0;
    line-height: 0;
}

@media (max-width:959px) {
    .contact-bg-block {
        display: none;
    }
}

.contact-bg-block div {
    height: 100%;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.contact-bg-block .left-bg-block {
    background: url(../../../../images/cnt.jpg) no-repeat 0 50%;
    background-size: cover;
}

.contact-bg-block .right-bg-block {
    background: url(../../../../themes/custom/adyax/images/bg-newyork-block-big.png) no-repeat 50% 50%;
    background-size: cover;
}

@media (min-width:769px) and (max-width:850px) {
    .contact-page .main-header {
        background: #030305;
    }
    .contact-page .main-header .logo-mobile svg {
        fill: #fff !important;
    }
    .contact-page .main-header .main-menu .btn-menu .line {
        background: #fff;
    }
}

@media (max-width:767px) {
    .contact-page .main-header {
        background: #030305;
    }
    .contact-page .main-header .logo-mobile svg {
        fill: #fff !important;
    }
    .contact-page .main-header .main-menu .btn-menu .line {
        background: #fff;
    }
}

.errors-block {
    text-align: center;
    position: relative;
    z-index: 2;
}

.errors-content {
    margin: 120px 20px 345px;
    position: relative;
}

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

.errors-content:after {
    clear: both;
}

@media (min-width:769px) and (max-width:850px) {
    .errors-content {
        margin: 43px 20px 82px;
    }
    .errors-content:before {
        content: "";
        display: block;
        vertical-align: top;
        margin: 0 20px 53px;
        height: 1px;
        background: #ececec;
    }
}

@media (max-width:767px) {
    .errors-content {
        margin: 43px 20px 82px;
    }
    .errors-content:before {
        content: "";
        display: block;
        vertical-align: top;
        margin: 0 20px 53px;
        height: 1px;
        background: #ececec;
    }
}

.errors-content .data-box {
    float: left;
    text-align: left;
    margin: 120px -102px 0 14.51%;
    max-width: 500px;
}

@media (min-width:1280px) {
    .errors-content .data-box {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}

@media (max-width:1024px) {
    .errors-content .data-box {
        margin: 120px 0 0;
        text-align: center;
        float: none;
        display: block;
        max-width: 100%;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .errors-content .data-box {
        margin: 18px 0 46px;
    }
}

@media (max-width:767px) {
    .errors-content .data-box {
        margin: 18px 0 46px;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .errors-content .data-box .btn-holder {
        position: absolute;
        left: 0;
        bottom: 16px;
        width: 100%;
    }
}

@media (max-width:767px) {
    .errors-content .data-box .btn-holder {
        position: absolute;
        left: 0;
        bottom: 16px;
        width: 100%;
    }
}

.errors-content .img-box {
    float: left;
    margin: 32px 0.55% -157px 0;
    max-width: 785px;
}

@media (min-width:1280px) {
    .errors-content .img-box {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}

@media (max-width:1024px) {
    .errors-content .img-box {
        margin: 32px 0 -157px;
        float: none;
        display: block;
        max-width: 100%;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .errors-content .img-box {
        margin: 0 0 96px;
    }
}

@media (max-width:767px) {
    .errors-content .img-box {
        margin: 0 0 96px;
    }
}

.errors-content .img-holder {
    display: block;
    margin: 0 auto;
}

.errors-content .ttl {
    display: block;
    color: #050505;
    font: 700 120px/120px "avalon", Arial, sans-serif;
    padding: 0 0 22px;
}

@media (min-width:769px) and (max-width:850px) {
    .errors-content .ttl {
        font-size: 80px;
        line-height: 80px;
        padding: 0;
    }
}

@media (max-width:767px) {
    .errors-content .ttl {
        font-size: 80px;
        line-height: 80px;
        padding: 0;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .errors-content .ttl + .title {
        margin: -1px -20px 46px;
    }
}

@media (max-width:767px) {
    .errors-content .ttl + .title {
        margin: -1px -20px 46px;
    }
}

.errors-content .title {
    margin: -18px 0 48px;
}

@media (min-width:769px) and (max-width:850px) {
    .errors-content .title {
        margin: 18px 0 46px;
    }
}

@media (max-width:767px) {
    .errors-content .title {
        margin: 18px 0 46px;
    }
}

.errors-content .title h2 {
    font-size: 50px;
    line-height: 72px;
}

@media (min-width:769px) and (max-width:850px) {
    .errors-content .title h2 {
        font-size: 35px;
        line-height: 40px;
    }
}

@media (max-width:767px) {
    .errors-content .title h2 {
        font-size: 35px;
        line-height: 40px;
    }
}

.errors-content .btn-holder .btn-more {
    padding: 33px 118px 30px 155px;
}

@media (min-width:769px) and (max-width:850px) {
    .errors-content .btn-holder .btn-more {
        padding: 26px 29px 25px 100px;
    }
}

@media (max-width:767px) {
    .errors-content .btn-holder .btn-more {
        padding: 26px 29px 25px 100px;
    }
}

.errors-content .btn-holder .btn-more:after {
    width: 70px;
}

@media (min-width:769px) and (max-width:850px) {
    .errors-content .btn-holder .btn-more:after {
        width: 38px;
        left: 50px;
    }
}

@media (max-width:767px) {
    .errors-content .btn-holder .btn-more:after {
        width: 38px;
        left: 50px;
    }
}

.error-page {
    height: 100%;
}

.error-page .wrapper {
    min-height: 100%;
}

.error-page .page {
    position: static;
}

.error-page .block-services-content {
    position: relative;
    z-index: 2;
}

.error-page .block-services-content .ttl {
    padding: 0 40px 64px;
}

.error-page .block-services-content .next-case .visual {
    padding: 0 10%;
}

@media (max-width:1024px) {
    .error-page .block-services-content .next-case .visual {
        padding: 0 10%;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .error-page .block-services-content .next-case .visual {
        padding: 0;
    }
}

@media (max-width:767px) {
    .error-page .block-services-content .next-case .visual {
        padding: 0;
    }
}

.error-page .block-services-content .next-case .visual:after {
    bottom: -82px;
}

@media (max-width:1024px) {
    .error-page .block-services-content .next-case .visual:after {
        display: none;
    }
}

.error-page .block-services-content .next-case .link-holder {
    background: #fddc3e;
    padding: 70px 10% 131px;
    margin-top: 82px;
}

@media (max-width:1024px) {
    .error-page .block-services-content .next-case .link-holder {
        padding: 72px 20px 131px;
        margin-top: 61px;
    }
}

.error-page .block-services-content .next-case .link-holder:after {
    background: rgba(255, 255, 255, 0.5);
}

@media (max-width:1024px) {
    .error-page .block-services-content .next-case .link-holder:after {
        display: none;
    }
}

.error-page .block-services-content .next-case .table-wrapp .slick-dots {
    bottom: -72px;
    padding: 0 85px;
}

.error-page .block-services-content .next-case .table-wrapp .slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0 10px;
}

.error-page .block-services-content .next-case .table-wrapp .slick-dots li button {
    width: 9px;
    height: 9px;
    padding: 0;
    background: #dfc42d;
    border: none;
    border-radius: 0;
}

.error-page .block-services-content .next-case .table-wrapp .slick-dots li button:before {
    display: none;
}

.error-page .block-services-content .next-case .table-wrapp .slick-dots li button:hover,
.error-page .block-services-content .next-case .table-wrapp .slick-dots li button:focus {
    background: #fff;
}

.error-page .block-services-content .next-case .table-wrapp .slick-dots li.slick-active button {
    background: #fff;
}

.error-page .block-services-content .next-case .table-wrapp .btn-prev,
.error-page .block-services-content .next-case .table-wrapp .btn-next {
    display: block !important;
}

.fixedsticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
}

.fixedsticky-withoutfixedfixed .fixedsticky-off,
.fixed-supported .fixedsticky-off {
    position: static;
}

.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
    position: fixed;
}

.fixedsticky-dummy {
    display: none;
}

.fixedsticky-on + .fixedsticky-dummy {
    display: block;
}

.hello-block {
    background: #000;
    overflow: hidden;
    height: 100vh;
    text-align: center;
    padding: 5%;
    position: relative;
}

@media (min-width:769px) and (max-width:850px) {
    .hello-block {
        height: auto;
        padding: 92px 20px 108px;
    }
    .hello-block .w1,
    .hello-block .w2 {
        display: block;
    }
}

@media (max-width:767px) {
    .hello-block {
        height: auto;
        padding: 92px 20px 108px;
    }
    .hello-block .w1,
    .hello-block .w2 {
        display: block;
    }
}

.hello-block .hello-visual {
    position: absolute;
    left: -5%;
    top: -5%;
    right: -5%;
    bottom: -5%;
    background: url(../../../../themes/custom/adyax/images/bg-hello-block.jpg) no-repeat 50% 50%;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out 1s;
    -o-transition: all 1s ease-in-out 1s;
    transition: all 1s ease-in-out 1s;
}

.hello-block .hello-visual.scrolling {
    transition: none;
}

.hello-block .animated-line-block .line {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.hello-block .animated-line-block .line:nth-child(3) {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0 ease-in-out;
    -o-transition: all 0 ease-in-out;
    transition: all 0 ease-in-out;
}

.hello-block h1 {
    color: #fff;
}

@media (min-width:769px) and (max-width:850px) {
    .hello-block h1 {
        letter-spacing: 0.27px;
    }
}

@media (max-width:767px) {
    .hello-block h1 {
        letter-spacing: 0.27px;
    }
}

.hello-block .sub-ttl {
    display: block;
}

.hello-block .scroll-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 74px;
    text-align: center;
}

@media (min-width:769px) and (max-width:850px) {
    .hello-block .scroll-bottom {
        bottom: 21px;
    }
}

@media (max-width:1024px) {
    .hello-block .scroll-bottom {
        bottom: 21px;
    }
}

.hello-block .scroll-bottom .line-scroll-down-container {
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 40px;
    margin-left: -1px;
    overflow: hidden;
}

.hello-block .scroll-bottom .line-scroll-down-container .line-scroll-down {
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 2px;
    background: #fddc3e;
    -webkit-animation: 1.3s move infinite ease-in;
    -o-animation: 1.3s move infinite ease-in;
    animation: 1.3s move infinite ease-in;
}

.hello-block .scroll-bottom .btn-scroll {
    padding: 74px 24px 0;
    position: relative;
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: transform 0.5s ease-in-out 3.5s, opacity 2s ease-in-out 3.5s;
    -o-transition: transform 0.5s ease-in-out 3.5s, opacity 2s ease-in-out 3.5s;
    transition: transform 0.5s ease-in-out 3.5s, opacity 2s ease-in-out 3.5s;
    -webkit-transition: -webkit-transform 0.5s ease-in-out 3.5s, opacity 2s ease-in-out 3.5s;
}

.hello-block .scroll-bottom .btn-scroll span {
    display: block;
}

.list-animate {
    position: relative;
    overflow: hidden;
}

.list-info {
    margin: 0;
    padding: 56px 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    font-weight: 600;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: transform 0.5s ease-in-out 3s, opacity 2s ease-in-out 3s;
    -o-transition: transform 0.5s ease-in-out 3s, opacity 2s ease-in-out 3s;
    transition: transform 0.5s ease-in-out 3s, opacity 2s ease-in-out 3s;
    -webkit-transition: -webkit-transform 0.5s ease-in-out 3s, opacity 2s ease-in-out 3s;
}

@media (min-width:769px) and (max-width:850px) {
    .list-info {
        padding: 34px 0 6px;
    }
}

@media (max-width:767px) {
    .list-info {
        padding: 34px 0 6px;
    }
}

.list-info li {
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    width: 24%;
    text-align: center;
}

@media (max-width:1024px) {
    .list-info li {
        display: block;
        width: auto;
        padding: 0 0 31px;
    }
}

.animate-title {
    position: relative;
    overflow: hidden;
    margin: 0 5%;
}

@media (min-width:769px) and (max-width:850px) {
    .animate-title {
        margin: 0;
    }
}

@media (max-width:767px) {
    .animate-title {
        margin: 0;
    }
}

.animate-title .animated-letter {
    position: relative;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
    opacity: 0;
    -webkit-transition: transform 0.5s ease-in-out 2s, opacity 2s ease-in-out 2s;
    -o-transition: transform 0.5s ease-in-out 2s, opacity 2s ease-in-out 2s;
    transition: transform 0.5s ease-in-out 2s, opacity 2s ease-in-out 2s;
    -webkit-transition: -webkit-transform 0.5s ease-in-out 2s, opacity 2s ease-in-out 2s;
}

#page-preloader {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 100500;
    height: 100%;
}

#page-preloader .spinner {
    display: inline-block;
    vertical-align: top;
    height: 0;
    width: 2px;
    background: #eae396;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1px;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.front .main-header .container,
.front .controls-quick-access {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.preload-finished .main-header .container,
.preload-finished .controls-quick-access {
    opacity: 1;
}

.preload-finished .animated-line-block .line {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.preload-finished .hello-visual {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

.preload-finished .animated-letter,
.preload-finished .list-info,
.preload-finished .scroll-bottom .btn-scroll {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.preload-finished .services-list li a {
    overflow: hidden;
}

.preload-finished .services-list li a:after {
    width: 100%;
}

.promo-information {
    background: #a8dbdc;
    margin: 140px 0 0;
    padding-bottom: 64px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-information {
        padding-bottom: 46px;
        margin: 172px 0 0;
    }
}

@media (max-width:767px) {
    .promo-information {
        padding-bottom: 46px;
        margin: 172px 0 0;
    }
}

.promo-information:before,
.promo-information:after {
    content: " ";
    display: table;
}

.promo-information:after {
    clear: both;
}

.promo-information .promo-container {
    padding: 0 180px;
}

@media (max-width:1024px) {
    .promo-information .promo-container {
        padding: 0 20px;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .promo-information .promo-container {
        padding: 0 20px;
    }
}

.promo-information .top-box {
    background: #fff;
    box-shadow: 0 19px 36px rgba(0, 0, 0, 0.16);
    height: 131px;
    margin: -65px 0 84px;
    text-align: center;
}

@media (max-width:767px) {
    .promo-information .top-box {
        height: 224px;
        margin: -89px 0 52px;
    }
}

.promo-information .top-box .holder {
    display: table;
    width: 100%;
    height: 100%;
}

.promo-information .top-box .data {
    display: table-cell;
    vertical-align: middle;
    padding: 0 35px;
}

.promo-information .top-box h2 {
    margin: 0;
    color: #030305;
    font: 600 31px/42px "Work Sans", Arial, sans-serif;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-information .top-box h2 {
        font-size: 25px;
        line-height: 34px;
    }
}

@media (max-width:767px) {
    .promo-information .top-box h2 {
        font-size: 25px;
        line-height: 34px;
    }
}

.promo-information .boxes {
    font-size: 0;
    line-height: 0;
    text-align: justify;
}

.promo-information .boxes:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.promo-information .boxes .box {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    box-shadow: 0 19px 36px rgba(0, 0, 0, 0.16);
    color: #191919;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    width: 47.67%;
    margin: 0 0 54px;
    position: relative;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-information .boxes .box {
        display: block;
        width: 100%;
        margin: 0 0 51px;
    }
}

@media (max-width:767px) {
    .promo-information .boxes .box {
        display: block;
        width: 100%;
        margin: 0 0 51px;
    }
}

.promo-information .boxes .icon-holder {
    width: 58px;
    height: 58px;
    background: #fff;
    box-shadow: 0 11px 20px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    padding: 22px 20px;
    position: absolute;
    left: 50%;
    top: -19px;
    margin-left: -29px;
}

.promo-information .boxes .icon-holder .ico {
    display: block;
    width: 18px;
    height: 13px;
    margin: 0 auto;
}

.promo-information .boxes .icon-holder .ico svg {
    fill: #9fd1d3;
}

.promo-information .boxes .data {
    display: table;
    width: 100%;
    height: 100%;
}

.promo-information .boxes .data p {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    padding: 56px 35px 43px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-information .boxes .data p {
        padding: 68px 24px 31px 25px;
    }
}

@media (max-width:767px) {
    .promo-information .boxes .data p {
        padding: 68px 24px 31px 25px;
    }
}

.promo-commercial {
    background: #030305;
    text-align: center;
    color: #686868;
    font-size: 20px;
    line-height: 34px;
    padding: 156px 0 157px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-commercial {
        padding: 148px 0 131px;
    }
}

@media (max-width:767px) {
    .promo-commercial {
        padding: 148px 0 131px;
    }
}

.promo-commercial .promo-container {
    padding: 0 180px;
}

@media (max-width:1024px) {
    .promo-commercial .promo-container {
        padding: 0 20px;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .promo-commercial .promo-container {
        padding: 0 20px;
    }
}

.promo-commercial h2 {
    margin: 0 0 74px;
    font: 400 31px/52px "Work Sans", Arial, sans-serif;
    color: #fff;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-commercial h2 {
        margin: 0 0 61px;
        font-size: 23px;
        line-height: 38px;
    }
}

@media (max-width:767px) {
    .promo-commercial h2 {
        margin: 0 0 61px;
        font-size: 23px;
        line-height: 38px;
    }
}

.promo-commercial h2 span {
    color: #fedd23;
}

.promo-commercial p {
    margin: 0 10%;
}

.promo-proposition {
    background: #f9f9f9;
    color: #191919;
    font-size: 16px;
    line-height: 38px;
    padding-bottom: 160px;
    margin-bottom: 23px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-proposition {
        padding-bottom: 111px;
        margin-bottom: 75px;
        line-height: 25px;
    }
}

@media (max-width:767px) {
    .promo-proposition {
        padding-bottom: 111px;
        margin-bottom: 75px;
        line-height: 25px;
    }
}

.promo-proposition:before,
.promo-proposition:after {
    content: " ";
    display: table;
}

.promo-proposition:after {
    clear: both;
}

.promo-proposition .promo-container {
    padding: 0 180px;
}

@media (max-width:1024px) {
    .promo-proposition .promo-container {
        padding: 0 20px;
    }
}

.promo-proposition .propos-block {
    background: #fff;
    box-shadow: 0 19px 36px rgba(0, 0, 0, 0.16);
    margin: -44px 0 0;
    padding: 105px 24.5% 69px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-proposition .propos-block {
        margin: -42px 0 0;
        padding: 63px 17px 69px 22px;
    }
}

@media (max-width:767px) {
    .promo-proposition .propos-block {
        margin: -42px 0 0;
        padding: 63px 17px 69px 22px;
    }
}

.promo-proposition p {
    margin: 0 0 38px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-proposition p {
        margin: 0 0 49px;
    }
}

@media (max-width:767px) {
    .promo-proposition p {
        margin: 0 0 49px;
    }
}

.promo-suggestion {
    margin-bottom: -21px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-suggestion {
        margin-bottom: -80px;
    }
}

@media (max-width:767px) {
    .promo-suggestion {
        margin-bottom: -80px;
    }
}

.promo-suggestion .head {
    background: #fff;
    padding: 50px 0 !important;
}

.promo-suggestion .head h2 {
    font: 700 40px/50px "avalon", Arial, sans-serif;
    max-width: 1200px;
    text-align: left;
    margin: 0 auto;
}

@media (max-width:1024px) {
    .promo-suggestion .head h2 {
        text-align: center;
    }
}

.promo-suggestion .head h2 .dot {
    color: #fedd23;
}

.promo-suggestion .section {
    position: relative;
    margin-bottom: 21px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-suggestion .section {
        margin-bottom: 80px;
    }
}

@media (max-width:767px) {
    .promo-suggestion .section {
        margin-bottom: 80px;
    }
}

.promo-suggestion .section:after {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #f9f9f9;
    z-index: -1;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-suggestion .section:after {
        display: none;
    }
}

@media (max-width:767px) {
    .promo-suggestion .section:after {
        display: none;
    }
}

.promo-suggestion .promo-container {
    padding: 0 102px 0 180px;
}

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

.promo-suggestion .promo-container:after {
    clear: both;
}

@media (max-width:1024px) {
    .promo-suggestion .promo-container {
        padding: 0 20px;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .promo-suggestion .promo-container {
        padding: 0;
    }
}

@media (max-width:767px) {
    .promo-suggestion .promo-container {
        padding: 0;
    }
}

.promo-suggestion .col1 {
    float: left;
    width: 41%;
    padding: 106px 0 0;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-suggestion .col1 {
        float: none;
        width: 100%;
        padding: 136px 20px 12px;
        text-align: center;
    }
}

@media (max-width:767px) {
    .promo-suggestion .col1 {
        float: none;
        width: 100%;
        padding: 136px 20px 12px;
        text-align: center;
    }
}

.promo-suggestion .col2 {
    float: right;
    width: 54.25%;
    position: relative;
    padding: 216px 0 41px 77px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-suggestion .col2 {
        float: none;
        width: 100%;
        min-height: 0;
        width: 100%;
        padding: 36px 20px 47px;
        background: #f9f9f9;
        position: static;
    }
}

@media (max-width:767px) {
    .promo-suggestion .col2 {
        float: none;
        width: 100%;
        min-height: 0;
        width: 100%;
        padding: 36px 20px 47px;
        background: #f9f9f9;
        position: static;
    }
}

.promo-suggestion h3 {
    margin: 0 0 49px;
    color: #191919;
    font: 700 40px/50px "avalon", Arial, sans-serif;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-suggestion h3 {
        margin: 0 0 45px;
    }
}

@media (max-width:767px) {
    .promo-suggestion h3 {
        margin: 0 0 45px;
    }
}

.promo-suggestion h3 .dot {
    color: #fddc3e;
}

.promo-suggestion h3 .sub-ttl:after {
    width: 6px;
    height: 6px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-suggestion h3 .sub-ttl:after {
        background: #191919;
        position: relative;
        margin-left: -5px;
        right: -6px;
    }
}

@media (max-width:767px) {
    .promo-suggestion h3 .sub-ttl:after {
        background: #191919;
        position: relative;
        margin-left: -5px;
        right: -6px;
    }
}

.promo-suggestion ul {
    margin: 0 33% 0 0;
    color: #191919;
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-suggestion ul {
        margin: 0;
    }
}

@media (max-width:767px) {
    .promo-suggestion ul {
        margin: 0;
    }
}

.promo-suggestion ul li {
    padding-bottom: 29px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-suggestion ul li {
        padding-bottom: 28px;
    }
}

@media (max-width:767px) {
    .promo-suggestion ul li {
        padding-bottom: 28px;
    }
}

.promo-suggestion .ico-holder {
    width: 104px;
    height: 104px;
    background: #fff;
    box-shadow: 0 11px 20px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    position: absolute;
    top: 77px;
    left: 77px;
}

.promo-suggestion .ico-holder:before,
.promo-suggestion .ico-holder:after {
    content: " ";
    display: table;
}

.promo-suggestion .ico-holder:after {
    clear: both;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-suggestion .ico-holder {
        top: 0;
        left: 50%;
        margin-left: -52px;
    }
}

@media (max-width:767px) {
    .promo-suggestion .ico-holder {
        top: 0;
        left: 50%;
        margin-left: -52px;
    }
}

.promo-suggestion .ico-rescue {
    display: block;
    width: 54px;
    height: 54px;
    margin: 25px auto;
}

.promo-suggestion .ico-theming {
    display: block;
    width: 55px;
    height: 55px;
    margin: 25px auto 24px;
}

.promo-suggestion .ico-integration {
    display: block;
    width: 59px;
    height: 59px;
    margin: 24px auto 22px;
}

.promo-suggestion .ico-audit {
    display: block;
    width: 45px;
    height: 52px;
    margin: 26px auto;
}

.promo-suggestion .ico-security {
    display: block;
    width: 62px;
    height: 48px;
    margin: 30px 17px 26px 25px;
}

.promo-suggestion .ico-support {
    display: block;
    width: 59px;
    height: 58px;
    margin: 24px auto 22px;
}

.promo-suggestion .ico-performance {
    display: block;
    width: 64px;
    height: 64px;
    margin: 21px auto 19px;
}

.promo-suggestion .ico-code {
    display: block;
    width: 61px;
    height: 47px;
    margin: 30px auto 27px;
}

.promo-suggestion .ico-custom {
    display: block;
    width: 61px;
    height: 60px;
    margin: 23px auto 21px;
}

.promo-suggestion .ico-promo {
    display: block;
    width: 61px;
    height: 60px;
    margin: 23px auto 21px;
}

.promo-suggestion .intro {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 36px;
}

.promo-suggestion .intro span {
    position: relative;
}

.promo-suggestion .intro span:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -10px;
    background: #fedd23;
}

.promo-suggestion p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
}

.promo-auditing {
    background: #ea767b;
    margin: 263px 0 0;
    padding-bottom: 137px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-auditing {
        margin: 172px 0 62px;
        padding-bottom: 55px;
    }
}

@media (max-width:767px) {
    .promo-auditing {
        margin: 172px 0 62px;
        padding-bottom: 55px;
    }
}

.promo-auditing .data-holder:before,
.promo-auditing .data-holder:after {
    content: " ";
    display: table;
}

.promo-auditing .data-holder:after {
    clear: both;
}

.promo-auditing .info-box {
    float: left;
    width: 48.96%;
    background: #fff;
    box-shadow: 0 19px 36px rgba(0, 0, 0, 0.16);
    margin-top: -146px;
    padding: 54px 73px 53px;
    color: #030305;
    font-size: 31px;
    font-weight: 600;
    line-height: 50px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-auditing .info-box {
        float: none;
        width: 100%;
        margin-top: -89px;
        padding: 59px 35px 66px 31px;
        font-size: 25px;
        line-height: 34px;
    }
}

@media (max-width:767px) {
    .promo-auditing .info-box {
        float: none;
        width: 100%;
        margin-top: -89px;
        padding: 59px 35px 66px 31px;
        font-size: 25px;
        line-height: 34px;
    }
}

.promo-auditing .info-box p {
    margin: 0;
}

.promo-auditing .data-box {
    float: right;
    width: 31.46%;
    color: #fff;
    font-size: 20px;
    line-height: 34px;
    margin: 116px 107px 0 0;
}

@media (max-width:1024px) {
    .promo-auditing .data-box {
        margin: 116px 0 0;
        width: 40%;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .promo-auditing .data-box {
        float: none;
        width: 100%;
        margin: 44px 0 0;
    }
}

@media (max-width:767px) {
    .promo-auditing .data-box {
        float: none;
        width: 100%;
        margin: 44px 0 0;
    }
}

.promo-auditing .data-box p {
    margin: 0;
}

.promo-list {
    padding: 150px 10% 0;
}

.promo-list li {
    color: #000;
    font: 700 35px/40px "avalon", Arial, sans-serif;
    padding-bottom: 41px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-list li {
        font-size: 25px;
        line-height: 30px;
        padding-bottom: 31px;
    }
}

@media (max-width:767px) {
    .promo-list li {
        font-size: 25px;
        line-height: 30px;
        padding-bottom: 31px;
    }
}

.promo-list li a {
    position: relative;
    padding-left: 75px;
    display: inline-block;
    vertical-align: top;
}

.promo-list li a:after {
    font: 700 35px/40px "avalon", Arial, sans-serif;
    content: '.';
    color: #fddc3e;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-list li a:after {
        font-size: 25px;
        line-height: 30px;
    }
}

@media (max-width:767px) {
    .promo-list li a:after {
        font-size: 25px;
        line-height: 30px;
    }
}

.promo-list li a:before {
    position: absolute;
    left: 2px;
    top: 50%;
    width: 49px;
    height: 1px;
    background: #fedd23;
    content: '';
    display: block;
}

.promo-main {
    color: #191919;
}

.promo-main .head {
    text-align: center;
    padding-bottom: 13px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-main .head {
        padding: 5px 0 0;
    }
}

@media (max-width:767px) {
    .promo-main .head {
        padding: 5px 0 0;
    }
}

.promo-main .head h1 {
    opacity: 0.95;
    font: 700 60px/67px "avalon", Arial, sans-serif;
    letter-spacing: 0.79px;
    padding: 0 5%;
}

@media (max-width:767px) {
    .promo-main .head h1 {
        font-size: 40px;
        line-height: 49px;
        letter-spacing: 0.53px;
        padding: 0;
    }
}

.promo-main .head p {
    color: #030305;
    font: 600 31px/45px "Work Sans", Arial, sans-serif;
    margin: 99px 24% 85px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-main .head p {
        margin: 72px 17px 3px;
        font-size: 25px;
        line-height: 34px;
        font-weight: 700;
    }
}

@media (max-width:767px) {
    .promo-main .head p {
        margin: 72px 17px 3px;
        font-size: 25px;
        line-height: 34px;
        font-weight: 700;
    }
}

.promo-main .head p.desc {
    font-size: 26px;
    line-height: 44px;
    font-weight: 400;
}

.promo-container {
    max-width: 1200px;
    padding: 0 120px;
    margin: 0 auto;
}

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

.promo-container:after {
    clear: both;
}

@media (max-width:1024px) {
    .promo-container {
        width: 100%;
        padding: 0 20px;
    }
}

.promo-slider-list .slick-list {
    overflow: visible;
}

.promo-slider-list .btn-prev,
.promo-slider-list .btn-next {
    position: absolute;
    left: 54px;
    bottom: -59px;
    width: 31px;
    height: 24px;
}

.promo-slider-list .btn-prev.slick-disabled,
.promo-slider-list .btn-next.slick-disabled {}

.promo-slider-list .btn-next {
    left: auto;
    right: 54px;
}

.promo-slider-list .slick-dots {
    left: 0;
    bottom: 0;
}

.promo-slider-list .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 5px;
    padding: 2px;
}

.promo-slider-list .slick-dots li span {
    display: block;
    width: 6px;
    height: 6px;
    background: #e1e1e1;
    overflow: hidden;
    text-indent: -9999px;
}

.promo-slider-list .slick-dots li.slick-active span {
    background: #fedd23;
}

.promo-slider {
    background: #f6f6f6;
    margin: 200px 0 0;
    padding-bottom: 90px;
}

@media (max-width:1024px) {
    .promo-slider {
        margin: 195px 0 0;
        padding-bottom: 92px;
    }
}

.promo-slider .wrapp {
    position: relative;
    top: -117px;
    margin: 0 -10px;
}

.promo-slider .wrapp:before,
.promo-slider .wrapp:after {
    content: " ";
    display: table;
}

.promo-slider .wrapp:after {
    clear: both;
}

@media (max-width:1024px) {
    .promo-slider .wrapp {
        margin: 0 24px;
        padding-bottom: 72px;
    }
}

.promo-slider .slide {
    float: left;
    width: 25%;
    text-align: center;
    font: 400 16px/23px "Work Sans", Arial, sans-serif;
}

.promo-slider .slide h3 {
    font: 700 50px/40px "avalon", Arial, sans-serif;
    padding-bottom: 10px;
    min-height: 100px;
}

.promo-slider .slide strong {
    display: block;
    font-weight: 600;
}

.promo-slider .slide span {
    display: block;
    color: #9f9f9f;
}

.promo-slider .slide .frame {
    margin: 0 10px;
    border: 10px solid #000;
    box-shadow: 0 19px 36px rgba(0, 0, 0, 0.16);
    height: 300px;
    background: #fff;
    padding: 30px 15px 0;
}

.promo-slider .slide.sl1 .frame {
    border-color: #ea767b;
}

.promo-slider .slide.sl1 h3 {
    color: #ea767b;
}

.promo-slider .slide.sl2 .frame {
    border-color: #a7d8d8;
}

.promo-slider .slide.sl2 h3 {
    color: #a7d8d8;
}

.promo-slider .slide.sl3 .frame {
    border-color: #fedd23;
}

.promo-slider .slide.sl3 h3 {
    color: #fedd23;
}

.promo-slider .slide.sl4 .frame {
    border-color: #549be0;
}

.promo-slider .slide.sl4 h3 {
    color: #549be0;
}

.promo-slider h2 {
    font: 700 40px/52px "avalon", Arial, sans-serif;
    text-align: center;
    padding: 20px 10%;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-slider h2 {
        font-size: 30px;
        line-height: 34px;
        padding: 11px 0 0;
    }
}

@media (max-width:767px) {
    .promo-slider h2 {
        font-size: 30px;
        line-height: 34px;
        padding: 11px 0 0;
    }
}

.promo-different-block,
.promo-technology-block {
    padding: 143px 0 120px;
}

.promo-different-block .frame,
.promo-technology-block .frame {
    font-size: 0;
    line-height: 0;
}

@media (max-width:1024px) {
    .promo-different-block,
    .promo-technology-block {
        padding: 50px 0 0;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .promo-different-block,
    .promo-technology-block {
        padding: 48px 0 24px;
    }
}

@media (max-width:767px) {
    .promo-different-block,
    .promo-technology-block {
        padding: 48px 0 24px;
    }
}

.promo-different-block h2,
.promo-technology-block h2 {
    font: 700 40px/50px "avalon", Arial, sans-serif;
    padding-bottom: 94px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-different-block h2,
    .promo-technology-block h2 {
        padding-bottom: 49px;
    }
}

@media (max-width:767px) {
    .promo-different-block h2,
    .promo-technology-block h2 {
        padding-bottom: 49px;
    }
}

.promo-different-block h2 .dot,
.promo-technology-block h2 .dot {
    color: #fedd23;
}

.promo-different-block h2 .load-line:before,
.promo-technology-block h2 .load-line:before {
    height: 10px;
    bottom: 8px;
}

.promo-different-block .box,
.promo-technology-block .box {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    color: #7d7d7d;
    font: 400 16px/25px "Work Sans", Arial, sans-serif;
    padding: 0 65px 51px 0;
}

.promo-different-block .box:before,
.promo-technology-block .box:before,
.promo-different-block .box:after,
.promo-technology-block .box:after {
    content: " ";
    display: table;
}

.promo-different-block .box:after,
.promo-technology-block .box:after {
    clear: both;
}

.promo-different-block .box:nth-child(2n),
.promo-technology-block .box:nth-child(2n) {
    padding-left: 10px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-different-block .box,
    .promo-technology-block .box {
        display: block;
        padding: 0 0 29px;
        width: 100%;
    }
    .promo-different-block .box:nth-child(2n),
    .promo-technology-block .box:nth-child(2n) {
        padding: 0 0 29px;
    }
}

@media (max-width:767px) {
    .promo-different-block .box,
    .promo-technology-block .box {
        display: block;
        padding: 0 0 29px;
        width: 100%;
    }
    .promo-different-block .box:nth-child(2n),
    .promo-technology-block .box:nth-child(2n) {
        padding: 0 0 29px;
    }
}

.promo-different-block .ico,
.promo-technology-block .ico {
    float: left;
    width: 18px;
    height: 13px;
    margin: 9px 29px 0 1px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-different-block .ico,
    .promo-technology-block .ico {
        margin: 7px 28px 0 7px;
    }
}

@media (max-width:767px) {
    .promo-different-block .ico,
    .promo-technology-block .ico {
        margin: 7px 28px 0 7px;
    }
}

.promo-different-block .txt,
.promo-technology-block .txt {
    overflow: hidden;
}

.promo-different-block h3,
.promo-technology-block h3 {
    font: 600 20px/30px "Work Sans", Arial, sans-serif;
    color: #191919;
    margin: 0 0 19px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-different-block h3,
    .promo-technology-block h3 {
        line-height: 24px;
        margin-bottom: 22px;
    }
}

@media (max-width:767px) {
    .promo-different-block h3,
    .promo-technology-block h3 {
        line-height: 24px;
        margin-bottom: 22px;
    }
}

.promo-cite {
    position: relative;
    margin: 0 0 -71px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-cite {
        margin-bottom: -116px;
    }
}

@media (max-width:767px) {
    .promo-cite {
        margin-bottom: -116px;
    }
}

.promo-cite blockquote {
    background: #fff;
    box-shadow: 0 25px 54px rgba(0, 0, 0, 0.11);
    font: 700 40px/52px "avalon", Arial, sans-serif;
    border: 0;
    padding: 136px 13% 83px;
    text-align: center;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-cite blockquote {
        font-size: 25px;
        line-height: 31px;
        padding: 126px 6% 79px;
    }
}

@media (max-width:767px) {
    .promo-cite blockquote {
        font-size: 25px;
        line-height: 31px;
        padding: 126px 6% 79px;
    }
}

.promo-cite q {
    position: relative;
}

.promo-cite q:after {
    content: '“';
    position: absolute;
    left: 0;
    top: -62px;
    width: 100%;
    text-align: center;
    color: #fddc3e;
    font: 700 106px/52px "avalon", Arial, sans-serif;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-cite q:after {
        top: -51px;
    }
}

@media (max-width:767px) {
    .promo-cite q:after {
        top: -51px;
    }
}

.promo-map {
    background: url(../../../../themes/custom/adyax/images/bg-promo-map.jpg) no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    font: 600 30px/52px "Work Sans", Arial, sans-serif;
    text-align: center;
    padding: 246px 0 212px;
}

@media (max-width:1024px) {
    .promo-map {
        padding: 100px 0;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .promo-map {
        padding: 148px 0 99px;
        font-size: 23px;
        line-height: 38px;
        background-size: 200% auto;
        background-position: 50% 130px;
        background-color: #000;
    }
}

@media (max-width:767px) {
    .promo-map {
        padding: 148px 0 99px;
        font-size: 23px;
        line-height: 38px;
        background-size: 200% auto;
        background-position: 50% 130px;
        background-color: #000;
    }
}

.promo-map p {
    margin: 0 60px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-map p {
        margin: 0 9px;
    }
}

@media (max-width:767px) {
    .promo-map p {
        margin: 0 9px;
    }
}

.promo-small-center-col {
    padding: 121px 0 87px;
}

@media (max-width:1024px) {
    .promo-small-center-col {
        padding: 50px 0 12px;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .promo-small-center-col {
        padding: 26px 0 0;
    }
}

@media (max-width:767px) {
    .promo-small-center-col {
        padding: 26px 0 0;
    }
}

.promo-small-center-col .text {
    font: 400 16px/38px "Work Sans", Arial, sans-serif;
    width: 44%;
    margin: 0 auto;
}

@media (max-width:1024px) {
    .promo-small-center-col .text {
        width: 70%;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .promo-small-center-col .text {
        width: 100%;
    }
}

@media (max-width:767px) {
    .promo-small-center-col .text {
        width: 100%;
    }
}

.promo-small-center-col p {
    margin-bottom: 38px;
}

.promo-brands {
    background: #f8f8f6;
    position: relative;
    padding: 103px 0 373px;
}

@media (max-width:1024px) {
    .promo-brands {
        padding: 50px 0;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .promo-brands {
        padding: 46px 0 59px;
    }
}

@media (max-width:767px) {
    .promo-brands {
        padding: 46px 0 59px;
    }
}

.promo-brands.with-head {
    margin-top: 180px;
    padding-top: 0;
}

.promo-brands .top-box {
    background: #fff;
    box-shadow: 0 19px 36px rgba(0, 0, 0, 0.16);
    height: 131px;
    margin: -65px 0 123px;
    text-align: center;
}

@media (max-width:767px) {
    .promo-brands .top-box {
        height: 224px;
        margin: -89px 0 52px;
    }
}

.promo-brands .top-box .holder {
    display: table;
    width: 100%;
    height: 100%;
}

.promo-brands .top-box .data {
    display: table-cell;
    vertical-align: middle;
    padding: 0 35px;
}

.promo-brands .top-box h2 {
    margin: 0;
    color: #030305;
    font: 700 40px/42px "avalon", Arial, sans-serif;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-brands .top-box h2 {
        font-size: 25px;
        line-height: 34px;
    }
}

@media (max-width:767px) {
    .promo-brands .top-box h2 {
        font-size: 25px;
        line-height: 34px;
    }
}

.promo-brands .top-box h2 .dot {
    color: #fdd81d;
}

.promo-brands .img {
    position: absolute;
    right: 0;
    bottom: -144px;
}

@media (max-width:1024px) {
    .promo-brands .img {
        display: none;
    }
}

.promo-brands .list-of-brands {
    margin: 0 0 0 -8px;
    max-width: 700px;
}

@media (max-width:1024px) {
    .promo-brands .list-of-brands {
        max-width: 100%;
        margin: 0;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .promo-brands .list-of-brands {
        max-width: 100%;
        margin: 0;
    }
}

@media (max-width:767px) {
    .promo-brands .list-of-brands {
        margin: 0;
    }
}

.promo-brands .list-of-brands li {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    height: 94px;
}

.promo-information.highlights-color {
    background: #549be0;
}

.promo-resources {
    background: #f9f9f9;
    padding: 153px 0 67px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-resources {
        padding: 59px 0 20px;
    }
}

@media (max-width:767px) {
    .promo-resources {
        padding: 59px 0 20px;
    }
}

.promo-resources .column {
    float: left;
    width: 50%;
    font: 400 16px/42px "Work Sans", Arial, sans-serif;
    padding: 0 100px 0 0;
}

.promo-resources .column:first-child {
    padding: 8px 85px 0 61px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-resources .column {
        width: 100%;
        float: none;
        padding: 0;
    }
    .promo-resources .column:first-child {
        padding: 0;
    }
}

@media (max-width:767px) {
    .promo-resources .column {
        width: 100%;
        float: none;
        padding: 0;
    }
    .promo-resources .column:first-child {
        padding: 0;
    }
}

.promo-resources h2 {
    margin: 0 0 50px;
    font: 700 40px/50px "avalon", Arial, sans-serif;
}

.promo-resources p {
    margin: 0 0 42px;
}

.promo-list-block {
    position: relative;
    padding: 162px 0 0;
    margin-bottom: 163px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-list-block {
        padding: 88px 0 22px;
        margin-bottom: 62px;
    }
}

@media (max-width:767px) {
    .promo-list-block {
        padding: 88px 0 22px;
        margin-bottom: 62px;
    }
}

.promo-list-block:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 258px);
    background: #fedd23;
    content: '';
    z-index: -1;
}

.promo-list-block .promo-container {
    position: relative;
    left: 180px;
    padding: 75px 100px 55px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-list-block .promo-container {
        left: 12px;
        padding: 23px 0 30px;
        width: calc(100% - 25px);
    }
}

@media (max-width:767px) {
    .promo-list-block .promo-container {
        left: 12px;
        padding: 23px 0 30px;
        width: calc(100% - 25px);
    }
}

.promo-list-block .promo-container:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: #fff;
    box-shadow: 0 25px 54px rgba(0, 0, 0, 0.11);
    width: 200%;
    height: 100%;
    display: block;
}

.promo-list-block .box {
    width: 335px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    margin: 0 7.5% 25px 0;
}

.promo-list-block .box:nth-child(2n) {
    margin-right: 0;
}

@media (max-width:1024px) {
    .promo-list-block .box {
        width: 280px;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .promo-list-block .box {
        margin: 0 0 5px;
        width: 100%;
    }
}

@media (max-width:767px) {
    .promo-list-block .box {
        margin: 0 0 5px;
        width: 100%;
    }
}

.promo-list-block h3 {
    font: 700 12px/19px "Work Sans", Arial, sans-serif;
    letter-spacing: 5.6px;
    border-bottom: 1px solid #ececec;
    display: table;
    width: 100%;
    height: 70px;
    text-transform: uppercase;
    margin: 0;
}

.promo-list-block h3 span {
    display: table-cell;
    vertical-align: middle;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-list-block h3 {
        padding-left: 28px;
    }
}

@media (max-width:767px) {
    .promo-list-block h3 {
        padding-left: 28px;
    }
}

.promo-list-block ul {
    margin: 36px 0 0;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-list-block ul {
        margin: 36px 5px 0 26px;
    }
}

@media (max-width:767px) {
    .promo-list-block ul {
        margin: 36px 5px 0 26px;
    }
}

.promo-list-block ul li {
    color: #4e4e4e;
    font: 400 14px/23px "Work Sans", Arial, sans-serif;
    position: relative;
    padding: 0 0 23px 30px;
}

.promo-list-block ul li:after {
    position: absolute;
    left: 2px;
    top: 9px;
    content: '';
    width: 6px;
    height: 6px;
    background: #fddc3e;
}

.promo-support-info {
    padding: 0 0 157px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-support-info {
        padding: 0 0 41px;
    }
}

@media (max-width:767px) {
    .promo-support-info {
        padding: 0 0 41px;
    }
}

.promo-support-info .two-col {
    overflow: hidden;
}

.promo-support-info .two-col .col {
    float: left;
    width: 50%;
    padding: 0 105px 0 0;
}

.promo-support-info .two-col .col:first-child {
    padding: 8px 75px 0 61px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-support-info .two-col .col {
        float: none;
        width: 100%;
        padding: 0;
    }
    .promo-support-info .two-col .col:first-child {
        padding: 0;
    }
}

@media (max-width:767px) {
    .promo-support-info .two-col .col {
        float: none;
        width: 100%;
        padding: 0;
    }
    .promo-support-info .two-col .col:first-child {
        padding: 0;
    }
}

.promo-support-info .two-col h2 {
    margin: 0 0 50px;
    font: 700 40px/50px "avalon", Arial, sans-serif;
}

.promo-support-info .two-col p {
    margin: 0;
    font: 400 16px/42px "Work Sans", Arial, sans-serif;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-support-info .two-col p {
        margin-bottom: 48px;
    }
}

@media (max-width:767px) {
    .promo-support-info .two-col p {
        margin-bottom: 48px;
    }
}

.promo-support-info .support-box {
    text-align: center;
    color: #fedd23;
    font: 700 400px/400px "avalon", Arial, sans-serif;
    white-space: nowrap;
    position: relative;
    margin: 88px 0 116px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-support-info .support-box {
        margin: -5px 0 80px;
        font-size: 140px;
        line-height: 140px;
    }
}

@media (max-width:1024px) {
    .promo-support-info .support-box {
        margin: -5px 0 80px;
        font-size: 300px;
        line-height: 300px;
    }
}

@media (max-width:767px) {
    .promo-support-info .support-box {
        margin: -5px 0 80px;
        font-size: 140px;
        line-height: 140px;
    }
}

.promo-support-info .support-box span {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    width: 100%;
    color: #191919;
    font: 700 40px/52px "avalon", Arial, sans-serif;
}

.promo-support-info .one-col {
    font: 400 16px/42px "Work Sans", Arial, sans-serif;
    width: 51%;
    margin: 0 auto;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-support-info .one-col {
        width: 100%;
    }
}

@media (max-width:767px) {
    .promo-support-info .one-col {
        width: 100%;
    }
}

.promo-support-info .one-col p {
    margin: 0 0 42px;
}

.promo-support-boxes {
    position: relative;
    padding-bottom: 85px;
}

@media (max-width:1024px) {
    .promo-support-boxes {
        padding-bottom: 50px;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .promo-support-boxes {
        padding-bottom: 46px;
    }
}

@media (max-width:767px) {
    .promo-support-boxes {
        padding-bottom: 46px;
    }
}

.promo-support-boxes:after {
    position: absolute;
    left: 0;
    top: 145px;
    width: 100%;
    height: 100%;
    content: '';
    background: #509ae3;
    z-index: -1;
}

.promo-support-boxes .wrapp {
    text-align: center;
}

.promo-support-boxes .box {
    display: inline-block;
    vertical-align: top;
    width: 269px;
    margin: 0 8px;
    box-shadow: 0 19px 36px rgba(0, 0, 0, 0.16);
    padding: 10px;
}

@media (max-width:1024px) {
    .promo-support-boxes .box {
        margin-bottom: 30px;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .promo-support-boxes .box {
        margin-bottom: 53px;
    }
}

@media (max-width:767px) {
    .promo-support-boxes .box {
        margin-bottom: 53px;
    }
}

.promo-support-boxes .frame {
    background: #fff;
    box-shadow: 0 19px 36px rgba(0, 0, 0, 0.16);
    position: relative;
    padding: 128px 0 36px;
}

.promo-support-boxes .ico {
    position: absolute;
    left: 50%;
    top: -18px;
    width: 94px;
    height: 94px;
    margin-left: -47px;
    background: #4c99e6;
    box-shadow: 0 11px 20px rgba(0, 0, 0, 0.14);
    border-radius: 100%;
    text-align: center;
}

.promo-support-boxes .ico span {
    display: block;
    width: 50px;
    height: 50px;
    margin: 22px auto;
}

.promo-support-boxes h3 {
    margin: 0 0 56px;
    font: 700 40px/50px "avalon", Arial, sans-serif;
}

.promo-support-boxes ul {
    margin: 0 10px;
}

.promo-support-boxes ul li {
    color: #4e4e4e;
    font: 400 14px/18px "Work Sans", Arial, sans-serif;
    position: relative;
    padding: 20px 0;
}

.promo-support-boxes ul li:after {
    position: absolute;
    left: 50%;
    top: 0;
    width: 152px;
    height: 1px;
    background: #e1e1e1;
    margin-left: -76px;
    content: '';
}

.promo-support-boxes ul li:first-child {
    padding-top: 0;
}

.promo-support-boxes ul li:first-child:after {
    display: none;
}

.promo-support-text {
    padding-bottom: 56px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-support-text {
        padding-bottom: 66px;
    }
}

@media (max-width:767px) {
    .promo-support-text {
        padding-bottom: 66px;
    }
}

.promo-support-text .wrapp {
    background: #fff;
    box-shadow: 0 25px 54px rgba(0, 0, 0, 0.11);
    color: #686868;
    font: 400 20px/34px "Work Sans", Arial, sans-serif;
    text-align: center;
    padding: 79px 75px 72px;
    margin: 0 -26px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-support-text .wrapp {
        margin: 0;
        padding: 60px 31px 69px;
    }
}

@media (max-width:767px) {
    .promo-support-text .wrapp {
        margin: 0;
        padding: 60px 31px 69px;
    }
}

.promo-support-text h3 {
    margin: 0 0 70px;
    color: #030305;
    font: 600 31px/52px "Work Sans", Arial, sans-serif;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-support-text h3 {
        font-size: 23px;
        line-height: 34px;
        margin-bottom: 44px;
    }
}

@media (max-width:767px) {
    .promo-support-text h3 {
        font-size: 23px;
        line-height: 34px;
        margin-bottom: 44px;
    }
}

.promo-support-text p {
    margin: 0 50px 15px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-support-text p {
        margin: 0;
    }
}

@media (max-width:767px) {
    .promo-support-text p {
        margin: 0;
    }
}

.promo-bottom-info .wrapp {
    color: #c2c2c6;
    font: 400 14px/34px "Work Sans", Arial, sans-serif;
    text-align: center;
    padding: 0 9% 63px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-bottom-info .wrapp {
        padding: 0 0 53px;
    }
}

@media (max-width:767px) {
    .promo-bottom-info .wrapp {
        padding: 0 0 53px;
    }
}

.promo-bottom-info p {
    margin: 0 8px 15px;
}

.promo-technology-block {
    background: #fedd23;
    padding: 0 0 160px;
    margin: 150px 0 0;
}

@media (max-width:1024px) {
    .promo-technology-block {
        margin-top: 0;
        padding: 0;
    }
}

.promo-technology-block .promo-container {
    position: relative;
    top: -100px;
    left: 92px;
    margin-bottom: -150px;
    padding-top: 50px;
}

@media (max-width:1024px) {
    .promo-technology-block .promo-container {
        left: 0;
        top: 0;
        margin-bottom: 0;
    }
}

.promo-technology-block .promo-container:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: #fff;
    box-shadow: 0 25px 54px rgba(0, 0, 0, 0.11);
    width: 200%;
    height: 100%;
    display: block;
}

.promo-technology-block h2 {
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
}

.promo-technology-block .frame {
    position: relative;
    z-index: 1;
}

.promo-text-inportant {
    margin: 50px 0;
    background: #030305;
    padding: 100px 0;
}

.promo-text-inportant h2 {
    font: 400 31px/52px "Work Sans", Arial, sans-serif;
    color: #fff;
    text-align: center;
}

.promo-text-inportant span {
    color: #fedd23;
}

.promo-text {
    font-size: 26px;
    line-height: 44px;
    text-align: center;
    padding: 50px 0;
}

.promo-text span {
    color: #fedd23;
}

.quick-access {
    z-index: 1000;
    margin: 0;
    text-align: right;
    font-size: 8px;
    line-height: 18px;
}

.quick-access li {
    padding: 2px 0;
    white-space: nowrap;
}

.quick-access li a {
    color: #fff;
    display: inline-block;
    position: relative;
}

.quick-access li a:hover .quick-wrapp {
    padding-right: 35px;
}

.quick-access li a:hover .quick-wrapp:after {
    width: 30px;
}

.quick-access li a.active {
    color: #fff;
}

.quick-access li a.active .quick-wrapp {
    padding-right: 65px;
}

.quick-access li a.active .quick-wrapp:after {
    width: 60px;
}

.quick-access li a.active .quick-wrapp .quick-num {
    top: -16px;
}

.quick-access li a.active .quick-wrapp .quick-ttl {
    display: inline-block;
}

.quick-access li .quick-wrapp {
    display: block;
    position: relative;
    padding-right: 25px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    min-width: 100px;
    -webkit-transition: all 2.3s easy;
    -o-transition: all 2.3s easy;
    transition: all 2.3s easy;
}

.quick-access li .quick-wrapp:after {
    content: "";
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    height: 1px;
    width: 20px;
    -webkit-transition: all 2.3s easy;
    -o-transition: all 2.3s easy;
    transition: all 2.3s easy;
}

.quick-access li span {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.quick-access li .quick-ttl {
    display: none;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 0 5px;
    top: -10px;
}

.quick-access-animated {}

.quick-section-wrapper {
    width: 100%;
    position: relative;
    min-height: 100px;
}

.quick-section-wrapper .fixedsticky-dummy {
    display: none !important;
}

.controls-quick-access {
    z-index: 4;
    margin: 0;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    text-align: right;
    font-size: 8px;
    line-height: 18px;
    padding: 20px 0 80px 10px;
    box-sizing: content-box;
    width: 10%;
}

@media (min-width:769px) and (max-width:850px) {
    .controls-quick-access {
        display: none;
    }
}

@media (max-width:767px) {
    .controls-quick-access {
        display: none;
    }
}

.controls-quick-access.fixedsticky-on {
    visibility: visible;
}

.controls-quick-access.fixedsticky-off {
    visibility: hidden;
    position: fixed !important;
}

.controls-quick-access.fixedsticky-off.fixedsticky-top {
    visibility: visible !important;
}

.controls-quick-access .prev,
.controls-quick-access .next {
    position: absolute;
    left: 4px;
    bottom: 50px;
    width: 13px;
    height: 21px;
    display: none;
}

.controls-quick-access .prev .quick-wrapp,
.controls-quick-access .next .quick-wrapp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.controls-quick-access .prev .quick-wrapp svg,
.controls-quick-access .next .quick-wrapp svg {
    fill: #fff;
}

.controls-quick-access .next {
    bottom: 0;
}

.controls-quick-access.jq-clipthru-origin.jq-clipthru-clone {
    display: block;
}

.controls-quick-access.quick-access-none {
    display: none !important;
}

.controls-quick-access.quick-access-black .quick-access li a {
    color: #191919;
}

.controls-quick-access.quick-access-black .quick-access li a:after {
    background: #191919;
}

.controls-quick-access.quick-access-black .prev .quick-wrapp svg,
.controls-quick-access.quick-access-black .next .quick-wrapp svg {
    fill: #191919;
}

.controls-quick-access.quick-access-white .quick-access li a {
    color: #fff;
}

.controls-quick-access.quick-access-white .quick-access li a:after {
    background: #fff;
}

.controls-quick-access.quick-access-white .prev .quick-wrapp svg,
.controls-quick-access.quick-access-white .next .quick-wrapp svg {
    fill: #fff;
}

.case-studie .quick-access li a {
    color: #191919;
}

.case-studie .quick-access li a .quick-wrapp:after {
    background: #191919;
}

.case-studie .prev .quick-wrapp svg,
.case-studie .controls-quick-access .next .quick-wrapp svg,
.controls-quick-access .case-studie .next .quick-wrapp svg {
    fill: #191919;
}

.no-supports .controls-quick-access .prev .quick-wrapp,
.no-supports .controls-quick-access .next .quick-wrapp {
    background-image: url(../../../../themes/custom/adyax/images/spritesheet776a.png?1502707503095=);
    background-position: -48px -76px;
    width: 14px;
    height: 22px;
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .no-supports .controls-quick-access .prev .quick-wrapp,
    .no-supports .controls-quick-access .next .quick-wrapp {
        background-image: url(../../../../themes/custom/adyax/images/spritesheet%402x776a.png?1502707503095=);
        background-size: 151px 98px;
    }
}

.no-supports .controls-quick-access .prev .quick-wrapp svg,
.no-supports .controls-quick-access .next .quick-wrapp svg {
    display: none;
}

.no-supports .controls-quick-access .next .quick-wrapp {
    background-image: url(../../../../themes/custom/adyax/images/spritesheet776a.png?1502707503095=);
    background-position: -16px -76px;
    width: 14px;
    height: 22px;
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .no-supports .controls-quick-access .next .quick-wrapp {
        background-image: url(../../../../themes/custom/adyax/images/spritesheet%402x776a.png?1502707503095=);
        background-size: 151px 98px;
    }
}

.no-supports .controls-quick-access .next .quick-wrapp svg {
    display: none;
}

.no-supports .controls-quick-access.quick-access-black .prev .quick-wrapp,
.no-supports .controls-quick-access.quick-access-black .next .quick-wrapp {
    background-image: url(../../../../themes/custom/adyax/images/spritesheet776a.png?1502707503095=);
    background-position: -32px -76px;
    width: 14px;
    height: 22px;
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .no-supports .controls-quick-access.quick-access-black .prev .quick-wrapp,
    .no-supports .controls-quick-access.quick-access-black .next .quick-wrapp {
        background-image: url(../../../../themes/custom/adyax/images/spritesheet%402x776a.png?1502707503095=);
        background-size: 151px 98px;
    }
}

.no-supports .controls-quick-access.quick-access-black .prev .quick-wrapp svg,
.no-supports .controls-quick-access.quick-access-black .next .quick-wrapp svg {
    display: none;
}

.no-supports .controls-quick-access.quick-access-black .next .quick-wrapp {
    background-image: url(../../../../themes/custom/adyax/images/spritesheet776a.png?1502707503095=);
    background-position: 0px -76px;
    width: 14px;
    height: 22px;
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .no-supports .controls-quick-access.quick-access-black .next .quick-wrapp {
        background-image: url(../../../../themes/custom/adyax/images/spritesheet%402x776a.png?1502707503095=);
        background-size: 151px 98px;
    }
}

.no-supports .controls-quick-access.quick-access-black .next .quick-wrapp svg {
    display: none;
}

.no-supports .controls-quick-access.quick-access-white .prev .quick-wrapp,
.no-supports .controls-quick-access.quick-access-white .next .quick-wrapp {
    background-image: url(../../../../themes/custom/adyax/images/spritesheet776a.png?1502707503095=);
    background-position: -48px -76px;
    width: 14px;
    height: 22px;
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .no-supports .controls-quick-access.quick-access-white .prev .quick-wrapp,
    .no-supports .controls-quick-access.quick-access-white .next .quick-wrapp {
        background-image: url(../../../../themes/custom/adyax/images/spritesheet%402x776a.png?1502707503095=);
        background-size: 151px 98px;
    }
}

.no-supports .controls-quick-access.quick-access-white .prev .quick-wrapp svg,
.no-supports .controls-quick-access.quick-access-white .next .quick-wrapp svg {
    display: none;
}

.no-supports .controls-quick-access.quick-access-white .next .quick-wrapp {
    background-image: url(../../../../themes/custom/adyax/images/spritesheet776a.png?1502707503095=);
    background-position: -16px -76px;
    width: 14px;
    height: 22px;
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .no-supports .controls-quick-access.quick-access-white .next .quick-wrapp {
        background-image: url(../../../../themes/custom/adyax/images/spritesheet%402x776a.png?1502707503095=);
        background-size: 151px 98px;
    }
}

.no-supports .controls-quick-access.quick-access-white .next .quick-wrapp svg {
    display: none;
}

.no-supports .case-studie .controls-quick-access .prev .quick-wrapp,
.no-supports .case-studie .controls-quick-access .next .quick-wrapp {
    background-image: url(../../../../themes/custom/adyax/images/spritesheet776a.png?1502707503095=);
    background-position: -32px -76px;
    width: 14px;
    height: 22px;
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .no-supports .case-studie .controls-quick-access .prev .quick-wrapp,
    .no-supports .case-studie .controls-quick-access .next .quick-wrapp {
        background-image: url(../../../../themes/custom/adyax/images/spritesheet%402x776a.png?1502707503095=);
        background-size: 151px 98px;
    }
}

.no-supports .case-studie .controls-quick-access .prev .quick-wrapp svg,
.no-supports .case-studie .controls-quick-access .next .quick-wrapp svg {
    display: none;
}

.no-supports .case-studie .controls-quick-access .next .quick-wrapp {
    background-image: url(../../../../themes/custom/adyax/images/spritesheet776a.png?1502707503095=);
    background-position: 0px -76px;
    width: 14px;
    height: 22px;
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .no-supports .case-studie .controls-quick-access .next .quick-wrapp {
        background-image: url(../../../../themes/custom/adyax/images/spritesheet%402x776a.png?1502707503095=);
        background-size: 151px 98px;
    }
}

.no-supports .case-studie .controls-quick-access .next .quick-wrapp svg {
    display: none;
}

.quick-section {
    position: relative;
    overflow: hidden;
}

.quick-section .section {
    overflow: hidden;
    position: relative;
    padding: 100px 10%;
}

@media (max-width:1024px) {
    .quick-section .section {
        text-align: center;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .quick-section .section {
        padding: 96px 20px 54px;
        overflow: visible;
        text-align: center;
    }
    .quick-section .section:before,
    .quick-section .section:after {
        content: " ";
        display: table;
    }
    .quick-section .section:after {
        clear: both;
    }
}

@media (max-width:767px) {
    .quick-section .section {
        padding: 96px 20px 54px;
        overflow: visible;
        text-align: center;
    }
    .quick-section .section:before,
    .quick-section .section:after {
        content: " ";
        display: table;
    }
    .quick-section .section:after {
        clear: both;
    }
}

.quick-section .content-part ul {
    margin: 0 0 56px;
    padding: 0;
    list-style: none;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 31px;
    text-transform: uppercase;
    color: #4e4e4e;
}

@media (min-width:769px) and (max-width:850px) {
    .quick-section .content-part ul {
        margin: 0 0 53px;
    }
}

@media (max-width:767px) {
    .quick-section .content-part ul {
        margin: 0 0 53px;
    }
}

.quick-section .content-part ul li:after {
    content: ".";
    display: inline;
    color: #fddc3e;
    font-size: 18px;
    line-height: 18px;
}

.quick-section .content-part ul li a {
    color: #4e4e4e;
}

.quick-section h2 {
    margin-bottom: 42px;
}

.quick-section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #8f8f8f;
    margin: 0 0 44px;
}

@media (min-width:769px) and (max-width:850px) {
    .quick-section p {
        font-size: 14px;
        margin: 0 0 55px;
    }
}

@media (max-width:767px) {
    .quick-section p {
        font-size: 14px;
        margin: 0 0 55px;
    }
}

.quick-section p a {
    text-decoration: underline;
}

.no-touchevents .quick-section p a:hover,
.no-js .quick-section p a:hover,
.quick-section p a:focus {
    text-decoration: none;
}

.quick-section.with-us {
    background: #191919;
    text-align: center;
}

.quick-section.with-us .section {
    padding-top: 130px;
    padding-bottom: 130px;
}

@media (min-width:769px) and (max-width:850px) {
    .quick-section.with-us .section {
        padding-top: 173px;
        padding-bottom: 143px;
    }
}

@media (max-width:767px) {
    .quick-section.with-us .section {
        padding-top: 173px;
        padding-bottom: 143px;
    }
}

.quick-section.with-us h2 {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    margin: 0 0 84px;
}

@media (min-width:769px) and (max-width:850px) {
    .quick-section.with-us h2 {
        font-size: 45px;
        margin: 0 45px 89px;
    }
}

@media (max-width:767px) {
    .quick-section.with-us h2 {
        font-size: 45px;
        margin: 0 45px 89px;
    }
}

.quick-section.with-us .btn-more {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (min-width:769px) and (max-width:850px) {
    .quick-section.with-us .btn-more {
        box-shadow: 0 2px 24px rgba(216, 216, 216, 0.5);
    }
}

@media (max-width:767px) {
    .quick-section.with-us .btn-more {
        box-shadow: 0 2px 24px rgba(216, 216, 216, 0.5);
    }
}

.scrolling-content {
    position: relative;
    min-height: 100px;
    width: 100%;
    overflow: hidden;
}

.scrolling-content .fixedsticky-dummy {
    display: none !important;
}

.scrolling-content .section {
    width: 100%;
    padding: 0 30%;
}

@media (min-width:769px) and (max-width:850px) {
    .scrolling-content .section {
        padding: 0 19px;
        text-align: left;
    }
}

@media (max-width:767px) {
    .scrolling-content .section {
        padding: 0 19px;
        text-align: left;
    }
}

.scrolling-content .section .number {
    display: block;
    opacity: 0.5;
    color: #030305;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 6px;
    line-height: 14px;
    text-align: center;
    margin-bottom: 13px;
}

@media (min-width:769px) and (max-width:850px) {
    .scrolling-content .section .number {
        margin: 0;
    }
}

@media (max-width:767px) {
    .scrolling-content .section .number {
        margin: 0;
    }
}

.scrolling-content .section h2 {
    font-size: 50px;
    line-height: 52px;
    text-align: center;
    color: #030305;
}

@media (min-width:769px) and (max-width:850px) {
    .scrolling-content .section h2 {
        font-size: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width:767px) {
    .scrolling-content .section h2 {
        font-size: 40px;
        margin-bottom: 40px;
    }
}

.scrolling-content .section .data .intro,
.scrolling-content .section .technical-data .intro {
    display: block;
    color: #191919;
    font: 700 40px/52px "avalon", Arial, sans-serif;
}

@media (min-width:769px) and (max-width:850px) {
    .scrolling-content .section .data .intro,
    .scrolling-content .section .technical-data .intro {
        font-size: 24px;
        line-height: 36px;
    }
}

@media (max-width:767px) {
    .scrolling-content .section .data .intro,
    .scrolling-content .section .technical-data .intro {
        font-size: 24px;
        line-height: 36px;
    }
}

.scrolling-content .section .data p,
.scrolling-content .section .technical-data p {
    margin: 0 0 36px;
    line-height: 38px;
    color: #191919;
}

@media (min-width:769px) and (max-width:850px) {
    .scrolling-content .section .data p,
    .scrolling-content .section .technical-data p {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .scrolling-content .section .data p,
    .scrolling-content .section .technical-data p {
        font-size: 16px;
    }
}

.scrolling-content .info {
    background: #000;
    padding: 126px 0 291px;
}

@media (min-width:769px) and (max-width:850px) {
    .scrolling-content .info {
        padding: 53px 0 95px;
    }
}

@media (max-width:767px) {
    .scrolling-content .info {
        padding: 53px 0 95px;
    }
}

.scrolling-content .info ul {
    width: 77.64%;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

@media (max-width:1024px) {
    .scrolling-content .info ul {
        width: 100%;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .scrolling-content .info ul {
        width: 100%;
        padding: 0 19px;
    }
}

@media (max-width:767px) {
    .scrolling-content .info ul {
        width: 100%;
        padding: 0 19px;
    }
}

.scrolling-content .info li {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 0 10px;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    overflow: hidden;
}

@media (min-width:769px) and (max-width:850px) {
    .scrolling-content .info li {
        display: block;
        width: 100%;
        padding: 0 0 43px;
    }
}

@media (max-width:767px) {
    .scrolling-content .info li {
        display: block;
        width: 100%;
        padding: 0 0 43px;
    }
}

.scrolling-content .info li strong {
    display: block;
    opacity: 0.5;
    color: #c2c2c6;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 6px;
    line-height: 14px;
    padding-bottom: 38px;
    text-transform: uppercase;
}

@media (min-width:769px) and (max-width:850px) {
    .scrolling-content .info li strong {
        padding-bottom: 17px;
    }
}

@media (max-width:767px) {
    .scrolling-content .info li strong {
        padding-bottom: 17px;
    }
}

.scrolling-content .info li span {
    display: block;
}

.quick-section .cite {
    width: 58.8%;
    position: absolute;
    bottom: 337px;
    left: 12.36%;
}

@media (max-width:1024px) {
    .quick-section .cite.short-bottom {
        bottom: 100px;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .quick-section .cite.short-bottom {
        bottom: 146px;
    }
}

@media (max-width:767px) {
    .quick-section .cite.short-bottom {
        bottom: 146px;
    }
}

@media (max-width:1024px) {
    .quick-section .cite {
        width: 75.14%;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .quick-section .cite {
        width: 100%;
        left: 0;
        bottom: 146px;
        padding: 0 19px;
    }
}

@media (max-width:767px) {
    .quick-section .cite {
        width: 100%;
        left: 0;
        bottom: 146px;
        padding: 0 19px;
    }
}

.quick-section .cite blockquote {
    padding: 71px 0 0;
    margin: 0;
    border: none;
    color: #fff;
    font: 700 50px/60px "avalon", Arial, sans-serif;
    position: relative;
}

@media (max-width:1024px) {
    .quick-section .cite blockquote {
        font-size: 35px;
        line-height: 45px;
        padding: 77px 0 0;
    }
}

.quick-section .cite blockquote:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../../../../themes/custom/adyax/images/spritesheet776a.png?1502707503095=);
    background-position: -110px 0px;
    width: 41px;
    height: 33px;
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .quick-section .cite blockquote:after {
        background-image: url(../../../../themes/custom/adyax/images/spritesheet%402x776a.png?1502707503095=);
        background-size: 151px 98px;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .quick-section .cite blockquote:after {
        background-image: url(../../../../themes/custom/adyax/images/spritesheet776a.png?1502707503095=);
        background-position: -110px -35px;
        width: 39px;
        height: 33px;
    }
}

@media (min-width:769px) and (max-width:850px) and (-webkit-min-device-pixel-ratio:2),
(min-width:769px) and (max-width:850px) and (min-resolution:192dpi) {
    .quick-section .cite blockquote:after {
        background-image: url(../../../../themes/custom/adyax/images/spritesheet%402x776a.png?1502707503095=);
        background-size: 151px 98px;
    }
}

@media (max-width:767px) {
    .quick-section .cite blockquote:after {
        background-image: url(../../../../themes/custom/adyax/images/spritesheet776a.png?1502707503095=);
        background-position: -110px -35px;
        width: 39px;
        height: 33px;
    }
}

@media (max-width:767px) and (-webkit-min-device-pixel-ratio:2),
(max-width:767px) and (min-resolution:192dpi) {
    .quick-section .cite blockquote:after {
        background-image: url(../../../../themes/custom/adyax/images/spritesheet%402x776a.png?1502707503095=);
        background-size: 151px 98px;
    }
}

.quick-section .cite q {
    display: block;
}

.quick-section .img-holder {
    position: relative;
    z-index: 2;
}

.quick-section .img-holder img {
    display: block;
    width: 100%;
}

.quick-section .img-holder .logo-hold {
    width: 100%;
    margin-top: -124px;
    position: relative;
}

@media (min-width:769px) and (max-width:850px) {
    .quick-section .img-holder .logo-hold {
        margin-top: -52px;
        padding: 0 20px;
    }
}

@media (max-width:767px) {
    .quick-section .img-holder .logo-hold {
        margin-top: -52px;
        padding: 0 20px;
    }
}

.quick-section .img-holder .logo-hold .logo-frame {
    width: 75.14%;
    margin: 0 auto;
    padding: 80px;
    background: #fff;
}

@media (min-width:769px) and (max-width:850px) {
    .quick-section .img-holder .logo-hold .logo-frame {
        width: 100%;
        padding: 40px 84px 15px;
    }
}

@media (max-width:767px) {
    .quick-section .img-holder .logo-hold .logo-frame {
        width: 100%;
        padding: 40px 84px 15px;
    }
}

.quick-section .img-holder .logo-hold img {
    display: block;
    width: auto;
    margin: 0 auto;
}

.quick-section .cite-box {
    padding: 70px 0 208px 12.5%;
}

.quick-section .cite-box:before,
.quick-section .cite-box:after {
    content: " ";
    display: table;
}

.quick-section .cite-box:after {
    clear: both;
}

@media (min-width:769px) and (max-width:850px) {
    .quick-section .cite-box {
        padding: 46px 19px 98px;
    }
}

@media (max-width:767px) {
    .quick-section .cite-box {
        padding: 46px 19px 98px;
    }
}

.quick-section .cite-box blockquote {
    padding: 71px 40px 0 0;
    margin: 0;
    border: none;
    color: #191919;
    font: 700 50px/60px "avalon", Arial, sans-serif;
    overflow: hidden;
    position: relative;
    max-width: 840px;
}

@media (min-width:769px) and (max-width:850px) {
    .quick-section .cite-box blockquote {
        max-width: 100%;
        font-size: 40px;
        line-height: 52px;
        padding: 71px 0 0;
    }
}

@media (max-width:767px) {
    .quick-section .cite-box blockquote {
        max-width: 100%;
        font-size: 40px;
        line-height: 52px;
        padding: 71px 0 0;
    }
}

.quick-section .cite-box blockquote:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../../../../themes/custom/adyax/images/spritesheet776a.png?1502707503095=);
    background-position: -110px 0px;
    width: 41px;
    height: 33px;
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .quick-section .cite-box blockquote:after {
        background-image: url(../../../../themes/custom/adyax/images/spritesheet%402x776a.png?1502707503095=);
        background-size: 151px 98px;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .quick-section .cite-box blockquote:after {
        background-image: url(../../../../themes/custom/adyax/images/spritesheet776a.png?1502707503095=);
        background-position: -110px -35px;
        width: 39px;
        height: 33px;
    }
}

@media (min-width:769px) and (max-width:850px) and (-webkit-min-device-pixel-ratio:2),
(min-width:769px) and (max-width:850px) and (min-resolution:192dpi) {
    .quick-section .cite-box blockquote:after {
        background-image: url(../../../../themes/custom/adyax/images/spritesheet%402x776a.png?1502707503095=);
        background-size: 151px 98px;
    }
}

@media (max-width:767px) {
    .quick-section .cite-box blockquote:after {
        background-image: url(../../../../themes/custom/adyax/images/spritesheet776a.png?1502707503095=);
        background-position: -110px -35px;
        width: 39px;
        height: 33px;
    }
}

@media (max-width:767px) and (-webkit-min-device-pixel-ratio:2),
(max-width:767px) and (min-resolution:192dpi) {
    .quick-section .cite-box blockquote:after {
        background-image: url(../../../../themes/custom/adyax/images/spritesheet%402x776a.png?1502707503095=);
        background-size: 151px 98px;
    }
}

.quick-section .cite-box .img {
    float: right;
    position: relative;
    z-index: 2;
    margin-top: 5px;
}

@media (max-width:1024px) {
    .quick-section .cite-box .img {
        display: none;
    }
}

.quick-section .product-img {
    position: relative;
    z-index: 2;
    margin: 66px 0 25px;
}

.quick-section .product-img img {
    display: block;
    margin: 0 auto;
}

.quick-section .performence-block {
    margin: -52px 0 90px;
    padding: 0 10%;
    text-align: center;
    position: relative;
}

@media (max-width:767px) {
    .quick-section .performence-block {
        margin: 0 0 32px;
        padding: 0;
    }
}

.quick-section .performence-block strong {
    display: block;
    color: #fedd23;
    font: 700 300px/300px "avalon", Arial, sans-serif;
}

@media (max-width:1024px) {
    .quick-section .performence-block strong {
        font-size: 156px;
        line-height: 156px;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .quick-section .performence-block strong {
        font-size: 90px;
        line-height: 90px;
    }
}

@media (max-width:767px) {
    .quick-section .performence-block strong {
        font-size: 90px;
        line-height: 90px;
    }
}

.quick-section .performence-block span {
    display: block;
    position: absolute;
    color: #191919;
    font: 700 40px/52px "avalon", Arial, sans-serif;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width:1024px) {
    .quick-section .performence-block span {
        font-size: 20px;
        line-height: 25px;
        width: 100%;
    }
}

.quick-section .left-image-box {
    position: absolute;
    left: 0;
    top: 310px;
}

@media (max-width:1024px) {
    .quick-section .left-image-box {
        display: none;
    }
}

.quick-section .info-block {
    position: relative;
}

.quick-section .info-block .visual {
    position: relative;
}

.quick-section .info-block .img {
    position: relative;
}

.quick-section .info-block .img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #102c66;
    opacity: 0.78;
}

.quick-section .info-block .img img {
    width: 100%;
}

.quick-section .info-block .txt {
    position: absolute;
    padding: 92px 0 4px;
    width: 67.43%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

@media (min-width:769px) and (max-width:850px) {
    .quick-section .info-block .txt {
        width: 100%;
        padding: 92px 19px 4px;
    }
}

@media (max-width:767px) {
    .quick-section .info-block .txt {
        width: 100%;
        padding: 92px 19px 4px;
    }
}

.quick-section .info-block .txt p {
    margin: 0;
}

.quick-section .info-block .txt strong {
    display: block;
    color: #fff;
    font: 700 40px/52px "avalon", Arial, sans-serif;
}

@media (min-width:769px) and (max-width:850px) {
    .quick-section .info-block .txt strong {
        font-size: 22px;
        line-height: 31px;
    }
}

@media (max-width:767px) {
    .quick-section .info-block .txt strong {
        font-size: 22px;
        line-height: 31px;
    }
}

.quick-section .info-block .logo-holder {
    position: absolute;
    left: 50%;
    top: -91px;
    margin-left: -92px;
}

@media (min-width:769px) and (max-width:850px) {
    .quick-section .info-block .logo-holder {
        margin-left: -64px;
        top: -69px;
    }
}

@media (max-width:767px) {
    .quick-section .info-block .logo-holder {
        margin-left: -64px;
        top: -69px;
    }
}

.next-case {
    position: relative;
}

.next-case .visual {
    width: 77.64%;
    margin: 0 auto -109px;
    position: relative;
    top: -109px;
}

@media (min-width:769px) and (max-width:850px) {
    .next-case .visual {
        width: auto;
        margin: 0 20px -73px;
        top: -73px;
    }
}

@media (max-width:767px) {
    .next-case .visual {
        width: auto;
        margin: 0 20px -73px;
        top: -73px;
    }
}

.next-case .visual:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -1px;
    width: 2px;
    height: 40px;
    background: #bdbdbd;
}

.next-case .visual img {
    display: block;
    width: 100%;
}

.next-case .visual .next {
    width: 100%;
    padding: 0 20px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 29.75%;
    color: #fddc3e;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.88px;
    line-height: 21px;
    text-transform: uppercase;
}

.next-case .visual .ttl {
    padding: 13px 20px 0;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    color: #fff;
    font: 700 50px/52px "avalon", Arial, sans-serif;
}

@media (min-width:769px) and (max-width:850px) {
    .next-case .visual .ttl {
        font-size: 30px;
        line-height: 45px;
    }
}

@media (max-width:767px) {
    .next-case .visual .ttl {
        font-size: 30px;
        line-height: 45px;
    }
}

.next-case .visual .more-arrow {
    position: absolute;
    right: 34px;
    bottom: 42px;
    fill: #aaaaab;
}

@media (min-width:769px) and (max-width:850px) {
    .next-case .visual .more-arrow {
        display: none;
    }
}

@media (max-width:767px) {
    .next-case .visual .more-arrow {
        display: none;
    }
}

.next-case .link-holder {
    padding: 46px 10% 0;
    position: relative;
    text-align: center;
}

@media (min-width:769px) and (max-width:850px) {
    .next-case .link-holder {
        padding: 46px 19px 47px;
    }
}

@media (max-width:767px) {
    .next-case .link-holder {
        padding: 46px 19px 47px;
    }
}

.next-case .link-holder:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1px;
    width: 2px;
    height: 40px;
    background: #888;
}

.next-case .link-holder a {
    color: #191919;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 13px;
}

.challenge-section {
    padding: 198px 0 42px;
}

@media (min-width:769px) and (max-width:850px) {
    .challenge-section {
        padding: 100px 0 0;
    }
}

@media (max-width:767px) {
    .challenge-section {
        padding: 100px 0 0;
    }
}

.challenge-section h2 {
    margin: 0 0 155px;
}

@media (min-width:769px) and (max-width:850px) {
    .challenge-section h2 {
        margin: 0;
    }
}

@media (max-width:767px) {
    .challenge-section h2 {
        margin: 0;
    }
}

.challenge-section .data {
    padding-bottom: 120px;
}

@media (min-width:769px) and (max-width:850px) {
    .challenge-section .data {
        padding-bottom: 14px;
    }
}

@media (max-width:767px) {
    .challenge-section .data {
        padding-bottom: 14px;
    }
}

.challenge-section .data .intro {
    padding-bottom: 58px;
}

@media (min-width:769px) and (max-width:850px) {
    .challenge-section .data .intro {
        padding-bottom: 40px;
    }
}

@media (max-width:767px) {
    .challenge-section .data .intro {
        padding-bottom: 40px;
    }
}

.solution-section {
    padding: 41px 0 0;
}

@media (min-width:769px) and (max-width:850px) {
    .solution-section {
        padding: 24px 0 0;
    }
}

@media (max-width:767px) {
    .solution-section {
        padding: 24px 0 0;
    }
}

.solution-section h2 {
    margin: 0 0 102px;
}

@media (min-width:769px) and (max-width:850px) {
    .solution-section h2 {
        margin: 0 0 40px;
    }
}

@media (max-width:767px) {
    .solution-section h2 {
        margin: 0 0 40px;
    }
}

.solution-section .data {
    padding-bottom: 124px;
}

@media (min-width:769px) and (max-width:850px) {
    .solution-section .data {
        padding-bottom: 38px;
    }
}

@media (max-width:767px) {
    .solution-section .data {
        padding-bottom: 38px;
    }
}

.solution-section .data .intro {
    padding-bottom: 83px;
}

@media (min-width:769px) and (max-width:850px) {
    .solution-section .data .intro {
        padding-bottom: 38px;
    }
}

@media (max-width:767px) {
    .solution-section .data .intro {
        padding-bottom: 38px;
    }
}

.benefits-section {
    padding: 129px 0 0;
}

@media (min-width:769px) and (max-width:850px) {
    .benefits-section {
        padding: 36px 0 0;
    }
}

@media (max-width:767px) {
    .benefits-section {
        padding: 36px 0 0;
    }
}

.benefits-section h2 {
    margin: 0 0 162px;
}

@media (min-width:769px) and (max-width:850px) {
    .benefits-section h2 {
        margin: 0 0 40px;
    }
}

@media (max-width:767px) {
    .benefits-section h2 {
        margin: 0 0 40px;
    }
}

.benefits-section .data {
    padding-bottom: 150px;
}

@media (min-width:769px) and (max-width:850px) {
    .benefits-section .data {
        padding-bottom: 38px;
    }
}

@media (max-width:767px) {
    .benefits-section .data {
        padding-bottom: 38px;
    }
}

.benefits-section .data .intro {
    padding-bottom: 85px;
}

@media (min-width:769px) and (max-width:850px) {
    .benefits-section .data .intro {
        padding-bottom: 38px;
    }
}

@media (max-width:767px) {
    .benefits-section .data .intro {
        padding-bottom: 38px;
    }
}

.section-slider {
    position: relative;
    overflow: hidden;
    padding: 100px 10%;
}

@media (min-width:769px) and (max-width:850px) {
    .section-slider {
        padding: 47px 19px;
    }
}

@media (max-width:767px) {
    .section-slider {
        padding: 47px 19px;
    }
}

.case-studie-slider {
    padding: 0 0 73px;
}

@media (min-width:769px) and (max-width:850px) {
    .case-studie-slider {
        padding: 0 0 47px;
    }
}

@media (max-width:767px) {
    .case-studie-slider {
        padding: 0 0 47px;
    }
}

.case-studie-slider.slick-dotted {
    margin: 0;
}

.case-studie-slider .slider {
    float: left;
    width: 100%;
}

.case-studie-slider .slider img {
    margin: 0 auto;
    display: block;
}

.case-studie-slider .slider .wrapp {
    padding: 62px;
    margin-right: 65px;
    background: #e4102e;
    box-shadow: 0 10px 30px rgba(44, 44, 44, 0.1);
}

@media (min-width:769px) and (max-width:850px) {
    .case-studie-slider .slider .wrapp {
        margin-right: 0;
        padding: 17px 54px;
    }
}

@media (max-width:767px) {
    .case-studie-slider .slider .wrapp {
        margin-right: 0;
        padding: 17px 54px;
    }
}

.case-studie-slider .slider.slick-active .wrapp {
    background: #e21835;
}

.case-studie-slider .slick-list {
    overflow: visible;
}

@media (min-width:769px) and (max-width:850px) {
    .case-studie-slider .slick-list {
        overflow: hidden;
    }
}

@media (max-width:767px) {
    .case-studie-slider .slick-list {
        overflow: hidden;
    }
}

.case-studie-slider .slick-dots {
    bottom: 0;
    height: 9px;
}

.case-studie-slider .slick-dots li {
    font-size: 0;
    line-height: 0;
    width: auto;
    height: auto;
    margin: 0 10px;
    vertical-align: top;
}

.case-studie-slider .slick-dots li span {
    display: block;
    width: 9px;
    height: 9px;
    background: #e3e3e3;
}

.case-studie-slider .slick-dots li.slick-active span {
    background: #fedd23;
}

.content-page {
    background: #f9f9f9;
}

.content-page .main-header {
    height: 80px;
    background: #fff;
}

.content-page .page {
    background: none;
    margin: 0;
}

.content-page .page-w {
    padding: 80px 12.57% 0;
    background: #f9f9f9;
    margin: 0;
}

@media (min-width:769px) and (max-width:850px) {
    .content-page .page-w {
        padding: 80px 20px 0;
    }
}

@media (max-width:767px) {
    .content-page .page-w {
        padding: 80px 20px 0;
    }
}

.content-page .content-wrap {
    background: #fff;
    box-shadow: 0 25px 54px rgba(0, 0, 0, 0.11);
    padding: 0 0 308px;
    position: relative;
    z-index: 2;
}

.content-page .content-wrap .content-data {
    padding: 0 14.3%;
}

@media (min-width:769px) and (max-width:850px) {
    .content-page .content-wrap .content-data {
        padding: 0 20px;
    }
}

@media (max-width:767px) {
    .content-page .content-wrap .content-data {
        padding: 0 20px;
    }
}

.content-page .section-title h2 {
    padding-top: 79px;
}

.content-page .section-title h2:after {
    height: 37px;
    background: #ccc;
}

.content-page .top-panel {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 49px;
    margin: 0 10px;
}

.content-page .top-panel:before,
.content-page .top-panel:after {
    content: " ";
    display: table;
}

.content-page .top-panel:after {
    clear: both;
}

@media (min-width:769px) and (max-width:850px) {
    .content-page .top-panel {
        margin: 0;
        padding-bottom: 40px;
    }
}

@media (max-width:767px) {
    .content-page .top-panel {
        margin: 0;
        padding-bottom: 40px;
    }
}

.content-page .top-panel a {
    position: relative;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    margin-top: -24px;
    width: 170px;
    height: 42px;
}

@media (min-width:769px) and (max-width:850px) {
    .content-page .top-panel a {
        display: none;
    }
}

@media (max-width:767px) {
    .content-page .top-panel a {
        display: none;
    }
}

.content-page .top-panel a .ico {
    position: absolute;
    top: 50%;
    left: 0;
    height: 22px;
    width: 15px;
    fill: #4e4e4e;
    margin-top: -9px;
}

.content-page .top-panel a .txt {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.content-page .top-panel a.disabled {
    pointer-events: none;
}

.content-page .top-panel a.disabled .ico {
    fill: #b4b4b4;
}

.content-page .top-panel a.prev,
.content-page .top-panel .controls-quick-access a.next,
.controls-quick-access .content-page .top-panel a.next {
    float: left;
    padding-left: 52px;
    margin-left: -56px;
}

.content-page .top-panel a.prev .ico,
.content-page .top-panel .controls-quick-access a.next .ico,
.controls-quick-access .content-page .top-panel a.next .ico {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.content-page .top-panel a.prev .txt,
.content-page .top-panel .controls-quick-access a.next .txt,
.controls-quick-access .content-page .top-panel a.next .txt {
    left: 52px;
}

.content-page .top-panel a.next {
    float: right;
    padding-right: 45px;
    margin-right: -45px;
}

.content-page .top-panel a.next .ico {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    left: auto;
    right: 0;
}

.content-page .top-panel a.next .txt {
    right: 45px;
}

.content-page .main-content {
    color: #000;
    font-size: 16px;
    line-height: 36px;
    padding: 64px 0 0;
}

@media (min-width:769px) and (max-width:850px) {
    .content-page .main-content {
        padding: 39px 0 0;
    }
}

@media (max-width:767px) {
    .content-page .main-content {
        padding: 39px 0 0;
    }
}

.content-page .main-content .ttl {
    text-align: center;
    padding-bottom: 98px;
}

.content-page .main-content .ttl .number {
    display: block;
    color: #b4b4b4;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.88px;
    line-height: 18px;
    padding-bottom: 36px;
}

@media (min-width:769px) and (max-width:850px) {
    .content-page .main-content .ttl .number {
        font-size: 10px;
    }
}

@media (max-width:767px) {
    .content-page .main-content .ttl .number {
        font-size: 10px;
    }
}

.content-page .main-content .ttl h1 {
    margin: 0;
    font-size: 50px;
    line-height: 59px;
}

@media (min-width:769px) and (max-width:850px) {
    .content-page .main-content .ttl h1 {
        font-size: 40px;
        line-height: 40px;
        margin: 0 -15px;
    }
}

@media (max-width:767px) {
    .content-page .main-content .ttl h1 {
        font-size: 40px;
        line-height: 40px;
        margin: 0 -15px;
    }
}

.content-page .main-content .ttl h2 {
    margin: 57px 0 -33px;
    color: #191919;
    font: 600 24px/43px "Work Sans", Arial, sans-serif;
}

@media (min-width:769px) and (max-width:850px) {
    .content-page .main-content .ttl h2 {
        margin: 53px 0 -61px;
    }
}

@media (max-width:767px) {
    .content-page .main-content .ttl h2 {
        margin: 53px 0 -61px;
    }
}

.content-page .main-content .ttl .sub-ttl:after {
    margin-left: 0;
}

.content-page .main-content p {
    margin: 0 0 86px;
}

.content-page .main-content .data-holder {
    padding-bottom: 59px;
}

.content-page .main-content .data-holder p {
    margin: 0 0 35px;
}

.content-page .main-content .cols {
    text-align: justify;
    font-size: 0;
    line-height: 0;
    width: 100%;
}

.content-page .main-content .cols:after {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 0;
    overflow: hidden;
    width: 100%;
}

.content-page .main-content .cols .col {
    display: inline-block;
    vertical-align: top;
    width: 44.9%;
}

@media (max-width:1024px) {
    .content-page .main-content .cols .col {
        display: block;
        width: auto;
        margin: 0 -20px;
    }
}

.content-page .main-content .cols h2 {
    margin: 0 0 36px;
    text-transform: uppercase;
    color: #b4b4b4;
    font: 600 12px/14px "Work Sans", Arial, sans-serif;
    letter-spacing: 6px;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    padding-bottom: 28px;
}

.content-page .main-content .cols ul {
    margin: 0;
    color: #4e4e4e;
    font-size: 14px;
    line-height: 23px;
    padding: 0 22px 87px 25px;
    text-align: left;
}

@media (min-width:769px) and (max-width:850px) {
    .content-page .main-content .cols ul {
        font-size: 12px;
        padding: 0 20px 41px 28px;
    }
}

@media (max-width:767px) {
    .content-page .main-content .cols ul {
        font-size: 12px;
        padding: 0 20px 41px 28px;
    }
}

.content-page .main-content .cols li {
    position: relative;
    padding: 0 0 23px 28px;
}

@media (min-width:769px) and (max-width:850px) {
    .content-page .main-content .cols li {
        padding: 0 0 23px 25px;
    }
}

@media (max-width:767px) {
    .content-page .main-content .cols li {
        padding: 0 0 23px 25px;
    }
}

.content-page .main-content .cols li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background: #fddc3e;
}

.content-page .main-content .note {
    color: #979797;
    font-size: 12px;
    line-height: 21px;
    margin: -17px 0 76px;
}

@media (min-width:769px) and (max-width:850px) {
    .content-page .main-content .note {
        margin: -17px 0 55px;
    }
}

@media (max-width:767px) {
    .content-page .main-content .note {
        margin: -17px 0 55px;
    }
}

.content-page .main-content .note p {
    margin: 0;
}

.content-page .main-content .note a {
    position: relative;
}

.content-page .main-content .note a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fddc3e;
    left: 0;
    bottom: -9px;
}

.content-page .location {
    text-align: center;
    padding: 41px 21px 0 0;
    margin-bottom: -42px;
}

.content-page .location .ico {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 25px;
    fill: #7d7d7d;
}

@media (min-width:769px) and (max-width:850px) {
    .content-page .location .ico {
        width: 15px;
        height: 20px;
    }
}

@media (max-width:767px) {
    .content-page .location .ico {
        width: 15px;
        height: 20px;
    }
}

.content-page .location .txt {
    display: inline-block;
    vertical-align: middle;
    color: #7d7d7d;
    font-size: 20px;
    line-height: 25px;
    margin-left: 26px;
}

@media (min-width:769px) and (max-width:850px) {
    .content-page .location .txt {
        font-size: 14px;
        line-height: 20px;
        margin-left: 22px;
    }
}

@media (max-width:767px) {
    .content-page .location .txt {
        font-size: 14px;
        line-height: 20px;
        margin-left: 22px;
    }
}

.content-page .btn-holder {
    text-align: center;
    line-height: 0;
    padding-bottom: 67px;
}

@media (min-width:769px) and (max-width:850px) {
    .content-page .btn-holder {
        padding-bottom: 37px;
    }
}

@media (max-width:767px) {
    .content-page .btn-holder {
        padding-bottom: 37px;
    }
}

.content-page .btn-apply {
    background: #fddc3e;
    display: inline-block;
    vertical-align: top;
    color: #191919;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.18px;
    line-height: 14px;
    min-width: 276px;
    position: relative;
    padding: 33px 33px 30px 57px;
    text-transform: uppercase;
}

@media (min-width:769px) and (max-width:850px) {
    .content-page .btn-apply {
        min-width: 280px;
        margin: 0 -20px;
        padding: 32px 33px 30px 57px;
    }
}

@media (max-width:767px) {
    .content-page .btn-apply {
        min-width: 280px;
        margin: 0 -20px;
        padding: 32px 33px 30px 57px;
    }
}

.content-page .btn-apply:after {
    content: "";
    width: 48px;
    height: 1px;
    background: #191919;
    position: absolute;
    left: 33px;
    top: 50%;
}

.content-page .btns-holder {
    padding: 0 0 42px;
    text-align: center;
    line-height: 0;
}

@media (min-width:769px) and (max-width:850px) {
    .content-page .btns-holder {
        padding: 0 0 25px;
    }
}

@media (max-width:767px) {
    .content-page .btns-holder {
        padding: 0 0 25px;
    }
}

.content-page .btns-holder .holder {
    padding: 0 0 54px;
}

@media (min-width:769px) and (max-width:850px) {
    .content-page .btns-holder .holder {
        padding: 0 0 36px;
    }
}

@media (max-width:767px) {
    .content-page .btns-holder .holder {
        padding: 0 0 36px;
    }
}

.content-page .detailed-box {
    margin: 29px 0 121px;
    padding: 68px 40px 46px 41px;
    background: #030305;
}

@media (min-width:769px) and (max-width:850px) {
    .content-page .detailed-box {
        margin: 0 0 88px;
        padding: 55px 0 0;
    }
}

@media (max-width:767px) {
    .content-page .detailed-box {
        margin: 0 0 88px;
        padding: 55px 0 0;
    }
}

.content-page .detailed-box h2 {
    margin: 0 0 62px;
    text-transform: uppercase;
    text-align: center;
    color: #737373;
    letter-spacing: 6px;
    font: 600 12px/14px "Work Sans", Arial, sans-serif;
}

@media (min-width:769px) and (max-width:850px) {
    .content-page .detailed-box h2 {
        margin: 0 0 45px;
    }
}

@media (max-width:767px) {
    .content-page .detailed-box h2 {
        margin: 0 0 45px;
    }
}

.content-page .detailed-box .services-grid {
    width: 100%;
    font-size: 0;
    line-height: 0;
}

.content-page .detailed-box .services-grid .box {
    display: inline-block;
    vertical-align: top;
    width: calc(25% + 1px);
    border: 1px solid #313131;
    margin: -1px 0 0 -1px;
    color: #fff;
    font: 700 24px/34px "Work Sans", Arial, sans-serif;
}

@media (max-width:1024px) {
    .content-page .detailed-box .services-grid .box {
        width: calc(50% + 1px);
    }
}

@media (max-width:767px) {
    .content-page .detailed-box .services-grid .box {
        width: 100%;
        border-width: 1px 0 0;
    }
}

.content-page .detailed-box .services-grid .data {
    padding: 37px 33px;
}

@media (min-width:769px) and (max-width:850px) {
    .content-page .detailed-box .services-grid .data {
        padding: 37px 48px 48px;
    }
}

@media (max-width:767px) {
    .content-page .detailed-box .services-grid .data {
        padding: 37px 48px 48px;
    }
}

.content-page .detailed-box .services-grid p {
    margin: 0;
    padding: 20px 0 18px;
    position: relative;
}

.content-page .detailed-box .services-grid p:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 1px;
    background: #fedd23;
}

.content-page .block-services-content {
    margin-top: -308px;
    position: relative;
    z-index: 2;
}

.content-page .block-services-content .ttl {
    padding: 0 40px 64px;
}

.content-page .block-services-content .next-case .visual {
    padding: 0 10%;
}

@media (max-width:1024px) {
    .content-page .block-services-content .next-case .visual {
        padding: 0 10%;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .content-page .block-services-content .next-case .visual {
        padding: 0;
    }
}

@media (max-width:767px) {
    .content-page .block-services-content .next-case .visual {
        padding: 0;
    }
}

.content-page .block-services-content .next-case .visual:after {
    bottom: -82px;
}

@media (max-width:1024px) {
    .content-page .block-services-content .next-case .visual:after {
        display: none;
    }
}

.content-page .block-services-content .next-case .link-holder {
    background: #fddc3e;
    padding: 70px 10% 131px;
    margin-top: 82px;
}

@media (max-width:1024px) {
    .content-page .block-services-content .next-case .link-holder {
        padding: 72px 20px 131px;
        margin-top: 61px;
    }
}

.content-page .block-services-content .next-case .link-holder:after {
    background: rgba(255, 255, 255, 0.5);
}

@media (max-width:1024px) {
    .content-page .block-services-content .next-case .link-holder:after {
        display: none;
    }
}

.content-page .block-services-content .next-case .table-wrapp .slick-dots {
    bottom: -72px;
    padding: 0 85px;
}

.content-page .block-services-content .next-case .table-wrapp .slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0 10px;
}

.content-page .block-services-content .next-case .table-wrapp .slick-dots li button {
    width: 9px;
    height: 9px;
    padding: 0;
    background: #dfc42d;
    border: none;
    border-radius: 0;
}

.content-page .block-services-content .next-case .table-wrapp .slick-dots li button:before {
    display: none;
}

.content-page .block-services-content .next-case .table-wrapp .slick-dots li button:hover,
.content-page .block-services-content .next-case .table-wrapp .slick-dots li button:focus {
    background: #fff;
}

.content-page .block-services-content .next-case .table-wrapp .slick-dots li.slick-active button {
    background: #fff;
}

.content-page .block-services-content .next-case .table-wrapp .btn-prev,
.content-page .block-services-content .next-case .table-wrapp .btn-next {
    display: block !important;
}

.content-page .contact-block {
    padding: 0;
    width: auto;
    float: none;
    position: relative;
    z-index: 3;
    margin: -201px 0 -132px;
}

@media (min-width:769px) and (max-width:850px) {
    .content-page .contact-block {
        margin: -240px 0 -128px;
    }
}

@media (max-width:767px) {
    .content-page .contact-block {
        margin: -240px 0 -128px;
    }
}

.content-page .contact-block:after {
    content: "";
    position: absolute;
    left: 0;
    top: 201px;
    bottom: 132px;
    background: #f9f9f9;
    width: 100%;
    z-index: -1;
}

.content-page .contact-block.paris-block {
    padding: 0 12.57%;
    background: none;
}

@media (min-width:769px) and (max-width:850px) {
    .content-page .contact-block.paris-block {
        padding: 0 20px;
    }
}

@media (max-width:767px) {
    .content-page .contact-block.paris-block {
        padding: 0 20px;
    }
}

.content-page .contact-block.paris-block .w1 {
    background: url(../../../../themes/custom/adyax/images/img040.jpg) no-repeat 0 50%;
    background-size: cover;
}

@media (min-width:769px) and (max-width:850px) {
    .content-page .contact-block.paris-block .w1 {
        background: url(../../../../themes/custom/adyax/images/img040m.jpg) no-repeat 0 50%;
        background-size: cover;
    }
}

@media (max-width:767px) {
    .content-page .contact-block.paris-block .w1 {
        background: url(../../../../themes/custom/adyax/images/img040m.jpg) no-repeat 0 50%;
        background-size: cover;
    }
}

.content-page .contact-block.newyork-block {
    padding: 0 12.57%;
    background: none;
}

@media (min-width:769px) and (max-width:850px) {
    .content-page .contact-block.newyork-block {
        padding: 0 20px;
    }
}

@media (max-width:767px) {
    .content-page .contact-block.newyork-block {
        padding: 0 20px;
    }
}

.content-page .contact-block.newyork-block .w1 {
    background: url(../../../../themes/custom/adyax/images/bg-newyork-block-big.png) no-repeat 0 50%;
    background-size: cover;
}

@media (min-width:769px) and (max-width:850px) {
    .content-page .contact-block.newyork-block .w1 {
        background: url(../../../../themes/custom/adyax/images/bg-newyork-block-big.png) no-repeat 0 50%;
        background-size: cover;
    }
}

@media (max-width:767px) {
    .content-page .contact-block.newyork-block .w1 {
        background: url(../../../../themes/custom/adyax/images/bg-newyork-block-big.png) no-repeat 0 50%;
        background-size: cover;
    }
}

.content-page .contact-block.kiev-block {
    padding: 0 12.57%;
    background: none;
}

@media (min-width:769px) and (max-width:850px) {
    .content-page .contact-block.kiev-block {
        padding: 0 20px;
    }
}

@media (max-width:767px) {
    .content-page .contact-block.kiev-block {
        padding: 0 20px;
    }
}

.content-page .contact-block.kiev-block .w1 {
    background: url(../../../../themes/custom/adyax/images/bg-kiev-block-big.png) no-repeat 0 50%;
    background-size: cover;
}

@media (min-width:769px) and (max-width:850px) {
    .content-page .contact-block.kiev-block .w1 {
        background: url(../../../../themes/custom/adyax/images/bg-kiev-block-big.png) no-repeat 0 50%;
        background-size: cover;
    }
}

@media (max-width:767px) {
    .content-page .contact-block.kiev-block .w1 {
        background: url(../../../../themes/custom/adyax/images/bg-kiev-block-big.png) no-repeat 0 50%;
        background-size: cover;
    }
}

.content-page .contact-block .w2 {
    padding: 79px 0 81px;
}

@media (min-width:769px) and (max-width:850px) {
    .content-page .contact-block .w2 {
        padding: 65px 0 101px;
    }
}

@media (max-width:767px) {
    .content-page .contact-block .w2 {
        padding: 65px 0 101px;
    }
}

.content-page .contact-block .place-icon {
    margin: 0 auto 57px;
}

.content-page .contact-block .place-name {
    margin-bottom: 38px;
}

.content-page .contact-block .current-time {
    margin-bottom: 39px;
}

.content-page .contact-block .address {
    margin-bottom: 49px;
}

.content-page .contact-block .phone {
    margin-bottom: 47px;
}

.content-page .propos-block {
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 248px 12.57% 42px;
}

@media (min-width:769px) and (max-width:850px) {
    .content-page .propos-block {
        padding: 155px 27px 25px;
        text-align: center;
    }
    .content-page .propos-block .blocks span {
        text-align: left;
    }
}

@media (max-width:767px) {
    .content-page .propos-block {
        padding: 155px 27px 25px;
        text-align: center;
    }
    .content-page .propos-block .blocks span {
        text-align: left;
    }
}

.content-page.no-visual .content-wrap {
    padding: 0 0 68px;
}

@media (min-width:769px) and (max-width:850px) {
    .content-page.no-visual .content-wrap {
        padding: 0 0 68px;
    }
}

@media (max-width:767px) {
    .content-page.no-visual .content-wrap {
        padding: 0 0 68px;
    }
}

.content-page.no-visual .propos-block {
    padding-top: 58px;
}

@media (min-width:769px) and (max-width:850px) {
    .content-page.no-visual .propos-block {
        padding-top: 27px;
    }
}

@media (max-width:767px) {
    .content-page.no-visual .propos-block {
        padding-top: 27px;
    }
}

.propos-block h2 {
    margin: 0 0 30px;
    color: #191919;
    font-size: 50px;
    line-height: 72px;
}

@media (min-width:769px) and (max-width:850px) {
    .propos-block h2 {
        font-size: 35px;
        line-height: 40px;
        margin: 0 0 28px;
    }
}

@media (max-width:767px) {
    .propos-block h2 {
        font-size: 35px;
        line-height: 40px;
        margin: 0 0 28px;
    }
}

.propos-block h2 .sub-ttl:after {
    width: 8px;
    height: 8px;
    margin-left: 0;
}

@media (min-width:769px) and (max-width:850px) {
    .propos-block h2 .sub-ttl:after {
        width: 6px;
        height: 6px;
    }
}

@media (max-width:767px) {
    .propos-block h2 .sub-ttl:after {
        width: 6px;
        height: 6px;
    }
}

.propos-block .blocks:before,
.propos-block .blocks:after {
    content: " ";
    display: table;
}

.propos-block .blocks:after {
    clear: both;
}

.propos-block .blocks .propos {
    float: left;
    width: 50%;
    padding-top: 13px;
}

@media (max-width:1024px) {
    .propos-block .blocks .propos {
        float: none;
        width: 100%;
        padding: 0 0 28px;
    }
}

.propos-block .blocks .propos strong {
    display: block;
    color: #191919;
    font-size: 28px;
    line-height: 52px;
    font-weight: 400;
}

@media (min-width:769px) and (max-width:850px) {
    .propos-block .blocks .propos strong {
        font-size: 22px;
    }
}

@media (max-width:767px) {
    .propos-block .blocks .propos strong {
        font-size: 22px;
    }
}

.propos-block .blocks .propos span {
    display: block;
    color: #191919;
    font-size: 28px;
    line-height: 52px;
    font-weight: 600;
    position: relative;
    padding: 0 0 0 66px;
}

@media (min-width:769px) and (max-width:850px) {
    .propos-block .blocks .propos span {
        font-size: 22px;
    }
}

@media (max-width:767px) {
    .propos-block .blocks .propos span {
        font-size: 22px;
    }
}

.propos-block .blocks .propos span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 43px;
    height: 2px;
    background: #fddc3e;
    margin-top: -1px;
}

.propos-block .blocks .btn-hold {
    float: right;
    text-align: center;
    width: 37%;
}

@media (max-width:1024px) {
    .propos-block .blocks .btn-hold {
        float: none;
        width: 100%;
    }
}

.propos-block .blocks .btn-hold .btn-more {
    padding: 33px 81px 30px 96px;
}

@media (min-width:769px) and (max-width:850px) {
    .propos-block .blocks .btn-hold .btn-more {
        margin: 0;
    }
}

@media (max-width:767px) {
    .propos-block .blocks .btn-hold .btn-more {
        margin: 0;
    }
}

.propos-block .blocks .btn-hold .btn-more:after {
    left: 35px;
}

.btn-share {
    display: inline-block;
    vertical-align: top;
    background: #191919;
    border-radius: 2px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 17px;
    padding: 8px 20px 7px;
}

.btn-share:hover,
.btn-share:focus {
    color: #fff;
}

.modal-backdrop {
    background-color: rgba(25, 25, 25, 0.95);
}

.modal-backdrop.fade {
    opacity: 1;
}

.modal-dialog {
    width: 100%;
    margin: 0;
    color: #fff;
    padding: 0 10%;
}

@media (min-width:769px) and (max-width:850px) {
    .modal-dialog {
        padding: 0 20px;
    }
}

@media (max-width:767px) {
    .modal-dialog {
        padding: 0 20px;
    }
}

.modal-dialog .section-title h2 {
    color: #fff;
}

.modal-dialog .section-title h2 a {
    color: inherit;
}

.modal-dialog .data {
    text-align: center;
    padding: 142px 0 0;
}

@media (min-width:769px) and (max-width:850px) {
    .modal-dialog .data {
        padding: 71px 0;
    }
}

@media (max-width:767px) {
    .modal-dialog .data {
        padding: 71px 0;
    }
}

.modal-dialog .data h2 {
    margin: 0 0 113px;
    color: #fff;
    font-size: 50px;
    line-height: 59px;
}

@media (min-width:769px) and (max-width:850px) {
    .modal-dialog .data h2 {
        font-size: 45px;
        line-height: 55px;
        margin: 0 0 57px;
    }
}

@media (max-width:767px) {
    .modal-dialog .data h2 {
        font-size: 45px;
        line-height: 55px;
        margin: 0 0 57px;
    }
}

.modal-dialog .data .social-list {
    max-width: 480px;
    margin: 0 auto;
}

.modal-dialog .data ul {
    margin: 0;
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 0;
    line-height: 0;
}

@media (min-width:769px) and (max-width:850px) {
    .modal-dialog .data ul {
        display: block;
        width: 244px;
        margin: 0 auto;
    }
}

@media (max-width:767px) {
    .modal-dialog .data ul {
        display: block;
        width: 244px;
        margin: 0 auto;
    }
}

.modal-dialog .data ul li {
    background-color: rgba(255, 255, 255, 0.06);
    border: 2px solid #fff;
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    letter-spacing: 1.2px;
}

@media (min-width:769px) and (max-width:850px) {
    .modal-dialog .data ul li {
        display: inline-block;
        margin: -1px;
    }
}

@media (max-width:767px) {
    .modal-dialog .data ul li {
        display: inline-block;
        margin: -1px;
    }
}

.modal-dialog .data ul a {
    color: #fff;
    fill: #fff;
    display: table-cell;
    vertical-align: middle;
    width: 120px;
    height: 118px;
}

.modal-dialog .data ul .icon-facebook {
    display: block;
    width: 12px;
    height: 24px;
    margin: 4px auto 16px;
}

.modal-dialog .data ul .icon-twitter {
    display: block;
    width: 20px;
    height: 17px;
    margin: 8px auto 18px;
}

.modal-dialog .data ul .icon-linkedin {
    display: block;
    width: 22px;
    height: 22px;
    margin: 6px auto 15px;
}

.modal-dialog .data ul .icon-mail {
    display: block;
    width: 23px;
    height: 15px;
    margin: 12px auto 16px;
}

.services-black-list {
    background: #1f1f1f;
}

.services-black-list .section-title h2 {
    color: #fff;
}

.services-black-list .section-title h2:after {
    background: #fff;
}

.services-black-list .block-services {
    overflow: hidden;
    height: 100vh;
    position: relative;
}

.services-black-list .block-services .animated-line-block {
    z-index: -1;
}

.services-black-list .block-services .section-bg {
    color: rgba(245, 245, 245, 0.1);
    text-transform: lowercase;
}

.services-black-list .block-services .block-services-list {
    overflow: auto;
    height: 100%;
    margin: 0 -17px 0 0;
    text-align: center;
    z-index: 10;
}

.services-black-list .block-services .section-bg {
    top: 0;
}

.services-black-list .services-list li a {
    color: rgba(255, 255, 255, 0.2);
}

.services-black-list .services-list li a:before {
    color: #fff;
}

.services-black-list .services-list li a .dot {
    color: rgba(255, 255, 255, 0.2);
}

.services-black-list .services-list li:hover a {}

.services-black-list .services-list li:hover a .dot {
    color: #fedd23;
}

.services-list {
    color: #191919;
    font: 700 70px/140px "avalon", Arial, sans-serif;
    margin: 78px 0 24vh;
    text-align: center;
}

@media (min-width:769px) and (max-width:850px) {
    .services-list {
        margin: 104px 18px 118px;
        font-size: 30px;
        line-height: 34px;
        text-align: left;
    }
}

@media (max-width:767px) {
    .services-list {
        margin: 104px 18px 118px;
        font-size: 30px;
        line-height: 34px;
        text-align: left;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .services-list li {
        padding-bottom: 34px;
    }
}

@media (max-width:767px) {
    .services-list li {
        padding-bottom: 34px;
    }
}

.services-list li a {
    color: rgba(25, 25, 25, 0.5);
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.services-list li a:after {
    content: '';
    position: absolute;
    height: 16px;
    width: 0;
    top: 50%;
    margin-top: -5px;
    right: 0;
    background: rgba(25, 25, 25, 0.5);
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.services-list li a:before {
    content: attr(data-letters);
    position: absolute;
    z-index: 2;
    overflow: hidden;
    color: #191919;
    white-space: nowrap;
    width: 0;
    -webkit-transition: width 0.4s 0.3s;
    transition: width 0.4s 0.3s;
}

.no-touchevents .services-list li a:hover:after,
.no-js .services-list li a:hover:after,
.services-list li a:focus:after {
    -webkit-transform: translate3d(101%, 0, 0);
    transform: translate3d(101%, 0, 0);
}

.no-touchevents .services-list li a:hover:before,
.no-js .services-list li a:hover:before,
.services-list li a:focus:before {
    width: 100%;
}

.services-list li a .dot {
    vertical-align: bottom;
    font: 700 70px/140px "avalon", Arial, sans-serif;
    color: #fedd23;
}

@media (min-width:769px) and (max-width:850px) {
    .services-list li a .dot {
        font-size: 30px;
        line-height: 34px;
    }
}

@media (max-width:767px) {
    .services-list li a .dot {
        font-size: 30px;
        line-height: 34px;
    }
}

.block-services {
    padding-bottom: 50px;
}

.block-services .section-bg {
    top: 369px;
}

@media (min-width:769px) and (max-width:850px) {
    .block-services .section-bg {
        display: none;
    }
}

@media (max-width:767px) {
    .block-services .section-bg {
        display: none;
    }
}

.block-services-img {
    position: relative;
    padding: 0 6.2%;
    margin: 0 0 212px;
}

@media (min-width:769px) and (max-width:850px) {
    .block-services-img {
        padding: 0;
        margin: 0 0 160px;
    }
}

@media (max-width:767px) {
    .block-services-img {
        padding: 0;
        margin: 0 0 160px;
    }
}

.block-services-img:after {
    position: absolute;
    left: 0;
    top: -57px;
    width: 70%;
    margin: 0 15%;
    height: calc(100% + 120px);
    background: #fddc3e;
    content: '';
}

@media (min-width:769px) and (max-width:850px) {
    .block-services-img:after {
        top: -48px;
        margin: 0;
        width: 100%;
        height: calc(100% + 97px);
    }
}

@media (max-width:767px) {
    .block-services-img:after {
        top: -48px;
        margin: 0;
        width: 100%;
        height: calc(100% + 97px);
    }
}

.block-services-img img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.block-services-img .text {
    color: #fff;
    font: 700 70px/80px "avalon", Arial, sans-serif;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    padding: 0 19%;
    text-align: center;
    z-index: 2;
}

@media (min-width:769px) and (max-width:850px) {
    .block-services-img .text {
        font-size: 35px;
        line-height: 45px;
        padding: 0 20px;
    }
}

@media (max-width:767px) {
    .block-services-img .text {
        font-size: 35px;
        line-height: 45px;
        padding: 0 20px;
    }
}

.block-services-text {
    padding: 0 0 61px;
}

@media (min-width:769px) and (max-width:850px) {
    .block-services-text {
        padding: 0 0 141px;
    }
}

@media (max-width:767px) {
    .block-services-text {
        padding: 0 0 141px;
    }
}

.block-services-text .wrapp {
    width: 35%;
    margin: 0 auto;
    color: #191919;
    font: 400 16px/38px "Work Sans", Arial, sans-serif;
    text-align: center;
}

@media (min-width:769px) and (max-width:850px) {
    .block-services-text .wrapp {
        width: 100%;
        padding: 0 19px;
    }
}

@media (max-width:767px) {
    .block-services-text .wrapp {
        width: 100%;
        padding: 0 19px;
    }
}

.block-services-content .ttl {
    text-align: center;
    padding-bottom: 96px;
}

@media (min-width:769px) and (max-width:850px) {
    .block-services-content .ttl {
        padding: 0 20px 96px;
    }
}

@media (max-width:767px) {
    .block-services-content .ttl {
        padding: 0 20px 96px;
    }
}

.block-services-content .ttl h2 {
    font: 700 40px/45px "avalon", Arial, sans-serif;
    color: #191919;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.block-services-content .ttl h2:after {
    display: inline-block;
    vertical-align: bottom;
    content: '.';
    color: #fddc3e;
}

.block-services-content .ttl .more-arrow {
    display: block;
    margin: 60px auto 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.block-services-content .next-case .visual {
    top: 0;
    margin: 0;
    width: 100%;
    padding: 0 15%;
    z-index: 1;
}

@media (min-width:769px) and (max-width:850px) {
    .block-services-content .next-case .visual {
        padding: 0;
    }
}

@media (max-width:767px) {
    .block-services-content .next-case .visual {
        padding: 0;
    }
}

.block-services-content .next-case .visual:before {
    background: #fddc3e;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 91px;
    content: '';
}

@media (min-width:769px) and (max-width:850px) {
    .block-services-content .next-case .visual:before {
        top: 56px;
        height: calc(100% + 71px);
    }
}

@media (max-width:767px) {
    .block-services-content .next-case .visual:before {
        top: 56px;
        height: calc(100% + 71px);
    }
}

.block-services-content .next-case .visual:after {
    bottom: -91px;
    background: rgba(255, 255, 255, 0.5);
}

@media (min-width:769px) and (max-width:850px) {
    .block-services-content .next-case .visual:after {
        bottom: -127px;
    }
}

@media (max-width:767px) {
    .block-services-content .next-case .visual:after {
        bottom: -127px;
    }
}

.block-services-content .next-case .link-holder {
    margin-top: 91px;
}

@media (min-width:769px) and (max-width:850px) {
    .block-services-content .next-case .link-holder {
        margin-top: 127px;
    }
}

@media (max-width:767px) {
    .block-services-content .next-case .link-holder {
        margin-top: 127px;
    }
}

.block-services-content .next-case .table-wrapp .slick-dots {
    bottom: -54px;
}

.block-services-content .next-case .table-wrapp .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 12px;
}

.block-services-content .next-case .table-wrapp .slick-dots li button {
    width: 15px;
    height: 15px;
    padding: 0;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}

.block-services-content .next-case .table-wrapp .slick-dots li button:before {
    display: none;
}

.block-services-content .next-case .table-wrapp .slick-dots li button:hover,
.block-services-content .next-case .table-wrapp .slick-dots li button:focus {
    background: none;
}

.block-services-content .next-case .table-wrapp .slick-dots li.slick-active button {
    background: none;
}

.block-services-content .next-case .table-wrapp .btn-prev,
.block-services-content .next-case .table-wrapp .btn-next {
    position: absolute;
    left: 20px;
    bottom: -62px;
    width: 46px;
    height: 13px;
    fill: #191919;
    z-index: 2;
    display: none !important;
}

.block-services-content .next-case .table-wrapp .btn-prev {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.block-services-content .next-case .table-wrapp .btn-next {
    left: auto;
    right: 20px;
}

.block-services-content .next-case .table-img {
    display: table;
    width: 100%;
    table-layout: fixed;
}

@media (max-width:1024px) {
    .block-services-content .next-case .table-img {
        display: block;
    }
}

.block-services-content .next-case .table-img .slick-list {
    overflow: visible;
}

.block-services-content .next-case .table-img .cell {
    display: table-cell;
}

@media (max-width:1024px) {
    .block-services-content .next-case .table-img .cell {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }
}

.block-services-content .next-case .table-img .wrapp {
    position: relative;
    margin: 0 15px;
    -webkit-transition: box-shadow 400ms ease 0s, transform 400ms ease 0s, z-index 400ms ease 0s;
    -o-transition: box-shadow 400ms ease 0s, transform 400ms ease 0s, z-index 400ms ease 0s;
    transition: box-shadow 400ms ease 0s, transform 400ms ease 0s, z-index 400ms ease 0s;
}

.no-touchevents .block-services-content .next-case .table-img .wrapp:hover,
.no-js .block-services-content .next-case .table-img .wrapp:hover,
.block-services-content .next-case .table-img .wrapp:focus {
    box-shadow: 0 28px 81px -7px rgba(0, 0, 0, 0.44);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
    z-index: 19;
}

.block-services-content .next-case .table-img .wrapp.light-img a {
    display: block;
}

.block-services-content .next-case .table-img .wrapp.light-img a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
}

@media (min-width:769px) and (max-width:850px) {
    .block-services-content .next-case .table-img .wrapp {
        margin: 0 20px;
    }
}

@media (max-width:767px) {
    .block-services-content .next-case .table-img .wrapp {
        margin: 0 20px;
    }
}

.block-services-content .next-case .table-img img {
    width: 100%;
}

.block-services-content .next-case .table-img .subtitle {
    position: absolute;
    left: 34px;
    top: 49px;
    color: #fddc3e;
    font: 600 12px/21px "Work Sans", Arial, sans-serif;
    letter-spacing: 2.88px;
    z-index: 2;
}

.block-services-content .next-case .table-img .title {
    position: absolute;
    left: 34px;
    top: 98px;
    color: #fff;
    font: 700 50px/45px "avalon", Arial, sans-serif;
    padding-right: 14%;
    z-index: 2;
}

.block-services-content .next-case .table-img .more-arrow {
    position: absolute;
    right: 27px;
    bottom: 31px;
    z-index: 2;
}

.spotlight-section {
    padding-bottom: 60px;
}

.spotlight-section .section-title {
    padding-bottom: 158px;
}

@media (min-width:769px) and (max-width:850px) {
    .spotlight-section .section-title {
        padding-bottom: 74px;
    }
}

@media (max-width:767px) {
    .spotlight-section .section-title {
        padding-bottom: 74px;
    }
}

.spotlight-row {
    padding: 0 10%;
    position: relative;
}

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

.spotlight-row:after {
    clear: both;
}

@media (min-width:769px) and (max-width:850px) {
    .spotlight-row {
        padding: 0 20px;
    }
}

@media (max-width:767px) {
    .spotlight-row {
        padding: 0 20px;
    }
}

.spotlight-row .block {
    position: relative;
}

.spotlight-row .block.light-img:after {
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
}

.spotlight-row .block .data-holder {
    padding: 47px 58px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

@media (max-width:1024px) {
    .spotlight-row .block .data-holder {
        padding: 46px 26px;
    }
}

.spotlight-row .block.get-an-idea-block .subtitle {
    color: #000;
}

.spotlight-row .block.get-an-idea-block h2 {
    color: #000;
}

.spotlight-row .block.twitter-block .ico-twitter {
    display: block;
    width: 34px;
    height: 27px;
    margin: 17px 0 47px;
}

.spotlight-row .block.twitter-block .twitter-feed {
    padding-left: 46px;
}

@media (max-width:1024px) {
    .spotlight-row .block.twitter-block .twitter-feed {
        padding-left: 0;
    }
}

.spotlight-row .block.twitter-block h2 {
    font: 400 30px/40px "Work Sans", Arial, sans-serif;
    padding-bottom: 46px;
    max-width: 360px;
}

@media (max-width:1024px) {
    .spotlight-row .block.twitter-block h2 {
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 31px;
    }
}

.spotlight-row .block.twitter-block .date {
    display: block;
    color: #fff;
    font: 500 12px/12px "Work Sans", Arial, sans-serif;
    letter-spacing: 2.4px;
}

.spotlight-row .block.twitter-block .date .time {
    padding-right: 5px;
}

.spotlight-row .block.design-block h2 {
    max-width: 340px;
}

.spotlight-row.two-blocks .block {
    float: left;
    width: 50%;
}

@media (min-width:769px) and (max-width:850px) {
    .spotlight-row.two-blocks .block {
        float: none;
        width: 100%;
    }
}

@media (max-width:767px) {
    .spotlight-row.two-blocks .block {
        float: none;
        width: 100%;
    }
}

.spotlight-row .subtitle {
    display: block;
    color: #fedd23;
    font: 700 12px/31px "Work Sans", Arial, sans-serif;
    letter-spacing: 6px;
    padding-bottom: 32px;
    text-transform: uppercase;
}

@media (max-width:1024px) {
    .spotlight-row .subtitle {
        padding-bottom: 14px;
    }
}

.spotlight-row h2 {
    color: #fff;
    font: 700 30px/36px "avalon", Arial, sans-serif;
    max-width: 290px;
    padding-bottom: 24px;
}

@media (max-width:1024px) {
    .spotlight-row h2 {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 10px;
    }
}

.spotlight-row .more-arrow svg {
    fill: #fff;
}

.spotlight-row .btn-subscribe {
    display: inline-block;
    vertical-align: top;
    height: 60px;
    background: #444;
    border-radius: 6px;
    font: 300 18px/60px "avalon", Arial, sans-serif;
    color: #fff;
    letter-spacing: -0.06px;
    margin: 80px 0 0;
    padding: 0 25px 0 36px;
}

@media (max-width:1024px) {
    .spotlight-row .btn-subscribe {
        margin: 30px 0 0;
    }
}

.spotlight-row .btn-subscribe .ico-subscribe {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 13px;
    margin: 24px 0 0 12px;
}

.spotlight-row .btn-subscribe .ico-subscribe svg {
    fill: #fddb4f;
}

.spotlight-block {
    background: #f7f9fb;
}

.spotlight-block .section {
    text-align: center;
}

@media (min-width:769px) and (max-width:850px) {
    .spotlight-block .section {
        padding-top: 55px !important;
        padding-bottom: 67px !important;
    }
}

@media (max-width:767px) {
    .spotlight-block .section {
        padding-top: 55px !important;
        padding-bottom: 67px !important;
    }
}

.spotlight-block .section-ttl {
    text-align: left;
}

@media (max-width:1024px) {
    .spotlight-block .section-ttl {
        text-align: center;
    }
}

.spotlight-block h2 {
    text-align: left;
    margin-bottom: 94px;
}

@media (max-width:1024px) {
    .spotlight-block h2 {
        text-align: center;
        margin: 0 -20px 50px;
    }
}

.section-articles {
    margin-bottom: 82px;
}

@media (min-width:769px) and (max-width:850px) {
    .section-articles {
        margin-bottom: 57px;
    }
}

@media (max-width:767px) {
    .section-articles {
        margin-bottom: 57px;
    }
}

.section-articles .holder {
    overflow: hidden;
}

.section-articles .block-article {
    float: left;
    width: 50%;
    color: #fff;
    min-height: 450px;
    text-align: left;
    position: relative;
}

.section-articles .block-article.light-img a:after {
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

@media (max-width:1024px) {
    .section-articles .block-article {
        min-height: 350px;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .section-articles .block-article {
        min-height: 350px;
        float: none;
        width: 100%;
    }
}

@media (max-width:767px) {
    .section-articles .block-article {
        float: none;
        width: 100%;
    }
}

.section-articles .block-article h3 {
    font: 700 24px/36px "avalon", Arial, sans-serif;
    margin: 0 0 20px;
}

@media (min-width:769px) and (max-width:850px) {
    .section-articles .block-article h3 {
        margin: 0 0 10px;
    }
}

@media (max-width:767px) {
    .section-articles .block-article h3 {
        margin: 0 0 10px;
    }
}

.section-articles .block-article .section-ttl {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 31px;
    color: #fddc3e;
    margin: 0 0 10px;
}

@media (min-width:769px) and (max-width:850px) {
    .section-articles .block-article .section-ttl {
        text-align: left;
        margin: 0;
    }
}

@media (max-width:767px) {
    .section-articles .block-article .section-ttl {
        text-align: left;
        margin: 0;
    }
}

.section-articles .block-article .more-arrow {
    fill: #fff;
}

.section-articles .block-article .content-part {
    max-width: 372px;
    position: absolute;
    z-index: 3;
    left: 46px;
    top: 46px;
    right: 46px;
    bottom: 46px;
}

@media (min-width:769px) and (max-width:850px) {
    .section-articles .block-article .content-part {
        min-height: 350px;
        width: 86%;
        top: 17px;
        left: 24px;
        right: 24px;
        bottom: 17px;
    }
}

@media (max-width:767px) {
    .section-articles .block-article .content-part {
        width: 86%;
        top: 17px;
        left: 24px;
        right: 24px;
        bottom: 17px;
    }
}

.section-articles .block-article.get-an-idea-article {
    width: 100%;
}

.spotlight-section .spotlight-data .visual {
    position: relative;
    margin-bottom: 25px;
}

.spotlight-section .spotlight-data .visual .img {
    position: relative;
}

.spotlight-section .spotlight-data .visual .img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #102c66;
    opacity: 0.78;
}

.spotlight-section .spotlight-data .visual .img img {
    width: 100%;
}

.spotlight-section .spotlight-data .visual .txt {
    position: absolute;
    padding: 92px 0 4px;
    width: 67.43%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

@media (min-width:769px) and (max-width:850px) {
    .spotlight-section .spotlight-data .visual .txt {
        width: 100%;
        padding: 92px 19px 4px;
    }
}

@media (max-width:767px) {
    .spotlight-section .spotlight-data .visual .txt {
        width: 100%;
        padding: 92px 19px 4px;
    }
}

.spotlight-section .spotlight-data .visual .txt p {
    margin: 0;
}

.spotlight-section .spotlight-data .visual .txt strong {
    display: block;
    color: #fff;
    font: 700 40px/52px "avalon", Arial, sans-serif;
}

@media (min-width:769px) and (max-width:850px) {
    .spotlight-section .spotlight-data .visual .txt strong {
        font-size: 22px;
        line-height: 31px;
    }
}

@media (max-width:767px) {
    .spotlight-section .spotlight-data .visual .txt strong {
        font-size: 22px;
        line-height: 31px;
    }
}

.spotlight-section .spotlight-data .btns-holder {
    text-align: center;
    line-height: 0;
    position: relative;
    z-index: 2;
    padding: 113px 10% 104px;
}

@media (min-width:769px) and (max-width:850px) {
    .spotlight-section .spotlight-data .btns-holder {
        padding: 85px 19px 8px;
    }
}

@media (max-width:767px) {
    .spotlight-section .spotlight-data .btns-holder {
        padding: 85px 19px 8px;
    }
}

.spotlight-section .data-section {
    padding: 0 10% 129px;
    position: relative;
}

@media (min-width:769px) and (max-width:850px) {
    .spotlight-section .data-section {
        padding: 0 19px 54px;
    }
}

@media (max-width:767px) {
    .spotlight-section .data-section {
        padding: 0 19px 54px;
    }
}

.spotlight-section .data-section .title {
    padding: 0 0 94px;
}

@media (min-width:769px) and (max-width:850px) {
    .spotlight-section .data-section .title {
        padding: 0 0 39px;
    }
}

@media (max-width:767px) {
    .spotlight-section .data-section .title {
        padding: 0 0 39px;
    }
}

.spotlight-section .data-section .sub-title {
    display: block;
    color: #b4b4b4;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 6px;
    line-height: 31px;
    padding: 0 0 12px;
}

@media (min-width:769px) and (max-width:850px) {
    .spotlight-section .data-section .sub-title {
        padding: 0 0 4px;
    }
}

@media (max-width:767px) {
    .spotlight-section .data-section .sub-title {
        padding: 0 0 4px;
    }
}

.spotlight-section .data-section h1 {
    margin: 0;
    color: #191919;
    font-size: 100px;
    line-height: 102px;
}

@media (min-width:769px) and (max-width:850px) {
    .spotlight-section .data-section h1 {
        font-size: 40px;
        line-height: 45px;
    }
}

@media (max-width:767px) {
    .spotlight-section .data-section h1 {
        font-size: 40px;
        line-height: 45px;
    }
}

.spotlight-section .info-boxes {
    padding: 0 0 86px;
}

.spotlight-section .info-boxes:before,
.spotlight-section .info-boxes:after {
    content: " ";
    display: table;
}

.spotlight-section .info-boxes:after {
    clear: both;
}

@media (min-width:769px) and (max-width:850px) {
    .spotlight-section .info-boxes {
        padding: 0 0 39px;
    }
}

@media (max-width:767px) {
    .spotlight-section .info-boxes {
        padding: 0 0 39px;
    }
}

.spotlight-section .info-boxes .box {
    float: left;
    width: 25%;
    color: #191919;
}

@media (min-width:769px) and (max-width:850px) {
    .spotlight-section .info-boxes .box {
        float: none;
        width: 100%;
        padding: 0 0 11px;
    }
}

@media (max-width:767px) {
    .spotlight-section .info-boxes .box {
        float: none;
        width: 100%;
        padding: 0 0 11px;
    }
}

.spotlight-section .info-boxes .img {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 33px;
    overflow: hidden;
}

@media (min-width:769px) and (max-width:850px) {
    .spotlight-section .info-boxes .img {
        display: none;
    }
}

@media (max-width:767px) {
    .spotlight-section .info-boxes .img {
        display: none;
    }
}

.spotlight-section .info-boxes strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}

.spotlight-section .info-boxes span {
    display: block;
    color: #191919;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
}

.spotlight-section .img-holder {
    position: relative;
}

.spotlight-section .img-holder img {
    display: block;
    width: 100%;
}

.spotlight-section .information-block {
    padding: 0 30% 25px;
    color: #191919;
    font-size: 16px;
    line-height: 40px;
}

@media (min-width:769px) and (max-width:850px) {
    .spotlight-section .information-block {
        padding: 0 19px 0;
        font-size: 18px;
        line-height: 38px;
    }
}

@media (max-width:767px) {
    .spotlight-section .information-block {
        padding: 0 19px 0;
        font-size: 18px;
        line-height: 38px;
    }
}

.spotlight-section .information-block h2,
.spotlight-section .information-block h3 {
    margin: 0 0 54px;
    font-size: 50px;
    line-height: 78px;
}

@media (min-width:769px) and (max-width:850px) {
    .spotlight-section .information-block h2,
    .spotlight-section .information-block h3 {
        font-size: 35px;
        line-height: 45px;
        margin: 0 0 28px;
    }
}

@media (max-width:767px) {
    .spotlight-section .information-block h2,
    .spotlight-section .information-block h3 {
        font-size: 35px;
        line-height: 45px;
        margin: 0 0 28px;
    }
}

.spotlight-section .information-block p {
    margin: 0;
}

.spotlight-section .cite {
    position: relative;
    padding: 78px 12.5% 175px;
}

@media (min-width:769px) and (max-width:850px) {
    .spotlight-section .cite {
        padding: 0 19px 63px;
    }
}

@media (max-width:767px) {
    .spotlight-section .cite {
        padding: 0 19px 63px;
    }
}

.spotlight-section .cite blockquote {
    padding: 0 0 0 67px;
    position: relative;
    margin: 0;
    color: #191919;
    font: 700 100px/102px "avalon", Arial, sans-serif;
    border: none;
}

@media (min-width:769px) and (max-width:850px) {
    .spotlight-section .cite blockquote {
        padding: 67px 0 0;
        font-size: 40px;
        line-height: 60px;
    }
}

@media (max-width:767px) {
    .spotlight-section .cite blockquote {
        padding: 67px 0 0;
        font-size: 40px;
        line-height: 60px;
    }
}

.spotlight-section .cite blockquote:after {
    content: "“";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #fddc3e;
}

@media (min-width:769px) and (max-width:850px) {
    .spotlight-section .cite blockquote:after {
        font-size: 100px;
        line-height: 102px;
    }
}

@media (max-width:767px) {
    .spotlight-section .cite blockquote:after {
        font-size: 100px;
        line-height: 102px;
    }
}

.spotlight-section .cite q:after {
    content: "“";
    display: inline-block;
    vertical-align: top;
    color: #fddc3e;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: -9px 0 0 21px;
}

@media (min-width:769px) and (max-width:850px) {
    .spotlight-section .cite q:after {
        display: none;
    }
}

@media (max-width:767px) {
    .spotlight-section .cite q:after {
        display: none;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .spotlight-section .section-slider {
        padding: 81px 19px 87px;
    }
}

@media (max-width:767px) {
    .spotlight-section .section-slider {
        padding: 81px 19px 87px;
    }
}

.spotlight-section .spotlight-slider .item {
    float: left;
}

.spotlight-section .spotlight-slider .item .wrapp {
    box-shadow: 0 10px 40px rgba(44, 44, 44, 0.1);
    margin: 0 34px 0 0;
}

@media (min-width:769px) and (max-width:850px) {
    .spotlight-section .spotlight-slider .item .wrapp {
        margin: 0;
    }
}

@media (max-width:767px) {
    .spotlight-section .spotlight-slider .item .wrapp {
        margin: 0;
    }
}

.spotlight-section .spotlight-slider .item img {
    display: block;
    width: 100%;
}

.spotlight-section .spotlight-slider .slick-list {
    overflow: visible !important;
}

@media (min-width:769px) and (max-width:850px) {
    .spotlight-section .spotlight-slider .slick-list {
        overflow: hidden !important;
    }
}

@media (max-width:767px) {
    .spotlight-section .spotlight-slider .slick-list {
        overflow: hidden !important;
    }
}

.spotlight-section .video-box {
    background: #2c2c2c;
    position: relative;
    padding: 95px 14.3% 121px;
    color: #646464;
    font-size: 24px;
    line-height: 36px;
    margin: 120px 0 124px;
}

@media (min-width:769px) and (max-width:850px) {
    .spotlight-section .video-box {
        margin: 84px 0 78px;
        padding: 50px 19px 88px;
        font-size: 18px;
        line-height: 38px;
    }
}

@media (max-width:767px) {
    .spotlight-section .video-box {
        margin: 84px 0 78px;
        padding: 50px 19px 88px;
        font-size: 18px;
        line-height: 38px;
    }
}

.spotlight-section .video-box h2 {
    margin: 0 0 23px;
    color: #fff;
    font-size: 50px;
    line-height: 78px;
}

@media (min-width:769px) and (max-width:850px) {
    .spotlight-section .video-box h2 {
        font-size: 35px;
    }
}

@media (max-width:767px) {
    .spotlight-section .video-box h2 {
        font-size: 35px;
    }
}

.spotlight-section .video-box p {
    margin: 0 5% 51px 0;
}

@media (min-width:769px) and (max-width:850px) {
    .spotlight-section .video-box p {
        margin: 0 0 46px;
    }
}

@media (max-width:767px) {
    .spotlight-section .video-box p {
        margin: 0 0 46px;
    }
}

.spotlight-section .block-services-content {
    background: #f8f8f8;
    position: relative;
    padding: 0 0 105px;
    margin-top: 70px;
}

.spotlight-section .block-services-content:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -70px;
    height: 70px;
    width: 2px;
    background: #ccc;
    margin-left: -1px;
}

.spotlight-section .block-services-content .more {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #191919;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 6px;
    line-height: 14px;
    padding: 122px 0 132px;
    position: relative;
}

@media (min-width:769px) and (max-width:850px) {
    .spotlight-section .block-services-content .more {
        padding: 107px 0 82px;
    }
}

@media (max-width:767px) {
    .spotlight-section .block-services-content .more {
        padding: 107px 0 82px;
    }
}

.spotlight-section .block-services-content .more:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 77px;
    width: 2px;
    background: #ccc;
    margin-left: -1px;
}

.spotlight-section .block-services-content .next-case .visual {
    padding: 0 7.5%;
}

@media (min-width:769px) and (max-width:850px) {
    .spotlight-section .block-services-content .next-case .visual {
        padding: 0;
    }
}

@media (max-width:767px) {
    .spotlight-section .block-services-content .next-case .visual {
        padding: 0;
    }
}

.spotlight-section .block-services-content .next-case .visual:before,
.spotlight-section .block-services-content .next-case .visual:after {
    display: none;
}

@media (min-width:769px) and (max-width:850px) {
    .spotlight-section .block-services-content .next-case .visual .more-arrow {
        display: block;
        fill: #b5b5b5;
    }
}

@media (max-width:767px) {
    .spotlight-section .block-services-content .next-case .visual .more-arrow {
        display: block;
        fill: #b5b5b5;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .spotlight-section .block-services-content .next-case .table-img .subtitle {
        left: 27px;
        letter-spacing: 3px;
    }
}

@media (max-width:767px) {
    .spotlight-section .block-services-content .next-case .table-img .subtitle {
        left: 27px;
        letter-spacing: 3px;
    }
}

@media (min-width:769px) and (max-width:850px) {
    .spotlight-section .block-services-content .next-case .table-img .title {
        font-size: 35px;
        line-height: 36px;
        left: 27px;
        top: 103px;
    }
}

@media (max-width:767px) {
    .spotlight-section .block-services-content .next-case .table-img .title {
        font-size: 35px;
        line-height: 36px;
        left: 27px;
        top: 103px;
    }
}

.spotlight-section .block-services-content .next-case .table-wrapp .slick-dots {
    bottom: -72px;
    padding: 0 85px;
}

.spotlight-section .block-services-content .next-case .table-wrapp .slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0 10px;
}

.spotlight-section .block-services-content .next-case .table-wrapp .slick-dots li button {
    width: 9px;
    height: 9px;
    padding: 0;
    background: #dfc42d;
    border: none;
    border-radius: 0;
}

.spotlight-section .block-services-content .next-case .table-wrapp .slick-dots li button:before {
    display: none;
}

.spotlight-section .block-services-content .next-case .table-wrapp .slick-dots li button:hover,
.spotlight-section .block-services-content .next-case .table-wrapp .slick-dots li button:focus {
    background: #fff;
}

.spotlight-section .block-services-content .next-case .table-wrapp .slick-dots li.slick-active button {
    background: #fff;
}

.spotlight-section .block-services-content .next-case .table-wrapp .btn-prev,
.spotlight-section .block-services-content .next-case .table-wrapp .btn-next {
    display: block !important;
}

.logo.clipthru-black-box svg,
.logo-mobile.clipthru-black-box svg {
    fill: #fff;
}

.logo.clipthru-white-box svg,
.logo-mobile.clipthru-white-box svg {
    fill: #000;
}

.btn-menu.clipthru-black-box {
    color: #fff;
}

.btn-menu.clipthru-black-box .line {
    background: #fff;
}

.btn-menu.clipthru-white-box {
    color: #191919;
}

.btn-menu.clipthru-white-box .line {
    background: #191919;
}

.quick-access li .quick-wrapp.clipthru-black-box {
    color: #fff;
}

.quick-access li .quick-wrapp.clipthru-black-box:after {
    background: #fff;
}

.quick-access li .quick-wrapp.clipthru-white-box {
    color: #191919;
}

.quick-access li .quick-wrapp.clipthru-white-box:after {
    background: #191919;
}

.controls-quick-access .prev .quick-wrapp.clipthru-black-boxk svg,
.controls-quick-access .next .quick-wrapp.clipthru-black-boxk svg {
    fill: #fff;
}

.controls-quick-access .prev .quick-wrapp.clipthru-white-box svg,
.controls-quick-access .next .quick-wrapp.clipthru-white-box svg {
    fill: #191919;
}

.quick-wrapp.jq-clipthru-origin {
    clip: auto !important;
}

.case-studie .quick-access li .quick-wrapp.clipthru-black-box {
    color: #fff;
}

.case-studie .quick-access li .quick-wrapp.clipthru-black-box:after {
    background: #fff;
}

.case-studie .quick-access li .quick-wrapp.clipthru-white-box {
    color: #191919;
}

.case-studie .quick-access li .quick-wrapp.clipthru-white-box:after {
    background: #191919;
}

.case-studie .prev .quick-wrapp.clipthru-black-box svg,
.case-studie .controls-quick-access .next .quick-wrapp.clipthru-black-box svg,
.controls-quick-access .case-studie .next .quick-wrapp.clipthru-black-box svg {
    fill: #fff;
}

.case-studie .prev .quick-wrapp.clipthru-white-box svg,
.case-studie .controls-quick-access .next .quick-wrapp.clipthru-white-box svg,
.controls-quick-access .case-studie .next .quick-wrapp.clipthru-white-box svg {
    fill: #191919;
}

.no-supports .controls-quick-access .prev .quick-wrapp.clipthru-black-box,
.no-supports .controls-quick-access .next .quick-wrapp.clipthru-black-box {
    background-image: url(../../../../themes/custom/adyax/images/spritesheet776a.png?1502707503095=);
    background-position: -48px -76px;
    width: 14px;
    height: 22px;
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .no-supports .controls-quick-access .prev .quick-wrapp.clipthru-black-box,
    .no-supports .controls-quick-access .next .quick-wrapp.clipthru-black-box {
        background-image: url(../../../../themes/custom/adyax/images/spritesheet%402x776a.png?1502707503095=);
        background-size: 151px 98px;
    }
}

.no-supports .controls-quick-access .prev .quick-wrapp.clipthru-white-box,
.no-supports .controls-quick-access .next .quick-wrapp.clipthru-white-box {
    background-image: url(../../../../themes/custom/adyax/images/spritesheet776a.png?1502707503095=);
    background-position: -32px -76px;
    width: 14px;
    height: 22px;
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .no-supports .controls-quick-access .prev .quick-wrapp.clipthru-white-box,
    .no-supports .controls-quick-access .next .quick-wrapp.clipthru-white-box {
        background-image: url(../../../../themes/custom/adyax/images/spritesheet%402x776a.png?1502707503095=);
        background-size: 151px 98px;
    }
}

.no-supports .controls-quick-access .next .quick-wrapp.clipthru-black-box {
    background-image: url(../../../../themes/custom/adyax/images/spritesheet776a.png?1502707503095=);
    background-position: -16px -76px;
    width: 14px;
    height: 22px;
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .no-supports .controls-quick-access .next .quick-wrapp.clipthru-black-box {
        background-image: url(../../../../themes/custom/adyax/images/spritesheet%402x776a.png?1502707503095=);
        background-size: 151px 98px;
    }
}

.no-supports .controls-quick-access .next .quick-wrapp.clipthru-white-box {
    background-image: url(../../../../themes/custom/adyax/images/spritesheet776a.png?1502707503095=);
    background-position: 0px -76px;
    width: 14px;
    height: 22px;
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .no-supports .controls-quick-access .next .quick-wrapp.clipthru-white-box {
        background-image: url(../../../../themes/custom/adyax/images/spritesheet%402x776a.png?1502707503095=);
        background-size: 151px 98px;
    }
}

.no-supports .case-studie .controls-quick-access .prev .quick-wrapp.clipthru-black-box,
.no-supports .case-studie .controls-quick-access .next .quick-wrapp.clipthru-black-box {
    background-image: url(../../../../themes/custom/adyax/images/spritesheet776a.png?1502707503095=);
    background-position: -48px -76px;
    width: 14px;
    height: 22px;
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .no-supports .case-studie .controls-quick-access .prev .quick-wrapp.clipthru-black-box,
    .no-supports .case-studie .controls-quick-access .next .quick-wrapp.clipthru-black-box {
        background-image: url(../../../../themes/custom/adyax/images/spritesheet%402x776a.png?1502707503095=);
        background-size: 151px 98px;
    }
}

.no-supports .case-studie .controls-quick-access .prev .quick-wrapp.clipthru-white-box,
.no-supports .case-studie .controls-quick-access .next .quick-wrapp.clipthru-white-box {
    background-image: url(../../../../themes/custom/adyax/images/spritesheet776a.png?1502707503095=);
    background-position: -32px -76px;
    width: 14px;
    height: 22px;
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .no-supports .case-studie .controls-quick-access .prev .quick-wrapp.clipthru-white-box,
    .no-supports .case-studie .controls-quick-access .next .quick-wrapp.clipthru-white-box {
        background-image: url(../../../../themes/custom/adyax/images/spritesheet%402x776a.png?1502707503095=);
        background-size: 151px 98px;
    }
}

.no-supports .case-studie .controls-quick-access .next .quick-wrapp.clipthru-black-box {
    background-image: url(../../../../themes/custom/adyax/images/spritesheet776a.png?1502707503095=);
    background-position: -16px -76px;
    width: 14px;
    height: 22px;
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .no-supports .case-studie .controls-quick-access .next .quick-wrapp.clipthru-black-box {
        background-image: url(../../../../themes/custom/adyax/images/spritesheet%402x776a.png?1502707503095=);
        background-size: 151px 98px;
    }
}

.no-supports .case-studie .controls-quick-access .next .quick-wrapp.clipthru-white-box {
    background-image: url(../../../../themes/custom/adyax/images/spritesheet776a.png?1502707503095=);
    background-position: 0px -76px;
    width: 14px;
    height: 22px;
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .no-supports .case-studie .controls-quick-access .next .quick-wrapp.clipthru-white-box {
        background-image: url(../../../../themes/custom/adyax/images/spritesheet%402x776a.png?1502707503095=);
        background-size: 151px 98px;
    }
}

.main-footer {
    background: #fff url(../../../../themes/custom/adyax/images/footer-logo.png) no-repeat 50% 100%;
    z-index: 1;
    padding-bottom: 47px;
    margin-top: auto;
}

@media (max-width:960px) {
    .main-footer {
        height: auto;
        position: relative;
        background-size: 100% auto;
        padding-bottom: 110px;
    }
}

.main-footer .container {
    padding: 0 40px;
}

@media (min-width:769px) and (max-width:850px) {
    .main-footer .container {
        padding: 0 20px;
    }
}

@media (max-width:767px) {
    .main-footer .container {
        padding: 0 20px;
    }
}

.contact-info {
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    padding: 170px 0 130px;
}

@media (min-width:769px) and (max-width:850px) {
    .contact-info {
        padding: 50px 0 22px;
    }
}

@media (max-width:767px) {
    .contact-info {
        padding: 50px 0 22px;
    }
}

.contact-info .info-block {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    color: #4e4e4e;
    text-align: center;
}

@media (min-width:769px) and (max-width:850px) {
    .contact-info .info-block {
        display: block;
        width: 100%;
        margin-bottom: 40px;
    }
}

@media (max-width:767px) {
    .contact-info .info-block {
        display: block;
        width: 100%;
        margin-bottom: 40px;
    }
}

.contact-info address {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 10px;
    line-height: 11px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
}

@media (min-width:769px) and (max-width:850px) {
    .contact-info address {
        text-align: center;
    }
}

@media (max-width:767px) {
    .contact-info address {
        text-align: center;
    }
}

.contact-info address span {
    display: block;
    opacity: 0.9;
    filter: alpha(opacity=90);
    padding: 6px 0;
}

.contact-info address .current-time {
    text-transform: none;
    opacity: 0.3;
    filter: alpha(opacity=30);
    display: inline-block;
    padding: 0 0 0 16px;
}

.contact-info .place-icon {
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 35px;
    margin: 6px 16px;
}

.contact-info .place-icon svg {
    fill: #191919;
}

@media (min-width:769px) and (max-width:850px) {
    .contact-info .place-icon {
        width: 35px;
        height: 32px;
        display: block;
        margin: 0 auto 21px;
    }
}

@media (max-width:767px) {
    .contact-info .place-icon {
        width: 35px;
        height: 32px;
        display: block;
        margin: 0 auto 21px;
    }
}

.footer-bottom {
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.footer-bottom .copy,
.footer-bottom .footer-list,
.footer-bottom .social-list {
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    line-height: 16px;
}

.footer-bottom .copy,
.footer-bottom .footer-list {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.footer-bottom .copy {
    color: #b4b4b4;
}

@media (max-width:960px) {
    .footer-bottom .copy {
        font-size: 10px;
        line-height: 11px;
        position: absolute;
        left: 20px;
        bottom: 95px;
    }
}

.footer-bottom .footer-list {
    color: #343434;
    font-size: 0;
    line-height: 0;
    padding: 0 20px;
}

@media (max-width:960px) {
    .footer-bottom .footer-list {
        padding: 0 0 12px;
        margin: 0;
    }
}

.footer-bottom .footer-list li {
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    line-height: 16px;
    padding: 0 24px;
}

@media (max-width:960px) {
    .footer-bottom .footer-list li {
        display: block;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 6px;
        font-weight: 600;
        padding: 0 0 40px;
    }
}

.footer-bottom .footer-list li a {
    color: #343434;
}

@media (max-width:960px) {
    .footer-bottom .social-list {
        position: absolute;
        right: 20px;
        bottom: 95px;
    }
}

.footer-bottom .social-list li {
    display: inline-block;
    vertical-align: top;
    padding: 0 16px;
}

@media (max-width:960px) {
    .footer-bottom .social-list li {
        padding: 0 20px;
    }
}

.footer-bottom .social-list li a {
    display: block;
    width: 16px;
    height: 16px;
    overflow: hidden;
}

.footer-bottom .social-list li a svg {
    fill: #4e4e4e;
}

.promo-footer {
    background: #191919;
    color: #fff;
    padding: 119px 0 135px;
    text-align: center;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-footer {
        padding: 51px 0 34px;
    }
}

@media (max-width:767px) {
    .promo-footer {
        padding: 51px 0 34px;
    }
}

.promo-footer h3 {
    opacity: 0.95;
    color: #fff;
    font: 700 50px/67px "avalon", Arial, sans-serif;
    letter-spacing: 0.66px;
    margin: 0 0 36px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-footer h3 {
        font-size: 30px;
        line-height: 48px;
        letter-spacing: 0.34px;
        margin: 0 0 32px;
    }
}

@media (max-width:767px) {
    .promo-footer h3 {
        font-size: 30px;
        line-height: 48px;
        letter-spacing: 0.34px;
        margin: 0 0 32px;
    }
}

.promo-footer .btn-holder {
    padding-bottom: 160px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-footer .btn-holder {
        padding-bottom: 75px;
    }
}

@media (max-width:767px) {
    .promo-footer .btn-holder {
        padding-bottom: 75px;
    }
}

.promo-footer .btn-holder:before {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background: #6d6d6d;
    margin: 0 auto 43px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-footer .btn-holder:before {
        margin-bottom: 44px;
    }
}

@media (max-width:767px) {
    .promo-footer .btn-holder:before {
        margin-bottom: 44px;
    }
}

.promo-footer .btn-holder .btn-mail {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #fedd23;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.6px;
    line-height: 17px;
    padding: 20px 77px 21px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-footer .btn-holder .btn-mail {
        padding: 20px 42px 21px;
    }
}

@media (max-width:767px) {
    .promo-footer .btn-holder .btn-mail {
        padding: 20px 42px 21px;
    }
}

.promo-footer .footer-logo {
    width: 53px;
    height: 36px;
    margin: 0 auto 115px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-footer .footer-logo {
        margin-bottom: 44px;
    }
}

@media (max-width:767px) {
    .promo-footer .footer-logo {
        margin-bottom: 44px;
    }
}

.promo-footer .copyright {
    display: block;
    text-align: center;
    opacity: 0.5;
    color: #c2c2c6;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 5px;
    line-height: 11px;
}

.promo-footer .bottom-panel {
    position: relative;
}

.promo-footer .bottom-panel:before,
.promo-footer .bottom-panel:after {
    content: " ";
    display: table;
}

.promo-footer .bottom-panel:after {
    clear: both;
}

.promo-footer .bottom-panel .footer-logo {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -26px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-footer .bottom-panel .footer-logo {
        position: static;
        margin: 0 auto 44px;
    }
}

@media (max-width:767px) {
    .promo-footer .bottom-panel .footer-logo {
        position: static;
        margin: 0 auto 44px;
    }
}

.promo-footer .bottom-panel .copyright {
    float: left;
    margin: 13px 0 11px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-footer .bottom-panel .copyright {
        float: none;
        margin: 0;
    }
}

@media (max-width:767px) {
    .promo-footer .bottom-panel .copyright {
        float: none;
        margin: 0;
    }
}

.promo-footer .bottom-panel .btn-back {
    float: right;
    color: inherit;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 6px;
    line-height: 14px;
    margin: 11px 0 10px;
}

@media (min-width:769px) and (max-width:850px) {
    .promo-footer .bottom-panel .btn-back {
        display: none;
    }
}

@media (max-width:767px) {
    .promo-footer .bottom-panel .btn-back {
        display: none;
    }
}