﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,700");
/* General */
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
            color: inherit;
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
    width: device-width;
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
.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: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slick-dots {
    position: absolute;
    bottom: 20px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 14px;
        width: 14px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li.slick-active button {
            background: #292929;
        }

        .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 14px;
            width: 14px;
            background: transparent;
            border: 4px solid #292929;
            border-radius: 100px;
            outline: none;
            line-height: 0px;
            font-size: 0px;
            color: transparent;
            padding: 5px;
            font-size: 0px;
            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;
                display: none;
            }

        .slick-dots li.slick-active button:before {
            color: black;
            opacity: 0.75;
        }

/* Slider */
.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;
    margin-left: auto;
    margin-right: auto;
}

    .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.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;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
.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: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slick-dots {
    position: absolute;
    bottom: 20px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 14px;
        width: 14px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li.slick-active button {
            background: #292929;
        }

        .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 14px;
            width: 14px;
            background: transparent;
            border: 4px solid #292929;
            border-radius: 100px;
            outline: none;
            line-height: 0px;
            font-size: 0px;
            color: transparent;
            padding: 5px;
            font-size: 0px;
            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;
                display: none;
            }

        .slick-dots li.slick-active button:before {
            color: black;
            opacity: 0.75;
        }

/* HAMBURGER MENU */
.button {
    width: 170px;
    border-radius: 20px;
    border: 1px solid #CAAA5E;
    background: #CAAA5E;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    padding: 6px 22px;
    margin: 15px;
    outline: none;
    transition: .25s ease all;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-family: Roboto;
    height: 33px;
}

@media (max-width: 991.98px) {
    .button {
        margin: 7px 15px;
    }
}

.button:focus {
    outline: none;
}

.button:hover {
    background: #ccbc96;
    color: #FFFFFF;
    text-decoration: none;
}

.button.white {
    background: #FFFFFF;
    color: #CAAA5E;
}

    .button.white:hover {
        background: #ccbc96;
        color: #FFFFFF;
    }

.button.gold {
    background: #CAAA5E;
    color: #FFFFFF;
}

.button.transparent {
    background: transparent;
    border-color: #FFFFFF;
}

    .button.transparent:hover {
        border-color: #CAAA5E;
    }

.button.no-margin {
    margin-left: 0px;
    margin-right: 0px;
}

.input-block.padding-top {
    padding-top: 15px;
}

.input-block.centered {
    text-align: center;
}

.input-block .main-label {
    padding-top: 1px;
    display: block;
    width: 100%;
    color: #868686;
    font-size: 16px;
    line-height: 18px;
    margin: 0px;
    text-shadow: 0 0 4px #FFFFFF, 2px 2px 2px rgba(255, 255, 255, 0);
}

.input-block .sub-label {
    display: block;
    width: 100%;
    color: #868686;
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
    padding: 2px 0px 4px;
    text-shadow: 0 0 4px #FFFFFF, 2px 2px 2px rgba(255, 255, 255, 0);
}

.input-block .input-wrapper {
    position: relative;
}

    .input-block .input-wrapper select,
    .input-block .input-wrapper input[type="text"],
    .input-block .input-wrapper input[type="password"],
    .input-block .input-wrapper input[type="mail"],
    .input-block .input-wrapper input[type="email"] {
        height: 33px;
        background: #FFFFFF;
        border: 1px solid #dddedf;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 16px;
        border-radius: 3px;
        outline: none;
    }

        .input-block .input-wrapper select:focus,
        .input-block .input-wrapper input[type="text"]:focus,
        .input-block .input-wrapper input[type="password"]:focus,
        .input-block .input-wrapper input[type="mail"]:focus,
        .input-block .input-wrapper input[type="email"]:focus {
            border-color: #CAAA5E;
        }

        .input-block .input-wrapper select::placeholder,
        .input-block .input-wrapper input[type="text"]::placeholder,
        .input-block .input-wrapper input[type="password"]::placeholder,
        .input-block .input-wrapper input[type="mail"]::placeholder,
        .input-block .input-wrapper input[type="email"]::placeholder {
            color: #868686;
        }

    .input-block .input-wrapper select {
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
    }

        .input-block .input-wrapper select::-ms-expand {
            display: none;
        }

    .input-block .input-wrapper.icon select,
    .input-block .input-wrapper.icon input[type="text"],
    .input-block .input-wrapper.icon input[type="password"],
    .input-block .input-wrapper.icon input[type="mail"],
    .input-block .input-wrapper.icon input[type="email"] {
        padding-left: 33px;
    }

    .input-block .input-wrapper.icon:before {
        background-size: 33px 33px;
        background-position: left center;
        position: absolute;
        left: 0px;
        top: 0px;
        height: 33px;
        width: 33px;
        content: " ";
        display: block;
        z-index: 2;
        pointer-events: none;
    }

    .input-block .input-wrapper.icon.icon-profile:before {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../images/icon-input-profile.png");
    }

    .input-block .input-wrapper.icon.icon-mail:before {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../images/icon-input-mail.png");
    }

    .input-block .input-wrapper.icon.icon-lock:before {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../images/icon-input-lock.png");
    }

    .input-block .input-wrapper.icon.icon-phone:before {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../images/icon-input-phone.png");
    }

    .input-block .input-wrapper.icon-select:before {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../images/icon-select-arrow.png");
        background-size: 33px 33px;
        background-position: left center;
        position: absolute;
        right: 0px;
        top: 0px;
        height: 33px;
        width: 33px;
        content: " ";
        display: block;
        z-index: 2;
        pointer-events: none;
    }

    .input-block .input-wrapper.icon-select select {
        padding-right: 33px;
    }

    .input-block .input-wrapper .search-button {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../images/icon-search.png");
        background-size: 33px 33px;
        height: 33px;
        width: 33px;
        border: 0px;
        background-color: transparent;
        position: absolute;
        right: 0px;
        top: 0px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        cursor: pointer;
        transition: .25s ease all;
        outline: none;
    }

        .input-block .input-wrapper .search-button:hover, .input-block .input-wrapper .search-button:focus {
            box-shadow: inset 0px 0px 0px 1px #CAAA5E;
            background-color: #ccbc96;
        }

.input-block p, .input-block label {
    font-size: 14px;
    color: #868686;
}

    .input-block p a, .input-block label a {
        font-weight: bold;
        color: #868686;
    }

.input-block.error {
    position: relative;
}

    .input-block.error .sub-label {
        color: #D0021B;
    }

    .input-block.error select,
    .input-block.error input[type="text"],
    .input-block.error input[type="password"],
    .input-block.error input[type="mail"],
    .input-block.error input[type="email"] {
        border-color: #D0021B;
    }

    .input-block.error::after {
        content: url("../images/inputerror.png");
        position: absolute;
        right: -8px;
        bottom: 17px;
        z-index: 3000;
    }

.input-block .extra-row .right {
    text-align: right;
}

.form-container[class] {
    width: 390px;
    max-width: 100%;
    margin-left: auto;
    margin-right: -15px;
}

    .form-container[class].full-width {
        width: 100%;
        margin: 0px;
    }

    .form-container[class].w780 {
        width: 780px;
        margin: 0px auto;
    }

@media (max-width: 991.98px) {
    .form-container[class].w780 {
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100% + 40px);
    }
}

@media (max-width: 991.98px) {
    .form-container[class] {
        margin-right: auto;
    }
}

.form-container[class] h1 {
    color: #868686;
    margin: 0px 15px 16px;
    font-size: 28px;
    font-weight: bold;
    line-height: 38px;
}

.form-container[class] h3 {
    font-size: 33px;
    font-weight: 300;
    line-height: 32px;
    text-align: center;
    padding-bottom: 25px;
}

    .form-container[class] h3.centered {
        width: 100%;
        text-align: center;
    }

input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

    /*input[type="checkbox"] + label {
        position: relative;
        cursor: pointer;
        padding: 0;
    }

        input[type="checkbox"] + label:before {
            content: '';
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 14px;
            height: 14px;
            background: #FFFFFF;
            border: 1px solid #868686;
        }

    input[type="checkbox"]:hover + label:before {
        background: #CAAA5E;
    }

    input[type="checkbox"]:focus + label:before {
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    }

    input[type="checkbox"]:checked + label:before {
        background: #CAAA5E;
    }

    input[type="checkbox"]:disabled + label {
        color: #b8b8b8;
        cursor: auto;
    }

        input[type="checkbox"]:disabled + label:before {
            box-shadow: none;
            background: #ddd;
        }

    input[type="checkbox"]:checked + label:after {
        content: '';
        position: absolute;
        left: 3px;
        top: 8px;
        background: white;
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        transform: rotate(45deg) scale(0.8);
    }*/

.hamburger {
    padding: 3px 0px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

    .hamburger:hover {
        opacity: 0.7;
    }

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 30px;
        height: 4px;
        background-color: #000;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }

        .hamburger-inner::before, .hamburger-inner::after {
            content: "";
            display: block;
        }

        .hamburger-inner::before {
            top: -10px;
        }

        .hamburger-inner::after {
            bottom: -10px;
        }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--spin .hamburger-inner::before {
        transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    }

    .hamburger--spin .hamburger-inner::after {
        transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--spin.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    }

    .hamburger--spin.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
        transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

/* Partials */
section.header {
    position: relative;
    display: block;
    background-color: #CAAA5E;
}

    section.header .wrapper {
        width: 100%;
        max-width: calc(100% - 30px);
        margin: 0px auto;
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
        text-align: center;
    }

        section.header .wrapper:after {
            content: ' ';
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

        section.header .wrapper .left, section.header .wrapper .middle, section.header .wrapper .right {
            float: left;
            display: flex;
            align-items: center;
        }

        section.header .wrapper .left {
            width: 33.3333334%;
            justify-content: flex-start;
        }

            section.header .wrapper .left img {
                width: 24px;
                margin-right: 30px;
                cursor: pointer;
            }

        section.header .wrapper .middle {
            width: 33.3333334%;
        }

        section.header .wrapper .right {
            width: 33.3333334%;
            justify-content: flex-end;
            align-items: center;
            min-height: 30px;
        }

            section.header .wrapper .right .icon {
                margin: 0px 10px;
                width: 32px;
                height: 22px;
                background-color: transparent;
                background-size: contain;
                background-repeat: no-repeat;
                border: 0px;
                cursor: pointer;
                transition: .25s ease all;
                border-radius: 10%;
            }

                section.header .wrapper .right .icon.icon-profile {
                    background-position: center;
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-image: url("../images/icon-profile-grey-2.png");
                    background-size: auto;
                    position: relative;
                }

                    section.header .wrapper .right .icon.icon-profile .profile-menu {
                        position: absolute;
                        background-color: #F9F6EE;
                        z-index: 500;
                        width: 100px;
                        right: -30px;
                        top: 32px;
                        text-align: center;
                        color: #868686;
                        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
                        padding: 10px;
                        cursor: default;
                        display: none;
                    }

                        section.header .wrapper .right .icon.icon-profile .profile-menu:before {
                            left: 44px;
                            top: -6px;
                            height: 12px;
                            width: 12px;
                            border-right: none;
                            border-top: none;
                            content: " ";
                            background-color: #F9F6EE;
                            position: absolute;
                            pointer-events: none;
                            transform: rotate(45deg);
                        }

                        section.header .wrapper .right .icon.icon-profile .profile-menu ul {
                            list-style: none;
                            margin: 0;
                            padding: 0;
                        }

                            section.header .wrapper .right .icon.icon-profile .profile-menu ul li {
                                cursor: pointer;
                                margin-bottom: 3px;
                                font-size: 13px;
                            }

                    section.header .wrapper .right .icon.icon-profile:hover .profile-menu {
                        display: block;
                    }

                section.header .wrapper .right .icon.icon-globe {
                    background-position: center;
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-image: url("../images/icon-globe-grey.png");
                }

                section.header .wrapper .right .icon:hover {
                    border-radius: 50%;
                    background-color: #FFFFFF;
                    box-shadow: 0px 0px 0px 5px #FFFFFF;
                }

    section.header .logo {
        position: relative;
        display: inline-block;
        margin: 0px;
        font-size: 16px;
        z-index: 10;
        min-width: 68px;
        width: 100%;
        height: 30px;
        background: transparent;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../images/logo.png");
        background-size: contain;
        background-position: left center;
        color: #231F20;
        text-align: left;
        padding-left: 91px;
        display: flex;
        align-items: center;
        line-height: 31px;
        transition: .25s ease all;
    }

@media (max-width: 1199.98px) {
    section.header .logo {
        font-size: 0px;
    }
}

section.header .logo:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.search-wrap {
    width: 100%;
    position: relative;
    text-align: right;
}

    .search-wrap .search-input {
        height: 30px;
        width: 70%;
        border: 0;
        border-radius: 2px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        /*background-image: url("../images/icon-search-b.png");
        background-size: 21px;
        background-position: right 4px center;*/
        background-color: #EEECE8;
        color: #868686;
        padding-left: 20px;
        padding-right: 50px;
    }



.search-wrap .found-list {
    position: absolute;
    background-color: #F9F6EE;
    z-index: 500;
    width: calc(70% - 20px);
    right: 20px;
    top: 40px;
    padding-right: 20px;
    text-align: left;
    color: #868686;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    display: none;
    min-width:400px;
}



.search-wrap .found-list.on {
    display: block;
}

.search-wrap .found-list:before {
    left: 19px;
    top: -6px;
    height: 12px;
    width: 12px;
    border-right: none;
    border-top: none;
    content: " ";
    background-color: #F9F6EE;
    position: absolute;
    pointer-events: none;
    transform: rotate(45deg);
}

.search-wrap .found-list .found-list-category {
    padding-top: 15px;
}

    .search-wrap .found-list .found-list-category:last-child .category-name-and-list {
        border-bottom: 0;
    }

    .search-wrap .found-list .found-list-category .category-icon {
        float: left;
        width: 50px;
        text-align: center;
    }

        .search-wrap .found-list .found-list-category .category-icon img {
            width: 20px;
        }

    .search-wrap .found-list .found-list-category .category-name-and-list {
        overflow: hidden;
        border-bottom: 1px solid #868686;
    }

        .search-wrap .found-list .found-list-category .category-name-and-list .category-name {
            margin-bottom: 6px;
            text-transform: uppercase;
            font-family: Roboto;
            font-weight: bold;
            font-size: 12px;
            padding-top: 4px;
        }

        .search-wrap .found-list .found-list-category .category-name-and-list ul.category-list {
            list-style: none;
            padding: 0;
        }

            .search-wrap .found-list .found-list-category .category-name-and-list ul.category-list li {
                margin-bottom: 3px;
                padding: 2px 4px;
                cursor: pointer;
            }

                .search-wrap .found-list .found-list-category .category-name-and-list ul.category-list li:hover {
                    background: linear-gradient(90deg, #caaa5e 0%, #f9f6ee 100%);
                    color: black;
                }

.search-wrap .found-list .button-wrapper {
    text-align: center;
    padding: 15px 0;
}

    .search-wrap .found-list .button-wrapper button {
        width: auto;
    }

footer.page-footer {
    background: #efeeee;
    display: block;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

    footer.page-footer .wrapper {
        height: 50px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 0px auto;
        width: 100%;
        text-align: center;
        max-width: calc(100% - 30px);
        flex-wrap: wrap;
        position: relative;
        text-align: left;
    }

@media (max-width: 1199.98px) {
    footer.page-footer .wrapper {
        justify-content: space-between;
    }
}

footer.page-footer .wrapper a {
    color: #231F20;
    display: block;
}

    footer.page-footer .wrapper a.footer-logo {
        height: 54px;
        width: 100px;
        display: block;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../images/kisfalufy-logo-no-text.png");
    }

footer.page-footer .icon.icon-mail:before {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/icon-mail.png");
}

footer.page-footer .icon.icon-document:before {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/icon-document.png");
}

footer.page-footer .icon.icon-data:before {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/icon-menu.png");
}

footer.page-footer .icon:before {
    width: 26px;
    height: 26px;
    display: inline-block;
    content: " ";
    margin-bottom: -7px;
    margin-right: 10px;
}

@media (max-width: 991.98px) {
    footer.page-footer .icon {
        width: 50%;
        margin: 10px 0px;
    }
}

@media (max-width: 767.98px) {
    footer.page-footer .icon {
        width: 100%;
    }
}

footer.bottom-footer {
    background: #373737;
    border-top: 2px solid #CAAA5E;
    height: 45px;
    width: 100%;
    position: relative;
    z-index: 3;
}

section.homepage {
    background-position: center;
    background-size: cover;
    min-height: calc(100vh - 160px);
    max-width: 100%;
    overflow: hidden;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images//backgrounds/bg01.jpg");
}

    section.homepage .wrapper {
        width: 1140px;
        max-width: calc(100% - 30px);
        margin: 0px auto;
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
        text-align: left;
    }

        section.homepage .wrapper:after {
            content: ' ';
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    section.homepage h1 {
        font-size: 50px;
        line-height: 72px;
        font-weight: bold;
    }

    section.homepage .buttons {
        margin: 30px -15px;
    }

    section.homepage:before {
        display: block;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.9+0,0.4+77,0+100 */
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.4) 77%, rgba(255, 255, 255, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.4) 77%, rgba(255, 255, 255, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.4) 77%, rgba(255, 255, 255, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#00ffffff',GradientType=1 );
        /* IE6-9 */
    }

@media (max-width: 991.98px) {
    section.homepage:before {
        background: rgba(255, 255, 255, 0.8);
    }
}

section.homepage .wrapper {
    z-index: 2;
}

section.homepage h1 {
    padding-top: 114px;
    width: 780px;
    max-width: 100%;
}

@media (max-width: 991.98px) {
    section.homepage h1 {
        font-size: 30px;
        line-height: 120%;
        padding-top: 20px;
    }
}

section.homepage p {
    width: 819px;
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding-top: 20px;
}

section.login-page {
    background-position: center;
    background-size: cover;
    min-height: calc(100vh - 102px);
    max-width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    height: 548px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images//backgrounds/bg01.jpg");
}

    section.login-page .wrapper {
        width: 1140px;
        max-width: calc(100% - 30px);
        margin: 0px auto;
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
        text-align: left;
    }

        section.login-page .wrapper:after {
            content: ' ';
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    section.login-page h1 {
        font-size: 50px;
        line-height: 72px;
        font-weight: bold;
    }

    section.login-page .buttons {
        margin: 30px -15px;
    }

    section.login-page:before {
        display: block;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+5,0.7+47,0.9+81 */
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.7) 47%, rgba(255, 255, 255, 0.9) 81%, rgba(255, 255, 255, 0.9) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.7) 47%, rgba(255, 255, 255, 0.9) 81%, rgba(255, 255, 255, 0.9) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.7) 47%, rgba(255, 255, 255, 0.9) 81%, rgba(255, 255, 255, 0.9) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e6ffffff',GradientType=1 );
        /* IE6-9 */
    }

    @media (max-height: 800px) {
        section.register-page {
            min-height: 700px;
        }
    }

    @media (max-width: 991.98px) {
        section.login-page:before {
            background: rgba(255, 255, 255, 0.8);
        }
    }

    section .login-page .wrapper {
        z-index: 2;
    }

    .menu-side {
        box-shadow: -4000px 4000px 0px 4000px #F9F6EE;
        color: #868686;
        background-color: #F9F6EE;
        font-size: 16px;
        float: left;
        padding: 30px 0;
        transition: .3s ease-in-out;
        width: 240px;
        margin-left: -240px;
    }

        .menu-side hr {
            background-color: #e1d0a6;
            border: 0;
            height: 1px;
            margin: 25px 15px 15px 15px;
        }

        .menu-side.on {
            margin-left: 0;
        }

        .menu-side ul {
            list-style: none;
            margin: 0;
            padding: 0;
            margin: 0px;
        }

        .menu-side a.link {
            display: block;
            color: #868686;
            padding: 8px 15px 6px 30px;
            cursor: pointer;
        }

            .menu-side a.link:hover {
                text-decoration: none;
                background-color: #dddedf;
            }

            .menu-side a.link:before {
                content: " ";
                display: inline-block;
                width: 22px;
                height: 22px;
                margin-bottom: -5px;
                margin-right: 9px;
            }

            .menu-side a.link.icon-home:before {
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/icon-home.png");
            }

            .menu-side a.link.icon-award:before {
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/icon-award.png");
            }

            .menu-side a.link.icon-floppy:before {
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/icon-floppy.png");
            }

            .menu-side a.link.icon-folder:before {
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/icon-folder.png");
            }

            .menu-side a.link.icon-grid:before {
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/icon-grid.png");
            }

            .menu-side a.link.icon-heart:before {
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/icon-heart.png");
            }

            .menu-side a.link.icon-location:before {
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/icon-location.png");
            }

            .menu-side a.link.icon-book:before {
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/icon-book.png");
            }

            .menu-side a.link.icon-convert:before {
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/icon-convert.png");
            }

            .menu-side a.link.icon-tasks:before {
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/icon-tasks.png");
            }

            .menu-side a.link.icon-email:before {
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/icon-email.svg");
            }

            .menu-side a.link.icon-cog:before {
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/icon-cog.png");
            }

            .menu-side a.link.icon-play:before {
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/icon-play.png");
            }

            .menu-side a.link.icon-search-b:before {
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/icon-search-b.png");
            }

            .menu-side a.link.icon-prof:before {
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/icon-prof.png");
            }

            .menu-side a.link.icon-lock:before {
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/icon-lock.png");
            }

            .menu-side a.link.icon-i:before {
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/icon-i.png");
            }

            .menu-side a.link.icon-users:before {
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/icon-users.png");
            }

            .menu-side a.link.icon-log:before {
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/icon-log.png");
            }

    .slide-video {
        color: #868686;
        border-bottom: 1px solid #DDDEDF;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

        .slide-video:last-child {
            border-bottom: 0;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        .slide-video h1 {
            font-size: 28px;
        }

        .slide-video .saved-head {
            display: flex;
        }

    @media (max-width: 991.98px) {
        .slide-video .saved-head {
            flex-wrap: wrap;
        }
    }

    .slide-video .saved-head .icon-list {
        display: flex;
        align-items: center;
        padding-bottom: 7px;
        padding-left: 15px;
    }

        .slide-video .saved-head .icon-list .link {
            width: 28px;
            height: 28px;
            display: inline-block;
            margin: 5px 0px 5px 5px;
            background-position: center;
        }

            .slide-video .saved-head .icon-list .link.icon-edit {
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/icon-edit.png");
            }

            .slide-video .saved-head .icon-list .link.icon-delete {
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/icon-delete.png");
            }

    .slide-video .saved-head small {
        font-style: italic;
        display: flex;
        align-items: center;
        padding-bottom: 7px;
        padding-left: 20px;
    }

    @media (max-width: 991.98px) {
        .slide-video .saved-head small {
            width: 100%;
            padding-left: 0px;
            padding-bottom: 30px;
            margin-top: -5px;
        }
    }

    .slide-video .slick-list {
        margin-top: 10px;
        overflow: visible;
    }

        .slide-video .slick-list .slick-item {
            opacity: 0.2;
            transition: .5s ease all;
        }

            .slide-video .slick-list .slick-item.slick-active {
                opacity: 1;
            }

            .slide-video .slick-list .slick-item .content .image {
                overflow: hidden;
                object-fit: cover;
                width: 291px;
                height: 221px;
            }

                .slide-video .slick-list .slick-item .content .image img {
                    object-fit: cover;
                    width: 100%;
                    height: 100%;
                }

            .slide-video .slick-list .slick-item .content h3 {
                font-size: 16px;
                margin: 10px 0 5px 0;
            }

            .slide-video .slick-list .slick-item .content p {
                font-size: 16px;
                margin-bottom: 0;
            }

        .slide-video .slick-list .slick-arrow {
            position: absolute;
            width: 40px;
            height: 40px;
            top: 0;
            background-color: #FFFFFF;
            border: 0;
            border-radius: 40px;
            outline: none;
            z-index: 21;
            box-shadow: 0px 0px 7px 0px #bdbdbd;
        }

            .slide-video .slick-list .slick-arrow.slick-next {
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/slick-pager-arrow-right.png");
                background-size: auto;
                background-position: 16px 9px;
                right: 20px;
            }

                .slide-video .slick-list .slick-arrow.slick-next::before {
                    content: "";
                }

            .slide-video .slick-list .slick-arrow.slick-prev {
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/slick-pager-arrow-left.png");
                background-size: auto;
                background-position: 12px 9px;
                right: 73px;
                left: auto;
            }

                .slide-video .slick-list .slick-arrow.slick-prev::before {
                    content: "";
                }

    .slide-video .informations {
        display: flex;
        flex-wrap: wrap;
        margin-top: -15px;
        margin-bottom: 15px;
    }

        .slide-video .informations span {
            display: block;
            width: 291px;
        }

    section.slide-video-search {
        margin-right: 30px;
    }

    section.upload-folders {
        padding-top: 50px;
        color: #868686;
    }

        section.upload-folders .tree-wrap {
            padding-left: 50px;
            background-color: #fdfdfd;
            margin-right: 30px;
            padding-top: 20px;
        }

            section.upload-folders .tree-wrap h3.title {
                font-weight: 400;
                text-align: center;
                font-size: 20px;
            }

        section.upload-folders .folder-action-buttons {
            text-align: center;
            padding-top: 20px;
            padding-bottom: 40px;
        }

            section.upload-folders .folder-action-buttons .button.white {
                width: auto;
            }

                section.upload-folders .folder-action-buttons .button.white img {
                    margin-right: 5px;
                    margin-top: -3px;
                }

        section.upload-folders .butt-wrap {
            text-align: center;
            padding-bottom: 30px;
        }

    section.upload-head .steps-wrap {
        padding: 50px 50px 0 50px;
    }

        section.upload-head .steps-wrap .numbers-wrap {
            padding: 0 50px 15px 40px;
        }

            section.upload-head .steps-wrap .numbers-wrap ul.step-numbers {
                align-content: center;
                align-items: center;
                counter-reset: stepCount;
                display: flex;
                justify-content: space-around;
            }

                section.upload-head .steps-wrap .numbers-wrap ul.step-numbers li {
                    background: #CAAA5E;
                    color: white;
                    content: ' ';
                    display: flex;
                    flex-grow: 1;
                    height: 1px;
                    line-height: 1em;
                    margin: 0;
                    position: relative;
                    text-align: right;
                    z-index: -1;
                }

                    section.upload-head .steps-wrap .numbers-wrap ul.step-numbers li::before {
                        color: white;
                        background: #CAAA5E;
                        border-radius: 50%;
                        counter-increment: stepCount;
                        content: counter(stepCount);
                        height: 2em;
                        left: -2em;
                        line-height: 2em;
                        position: absolute;
                        text-align: center;
                        top: -.85em;
                        width: 2em;
                        font-family: 'Courier New', Courier, monospace;
                    }

                    section.upload-head .steps-wrap .numbers-wrap ul.step-numbers li.active {
                        background: #CAAA5E;
                    }

                        section.upload-head .steps-wrap .numbers-wrap ul.step-numbers li.active ~ li::before {
                            background: white;
                            color: #868686;
                            border: 1px solid #868686;
                        }

                    section.upload-head .steps-wrap .numbers-wrap ul.step-numbers li:last-child {
                        flex-basis: 0;
                        flex-grow: 0;
                        flex-shrink: 1;
                    }

        section.upload-head .steps-wrap ul.step-texts {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            display: flex;
            justify-content: space-between;
            color: #868686;
        }

            section.upload-head .steps-wrap ul.step-texts li {
                width: 130px;
                text-align: center;
            }

    section.upload-meta {
        padding-right: 30px;
    }

        section.upload-meta .form-wrap {
            padding-top: 50px;
            max-width: 1200px;
            margin: auto;
        }

            section.upload-meta .form-wrap .input-block {
                max-width: 420px;
                margin: auto;
            }

            section.upload-meta .form-wrap .butt-wrap {
                padding: 40px 0;
                text-align: center;
            }

    section.upload-save {
        color: #868686;
    }

        section.upload-save h3.title {
            font-weight: 400;
            text-align: center;
            font-size: 20px;
            padding: 40px 0 10px 0;
        }

        section.upload-save .butt-wrap {
            text-align: center;
        }

    section.upload-type-selector {
        padding-top: 100px;
        display: flex;
        justify-content: center;
    }

        section.upload-type-selector .one-option {
            margin-left: 15px;
            margin-right: 15px;
            width: 132px;
            cursor: pointer;
        }

            section.upload-type-selector .one-option .picwrapper {
                padding: 31px 0 30px;
                text-align: center;
                background-color: rgba(202, 170, 94, 0.1);
                border-radius: 4px;
                border: 1px solid transparent;
                transition: .1s ease-in-out;
            }

            section.upload-type-selector .one-option :hover.picwrapper {
                border: 1px solid #e5e5e5;
            }

            section.upload-type-selector .one-option .text {
                font-size: 20px;
                margin-top: 8px;
                color: #868686;
                text-align: center;
            }

    section.upload-upload-file {
        margin-top: 50px;
        margin-bottom: 100px;
    }

        section.upload-upload-file .dragdrop-box {
            text-align: center;
        }

            section.upload-upload-file .dragdrop-box .circle {
                max-width: 315px;
                margin: auto;
            }

                section.upload-upload-file .dragdrop-box .circle img {
                    width: 100%;
                }

            section.upload-upload-file .dragdrop-box .text {
                font-size: 20px;
                color: #868686;
                margin-top: 20px;
            }

                section.upload-upload-file .dragdrop-box .text a {
                    color: #CAAA5E;
                    text-decoration: underline;
                    cursor: pointer;
                }

    section.upload-file-2 {
        margin-top: 40px;
        padding-right: 30px;
    }

        section.upload-file-2 .dragdrop-box .files-wrap {
            padding: 15px 0 100px 0;
            border: 3px dotted #f8f5ed;
            overflow: hidden;
        }

            section.upload-file-2 .dragdrop-box .files-wrap .one-file {
                width: 263px;
                height: 199px;
                background-color: rgba(202, 170, 94, 0.1);
                border-radius: 2px;
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/folderpic.png");
                background-size: auto;
                float: left;
                margin-left: 15px;
                margin-right: 15px;
            }

        section.upload-file-2 .dragdrop-box .text {
            font-size: 20px;
            color: #868686;
            margin-top: 20px;
            text-align: center;
        }

            section.upload-file-2 .dragdrop-box .text a {
                color: #CAAA5E;
                text-decoration: underline;
                cursor: pointer;
            }

        section.upload-file-2 .butt-wrap {
            text-align: center;
            padding-top: 50px;
            padding-bottom: 15px;
        }

    .popup-back {
        position: fixed;
        z-index: 1500;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.83);
    }

        .popup-back .popup-body {
            color: #FFFFFF;
            padding: 30px;
            position: fixed;
            width: 100%;
            z-index: 1550;
            top: 20%;
            bottom: 20%;
            left: 50%;
            transform: translate(-50%, 0);
            max-height: 60vh;
            overflow-y: auto;
            overflow-x: hidden;
        }

            .popup-back .popup-body .inner {
                max-width: 760px;
                margin: auto;
            }

                .popup-back .popup-body .inner .inner-relative {
                    position: relative;
                }

                    .popup-back .popup-body .inner .inner-relative .closer {
                        width: 20px;
                        height: 20px;
                        background-position: center;
                        background-size: cover;
                        background-repeat: no-repeat;
                        background-image: url("../images/popupcloserx.png");
                        position: absolute;
                        right: 0;
                        top: 0;
                        cursor: pointer;
                    }

                .popup-back .popup-body .inner .popup-head {
                    font-size: 24px;
                    font-weight: bold;
                    margin-bottom: 15px;
                }

                .popup-back .popup-body .inner .popup-text {
                    font-size: 16px;
                    line-height: 28px;
                }

                .popup-back .popup-body .inner .popup-input-wrap {
                    margin-top: 20px;
                }

                .popup-back .popup-body .inner .butt-wrap button {
                    margin-right: 20px;
                }

    section.photoalbum {
        margin-right: 30px;
        padding: 0 80px;
    }

        section.photoalbum .width-limit {
            max-width: 1200px;
            margin: auto;
        }

            section.photoalbum .width-limit .title-row {
                margin-bottom: 15px;
            }

                section.photoalbum .width-limit .title-row .left {
                    font-size: 33px;
                    font-weight: 100;
                }

                section.photoalbum .width-limit .title-row .right {
                    display: flex;
                    justify-content: flex-end;
                    align-items: center;
                }

    @media (max-width: 991.98px) {
        section.photoalbum .width-limit .title-row .right {
            padding-top: 10px;
            text-align: left;
            text-align: center;
        }
    }

    @media (max-width: 767.98px) {
        section.photoalbum .width-limit .title-row .right {
            display: block;
        }
    }

    section.photoalbum .width-limit .title-row .right .heart {
        margin-left: 25px;
    }

    @media (max-width: 991.98px) {
        section.photoalbum .width-limit .title-row .right .heart {
            margin-right: auto;
        }
    }

    @media (max-width: 767.98px) {
        section.photoalbum .width-limit .title-row .right .heart {
            margin-top: 10px;
            margin-left: 0;
        }
    }

    section.photoalbum .width-limit .title-row .right button {
        display: flex;
        align-items: center;
        text-align: left;
        line-height: 15px;
        padding-right: 34px;
        padding-left: 18px;
        margin: 0;
        margin-top: 5px;
        width: auto;
    }

    @media (max-width: 991.98px) {
        section.photoalbum .width-limit .title-row .right button {
            margin: auto;
        }
    }

    section.photoalbum .width-limit .title-row .right button:hover {
        background-color: inherit;
        color: #CAAA5E;
    }

    section.photoalbum .width-limit .title-row .right button span {
        display: inline-block;
    }

    section.photoalbum .width-limit .slick-slide-row .slick-list-album {
        background-color: pink;
    }

        section.photoalbum .width-limit .slick-slide-row .slick-list-album .slick-item img {
            width: 100%;
        }

        section.photoalbum .width-limit .slick-slide-row .slick-list-album .slick-arrow {
            position: absolute;
            width: 16px;
            height: 24px;
            top: calc(50% - 12px);
            border: 0;
            outline: none;
            z-index: 21;
        }

            section.photoalbum .width-limit .slick-slide-row .slick-list-album .slick-arrow.slick-next {
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/slick-album-pager-right.png");
                background-size: auto;
                right: -60px;
            }

                section.photoalbum .width-limit .slick-slide-row .slick-list-album .slick-arrow.slick-next::before {
                    content: "";
                }

            section.photoalbum .width-limit .slick-slide-row .slick-list-album .slick-arrow.slick-prev {
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/slick-album-pager-left.png");
                background-size: auto;
                left: -60px;
            }

                section.photoalbum .width-limit .slick-slide-row .slick-list-album .slick-arrow.slick-prev::before {
                    content: "";
                }

    section.photoalbum .width-limit .details-row {
        color: #868686;
        font-size: 16px;
        padding-top: 15px;
    }

        section.photoalbum .width-limit .details-row div {
            margin-top: 10px;
        }

        section.photoalbum .width-limit .details-row .subtitle {
            font-weight: bold;
            font-style: italic;
        }

    section.photoalbum .width-limit .butt-wrap {
        padding-top: 50px;
        padding-bottom: 50px;
        text-align: center;
    }

    section.photoalbum .offer-row {
        padding-bottom: 30px;
        margin-right: -110px;
    }

    section.picture-download {
        margin-right: 30px;
        padding: 0 80px;
    }

        section.picture-download .title-row {
            margin-bottom: 15px;
        }

            section.picture-download .title-row .left {
                font-size: 33px;
                font-weight: 100;
            }

            section.picture-download .title-row .right {
                display: flex;
                justify-content: flex-end;
                align-items: center;
            }

    @media (max-width: 991.98px) {
        section.picture-download .title-row .right {
            padding-top: 10px;
            text-align: left;
            text-align: center;
        }
    }

    @media (max-width: 767.98px) {
        section.picture-download .title-row .right {
            display: block;
        }
    }

    section.picture-download .title-row .right .heart {
        margin-left: 25px;
    }

    @media (max-width: 991.98px) {
        section.picture-download .title-row .right .heart {
            margin-right: auto;
        }
    }

    @media (max-width: 767.98px) {
        section.picture-download .title-row .right .heart {
            margin-top: 10px;
            margin-left: 0;
        }
    }

    section.picture-download .title-row .right button {
        display: flex;
        align-items: center;
        text-align: left;
        line-height: 15px;
        padding-right: 34px;
        padding-left: 18px;
        margin: 0;
        margin-top: 5px;
        width: auto;
    }

    @media (max-width: 991.98px) {
        section.picture-download .title-row .right button {
            margin: auto;
        }
    }

    section.picture-download .title-row .right button:hover {
        background-color: inherit;
        color: #CAAA5E;
    }

    section.picture-download .title-row .right button span {
        display: inline-block;
    }

    section.picture-download .size-selector {
        color: #868686;
    }

        section.picture-download .size-selector .left img {
            width: 100%;
        }

        section.picture-download .size-selector .right table {
            width: 100%;
            height: 100%;
        }

            section.picture-download .size-selector .right table tr td {
                padding: 15px;
            }

                section.picture-download .size-selector .right table tr td .radiocircle, .radiocircle {
                    width: 24px;
                    height: 24px;
                    background-position: center;
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-image: url("../images/radiocircle.png");
                    background-position: 0 0;
                }

                section.picture-download .size-selector .right table tr td:first-child {
                    width: 30px;
                    padding-right: 0;
                }

            section.picture-download .size-selector .right table tr:hover, section.picture-download .size-selector .right table tr.selected {
                background-color: #dddedf;
                cursor: pointer;
            }

                section.picture-download .size-selector .right table tr:hover .radiocircle, section.picture-download .size-selector .right table tr.selected .radiocircle {
                    background-position: 0 -24px;
                }

    section.picture-download .details-row {
        color: #868686;
        font-size: 16px;
        padding-top: 15px;
    }

        section.picture-download .details-row div {
            margin-top: 10px;
        }

        section.picture-download .details-row .subtitle {
            font-weight: bold;
            font-style: italic;
        }

    section.picture-download .butt-wrap {
        padding-top: 50px;
        padding-bottom: 50px;
        text-align: center;
    }

    section.picture-download .offer-row {
        padding-bottom: 30px;
        margin-right: -110px;
    }

    section.video {
        margin-right: 30px;
        padding: 0 80px;
    }

        section.video .width-limit {
            max-width: 1200px;
            margin: auto;
        }

            section.video .width-limit .title-row {
                margin-bottom: 15px;
            }

                section.video .width-limit .title-row .left {
                    font-size: 33px;
                    font-weight: 100;
                }

                section.video .width-limit .title-row .right {
                    display: flex;
                    justify-content: flex-end;
                    align-items: center;
                }

    @media (max-width: 991.98px) {
        section.video .width-limit .title-row .right {
            padding-top: 10px;
            text-align: left;
            text-align: center;
        }
    }

    @media (max-width: 767.98px) {
        section.video .width-limit .title-row .right {
            display: block;
        }
    }

    section.video .width-limit .title-row .right .heart {
        margin-left: 25px;
    }

    @media (max-width: 991.98px) {
        section.video .width-limit .title-row .right .heart {
            margin-right: auto;
        }
    }

    @media (max-width: 767.98px) {
        section.video .width-limit .title-row .right .heart {
            margin-top: 10px;
            margin-left: 0;
        }
    }

    section.video .width-limit .title-row .right button {
        display: flex;
        align-items: center;
        text-align: left;
        line-height: 15px;
        padding-right: 34px;
        padding-left: 18px;
        margin: 0;
        margin-top: 5px;
        width: auto;
    }

    @media (max-width: 991.98px) {
        section.video .width-limit .title-row .right button {
            margin: auto;
        }
    }

    section.video .width-limit .title-row .right button:hover {
        background-color: inherit;
        color: #CAAA5E;
    }

    section.video .width-limit .title-row .right button span {
        display: inline-block;
    }

    section.video .width-limit .video-row img {
        width: 100%;
    }

    section.video .width-limit .details-row {
        color: #868686;
        font-size: 14px;
        padding-top: 15px;
    }

        section.video .width-limit .details-row div {
            margin-top: 0px;
        }

        section.video .width-limit .details-row .property-name {
            font-weight: bold;
            color: #CAAA5E;
        }

        section.video .width-limit .details-row .subtitle {
            font-weight: bold;
            font-style: italic;
        }

        section.video .width-limit .details-row table td {
            padding: 5px;
            padding-left: 30px;
        }

    section.video .width-limit .butt-wrap {
        padding-top: 50px;
        padding-bottom: 50px;
        text-align: center;
    }

    section.video .offer-row {
        padding-bottom: 30px;
        margin-right: -110px;
    }

    section.user-list {
        margin-right: 30px;
    }

        section.user-list .width-limit {
            max-width: 1200px;
            margin: auto;
        }

            section.user-list .width-limit .title-row {
                font-size: 28px;
                font-weight: bold;
                color: #868686;
                border-bottom: 1px solid #dddedf;
                padding-bottom: 15px;
            }

            section.user-list .width-limit .handler-row {
                display: flex;
                align-items: center;
            }

    @media (max-width: 1199.98px) {
        section.user-list .width-limit .handler-row {
            padding-top: 25px;
            display: block;
        }
    }

    section.user-list .width-limit .handler-row div {
        flex: 0 0 50%;
    }

        section.user-list .width-limit .handler-row div:nth-child(2) {
            text-align: right;
        }

    @media (max-width: 1199.98px) {
        section.user-list .width-limit .handler-row div:nth-child(2) {
            text-align: left;
        }
    }

    section.user-list .width-limit .handler-row .search-input {
        width: 100%;
        max-width: 420px;
        border: 0;
        background-color: #EEECE8;
        height: 30px;
        padding: 5px 10px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../images/icon-search-b.png");
        background-size: 25px;
        background-position: right 10px center;
    }

    section.user-list .width-limit .handler-row .button {
        text-align: left;
    }

    @media (max-width: 1199.98px) {
        section.user-list .width-limit .handler-row .button {
            margin-left: 0;
            margin-top: 20px;
        }
    }

    section.user-list .width-limit table {
        width: 100%;
        margin-top: 30px;
        color: #868686;
    }

        section.user-list .width-limit table th {
            font-weight: normal;
            color: #CAAA5E;
            border-bottom: 1px solid #CAAA5E;
            padding-bottom: 6px;
        }

    table th.orderup {
        background: url("../images/orders_up.png") no-repeat;
        background-position: right 10px top 8px;
    }

    table th.orderdown {
        background: url("../images/orders_down.png") no-repeat;
        background-position: right 10px top 8px;
    }

    table th.ordernone {
        background: url("../images/order_none.png") no-repeat;
        background-position: right 10px top 8px;
    }

    section.user-list .width-limit table td {
        border-bottom: 1px solid #dddedf;
    }

        section.user-list .width-limit table td:last-child {
            text-align: right;
        }

            section.user-list .width-limit table td:last-child button {
                width: auto;
            }

    section.user-list .width-limit .pager-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    section.pager ul {
        list-style: none;
        padding: 0;
        margin: 0;
        overflow: hidden;
        margin: auto;
        display: table;
    }

        section.pager ul li {
            width: 40px;
            height: 40px;
            border-radius: 40px;
            font-size: 12px;
            background-color: #dddedf;
            float: left;
            line-height: 40px;
            text-align: center;
            margin-left: 15px;
            margin-right: 15px;
            cursor: pointer;
        }

            section.pager ul li.one-step.prev {
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/pager-arrow-left.png");
                background-size: auto;
            }

            section.pager ul li.one-step.next {
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/pager-arrow-right.png");
                background-size: auto;
            }

            section.pager ul li.active {
                background-color: #CAAA5E;
                color: #FFFFFF;
            }

            section.pager ul li.triple-dot {
                background-color: transparent;
                position: relative;
                cursor: default;
            }

                section.pager ul li.triple-dot::before {
                    content: "...";
                    position: absolute;
                    top: 0;
                    right: 16px;
                    font-size: 18px;
                }

    section.user-profile {
        margin-right: 30px;
        padding-bottom: 30px;
    }

        section.user-profile .width-limit {
            max-width: 600px;
            margin: auto;
        }

            section.user-profile .width-limit .title-row {
                font-size: 28px;
                font-weight: bold;
                color: #868686;
                padding-bottom: 20px;
                margin-bottom: 30px;
                border-bottom: 1px solid #CAAA5E;
            }

            section.user-profile .width-limit .form-wrap .input-block {
                margin-bottom: 20px;
            }

                section.user-profile .width-limit .form-wrap .input-block .main-label {
                    padding-bottom: 4px;
                }

                section.user-profile .width-limit .form-wrap .input-block .roles-wrap {
                    display: flex;
                }

    @media (max-width: 767.98px) {
        section.user-profile .width-limit .form-wrap .input-block .roles-wrap {
            display: block;
        }
    }

    section.user-profile .width-limit .form-wrap .input-block .roles-wrap div {
        padding: 6px 16px;
        border: 1px solid #dddedf;
        color: #dddedf;
        cursor: pointer;
        flex-grow: 1;
        text-align: center;
        font-size: 14px;
    }

        section.user-profile .width-limit .form-wrap .input-block .roles-wrap div.on {
            border: 1px solid #CAAA5E;
            color: #868686;
        }

    section.user-profile .width-limit .form-wrap .butt-wrap {
        text-align: right;
    }

        section.user-profile .width-limit .form-wrap .butt-wrap button {
            width: auto;
            margin-right: 0;
        }

    section.form {
        margin-right: 30px;
    }

        section.form .input-block .main-label {
            margin-bottom: 5px;
        }

        section.form .extra-row {
            padding-top: 15px;
        }

            section.form .extra-row label {
                font-size: 14px;
                color: #868686;
            }

                section.form .extra-row label::before {
                    position: relative;
                    bottom: -1px;
                }

                section.form .extra-row label::after {
                    top: 9px;
                }

            section.form .extra-row span {
                font-weight: bold;
            }

    section.playlist {
        margin-left: -30px;
    }

        section.playlist .title-row {
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid #dddedf;
            max-width: 1140px;
            margin: auto;
        }

            section.playlist .title-row .left {
                font-size: 33px;
                font-weight: 100;
            }

        section.playlist .list-wrap .list-item {
            padding-top: 10px;
            padding-bottom: 10px;
            margin-top: 10px;
            margin-bottom: 10px;
        }

            section.playlist .list-wrap .list-item:hover {
                background-color: rgba(216, 216, 216, 0.45);
            }

                section.playlist .list-wrap .list-item:hover .inner .removex {
                    background-position: 0 -20px;
                }

                section.playlist .list-wrap .list-item:hover .inner .number::before {
                    content: url("../images/sandwich.png");
                    position: absolute;
                }

            section.playlist .list-wrap .list-item .inner {
                color: #868686;
                display: flex;
                align-items: center;
                max-width: 1140px;
                margin: auto;
            }

                section.playlist .list-wrap .list-item .inner div {
                    margin-right: 30px;
                }

                section.playlist .list-wrap .list-item .inner .number {
                    font-size: 28px;
                    font-weight: bold;
                    margin-left: 15px;
                    position: relative;
                }

                section.playlist .list-wrap .list-item .inner .details h2 {
                    margin-bottom: 5px;
                }

                section.playlist .list-wrap .list-item .inner .details .labels {
                    margin-top: 20px;
                }

                    section.playlist .list-wrap .list-item .inner .details .labels span {
                        font-weight: bold;
                    }

                    section.playlist .list-wrap .list-item .inner .details .labels a {
                        color: inherit;
                    }

                section.playlist .list-wrap .list-item .inner .removex {
                    width: 20px;
                    height: 20px;
                    background-position: center;
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-image: url("../images/removex.png");
                    background-size: auto;
                    background-position: top;
                    margin-left: auto;
                    margin-right: 15px;
                    cursor: pointer;
                }

    ul.folder-tree {
        list-style: none;
        border-left: 1px dashed #868686;
        padding-left: 0;
    }

        ul.folder-tree ul {
            padding-left: 0;
            border-left: 1px dashed #868686;
            list-style: none;
        }

        ul.folder-tree li {
            margin-left: 10px;
            position: relative;
            margin-top: 10px;
            margin-bottom: 10px;
            padding-left: 32px;
            cursor: pointer;
        }

            ul.folder-tree li::before {
                content: " ";
                width: 50px;
                height: 26px;
                background-image: url("../images/folder-openers-gold.png");
                background-position: 0 -26px;
                position: absolute;
                top: 0px;
                left: -24px;
            }

            ul.folder-tree li.opened::before {
                background-position: 0 0;
            }

            ul.folder-tree li span {
                padding: 4px 6px 2px;
                display: inline-block;
            }

                ul.folder-tree li span.selected {
                    background-color: #dddedf;
                    color: black;
                }

    ul.folder-tree2 {
        list-style: none;
        border-left: 0;
        padding-left: 0;
    }

        ul.folder-tree2 ul {
            padding-left: 0;
            border-left: 0;
            list-style: none;
        }

        ul.folder-tree2 li {
            margin-left: 10px;
            position: relative;
            margin-top: 6px;
            margin-bottom: 6px;
            padding-left: 32px;
            cursor: pointer;
        }

            ul.folder-tree2 li::before {
                content: " ";
                width: 23px;
                height: 26px;
                background-image: url("../images/folder-openers-reduced.png");
                background-position: 0 -26px;
                position: absolute;
                top: 0px;
                left: 4px;
            }

            ul.folder-tree2 li.opened::before {
                background-position: 0 0;
            }

            ul.folder-tree2 li span {
                padding: 4px 6px 2px;
                display: inline-block;
            }

                ul.folder-tree2 li span.selected {
                    background-color: #CAAA5E;
                    color: #FFFFFF;
                }

    section.folder-actions {
        margin-right: 30px;
        color: #868686;
    }

        section.folder-actions .bordered-col {
            border-left: 1px solid #dddedf;
            border-right: 1px solid #dddedf;
            padding-left: 10px;
            padding-right: 10px;
        }

        section.folder-actions .folder-content h1 {
            text-transform: uppercase;
            font-size: 24px;
            margin-bottom: 15px;
        }

        section.folder-actions .folder-content .one-file {
            display: flex;
            align-items: center;
            font-size: 14px;
            margin-bottom: 12px;
        }

            section.folder-actions .folder-content .one-file .img-wrap {
                width: 50px;
                margin-right: 15px;
                text-align: left;
            }

            section.folder-actions .folder-content .one-file h3 {
                margin-bottom: 0px;
                font-size: 1.25em;
                font-weight: 500
            }

            section.folder-actions .folder-content .one-file p {
                margin: 0;
            }

        section.folder-actions .folder-content .butt-wrap {
            text-align: center;
            margin-top: 50px;
        }

        section.folder-actions .actions-and-metas {
            padding-left: 15px;
        }

            section.folder-actions .actions-and-metas .actionbox table th, section.folder-actions .actions-and-metas .actionbox table td {
                padding: 10px 16px;
                border: 1px solid #dddedf;
                text-transform: uppercase;
            }

            section.folder-actions .actions-and-metas .actionbox table th {
                font-size: 18px;
                background-color: #CAAA5E;
                color: #FFFFFF;
                letter-spacing: 3px;
            }

                section.folder-actions .actions-and-metas .actionbox table th .dotdotdot {
                    position: relative;
                    top: -5px;
                    font-weight: 700;
                }

            section.folder-actions .actions-and-metas .actionbox table td {
                font-size: 14px;
                font-weight: 600;
                cursor: pointer;
            }

                section.folder-actions .actions-and-metas .actionbox table td:hover {
                    color: #CAAA5E;
                }

            section.folder-actions .actions-and-metas .metadatas {
                margin-top: 40px;
                font-size: 14px;
                max-width: 300px;
            }

                section.folder-actions .actions-and-metas .metadatas .title {
                    font-weight: bold;
                    text-transform: uppercase;
                    border-bottom: 1px solid #dddedf;
                    padding-bottom: 6px;
                }

                section.folder-actions .actions-and-metas .metadatas .property-name {
                    color: #CAAA5E;
                    font-weight: bold;
                }

                section.folder-actions .actions-and-metas .metadatas .onemeta {
                    margin-top: 10px;
                }

                section.folder-actions .actions-and-metas .metadatas table {
                    margin-top: 10px;
                }

                    section.folder-actions .actions-and-metas .metadatas table td {
                        padding-top: 5px;
                    }

    section.found-list {
        margin-right: 30px;
        margin-top: -30px;
    }

        section.found-list .search-infos .search-term {
            font-size: 33px;
            color: #231F20;
        }

        section.found-list .search-infos .found-info {
            color: #dddedf;
            font-size: 15px;
            font-style: italic;
            font-weight: bold;
            white-space: nowrap;
            margin-left: 25px;
        }

        section.found-list .list-wrap {
            margin-top: 50px;
            color: #868686;
        }

            section.found-list .list-wrap .list-category-wrap {
                border-bottom: 1px solid #dddedf;
                padding-bottom: 20px;
                margin-bottom: 30px;
            }

                section.found-list .list-wrap .list-category-wrap .list-category-name {
                    font-size: 28px;
                    font-weight: bold;
                    text-transform: uppercase;
                }

                section.found-list .list-wrap .list-category-wrap .list-item {
                    margin-top: 10px;
                    margin-bottom: 25px;
                    display: flex;
                    align-items: center;
                }

    @media (max-width: 1199.98px) {
        section.found-list .list-wrap .list-category-wrap .list-item {
            display: block;
        }
    }

    section.found-list .list-wrap .list-category-wrap .list-item .img-wrap {
        margin-right: 25px;
    }

        section.found-list .list-wrap .list-category-wrap .list-item .img-wrap .note {
            width: 263px;
            height: 199px;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url("../images/note.png");
            background-size: auto;
            background-position: center;
            background-color: rgba(202, 170, 94, 0.1);
            border-radius: 8px;
        }

    @media (max-width: 1199.98px) {
        section.found-list .list-wrap .list-category-wrap .list-item .details {
            margin-top: 15px;
            margin-bottom: 50px;
        }
    }

    section.found-list .list-wrap .list-category-wrap .list-item .details h2 {
        margin-bottom: 2px;
    }

    section.found-list .list-wrap .list-category-wrap .list-item .details p.labels {
        margin-bottom: 5px;
    }

    section.folder-tiles {
        color: #868686;
        margin-right: 30px;
    }

        section.folder-tiles .category-wrap {
            border-bottom: 1px solid #dddedf;
            overflow: hidden;
            padding-bottom: 40px;
            margin-bottom: 40px;
        }

            section.folder-tiles .category-wrap:last-child {
                border: 0;
                padding-bottom: 0;
                margin-bottom: 0;
            }

            section.folder-tiles .category-wrap .category-name {
                font-size: 28px;
                font-weight: bold;
                text-transform: uppercase;
            }

            section.folder-tiles .category-wrap .folder {
                margin-top: 15px;
                width: 243px;
                float: left;
                margin-right: 22px;
                height: 350px;
            }

                section.folder-tiles .category-wrap .folder .pic {
                    width: 243px;
                    height: 195px;
                    background-position: center;
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-image: url("../images/folder-big.png");
                }

                    section.folder-tiles .category-wrap .folder .pic.voice {
                        background-position: center;
                        background-size: cover;
                        background-repeat: no-repeat;
                        background-image: url("../images/hang_mappa.svg");
                        background-size: 155%;
                    }

                    section.folder-tiles .category-wrap .folder .pic.picture {
                        background-position: center;
                        background-size: cover;
                        background-repeat: no-repeat;
                        background-image: url("../images/kep_mappa.svg");
                        background-size: 155%;
                    }

                section.folder-tiles .category-wrap .folder .details-and-actions {
                    margin-top: 15px;
                    display: flex;
                }

                    section.folder-tiles .category-wrap .folder .details-and-actions .action-caller {
                        width: 27px;
                        height: 27px;
                        background-position: center;
                        background-size: cover;
                        background-repeat: no-repeat;
                        background-image: url("../images/folder-dotdotdot.png");
                        background-size: auto;
                        background-position: top;
                        margin-right: 15px;
                        flex: 0 0 15%;
                        cursor: pointer;
                    }

                    section.folder-tiles .category-wrap .folder .details-and-actions .details-and-actions-wrap .details div {
                        margin-bottom: 3px;
                    }

                    section.folder-tiles .category-wrap .folder .details-and-actions .details-and-actions-wrap .details .author span {
                        color: #CAAA5E;
                        font-weight: bold;
                    }

                    section.folder-tiles .category-wrap .folder .details-and-actions .details-and-actions-wrap .details .title {
                        font-weight: bold;
                        line-height: 20px;
                    }

                    section.folder-tiles .category-wrap .folder .details-and-actions .details-and-actions-wrap .actions {
                        display: none;
                    }

                        section.folder-tiles .category-wrap .folder .details-and-actions .details-and-actions-wrap .actions table td {
                            border: 1px solid #dddedf;
                            border-left: 0;
                            border-right: 0;
                            font-weight: bold;
                            padding-top: 4px;
                            padding-bottom: 4px;
                            font-size: 15px;
                            text-transform: uppercase;
                            cursor: pointer;
                        }

                            section.folder-tiles .category-wrap .folder .details-and-actions .details-and-actions-wrap .actions table td:hover {
                                color: #CAAA5E;
                            }

                    section.folder-tiles .category-wrap .folder .details-and-actions.actions-on .action-caller {
                        background-position: 0 -27px;
                    }

                    section.folder-tiles .category-wrap .folder .details-and-actions.actions-on .details {
                        display: none;
                    }

                    section.folder-tiles .category-wrap .folder .details-and-actions.actions-on .actions {
                        display: block;
                    }

    section.itemized-search {
        margin-right: 30px;
        color: #868686;
    }

        section.itemized-search .title-row {
            margin-bottom: 150px;
        }

        section.itemized-search .form-section {
            margin-top: 15px;
        }

            section.itemized-search .form-section.off .form-container {
                display: none;
            }

            section.itemized-search .form-section.off .delim-arrow {
                transform: rotate(180deg);
            }

    @media (max-width: 991.98px) {
        section.itemized-search .form-section .save-search-butt-wrap {
            text-align: left;
        }
    }

    section.itemized-search .form-section .delim-with-arrow {
        background: url("../images/delim-back.png") repeat-x;
        background-position: center;
        margin-top: 20px;
    }

        section.itemized-search .form-section .delim-with-arrow .delim-arrow {
            width: 24px;
            height: 24px;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url("../images/delim-arrow.png");
            margin: auto;
            cursor: pointer;
        }

    section.itemized-search .order-selector {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        section.itemized-search .order-selector .input-block {
            max-width: 300px;
        }

    section.itemized-search .found-list .item {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

        section.itemized-search .found-list .item:last-child {
            margin-bottom: 0;
        }

        section.itemized-search .found-list .item .img-wrap.iconmiddle {
            position: relative;
        }

            section.itemized-search .found-list .item .img-wrap.iconmiddle.picture::before {
                content: url("../images/itemized-found-list-small-icon-to-the-middle-picture.png");
                width: 27px;
                height: 27px;
                position: absolute;
                top: 50%;
                left: 50%;
                margin-left: -13px;
                margin-top: -14px;
            }

            section.itemized-search .found-list .item .img-wrap.iconmiddle.voice::before {
                content: url("../images/itemized-found-list-small-icon-to-the-middle-voice.png");
                width: 27px;
                height: 27px;
                position: absolute;
                top: 50%;
                left: 50%;
                margin-left: -13px;
                margin-top: -14px;
            }

        section.itemized-search .found-list .item .details {
            margin-left: 25px;
        }

            section.itemized-search .found-list .item .details h2 {
                margin-bottom: 0;
            }

            section.itemized-search .found-list .item .details .date {
                margin-bottom: 8px;
            }

            section.itemized-search .found-list .item .details .labels {
                line-height: 20px;
            }

                section.itemized-search .found-list .item .details .labels a {
                    color: inherit;
                }

                section.itemized-search .found-list .item .details .labels span {
                    font-weight: bold;
                    color: #CAAA5E;
                }

    section.content-edit {
        margin-right: 30px;
        color: #868686;
    }

        section.content-edit .title-row {
            font-size: 28px;
            text-transform: uppercase;
            border-bottom: 1px solid #dddedf;
            padding-bottom: 20px;
            margin-bottom: 30px;
        }

            section.content-edit .title-row .gold {
                font-weight: bold;
            }

        section.content-edit .first-col .img-wrap {
            display: inline-block;
            position: relative;
        }

            section.content-edit .first-col .img-wrap img {
                min-width: 200px;
            }

            section.content-edit .first-col .img-wrap .sandwich-for-contedit {
                width: 22px;
                height: 17px;
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/sandwich-for-contedit.png");
                position: absolute;
                top: 15px;
                left: 15px;
                cursor: pointer;
            }

            section.content-edit .first-col .img-wrap .close-for-contedit {
                width: 14px;
                height: 15px;
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/close-for-contedit.png");
                position: absolute;
                top: 15px;
                right: -24px;
                cursor: pointer;
            }

            section.content-edit .first-col .img-wrap .refresh-for-contedit {
                width: 17px;
                height: 17px;
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/refresh-for-contedit.png");
                position: absolute;
                bottom: 15px;
                right: -24px;
                cursor: pointer;
                transition: 0.25s ease-in-out;
            }

                section.content-edit .first-col .img-wrap .refresh-for-contedit:hover {
                    transform: rotate(180deg);
                }

        section.content-edit .first-col .what-to-do {
            color: #CAAA5E;
            font-weight: bold;
            margin-top: 25px;
            margin-bottom: 25px;
        }

        section.content-edit .second-col .top-butt-wrap {
            padding-top: 50px;
        }

        section.content-edit .second-col .butt-wrap {
            padding-bottom: 50px;
            padding-top: 20px;
            max-width: 350px;
            text-align: center;
        }

        section.content-edit .third-col .plus-for-contedit-wrap {
            color: #CAAA5E;
            text-align: center;
            margin-top: 50px;
            cursor: pointer;
        }

            section.content-edit .third-col .plus-for-contedit-wrap img {
                transition: 0.25s ease-in-out;
            }

                section.content-edit .third-col .plus-for-contedit-wrap img:hover {
                    transform: scale(1.1);
                }

            section.content-edit .third-col .plus-for-contedit-wrap div {
                margin-top: 15px;
                font-weight: bold;
            }

        section.content-edit .input-blocks {
            margin-top: 25px;
        }

            section.content-edit .input-blocks .input-block {
                margin-bottom: 15px;
            }

                section.content-edit .input-blocks .input-block .input-wrapper {
                    max-width: 350px;
                }

                    section.content-edit .input-blocks .input-block .input-wrapper textarea {
                        width: 100%;
                        max-width: 350px;
                        padding: 10px;
                    }

                section.content-edit .input-blocks .input-block .tags {
                    margin-top: -5px;
                    margin-bottom: 30px;
                }

                    section.content-edit .input-blocks .input-block .tags span {
                        margin-right: 10px;
                    }

                        section.content-edit .input-blocks .input-block .tags span::after {
                            content: url("../images/tagdeletex.png");
                            cursor: pointer;
                        }

            section.content-edit .input-blocks label.main-label {
                color: #CAAA5E;
                font-weight: bold;
            }

    /* TODO GLOBAL.SCSS FROM HERE */
    body {
        font-family: 'Roboto Condensed', sans-serif;
        min-width: 650px;
    }

    *:focus {
        outline: none;
    }

    .bold {
        font-weight: bold;
    }

    .gold {
        color: #CAAA5E;
    }

    .text-right {
        text-align: right;
    }

    .logged-main .wrapper {
        min-height: calc(100vh - 102px);
    }

        .logged-main .wrapper:after {
            content: ' ';
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .logged-main .content-right {
        padding: 60px 0 30px 30px;
        overflow: hidden;
    }

        .logged-main .content-right .main-title {
            font-size: 32px;
            text-align: center;
            font-weight: 100;
        }
        .logged-main .content-right .sub-title {
            font-size: 28px;
            text-align: center;
            font-weight: 100;
        }

    .toastr {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 50px;
        width: 360px;
        margin: auto;
        height: 100%;
        position: relative;
        background-color: #69CA5E;
        color: #FFFFFF;
        font-size: 14px;
        font-family: Ubuntu;
        border-radius: 4px;
        margin-bottom: 30px;
    }

    @media (max-width: 991.98px) {
        .toastr {
            width: auto;
        }
    }

    .toastr.red {
        background-color: #D23131;
    }

    .toastr .closerx {
        width: 14px;
        height: 14px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../images/popcloserx.png");
        position: absolute;
        top: 14px;
        right: 12px;
        cursor: pointer;
    }

    a.play {
        width: 15px;
        height: 18px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../images/play.png");
        background-position: top;
        margin-right: 12px;
    }

        a.play.on {
            background-position: 0 -18px;
        }

    a.heart {
        width: 20px;
        height: 18px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../images/heart.png");
        background-position: top;
        display: inline-block;
        cursor: pointer;
    }

        a.heart.on {
            background-position: 0 -18px;
        }
