/* SELECT2.min */
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

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

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option--selectable {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #f1f1f1;
    color: #333;
    outline: none
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--group {
    padding: 0
}

.select2-container--default .select2-results__option--disabled {
    color: #999
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
    padding: 0
}

.select2-container--classic .select2-results__option--disabled {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.select2-container--bootstrap4 .select2-selection--single {
    height: calc(1.5em + .75rem + 2px) !important
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
    color: #757575;
    line-height: calc(1.5em + .75rem)
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: 3px;
    width: 20px
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
    top: 60%;
    border-color: #343a40 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: calc(1.5em + .75rem)
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.select2-results__message {
    color: #6c757d
}

.select2-container--bootstrap4 .select2-selection--multiple {
    min-height: calc(1.5em + .75rem + 2px) !important
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 8px;
    width: 100%
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered .select2-search__field {
    width: 100% !important
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    color: #343a40;
    border: 1px solid #bdc6d0;
    border-radius: .2rem;
    padding: 0 5px 0 0;
    cursor: pointer;
    float: left;
    margin-top: .3em;
    margin-right: 5px
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
    color: #bdc6d0;
    font-weight: 700;
    margin-left: 3px;
    margin-right: 1px;
    padding-right: 3px;
    padding-left: 3px;
    float: left
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #343a40
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
    float: none;
    margin-right: 0;
    position: absolute !important;
    top: 0;
    right: .7em
}

.select2-container {
    display: block
}

.select2-container :focus {
    outline: 0
}

.input-group .select2-container--bootstrap4 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.input-group-prepend~.select2-container--bootstrap4 .select2-selection {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.select2-container--bootstrap4:not(:last-child) .select2-selection {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--bootstrap4 .select2-selection {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .select2-container--bootstrap4 .select2-selection {
        -webkit-transition: none;
        transition: none
    }
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-selection,
.select2-container--bootstrap4.select2-container--disabled .select2-selection {
    background-color: #e9ecef;
    cursor: not-allowed;
    border-color: #ced4da;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-search__field,
.select2-container--bootstrap4.select2-container--disabled .select2-search__field {
    background-color: transparent
}

form.was-validated select:invalid~.select2-container--bootstrap4 .select2-selection,
select.is-invalid~.select2-container--bootstrap4 .select2-selection {
    border-color: #dc3545
}

form.was-validated select:valid~.select2-container--bootstrap4 .select2-selection,
select.is-valid~.select2-container--bootstrap4 .select2-selection {
    border-color: #28a745
}

.select2-container--bootstrap4 .select2-dropdown {
    border-color: #ced4da;
    border-radius: 0
}

.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--below {
    border-top: none;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above {
    border-top: 1px solid #ced4da;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected=true] {
    background-color: #e9ecef
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
    background-color: #007bff;
    color: #f8f9fa
}

.select2-container--bootstrap4 .select2-results__option[role=group] {
    padding: 0
}

.select2-container--bootstrap4 .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
    padding-left: 1em
}

.select2-container--bootstrap4 .select2-results>.select2-results__options {
    max-height: 15em;
    overflow-y: auto
}

.select2-container--bootstrap4 .select2-results__group {
    padding: 6px;
    display: list-item;
    color: #6c757d
}

.select2-container--bootstrap4 .select2-selection__clear {
    width: .9em;
    height: .9em;
    line-height: .75em;
    padding-left: .15em;
    margin-top: .7em;
    border-radius: 100%;
    background-color: #c8c8c8;
    color: #f8f9fa;
    float: right;
    margin-right: .3em
}

.select2-container--bootstrap4 .select2-selection__clear:hover {
    background-color: #afafaf
}

/* END: SELECT2.min */

.w50px {
    width: 50px !important;
}

/*
SELECTIZE
*/
.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, 0.06) !important;
    border: 0 none !important;
    -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
    box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: 0.4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
    color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0 0;
    border-left: 1px solid #d0d0d0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #ffffff;
}

.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 28px;
    top: 6px;
    font-size: 23px;
}

.selectize-control {
    position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
    background: #ffffff;
    cursor: text;
    display: inline-block;
}

.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px;
}

.selectize-input.full {
    background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default !important;
}

.selectize-input.focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.selectize-input>* {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input>div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled>div,
.selectize-control.multi .selectize-input.disabled>div.active {
    color: #7d7d7d;
    background: #ffffff;
    border: 0 solid #ffffff;
}

.selectize-input>input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 2px 0 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.selectize-input>input::-ms-clear {
    display: none;
}

.selectize-input>input:focus {
    outline: none !important;
}

.selectize-input::after {
    content: ' ';
    display: block;
    clear: left;
}

.selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #ffffff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, 0.2);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
    padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #ffffff;
    cursor: default;
}

.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68;
}

.selectize-dropdown .active.create {
    color: #495c68;
}

.selectize-dropdown .create {
    color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text;
}

.selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto;
}

.selectize-control.rtl .selectize-input>input {
    margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
    opacity: 0.5;
    background-color: #fafafa;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

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

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/*MAIN STYLE*/
#stagimap {
    width: 100%;
    height: 300px;
}

.outerTown li a {
    font-weight: 300;
    font-size: 160%;
}

.outerTown li>ul {
    padding-left: 0;
    margin-bottom: 2rem;
}

.outerTown li>ul li {
    display: inline;
}

.outerTown li>ul li a {
    font-size: 100%;
}

.outerTown li>ul li:not(:last-child):after {
    content: ',';
}

.additional-info {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    padding-top: 1.8rem;
}

.additional-info ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.additional-info ul li figure {
    opacity: .6;
    font-size: 1.1rem;
    text-transform: uppercase;
    float: left;
    padding: 0.2rem 0;
    font-weight: 600;
}

.additional-info ul li aside {
    font-size: 1.1rem;
    padding: 0.2rem 0;
    text-align: right;
}

.answer {
    margin-bottom: 50px;
}

.answer .box {
    padding-top: 40px;
    position: relative;
}

.answer .box:after {
    box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
    border-radius: 100%;
    content: "?";
    color: #fff;
    font-weight: bold;
    background-color: #ff0000;
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    font-size: 16px;
    top: -15px;
}

.answer .box:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4px 0 4px;
    border-color: #ff0000 transparent transparent transparent;
    content: "";
    position: absolute;
    left: 41px;
    top: 11px;
}

.answer h3,
.answer .h3 {
    margin-bottom: 10px;
}

.answer figure {
    opacity: .5;
    text-align: right;
    font-size: 12px;
    margin-top: 10px;
}

.answer figure a {
    margin-left: 10px;
    color: inherit;
}

.answer figure i {
    font-size: 10px;
    margin-left: 5px;
}

.alert {}

.alert.alert-warning {
    background-color: #fffde3;
    border: none;
    box-shadow: inset 0 0 0 .1rem rgba(0, 0, 0, .1);
    border-radius: .4rem;
    padding: 3rem 4rem;
}

.alert.alert-warning h2,
.alert.alert-warning .h2 {
    margin-bottom: 1rem;
}

.alert.alert-warning h4,
.alert.alert-warning .h4 {
    padding-top: 1rem;
}

.authors .author.item .meta figure .rating {
    margin-bottom: 0;
}

.authors .author.item .meta figure .rating i {
    margin-right: 0;
    font-size: 1.1rem;
}

.authors.grid .author.item .wrapper,
.authors.masonry .author.item .wrapper {
    background-color: #f8f8f8;
}

.authors.grid .author.item .wrapper .image .image-wrapper,
.authors.masonry .author.item .wrapper .image .image-wrapper {
    border-color: #fff;
}

.authors.grid .author.item .meta,
.authors.masonry .author.item .meta {
    background-color: #fff;
}

.authors.grid .author.item .additional-info,
.authors.masonry .author.item .additional-info {
    display: block;
}

.authors.grid .author.item h3,
.authors.masonry .author.item h3,
.authors.grid .author.item .h3,
.authors.masonry .author.item .h3 {
    bottom: 3.5rem;
}

.authors.grid .author.item h4,
.authors.masonry .author.item h4,
.authors.grid .author.item .h4,
.authors.masonry .author.item .h4 {
    top: 22.5rem;
}

.author .author-image {
    width: 6rem;
    height: 6rem;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.author .author-description {
    padding-top: 1rem;
    margin-left: 8rem;
}

.author.big {
    padding-bottom: 5rem;
}

.author.big .author-image {
    width: 26rem;
    height: 26rem;
    box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
}

.author.big .author-description {
    padding-top: 1rem;
    margin-left: 30rem;
}

.author.big .author-description h2,
.author.big .author-description .h2 {
    font-size: 3rem;
}

.author.big .author-description h4,
.author.big .author-description .h4 {
    margin-bottom: 1.5rem;
    opacity: .5;
}

.author.big .author-description .rating i {
    font-size: 1.2rem;
}

.author.big .author-description .section-title {
    padding-bottom: 2rem;
}

.author.big .author-description .additional-info {
    padding: 2rem;
    background-color: #fff;
    border-radius: .3rem;
    margin-bottom: 2rem;
}

.author.big .author-description .additional-info ul li {
    display: inline-block;
    margin-right: 2rem;
}

.author.big .author-description .additional-info ul li figure {
    float: none;
    padding: 0;
    margin: 0;
}

.author.big .author-description .additional-info ul li aside {
    opacity: 1;
    font-size: 1.4rem;
}

.blockquote {
    font-size: 1.8rem;
    margin: 25px 12px;
    background: #ffe060;
    padding: 20px 20px 15px 20px;
    border-radius: 15px;
}

.breadcrumb {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    font-size: 1.1rem;
    text-transform: uppercase;
}

.blog-post {
    border-radius: .4rem;
    box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
    overflow: hidden;
    margin-bottom: 4rem;
}

.blog-post .article-title {
    background-color: #f8f8f8;
    padding: 3rem;
}

.blog-post .article-title h2,
.blog-post .article-title .h2 {
    margin-bottom: 1rem;
}

.blog-post img {
    max-width: 100%;
}

.blog-post .blog-post-content,
.blog-post .meta {
    padding: 3rem;
    background-color: #fff;
}

.blog-post .meta {
    font-size: 1.1rem;
    padding-bottom: 0;
}

.blog-post .meta figure {
    display: inline-block;
    margin-right: 1rem;
    opacity: .8;
}

.blog-post p {
    margin-bottom: 1rem;
}

.blog-post .detail {
    margin-top: 2rem;
}

.blog-post .author .section-title {
    padding-bottom: 1rem;
}

.blog-post .author .author-image {
    width: 10rem;
    height: 10rem;
}

.blog-post .author .author-description {
    margin-left: 13rem;
}

.blog-posts-navigation {
    position: relative;
}

.blog-posts-navigation i {
    color: #ff0000;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1rem;
    margin: auto;
}

.blog-posts-navigation figure {
    opacity: .5;
    margin-bottom: 0;
}

.blog-posts-navigation .prev,
.blog-posts-navigation .next {
    position: relative;
}

.blog-posts-navigation .prev {
    padding-left: 3rem;
    display: inline-block;
}

.blog-posts-navigation .prev i {
    left: 0;
}

.blog-posts-navigation .next {
    padding-right: 3rem;
    display: inline-block;
    text-align: right;
    float: right;
}

.blog-posts-navigation .next i {
    right: 0;
}

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

.categories-list li {
    position: relative;
    padding-left: 8rem;
    padding-top: 1rem;
    float: left;
    width: 25%;
    margin-bottom: 4rem;
}

.categories-list li h3,
.categories-list li .h3 {
    margin-bottom: .5rem;
}

.categories-list li .sub-categories a {
    font-size: 1.3rem;
    margin-right: .3rem;
    opacity: .6;
    transition: .3s ease;
}

.categories-list li .sub-categories a:hover {
    opacity: 1;
}

.categories-list li .sub-categories a:after {
    content: ",";
}

.categories-list li .sub-categories a:last-child {}

.categories-list li .sub-categories a:last-child:after {
    content: "...";
}

.categories-list li i {
    position: absolute;
    width: 6rem;
    height: 6rem;
    text-align: center;
    line-height: 5.8rem;
    background-color: #ff0000;
    box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
    border-radius: 50%;
    left: 0;
    top: 0;
}

.categories-list li i img {
    height: 3rem;
    opacity: .5;
}

.comments .comment {
    margin-bottom: 3rem;
}

.comments .comment .author .author-description {
    margin-left: 10rem;
    border-bottom: .1rem solid rgba(0, 0, 0, .1);
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.comments .comment .author .author-description h3,
.comments .comment .author .author-description h4,
.comments .comment .author .author-description .h3,
.comments .comment .author .author-description .h4 {
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    margin-bottom: 1rem;
}

.comments .comment .author .author-description h5,
.comments .comment .author .author-description .h5 {
    font-weight: 600;
    display: inline-block;
}

.comments .comment .author .author-description h5 a,
.comments .comment .author .author-description .h5 a {
    display: inline-block;
}

.comments .comment .author .author-description .meta {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.comments .comment .author .author-description .meta span {
    margin-right: 1rem;
}

.comments .comment .author .author-description .meta span:not(.rating) {
    opacity: .5;
}

.comments .comment .author .author-image {
    box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
}

.comments.masonry .comment .author {
    background-color: #fff;
    box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
    border-radius: .4rem;
    padding: 3rem;
}

.comments.masonry .comment .author-description {
    margin-left: 0;
    padding-top: 0;
    border-bottom: none;
}

.comments.masonry .comment .author-description h3,
.comments.masonry .comment .author-description .h3 {
    position: inherit;
    color: inherit;
}

.comments.masonry .comment .author-description .meta {
    background-color: transparent;
    padding: 0;
}

.comments.masonry .comment .author-description .meta:before {
    display: none;
}

.comments.masonry .comment h5,
.comments.masonry .comment .h5 {
    line-height: 6rem;
    margin-left: 8rem;
}

.elements-grid [class*="col"] div,
.elements-grid [class*="col-"] div {
    background-color: rgba(0, 0, 0, .1);
    text-align: center;
    border: .1rem solid rgba(0, 0, 0, .1);
    border-radius: .2rem;
}

.feature-box {
    margin-bottom: 3rem;
}

.feature-box figure {
    background-color: #ff0000;
    border-radius: 50%;
    width: 9rem;
    height: 9rem;
    text-align: center;
    line-height: 8.5rem;
    position: relative;
    margin-bottom: 2rem;
}

.feature-box figure img {
    height: 3rem;
    opacity: .4;
}

.feature-box figure span {
    display: block;
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    top: 0;
    box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
    right: -.5rem;
    font-weight: 800;
}

.feature-box figure h3,
.feature-box figure .h3 {
    margin-bottom: 1rem;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-top: 12rem;
    padding-bottom: 5rem;
}

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

.footer .brand {
    margin-bottom: 4rem;
    display: block;
}

.footer nav ul {
    line-height: 3rem;
    opacity: .8;
}

.footer address {
    opacity: .8;
}

.hero {
    z-index: 3;
    background-color: #fff;
}

.hero .hero-wrapper {
    padding-bottom: 7rem;
}

.hero .hero-wrapper-ugolok {
    padding-bottom: 500px;
}

.hero .main-navigation {
    z-index: 999;
    position: relative;
}

.hero .main-navigation .navbar {
    /* border-bottom: .1rem solid rgba(0, 0, 0, .1); */
    padding: 3rem 0;
    margin-bottom: 1rem;
}

.hero .main-navigation .navbar ul.navbar-nav {
    position: absolute;
    right: 0;
    background: rgba(255, 255, 255, 1);
    padding-top: 0px;
    border-radius: 25px;
}

.hero .main-navigation .navbar ul.navbar-nav:hover {
    background: rgba(255, 255, 255, 1);
}

.hero .main-navigation .navbar ul.navbar-nav a:not(.btn) {
    padding: .6rem 1.7rem;
}

.hero .main-navigation .navbar ul.navbar-nav .btn {
    margin-left: 1.5rem;
    padding: .8rem 1.6rem;
}

.hero .main-navigation .navbar ul.navbar-nav li.nav-item {
    position: relative;
}

.hero .main-navigation .navbar ul.navbar-nav li.nav-item.has-child>a.nav-link {}

.hero .main-navigation .navbar ul.navbar-nav li.nav-item.has-child>a.nav-link:after {
    font-family: 'fontawesome';
    position: absolute;
    font-size: 1.2rem;
    color: rgba(0, 0, 0, .25);
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1.6rem;
}

.hero .main-navigation .navbar ul.navbar-nav li.nav-item.has-child:hover>a.nav-link {}

.hero .main-navigation .navbar ul.navbar-nav li.nav-item.has-child:hover>a.nav-link:after {
    color: #ff0000;
}

.hero .main-navigation .navbar ul.navbar-nav>li.nav-item>ul.child {
    margin-top: 1.5rem;
}

.hero .main-navigation .navbar ul.navbar-nav>li.nav-item>ul.child>li {}

.hero .main-navigation .navbar ul.navbar-nav>li.nav-item>ul.child>li:hover>ul.child {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0rem);
}

.hero .main-navigation .navbar ul.navbar-nav>li.nav-item>ul.child>li:hover>ul.child>li {}

.hero .main-navigation .navbar ul.navbar-nav>li.nav-item>ul.child>li:hover>ul.child>li:hover>ul.child {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0rem);
}

.hero .main-navigation .navbar ul.navbar-nav>li.nav-item>ul.child>li:hover>ul.child>li:hover>ul.child>li {}

.hero .main-navigation .navbar ul.navbar-nav>li.nav-item>ul.child>li:hover>ul.child>li:hover>ul.child>li:hover>ul.child {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0rem);
}

.hero .main-navigation .navbar ul.navbar-nav>li.nav-item>ul.child:before {
    position: absolute;
    width: 100%;
    height: 1.5rem;
    background-color: transparent;
    content: "";
    top: -1.5rem;
    right: 0;
}

.hero .main-navigation .navbar ul.navbar-nav>li.nav-item ul.child {
    padding: 10px 0;
    box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
    border-radius: .3rem;
    transform: translateY(.3rem);
    opacity: 0;
    pointer-events: none;
    transition: .3s ease;
    position: absolute;
    right: 0;
    width: 20rem;
    background-color: #fff;
    text-align: right;
}

.hero .main-navigation .navbar ul.navbar-nav>li.nav-item ul.child li {
    border-bottom: .1rem solid rgba(0, 0, 0, .04);
    transition: .3s ease;
}

.hero .main-navigation .navbar ul.navbar-nav>li.nav-item ul.child li a.nav-link {
    padding: 0.5rem 1.5rem;
}

.hero .main-navigation .navbar ul.navbar-nav>li.nav-item ul.child li ul {
    right: 20rem;
    top: 0;
    transform: translateX(.3rem);
    margin-right: .5rem;
}

.hero .main-navigation .navbar ul.navbar-nav>li.nav-item ul.child li ul li {}

.hero .main-navigation .navbar ul.navbar-nav>li.nav-item ul.child li ul li:first-child {}

.hero .main-navigation .navbar ul.navbar-nav>li.nav-item ul.child li ul li:first-child:after {
    background-color: transparent;
    width: .5rem;
    height: 100%;
    content: "";
    position: absolute;
    right: -.5rem;
    top: 0;
}

.hero .main-navigation .navbar ul.navbar-nav>li.nav-item ul.child li ul li:first-child:before {
    border-style: solid;
    border-width: .45rem 0 .45rem .6rem;
    border-color: transparent transparent transparent #fff;
    content: "";
    position: absolute;
    top: 1.6rem;
    right: -.6rem;
    z-index: 1;
}

.hero .main-navigation .navbar ul.navbar-nav>li.nav-item ul.child li ul li:first-child:hover {}

.hero .main-navigation .navbar ul.navbar-nav>li.nav-item ul.child li ul li:first-child:hover:before {
    border-color: transparent transparent transparent #fafafa;
}

.hero .main-navigation .navbar ul.navbar-nav>li.nav-item ul.child li:hover {
    background-color: rgba(0, 0, 0, .02);
}

.hero .main-navigation .navbar ul.navbar-nav>li.nav-item ul.child li.has-child>a.nav-link {}

.hero .main-navigation .navbar ul.navbar-nav>li.nav-item ul.child li.has-child>a.nav-link:after {
    content: "\f0d9";
    left: 1rem;
}

.hero .main-navigation .navbar ul.navbar-nav>li.nav-item ul.child:hover {
    pointer-events: auto;
}

.hero .main-navigation .navbar ul.navbar-nav>li.nav-item.has-child>a.nav-link {}

.hero .main-navigation .navbar ul.navbar-nav>li.nav-item.has-child>a.nav-link:after {
    content: "\f0d7";
    right: .4rem;
}

.hero .main-navigation .navbar ul.navbar-nav>li.nav-item.has-child:hover>ul.child {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0rem);
}

.hero .main-navigation .navbar ul.navbar-nav>li.nav-item.has-child:hover>ul.child:before {
    pointer-events: auto;
}

.hero .main-navigation .navbar ul.navbar-nav>li.nav-item.has-child:hover>ul.child:after {
    border-style: solid;
    border-width: 0 .45rem .6rem .45rem;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -.6rem;
    right: 1.8rem;
    content: "";
}

.hero .main-navigation .main-search-form-toggle {
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .1);
    position: absolute;
    right: 0;
    bottom: -4.1rem;
    background-color: #ff0000;
    padding: 1rem 1.4rem;
    color: #fff;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.hero .main-navigation .main-search-form-toggle i {
    transition: .3s ease;
}

.hero .main-navigation .main-search-form-toggle i.fa-close {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1.7rem;
    right: 0;
    left: 0;
    width: 1rem;
}

.hero .main-navigation .main-search-form-toggle:hover {
    box-shadow: 0 .4rem 3.3rem rgba(0, 0, 0, .3);
}

.hero .main-navigation .main-search-form-toggle[aria-expanded="true"] .fa-close {
    opacity: 1;
}

.hero .main-navigation .main-search-form-toggle[aria-expanded="true"] .fa-search {
    opacity: 0;
}

.hero .secondary-navigation {
    background-color: #3636367a;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    display: table;
    width: 100%;
}

.hero .secondary-navigation a,
.hero .secondary-navigation span {
    color: #fff;
    padding: .8rem;
    display: inline-block;
    text-decoration: none;
}

.hero .secondary-navigation a {}

.hero .secondary-navigation a:hover {
    background-color: rgba(255, 255, 255, .1);
}

.hero .secondary-navigation i {
    opacity: .5;
    margin-right: .5rem;
}

.hero .secondary-navigation .left {
    float: left;
}

.hero .secondary-navigation .left li {}

.hero .secondary-navigation .left li:first-child {
    padding-left: 0;
}

.hero .secondary-navigation .right {
    float: right;
}

.hero .secondary-navigation .right li {
    border-left: .1rem solid rgba(255, 255, 255, .2);
}

.hero .secondary-navigation .right li:last-child {
    border-right: .1rem solid rgba(255, 255, 255, .2);
}

.hero .secondary-navigation ul li {
    float: left;
}

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

.hero .page-title {
    padding-top: 5rem;
    padding-bottom: 3rem;
}

.hero .page-title a {
    position: relative;
}

.hero .page-title a:hover::after {
    animation-name: underline-animation;
    animation-duration: .7s;
    animation-fill-mode: forwards;
}

.hero .page-title a:after {
    background-color: #000;
    width: 100%;
    height: .2rem;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
}

.hero .page-title h1 .tag,
.hero .page-title .h1 .tag {
    vertical-align: middle;
    position: relative;
    top: -.3rem;
    margin-left: 1rem;
    background-color: #ff0000;
    color: #fff;
}

.hero .page-title h4 {
    opacity: .5;
}

.hero .page-title h4 a {}

.hero .page-title h4 a:after {
    display: none;
}

.hero .page-title h4.location {}

.hero .page-title h4.location:before {
    font-family: 'fontawesome';
    color: #000;
}

.hero .page-title .price {
    text-align: right;
}

.hero .page-title .price .number {
    font-family: 'Varela Round', sans-serif;
    color: #ff0000;
    font-size: 3.6rem;
    line-height: 1.1;
}

.hero:after {
    background-image: url("/assets/templates/graves/img/hero-overlay.png");
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 100%;
    height: 4.8rem;
    bottom: 0;
}

.hero.hero_nobg:after {
    background: none;
    height: 0;
}

.hero.has-map .hero-form {
    padding-top: 8rem;
    padding-bottom: 6rem;
    box-shadow: 0rem -0.5rem 0.3rem 0rem rgba(0, 0, 0, .1);
    z-index: 1;
    position: relative;
}

.hero.has-map .hero-wrapper {
    padding-bottom: 0;
}

.hero.has-map .main-navigation {
    box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
}

.hero.has-map .main-navigation .navbar {
    margin-bottom: 0;
    border-bottom: none;
}

.items:not(.selectize-input) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.items:not(.selectize-input) .item {
    margin-bottom: 3rem;
    position: relative;
}

.items:not(.selectize-input) .item .wrapper {
    overflow: hidden;
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .1);
    transition: .3s box-shadow ease, .3s transform ease;
    border-radius: .5rem;
    background-color: #fff;
    position: relative;
    transform: translateY(0);
}

.items:not(.selectize-input) .item .wrapper:hover {
    box-shadow: 0 .4rem 3.3rem rgba(0, 0, 0, .3);
    transform: translateY(-.2rem);
}

.items:not(.selectize-input) .item .image {
    height: 26rem;
    position: relative;
    border-top-left-radius: .6rem;
    border-top-right-radius: .6rem;
    background-color: #f8f8f8;
}

.items:not(.selectize-input) .item .image .image-wrapper {
    transition: none;
    display: block;
    position: relative;
    z-index: 0;
}

.items:not(.selectize-input) .item .image .image-wrapper:before {
    opacity: .8;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15rem;
    content: "";
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.items:not(.selectize-input) .item .tag,
.items:not(.selectize-input) .item h3,
.items:not(.selectize-input) .item h4,
.items:not(.selectize-input) .item .h3,
.items:not(.selectize-input) .item .h4,
.items:not(.selectize-input) .item .price {
    position: absolute;
}

.items:not(.selectize-input) .item .tag {
    color: #fff;
    position: absolute;
    z-index: 1;
    left: 1.8rem;
    top: 12rem;
    transition: .3s background-color ease;
    padding: 0.4rem .5rem;
}

.items:not(.selectize-input) .item h3,
.items:not(.selectize-input) .item .h3 {
    position: absolute;
    z-index: 1;
    left: 1.8rem;
    color: white;
    bottom: 6rem;
    padding-right: 1.8rem;
    margin-bottom: .5rem;
}

.items:not(.selectize-input) .item h3 a,
.items:not(.selectize-input) .item .h3 a {
    color: #fff;
    transition: none;
    text-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, .6);
    display: block;
}

.items:not(.selectize-input) .item h3 a:hover,
.items:not(.selectize-input) .item .h3 a:hover {
    text-decoration: underline;
}

.items:not(.selectize-input) .item h3 a.category,
.items:not(.selectize-input) .item .h3 a.category {
    display: inline-block;
    color: #fff;
    position: relative;
    transition: .3s background-color ease;
    font-weight: 600;
    font-size: 1rem;
    text-shadow: none;
    text-decoration: none;
    top: inherit;
    bottom: 1rem;
    left: 0;
}

.items:not(.selectize-input) .item h3 .tag:not(.category),
.items:not(.selectize-input) .item .h3 .tag:not(.category) {
    background-color: #fff;
    top: inherit;
    bottom: 16rem;
    left: 0;
    color: #000;
    font-weight: 600;
    font-size: 1rem;
    opacity: .6;
    transition: none;
    pointer-events: none;
}

.items:not(.selectize-input) .item h4,
.items:not(.selectize-input) .item .h4 {
    position: absolute;
    z-index: 1;
    left: 1.8rem;
    color: white;
    top: 20rem;
    font-weight: 300;
    font-size: 1.4rem;
    opacity: .8;
}

.items:not(.selectize-input) .item h4 a,
.items:not(.selectize-input) .item .h4 a {
    color: #fff;
    transition: none;
}

.items:not(.selectize-input) .item h4 a:hover,
.items:not(.selectize-input) .item .h4 a:hover {
    text-decoration: underline;
}

.items:not(.selectize-input) .item h4.location,
.items:not(.selectize-input) .item .h4.location {}

.items:not(.selectize-input) .item h4.location:before,
.items:not(.selectize-input) .item .h4.location:before {
    color: #fff;
}

.items:not(.selectize-input) .item .price {
    background-color: #f8f8f8;
    font-size: 1.6rem;
    font-weight: 600;
    position: absolute;
    top: 22.6rem;
    left: 1.8rem;
    padding: .5rem 1.8rem;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    z-index: 1;
}

.items:not(.selectize-input) .item .price .appendix {
    font-size: 1rem;
    margin-right: .6rem;
    opacity: .7;
    top: -.2rem;
    position: relative;
    display: block;
    margin-bottom: -0.7rem;
}

.items:not(.selectize-input) .item .meta {
    background-color: #f8f8f8;
    padding: 1.8rem;
    font-size: 1.2rem;
    width: 100%;
    white-space: nowrap;
    margin-top: -.2rem;
    position: relative;
}

.items:not(.selectize-input) .item .meta figure {
    opacity: .6;
    margin-right: 2rem;
    display: inline-block;
}

.items:not(.selectize-input) .item .meta figure i {
    margin-right: 1rem;
}

.items:not(.selectize-input) .item .meta figure a {
    transition: .3s color ease;
}

.items:not(.selectize-input) .item .meta:before {
    background: -moz-linear-gradient(left, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 1) 50%, rgba(248, 248, 248, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 1) 50%, rgba(248, 248, 248, 1) 100%);
    background: linear-gradient(to right, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 1) 50%, rgba(248, 248, 248, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f8f8f8', endColorstr='#f8f8f8', GradientType=1);
    height: 100%;
    width: 4rem;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.items:not(.selectize-input) .item .description {
    font-size: 1.3rem;
    padding: 1.8rem 1.8rem 0 1.8rem;
}

.items:not(.selectize-input) .item .description p {
    margin-bottom: 0;
}

.items:not(.selectize-input) .item .detail {
    bottom: 1.8rem;
    left: 1.8rem;
    color: #ff0000;
    transition: .3s background-color ease;
    position: absolute;
}

.items:not(.selectize-input) .item .detail:after {
    background-color: #ff0000;
}

.items:not(.selectize-input) .item figure {
    margin-bottom: 0;
}

.items:not(.selectize-input) .item.call-to-action {
    text-align: center;
    height: 30rem;
    display: block;
}

.items:not(.selectize-input) .item.call-to-action .wrapper {
    background-color: transparent;
    box-shadow: none;
    display: table;
    width: 100%;
    height: 100%;
    border: .1rem solid rgba(0, 0, 0, .05);
    transition: .3s box-shadow ease, .3s background-color ease, .3s transform ease;
    padding-bottom: 0;
}

.items:not(.selectize-input) .item.call-to-action .wrapper .title {
    color: #000;
    font-size: 1.8rem;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Varela Round', sans-serif;
}

.items:not(.selectize-input) .item.call-to-action .wrapper .title i {
    display: block;
    font-size: 2.4rem;
    color: #ff0000;
    margin-bottom: 1rem;
}

.items:not(.selectize-input) .item.call-to-action .wrapper:hover {
    background-color: rgba(0, 0, 0, .03);
}

.items:not(.selectize-input) .item.item-sold .wrapper {
    opacity: .3;
}

.items:not(.selectize-input) .item.author .meta figure {
    margin-right: 0;
    float: left;
}

.items:not(.selectize-input) .item.author .meta figure:last-child {
    float: right;
}

.items:not(.selectize-input) .item.author .meta:before {
    display: none;
}

.items:not(.selectize-input) .item.author .meta:after {
    display: block;
    clear: both;
    content: "";
}

.items:not(.selectize-input) .item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.items:not(.selectize-input) .item .wrapper {
    width: 100%;
    height: 100%;
}

.items:not(.selectize-input) .item .admin-controls {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
}

.items:not(.selectize-input) .item .admin-controls a {
    display: inline-block;
    padding: .5rem;
}

.items:not(.selectize-input) .item .admin-controls a i {
    margin-right: .5rem;
    opacity: .5;
}

.items:not(.selectize-input):after {
    clear: both;
    content: "";
    display: block;
}

.items:not(.selectize-input).grid .item .image .image-wrapper,
.items:not(.selectize-input).masonry .item .image .image-wrapper {
    border: .6rem solid #f8f8f8;
    border-radius: .9rem;
}

.items:not(.selectize-input).grid .item,
.items:not(.selectize-input).masonry .item {
    float: left;
}

.items:not(.selectize-input).grid .item .wrapper,
.items:not(.selectize-input).masonry .item .wrapper {
    float: left;
}

.items:not(.selectize-input).grid .item p,
.items:not(.selectize-input).masonry .item p {
    height: 6rem;
    overflow: hidden;
}

.specialMas {
    padding-bottom: 15px;
}

.workRow .col-md-6 {
    min-height: 170px;
}

.workRow img {
    border-radius: 8px;
    border: 2px solid #FFF;
}

.workRow a:hover img {
    border: 2px solid #dc3545;
}

.items:not(.selectize-input).masonry .item .wrapper {
    padding-bottom: 5rem;
}

.items:not(.selectize-input).grid .item {
    height: 43rem;
}

.items:not(.selectize-input).grid .item .additional-info {
    display: none;
}

.items:not(.selectize-input).grid.compact .item {
    height: inherit;
}

.items:not(.selectize-input).grid.compact .item .wrapper {
    height: 31rem;
}

.items:not(.selectize-input).grid.compact .item .wrapper .detail {
    display: none;
}

.items:not(.selectize-input).grid.compact .item .admin-controls {
    position: relative;
    right: inherit;
    text-align: center;
    height: auto;
    border-left: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.2rem;
}

.items:not(.selectize-input).grid.compact .item .admin-controls a {
    display: inline-block;
    padding: .5rem;
}

.items:not(.selectize-input).grid.compact .item .admin-controls a i {
    margin-right: .5rem;
}

.items:not(.selectize-input).list {
    height: inherit !important;
}

.items:not(.selectize-input).list .item .image .image-wrapper {
    border: .6rem solid #fff;
    border-radius: .9rem;
}

.items:not(.selectize-input).list .item {
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
}

.items:not(.selectize-input).list .item .wrapper {
    min-height: 18rem;
    padding-bottom: 0;
}

.items:not(.selectize-input).list .item .image {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: transparent;
}

.items:not(.selectize-input).list .item .image .background-image {
    width: 25rem;
}

.items:not(.selectize-input).list .item h3,
.items:not(.selectize-input).list .item .h3 {
    top: 2.5rem;
    font-size: 2.2rem;
    color: #000;
    left: 27rem;
    bottom: inherit;
    width: 100%;
}

.items:not(.selectize-input).list .item h3 a:not(.category),
.items:not(.selectize-input).list .item .h3 a:not(.category) {
    color: #000;
    text-shadow: none;
    display: inline-block;
}

.items:not(.selectize-input).list .item h3 a:not(.category):hover,
.items:not(.selectize-input).list .item .h3 a:not(.category):hover {
    text-decoration: none;
    color: #ff0000;
}

.items:not(.selectize-input).list .item h3 .tag:not(.category),
.items:not(.selectize-input).list .item .h3 .tag:not(.category) {
    position: relative;
    top: -0.2rem;
    background-color: transparent;
    border: .1rem solid rgba(0, 0, 0, .3);
    vertical-align: middle;
}

.items:not(.selectize-input).list .item h3 .tag.category,
.items:not(.selectize-input).list .item .h3 .tag.category {
    position: absolute;
    color: #fff;
    bottom: inherit;
    top: -1rem;
    left: -25.5rem;
}

.items:not(.selectize-input).list .item h4,
.items:not(.selectize-input).list .item .h4 {
    top: 5.5rem;
    left: 27rem;
}

.items:not(.selectize-input).list .item h4 a,
.items:not(.selectize-input).list .item .h4 a {
    color: #000;
}

.items:not(.selectize-input).list .item h4.location,
.items:not(.selectize-input).list .item .h4.location {}

.items:not(.selectize-input).list .item h4.location:before,
.items:not(.selectize-input).list .item .h4.location:before {
    font-family: 'fontawesome';
    color: #000;
}

.items:not(.selectize-input).list .item .price {
    top: inherit;
    border-radius: .3rem;
    bottom: 2rem;
}

.items:not(.selectize-input).list .item .tag {
    top: 2rem;
}

.items:not(.selectize-input).list .item .meta {
    position: absolute;
    padding: 3rem 2rem 0 0;
    right: 0;
    width: auto;
    font-size: 1.1rem;
    background-color: transparent;
    text-align: right;
    top: 0;
    z-index: 1;
}

.items:not(.selectize-input).list .item .meta figure {
    display: block;
    margin-right: 0;
}

.items:not(.selectize-input).list .item .meta:before {
    display: none;
}

.items:not(.selectize-input).list .item .description {
    position: absolute;
    bottom: 2rem;
    padding: 0;
    left: 27rem;
    z-index: 1;
    height: 4rem;
    overflow: hidden;
}

.items:not(.selectize-input).list .item .description p {
    width: 80%;
}

.items:not(.selectize-input).list .item .detail {
    right: 2rem;
    bottom: 2rem;
    left: inherit;
    border: .1rem solid #ff0000;
    padding: 1rem;
    text-transform: none;
    font-size: 1.4rem;
    border-radius: .3rem;
    z-index: 2;
}

.items:not(.selectize-input).list .item .detail:hover {
    background-color: #ff0000;
    color: #fff;
}

.items:not(.selectize-input).list .item .detail:after {
    display: none;
}

.items:not(.selectize-input).list .item .additional-info {
    padding: 9rem 0 8rem 0;
    margin-right: 2rem;
    position: relative;
    margin-left: 27rem;
}

.items:not(.selectize-input).list .item .additional-info ul {
    background-color: #f9f9f9;
    border-radius: .3rem;
    margin-bottom: 0;
    padding: 1.5rem;
}

.items:not(.selectize-input).list .item .additional-info ul li {
    display: inline-block;
    margin-right: 5rem;
}

.items:not(.selectize-input).list .item .additional-info ul li figure {
    float: none;
}

.items:not(.selectize-input).list .item .additional-info ul li aside {
    text-align: left;
}

.items:not(.selectize-input).list .item.call-to-action {
    height: 15rem;
}

.items:not(.selectize-input).list.compact .item {
    min-height: 17rem;
}

.items:not(.selectize-input).list.compact .item .image {
    padding-right: 20rem;
}

.items:not(.selectize-input).list.compact .item .image .background-image {
    width: 20rem;
}

.items:not(.selectize-input).list.compact .item .image .image-wrapper {}

.items:not(.selectize-input).list.compact .item .image .image-wrapper:before {
    opacity: .6;
    height: 8rem;
}

.items:not(.selectize-input).list.compact .item .additional-info {
    margin-left: 22rem;
    padding: 8rem 0 6.3rem 0;
}

.items:not(.selectize-input).list.compact .item .additional-info ul {
    padding: .4rem .4rem 0 .4rem;
}

.items:not(.selectize-input).list.compact .item .additional-info ul li figure {
    padding: 0;
    margin-bottom: -.4rem;
    font-size: 1rem;
}

.items:not(.selectize-input).list.compact .item h3,
.items:not(.selectize-input).list.compact .item h4,
.items:not(.selectize-input).list.compact .item .h3,
.items:not(.selectize-input).list.compact .item .h4,
.items:not(.selectize-input).list.compact .item .description {
    left: 22rem;
}

.items:not(.selectize-input).list.compact .item .h3.h3-spec {
    left: auto;
    position: relative;
    top: auto;
    margin-bottom: 16px;
}

.items:not(.selectize-input).list.compact .item h3 .tag.category,
.items:not(.selectize-input).list.compact .item .h3 .tag.category {
    left: -20.3rem;
}

.items:not(.selectize-input).list.compact .item .price {
    padding: .3rem 1.1rem;
    font-size: 1.3rem;
}

.items:not(.selectize-input).list.compact .item .description {
    padding-right: 20rem;
    bottom: 1.4rem;
}

.items:not(.selectize-input).list.compact .item .description p {
    font-size: 1.2rem;
}

.items:not(.selectize-input).list.compact .item .detail {
    border: inherit;
    text-transform: uppercase;
    font-size: 1.1rem;
    bottom: 2rem;
    padding: 0;
}

.items:not(.selectize-input).list.compact .item .detail:hover {
    background-color: transparent;
    color: #ff0000;
}

.items:not(.selectize-input).list.compact .item .detail:after {
    display: block;
}

.items:not(.selectize-input).list.compact .item .admin-controls {
    position: absolute;
    right: 0;
    height: 8rem;
    top: 0;
    bottom: 0;
    margin: auto;
    border-left: .1rem solid rgba(0, 0, 0, .1);
    padding-left: 2rem;
    padding-right: 2rem;
    z-index: 1;
    background-color: #fff;
}

.items:not(.selectize-input).list.compact .item .admin-controls a {
    display: block;
    padding: .4rem 0;
}

.items:not(.selectize-input).list.compact .item .admin-controls a i {
    margin-right: 1rem;
}

.map .cluster>div {
    color: #fff !important;
}

.map .marker {
    cursor: pointer;
    opacity: .7;
    transition: .3s ease;
    transform: translateY(.2rem);
}

.map .marker:hover {
    opacity: 1;
    transform: translateY(0);
}

.map .infobox-wrapper {
    position: relative;
    display: inline-block;
}

.map .infobox-wrapper>img {
    position: absolute !important;
    top: -1.5rem;
    right: -1.5rem;
    z-index: 1;
}

.map .infobox-wrapper .ribbon-featured {
    right: 0;
    background-color: #ff0000;
    padding: .5rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border-radius: .4rem;
    box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
    top: 2.5rem;
}

.map .infobox-wrapper a {}

.map .infobox-wrapper a:hover {
    color: inherit;
}

.map .infobox-wrapper .infobox {
    width: 25rem;
    background-color: #f8f8f8;
    padding: .5rem;
    border-radius: .6rem;
    overflow: hidden;
    box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
}

.map .infobox-wrapper .infobox .image-wrapper {
    width: 100%;
    height: 20rem;
    overflow: hidden;
    border-radius: .4rem;
    position: relative;
}

.map .infobox-wrapper .infobox .image-wrapper>.tag,
.map .infobox-wrapper .infobox .image-wrapper h3,
.map .infobox-wrapper .infobox .image-wrapper .h3,
.map .infobox-wrapper .infobox .image-wrapper .price {
    position: absolute;
    left: 2rem;
    z-index: 1;
}

.map .infobox-wrapper .infobox .image-wrapper .price {
    bottom: -.3rem;
    background-color: #f8f8f8;
    font-size: 1.6rem;
    font-weight: 600;
    padding: .5rem 1.8rem;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    z-index: 1;
}

.map .infobox-wrapper .infobox .image-wrapper .price .appendix {
    font-size: 1rem;
    margin-right: 0;
    opacity: .7;
    top: -.2rem;
    position: relative;
    display: block;
    margin-bottom: -0.7rem;
    margin-left: 0;
}

.map .infobox-wrapper .infobox .image-wrapper .type {
    background-color: #fff;
    opacity: .8;
    top: 2rem;
}

.map .infobox-wrapper .infobox .image-wrapper h3,
.map .infobox-wrapper .infobox .image-wrapper .h3 {
    bottom: 2rem;
    color: #fff;
}

.map .infobox-wrapper .infobox .image-wrapper h3 span:not(.tag),
.map .infobox-wrapper .infobox .image-wrapper .h3 span:not(.tag) {
    display: block;
    margin-top: .8rem;
}

.map .infobox-wrapper .infobox .image-wrapper .image {
    height: 100%;
    width: 100%;
    background-size: cover;
    position: relative;
}

.map .infobox-wrapper .infobox .image-wrapper .image:before {
    opacity: .8;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15rem;
    content: "";
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.map .infobox-wrapper .infobox .image-wrapper img {
    width: 100%;
}

.map .infobox-wrapper:after {
    background-image: url("/assets/templates/graves/img/infobox-arrow.png");
    content: "";
    display: block;
    width: 100%;
    height: 1.6rem;
    background-position: center;
    background-repeat: no-repeat;
}

.map#map-small,
.map#stagimap {
    box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
    border-radius: .5rem;
    display: block;
}

.map#map-contact {
    margin-top: -5rem;
    margin-bottom: 5rem;
}

.map#map-contact:before {
    background-image: url("/assets/templates/graves/img/footer-overlay.png");
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 10rem;
    position: absolute;
    content: "";
    width: 100%;
    height: auto;
    z-index: 1;
    pointer-events: none;
}

.nav-tabs .nav-link,
.nav-pills .nav-link {
    padding: 1rem 2rem;
}

.nav-pills .nav-link {}

.nav-pills .nav-link.active {
    background-color: #ff0000;
}

.tab-content {
    padding-top: 2rem;
}

.owl-carousel .owl-dots {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.owl-carousel .owl-dots .owl-dot span {
    background-color: #000;
    opacity: .3;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    display: inline-block;
    margin: 0 .5rem;
    transition: .3s ease;
}

.owl-carousel .owl-dots .owl-dot.active span {
    opacity: .8;
}

.owl-carousel.full-width-carousel {
    position: relative;
    top: -5.5rem;
    margin-bottom: -5.5rem;
}

.owl-carousel.full-width-carousel .item {
    width: 111rem;
    border-radius: .4rem;
    height: 70rem;
    overflow: hidden;
}

.owl-carousel.full-width-carousel .owl-item {
    opacity: .2;
    transition: 1s opacity ease;
}

.owl-carousel.full-width-carousel .owl-item.active.center {
    opacity: 1;
}

.owl-carousel.full-width-carousel:before {
    background-image: url("/assets/templates/graves/img/footer-overlay.png");
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 10rem;
    position: absolute;
    content: "";
    width: 100%;
    height: auto;
    z-index: 1;
}

.owl-carousel.gallery-carousel {
    margin-bottom: 3rem;
}

.owl-carousel.gallery-carousel .owl-stage-outer,
.owl-carousel.full-width-carousel .owl-stage-outer {
    border-radius: .4rem;
}

.owl-carousel.gallery-carousel .owl-nav .owl-prev,
.owl-carousel.gallery-carousel .owl-nav .owl-next,
.owl-carousel.full-width-carousel .owl-nav .owl-prev,
.owl-carousel.full-width-carousel .owl-nav .owl-next {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 5rem;
}

.owl-carousel.gallery-carousel .owl-nav .owl-prev i,
.owl-carousel.gallery-carousel .owl-nav .owl-next i,
.owl-carousel.full-width-carousel .owl-nav .owl-prev i,
.owl-carousel.full-width-carousel .owl-nav .owl-next i {
    background-color: #ff0000;
    width: 5rem;
    text-align: center;
    line-height: 5rem;
    color: #fff;
    box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
    border-radius: 50%;
}

.owl-carousel.gallery-carousel .owl-nav .owl-prev,
.owl-carousel.full-width-carousel .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel.gallery-carousel .owl-nav .owl-prev i,
.owl-carousel.full-width-carousel .owl-nav .owl-prev i {
    margin-left: 2rem;
}

.owl-carousel.gallery-carousel .owl-nav .owl-next,
.owl-carousel.full-width-carousel .owl-nav .owl-next {
    right: 0;
    margin-right: 2rem;
}

.owl-carousel.gallery-carousel-thumbs .owl-thumb {
    border-radius: .4rem;
    height: 13rem;
    display: block;
    opacity: .3;
    transition: .3s ease;
}

.owl-carousel.gallery-carousel-thumbs .owl-thumb img {
    width: 100%;
    display: none;
}

.owl-carousel.gallery-carousel-thumbs .owl-thumb:hover {
    opacity: 1;
}

.owl-carousel.gallery-carousel-thumbs .owl-thumb.active-thumb {
    box-shadow: inset 0 0 0 .3rem #ff0000;
    opacity: 1;
}

.pac-logo {}

.pac-logo:after {
    display: none;
}

.page .hero-wrapper {
    position: relative;
}

.page .hero-wrapper .background {
    background-color: #fff;
}

.page>.content {
    background-color: #FFFFFF;
    /* background-color: #f2f2f2; */
    z-index: 1;
    font-size: 1.6rem;
    line-height: 2.3rem;
}

.page>.content:after {
    background-image: url("/assets/templates/graves/img/footer-overlay.png");
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 4.2rem;
    left: 0;
    content: "";
    position: absolute;
}

.page.sub-page .page-title {
    padding-top: 3rem;
    padding-bottom: 1rem;
}

.page.sub-page .form {}

.page.sub-page .form.hero-form {
    padding-top: 2rem;
}

.page.sub-page .form.hero-form .main-search-form {
    background-color: #f2f2f2;
    padding: 5rem 3rem 1rem 3rem;
    border-radius: .3rem;
    margin-bottom: 1rem;
    position: relative;
}

.page.sub-page .form.hero-form .main-search-form .form-group label {
    font-size: 1.8rem;
    top: -3.7rem;
}

.page.sub-page .form.hero-form .main-search-form .geo-location.input-group-addon {
    height: 3.9rem;
}

.page.sub-page .form.hero-form .main-search-form:before {
    border-style: solid;
    border-width: 0 .45rem .6rem .45rem;
    border-color: transparent transparent #f2f2f2 transparent;
    position: absolute;
    top: -.6rem;
    right: 1.5rem;
    content: "";
}

.panel {
    background-color: #fff;
    box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
    margin-bottom: 30px;
}

.panel .panel-title {
    margin-bottom: 0;
}

.panel .panel-title a {
    display: block;
    padding: 20px;
}

.panel .panel-title a i {
    margin-right: 5px;
}

.panel .panel-body {
    padding: 20px;
}

.panel .horizontal-input-title {
    margin-top: 15px;
}

.page-pagination {
    text-align: center;
    margin: 6rem 0 3rem 0;
}

.page-pagination>nav {
    display: inline-block;
}

.page-pagination>nav .pagination {
    margin-bottom: 0;
}

.page-pagination>nav .pagination .page-item .page-link {
    color: #000;
    width: 4rem;
    line-height: 4rem;
    padding: inherit;
    border: none;
    background-color: transparent;
    border-radius: .3rem;
    font-size: 1.6rem;
    margin: 0 .2rem;
}

.page-pagination>nav .pagination .page-item .page-link i {
    font-size: 1.2rem;
    color: rgba(0, 0, 0, .5);
}

.page-pagination>nav .pagination .page-item .page-link:hover {
    background-color: #fff;
    box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
}

.page-pagination>nav .pagination .page-item.active .page-link {
    background-color: #ff0000;
    color: #fff;
    box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
}

.pricing {
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
    padding: 30px 20px;
}

.pricing h2,
.pricing .h2 {
    display: block;
    opacity: .7;
    color: inherit;
    font-size: 30px;
    font-weight: lighter;
}

.pricing figure {
    box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
    border-radius: 100%;
    background-color: #ededed;
    width: 75px;
    height: 75px;
    position: absolute;
    top: 5px;
    right: -10px;
    text-align: center;
    line-height: 75px;
    color: #ff0000;
    font-size: 18px;
    font-weight: bold;
}

.pricing ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.pricing ul li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    line-height: 55px;
}

.pricing ul li i {
    font-size: 20px;
}

.pricing ul li:last-child {
    border-bottom: none;
}

.pricing ul li.available {
    color: #ff0000;
}

.pricing ul li.not-available {
    color: rgba(0, 0, 0, , .5);
}

.pricing.box {
    background-color: #fff;
}

.pricing.box.featured {
    background-color: #000;
    color: #fff;
}

.pricing.box.featured ul li.available,
.pricing.box.featured ul li.not-available,
.pricing.box.featured ul li {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, .2);
}

.pricing.featured:not(.box) figure {
    background-color: #ff0000;
    color: #fff;
}

.pricing.description {
    box-shadow: none;
    background-color: transparent;
    text-align: left;
    padding-left: 0;
}

.profile-image .image {
    width: 100%;
    height: 25.5rem;
    border-radius: 50%;
    box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
    overflow: hidden;
    text-align: center;
}

.profile-image .image img {
    height: 100%;
}

.rating {
    margin-bottom: .5rem;
}

.rating i {
    font-size: 1rem;
    opacity: .4;
    padding: 0 .1rem;
}

.rating i.active {
    color: #FCDF69;
    opacity: 1;
}

.read-more {
    overflow: hidden;
    transition: 1s ease;
    padding: 2rem 2rem 3rem 2rem;
    margin-right: -2rem;
    margin-left: -2rem;
    margin-bottom: 2rem;
    position: relative;
}

.read-more:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10rem;
    width: 100%;
    content: "";
    pointer-events: none;
    background: -moz-linear-gradient(top, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 1) 66%, rgba(242, 242, 242, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 1) 66%, rgba(242, 242, 242, 1) 100%);
    background: linear-gradient(to bottom, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 1) 66%, rgba(242, 242, 242, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f2f2f2', endColorstr='#f2f2f2', GradientType=0);
}

.ribbon-featured {
    position: absolute;
    top: -1rem;
    right: 1.5rem;
    z-index: 1;
}

.ribbon-featured .ribbon-content {
    box-shadow: 0 0.1rem rgba(0, 0, 0, .15);
    background-color: #ff0000;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    z-index: 1;
    padding: .7rem;
}

.ribbon-featured .ribbon-content:after {
    background-color: #ff0000;
    width: .5rem;
    height: 100%;
    content: "";
    position: absolute;
    top: .5rem;
    right: -.5rem;
}

.ribbon-featured .ribbon-content:before {
    background-color: #ff0000;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 0;
    right: -.5rem;
    content: "";
    border-top-right-radius: 50%;
}

.ribbon-featured .ribbon-start,
.ribbon-featured .ribbon-start::after {
    background: #ff0000;
    content: "";
    display: inline-block;
    height: 1rem;
    width: .5rem;
    border-bottom-right-radius: 1rem;
    border-top-right-radius: 1rem;
    right: -.5rem;
    position: absolute;
    z-index: 1;
    top: 100%;
}

.ribbon-featured .ribbon-start::after {
    background: rgba(0, 0, 0, .3);
    z-index: 2;
    right: 0;
    top: 0;
}

.ribbon-featured .ribbon-end {
    height: 100%;
    width: 1.5rem;
    position: absolute;
    top: 0;
    left: -1.5rem;
}

.ribbon-featured .ribbon-end:after,
.ribbon-featured .ribbon-end:before,
.ribbon-featured .ribbon-end .ribbon-shadow::after,
.ribbon-featured .ribbon-end .ribbon-shadow::before {
    border-style: solid;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.ribbon-featured .ribbon-end:before,
.ribbon-featured .ribbon-end .ribbon-shadow::before {
    border-width: 0 1.5rem 1.5rem 0;
    border-color: transparent #ff0000 transparent transparent;
}

.ribbon-featured .ribbon-end:after,
.ribbon-featured .ribbon-end .ribbon-shadow::after {
    border-width: 0 0 1.5rem 1.5rem;
    border-color: transparent transparent #ff0000 transparent;
    bottom: 0;
}

.ribbon-featured .ribbon-end .ribbon-shadow::before {
    border-color: transparent rgba(0, 0, 0, .15) transparent transparent;
    top: .1rem;
    z-index: -1;
}

.ribbon-featured .ribbon-end .ribbon-shadow::after {
    border-color: transparent transparent rgba(0, 0, 0, .15) transparent;
    bottom: -.1rem;
    z-index: -1;
}

.section-title {
    padding-bottom: 4rem;
}

.section-title h2,
.section-title .h2 {
    margin-bottom: 1rem;
}

.section-title .chosen-container .chosen-single {
    background-color: transparent;
    box-shadow: 0 0.2rem .6rem 0 rgba(0, 0, 0, .05);
}

.section-title .chosen-container:hover .chosen-single,
.section-title .chosen-container.chosen-container-active .chosen-single {
    background-color: #fff;
}

.section-title .selectize-input {
    background-color: transparent;
}

.section-title .selectize-input:hover,
.section-title .selectize-input.chosen-container-active {
    background-color: #fff;
}

.sidebar section {
    margin-bottom: 4rem;
}

.sidebar .sidebar-form label {
    display: block;
}

.sidebar .sidebar-form .alternative-search-form {
    padding-top: 2rem;
}

.sidebar .sidebar-post {
    margin-bottom: 3rem;
    display: table;
    width: 100%;
}

.sidebar .sidebar-post .background-image {
    width: 10rem;
    height: 10rem;
    display: block;
    box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
    border-radius: .4rem;
    float: left;
}

.sidebar .sidebar-post .description {
    margin-left: 12rem;
}

.sidebar .sidebar-post .description h4 {
    margin-bottom: 1.5rem;
}

.sidebar .sidebar-post .description .meta {
    font-size: 1.1rem;
    opacity: .6;
}

.sidebar .sidebar-post .description .meta a {
    font-weight: 700;
}

.sidebar .sidebar-list {
    padding-left: 0;
}

.sidebar .sidebar-list li {
    border-bottom: .1rem solid rgba(0, 0, 0, .1);
}

.sidebar .sidebar-list li a {
    display: block;
    padding: 1rem 0;
}

.sidebar .sidebar-list li a span {
    float: right;
    font-size: 1rem;
    opacity: .5;
    line-height: 2rem;
}

.side-nav a,
.side-nav span.uplink {
    display: flex;
    align-items: center;
    flex-direction: row;    
    border-bottom: .1rem solid rgba(0, 0, 0, .1);
    padding: 1.5rem 0 1.5rem 0;
}

.side-nav span.uplink {
    padding: 1.5rem 1rem;
}

.side-nav a:last-child,
.side-nav span.uplink:last-child {
    border: none;
}

.social i {
    font-size: 1.8rem;
    margin-right: .5rem;
}

.tag {
    background-color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1rem;
    border-radius: .2rem;
    padding: .3rem .5rem;
    font-family: 'Poppins', sans-serif;
}

.tag:hover {
    background-color: #ff0000;
}

.tags {}

.tags.framed .tag {
    background-color: transparent;
    border: .1rem solid rgba(0, 0, 0, .1);
}

.tooltip {
    font-size: 1.2rem;
}

.thumbnail-toggle a {
    font-size: 1.5rem;
    margin-left: .2rem;
    padding: .8rem;
    border-radius: .3rem;
    width: 4rem;
    display: inline-block;
    text-align: center;
}

.thumbnail-toggle a:hover {
    background-color: rgba(0, 0, 0, .05);
}

.thumbnail-toggle a.active {
    background-color: #000;
    color: #fff;
}

@keyframes underline-animation {
    0% {
        width: 100%;
    }

    30% {
        width: 0%;
    }

    60% {
        width: 100%;
        background-color: #ff0000;
    }

    100% {
        left: 0;
        background-color: #ff0000;
    }
}

@keyframes show-form-slide-animation {
    0% {
        opacity: 0;
        transform: translateY(.5rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s, top .3s;
    transition: left .3s, top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-base {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
    height: 18px;
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}

.noUi-background {
    background: #FAFAFA;
    box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-connect {
    background: #3FB8AF;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-target.noUi-connect {
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45), 0 3px 6px -5px #BBB;
}

.noUi-dragable {
    cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
    cursor: n-resize;
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

[disabled] .noUi-connect,
[disabled].noUi-connect {
    background: #B8B8B8;
}

[disabled] .noUi-handle {
    cursor: not-allowed;
}

.ui-slider {
    border-radius: 0px;
    box-shadow: none;
    border: none;
    background-color: transparent;
}

.ui-slider .noUi-base {
    border-radius: 0px;
    box-shadow: none;
    border: none;
    height: 2px;
    background-color: #e4e4e2;
    margin-top: 6px;
}

.ui-slider .noUi-base .noUi-connect {
    box-shadow: none;
    background-color: #ff0000;
}

.ui-slider .noUi-base .noUi-background {
    box-shadow: none;
    background-color: #e4e4e2;
}

.ui-slider .noUi-base .noUi-handle {
    transition: .2s;
    border-radius: 50%;
    box-shadow: none;
    border: 2px solid #ff0000;
    background-color: #ff0000;
    cursor: pointer;
    height: 10px;
    width: 10px;
    left: 0px;
    top: -4px;
}

.ui-slider .noUi-base .noUi-handle:before,
.ui-slider .noUi-base .noUi-handle:after {
    display: none;
}

.ui-slider .noUi-base .noUi-handle:hover,
.ui-slider .noUi-base .noUi-handle.noUi-active {
    box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, .07);
}

.ui-slider .noUi-base .noUi-handle.noUi-handle-upper {
    left: -8px;
}

.ui-slider .values {
    font-size: 10px;
}

.ui-slider .values input {
    background-color: transparent;
    border: none;
    width: 49%;
}

.ui-slider .values input:first-child {
    float: left;
}

.ui-slider .values input:last-child {
    float: right;
    text-align: right;
}

a {
    color: #000;
    transition: .3s color ease, .3s background-color ease, .3s box-shadow ease;
}

a .appendix {
    opacity: .4;
    margin-left: .5rem;
}

a:hover,
a:focus,
a:active {
    outline: none !important;
    text-decoration: none;
}

a:hover {
    color: #ff0000;
}

a.icon i {
    color: #ff0000;
    margin-right: 1rem;
    font-size: 1.2rem;
}

a.underline {}

a.underline:hover::after {
    animation-name: underline-animation;
    animation-duration: .7s;
    animation-fill-mode: forwards;
}

a.underline:after {
    background-color: #000;
    width: 100%;
    height: .1rem;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
}

a.text-uppercase {
    font-size: 1.1rem;
    font-weight: 600;
}

a.link {
    color: #ff0000;
}

a.nav-link i {
    color: inherit;
    opacity: 1;
}

a.nav-link.active {
    color: #ff0000;
}

a.nav-link.active i {
    color: #ff0000;
    opacity: 1;
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    position: relative;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.4rem;
    background-color: #f2f2f2;
    height: 100%;
    overflow-x: hidden;
}

.breadcrumbs {
    opacity: .65;
    font-size: 12px;
    margin-bottom: 25px;
}

dl {
    margin-bottom: 1rem;
}

dl dt {
    float: left;
    padding: .2rem 0;
}

dl dd {
    text-align: right;
    padding: .2rem 0;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

h1,
.h1 {
    font-family: 'Varela Round', sans-serif;
    font-size: 3rem;
}

h2,
.h2 {
    font-family: 'Varela Round', sans-serif;
    font-size: 2.2rem;
    margin-bottom: 2.2rem;
    padding-top: 1rem;
}

h2 .small,
.h2 .small {
    font-size: 50%;
}

h3,
.h3 {
    font-family: 'Varela Round', sans-serif;
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

h4,
.h4 {}

h4.location,
.h4.location {}

h4.location:before,
.h4.location:before {
    font-family: 'fontawesome';
    content: "\f041";
    position: relative;
    font-size: 1.3rem;
    opacity: .6;
    margin-right: .2rem;
}

hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

figure {}

figure.with-icon {
    position: relative;
    padding-left: 2.5rem;
}

figure.with-icon i {
    color: #ff0000;
    position: absolute;
    line-height: 2rem;
    left: 0;
}

mark,
.mark {
    background-color: #ffdc23;
}

p {
    opacity: .95;
    font-weight: normal;
}

ul,
ol,
dl {}

.textContentOnly ul,
.textContentOnly ol {
    margin-bottom: 3rem;
}

.textContentOnly ul ul,
.textContentOnly ol ol,
.textContentOnly ul ol,
.textContentOnly ol ul {
    margin-bottom: 0.4rem;
}

ul.columns-2,
ol.columns-2,
dl.columns-2 {
    column-count: 2;
}

ul.columns-2 dd,
ul.columns-2 li,
ol.columns-2 dd,
ol.columns-2 li,
dl.columns-2 dd,
dl.columns-2 li {
    margin-right: 1rem;
}

ul.columns-3,
ol.columns-3,
dl.columns-3 {
    column-count: 3;
}

ul.columns-3 dd,
ul.columns-3 li,
ol.columns-3 dd,
ol.columns-3 li,
dl.columns-3 dd,
dl.columns-3 li {
    margin-right: 1rem;
}

ul.columns-4,
ol.columns-4,
dl.columns-4 {
    column-count: 4;
}

ul.columns-4 dd,
ul.columns-4 li,
ol.columns-4 dd,
ol.columns-4 li,
dl.columns-4 dd,
dl.columns-4 li {
    margin-right: 1rem;
}

ul.features-checkboxes,
ol.features-checkboxes,
dl.features-checkboxes {
    padding-left: 0;
    list-style: none;
}

ul.features-checkboxes li,
ol.features-checkboxes li,
dl.features-checkboxes li {
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 4rem;
}

ul.features-checkboxes li:before,
ol.features-checkboxes li:before,
dl.features-checkboxes li:before {
    width: 2rem;
    height: 2rem;
    background-color: #ff0000;
    border-radius: .3rem;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
}

ul.features-checkboxes li:after,
ol.features-checkboxes li:after,
dl.features-checkboxes li:after {
    font-family: 'fontawesome';
    color: #fff;
    content: "\f00c";
    position: absolute;
    line-height: 1.8rem;
    font-size: 1rem;
    left: .5rem;
    top: 0;
}

.features-check-link:hover {
    text-decoration: underline;
    cursor: pointer;
}

section {
    position: relative;
}

header,
footer {
    position: relative;
}

a.find-agent {
    display: block;
    margin-top: 25px;
    text-align: center;
}

a.find-agent span {
    border-bottom: 3px dashed #FCDF69;
    font-weight: bold;
    font-style: italic;
}

a.find-agent:hover span {
    color: #000 !important;
    border-color: #28a745;
}

.btn {
    display: inline-block;
    position: relative;
    transition: .3s ease;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    border-radius: .3rem;
    padding: 1.4rem 1.6rem;
    border-width: .1rem;
    outline: none !important;
    cursor: pointer;
}

.btn:hover,
.btn:focus,
.btn:active {
    outline: none !important;
}

.btn.btn-primary {
    background-color: #ff0000;
    border-color: #ff0000;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
    color: #fff;
    box-shadow: 0 .1rem 1.5rem rgba(0, 0, 0, .4);
}

.btn.btn-black {
    background-color: #FFF;
    border-color: #000000;
    color: #000;
}

.btn.btn-black:hover,
.btn.btn-black:focus,
.btn.btn-black:active {
    border-color: #4e4e4e;
    color: #000000;
    box-shadow: 0 .1rem 1.5rem rgba(0, 0, 0, .4);
}


.btn.btn-yellow {
    background-color: #FCDF69;
    border-color: #d8d8da;
    color: #000;
}

.btn.btn-wide {
    padding: 25px 0px;
    width: 100% !important;
    font-size: 16px !important;
}

.btn.btn-mw230 {
    max-width: 230px !important;
}

.btn.btn-mw250 {
    max-width: 250px !important;
}

.btn.btn-lgray {
    background-color: #F3F4F8;
    border-color: #d8d8da;
    color: #000;
}

.btn.btn-lgreen {
    background-color: #48C64E;
    border-color: #d8d8da;
    color: #FFF;
}

.btn.btn-red-border,
.btn.btn-red-border:hover,
.btn.btn-red-border:focus,
.btn.btn-red-border:active {
    cursor: default !important;
    background-color: #FFFFFF !important;
    border-color: #ff0000 !important;
    color: #000 !important;
}

.btn.btn-yellow:hover,
.btn.btn-yellow:focus,
.btn.btn-yellow:active,
.btn.btn-lgray:hover,
.btn.btn-lgray:focus,
.btn.btn-lgray:active,
.btn.btn-lgreen:hover,
.btn.btn-lgreen:focus,
.btn.btn-lgreen:active {
    border-color: #4e4e4e;
    color: #000000;
    box-shadow: 0 .1rem 1.5rem rgba(0, 0, 0, .4);
}

.btn.btn-rounded {
    border-radius: 3rem;
}

.button-vertical-block .btn.btn-rounded {
    width: 100%;
    font-size: 2rem;
    line-height: 2.2rem;
    background: #FFFFFF;
    border: 1px solid #4e555b70;
    color: #000;
    margin-bottom: 25px;
}

.button-vertical-block .btn.btn-rounded:hover {
    background: #FCDF69;
}

.btn.btn-framed {
    background-color: transparent;
}

.btn.btn-framed.btn-primary {
    color: #ff0000;
}

.btn.btn-framed.btn-primary:hover,
.btn.btn-framed.btn-primary:focus,
.btn.btn-framed.btn-primary:active {
    background-color: #ff0000;
    border-color: #ff0000;
    box-shadow: none;
    color: #fff;
}

.btn.btn-framed.btn-secondary {
    color: #868e96;
}

.btn.btn-framed.btn-secondary:hover,
.btn.btn-framed.btn-secondary:focus,
.btn.btn-framed.btn-secondary:active {
    background-color: #868e96;
    color: #fff;
}

.btn.btn-framed.btn-success {
    color: #1e7e34;
}

.btn.btn-framed.btn-success:hover,
.btn.btn-framed.btn-success:focus,
.btn.btn-framed.btn-success:active {
    background-color: #1e7e34;
    color: #fff;
}

.btn.btn-framed.btn-danger {
    color: #dc3545;
}

.btn.btn-framed.btn-danger:hover,
.btn.btn-framed.btn-danger:focus,
.btn.btn-framed.btn-danger:active {
    background-color: #dc3545;
    color: #fff;
}

.btn.btn-framed.btn-warning {
    color: #ffc107;
}

.btn.btn-framed.btn-warning:hover,
.btn.btn-framed.btn-warning:focus,
.btn.btn-framed.btn-warning:active {
    background-color: #ffc107;
    color: #fff;
}

.btn.btn-framed.btn-info {
    color: #17a2b8;
}

.btn.btn-framed.btn-info:hover,
.btn.btn-framed.btn-info:focus,
.btn.btn-framed.btn-info:active {
    background-color: #17a2b8;
    color: #fff;
}

.btn.btn-framed.btn-light {
    color: #000;
    border-color: rgba(0, 0, 0, .1);
}

.btn.btn-framed.btn-light:hover,
.btn.btn-framed.btn-light:focus,
.btn.btn-framed.btn-light:active {
    background-color: rgba(0, 0, 0, .1);
}

.services-icons .btn.btn-lgray {
    width: 130px;
    margin: 0 auto;
    display: block;
}

.btn.btn-lgray .svg-icon {
    display: block;
    text-align: center;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    background-position: center center;
    background-size: cover;
}

.btn.btn-lgray .under-svg-text {
    display: block;
    text-align: center;
    font-size: 12px;
    margin-top: 7px;
}

.btn.small {
    padding: 0.7rem 1rem;
    font-size: 1.2rem;
}

.btn.large {
    font-size: 2.4rem;
    padding: 1.2rem 2.4rem;
}

.btn.large.icon i {
    margin: 0 1rem;
    font-size: 1.5rem;
}

.btn.icon i {
    margin: 0 .5rem;
    font-size: 1.2rem;
    vertical-align: middle;
}

.btn.btn-light {
    color: #000;
}

select {
    width: 100%;
    padding: 1.3rem;
    border-radius: .3rem;
    background-color: #fff;
    box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, .1);
    border: .1rem solid rgba(0, 0, 0, .15);
}

select.small {
    padding: .9rem;
}

select.selectized {
    display: block !important;
    visibility: hidden;
    position: absolute;
    z-index: -9999;
}

.selectize-control {
    display: inline-block;
    width: 100%;
}

.selectize-control .selectize-input {
    transition: .3s ease;
    border-radius: .3rem;
    font-weight: 500;
    padding: 1.7rem;
    height: auto;
    background-image: none;
    background-color: #fff;
    position: relative;
    line-height: inherit;
    box-shadow: 0 0.2rem 1rem 0rem rgba(0, 0, 0, .1);
    border: .1rem solid rgba(0, 0, 0, .15);
}

.selectize-control .selectize-input .item {
    cursor: pointer;
}

.selectize-control .selectize-input .item[data-value=""] {
    opacity: .4;
}

.selectize-control .selectize-input input[type="text"] {
    height: 1.4rem;
    transition: none;
}

.selectize-control .selectize-input.full {
    cursor: pointer !important;
}

.selectize-control .selectize-input.full input {
    cursor: pointer !important;
    width: 0;
    color: transparent;
}

.selectize-control .selectize-dropdown {
    margin-top: -.4rem;
    opacity: 0;
    transition: .3s ease;
    width: 100% !important;
    top: 4.9rem !important;
}

.selectize-control .selectize-dropdown .selectize-dropdown-content {
    max-height: 30rem;
}

.selectize-control .selectize-dropdown .selectize-dropdown-content [data-value=""] {
    opacity: .4;
}

.selectize-control .selectize-dropdown .selectize-dropdown-content .option {}

.selectize-control .selectize-dropdown .selectize-dropdown-content .option.active {
    background-color: rgba(0, 0, 0, .03);
    transition: .3s ease;
}

.selectize-control .selectize-dropdown.opening {
    opacity: 1;
}

.selectize-control .selectize-dropdown [data-selectable],
.selectize-control .selectize-dropdown .optgroup-header {
    padding: .8rem 1.2rem;
}

.selectize-control.small .selectize-input {
    padding: 1.05rem;
}

.selectize-control.small .selectize-dropdown {
    top: 3.9rem !important;
}

.selectize-control.multi .selectize-input {}

.selectize-control.multi .selectize-input.has-items {
    padding: 1.1rem;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea.form-control {
    box-shadow: inset 0 0 1rem 0 rgba(0, 0, 0, .1);
    border: .1rem solid rgba(0, 0, 0, .15);
    border-radius: .3rem;
    color: #363636;
    transition: .3s;
    transform-style: preserve-3d;
    -webkit-appearance: none;
    background-color: #fff;
    font-size: 1.4rem;
    outline: none !important;
    width: 100%;
    height: inherit;
    padding: 1.6rem;
}

input[type="text"]:active,
input[type="text"]:focus,
input[type="text"]:hover,
input[type="email"]:active,
input[type="email"]:focus,
input[type="email"]:hover,
input[type="date"]:active,
input[type="date"]:focus,
input[type="date"]:hover,
input[type="time"]:active,
input[type="time"]:focus,
input[type="time"]:hover,
input[type="search"]:active,
input[type="search"]:focus,
input[type="search"]:hover,
input[type="password"]:active,
input[type="password"]:focus,
input[type="password"]:hover,
input[type="number"]:active,
input[type="number"]:focus,
input[type="number"]:hover,
input[type="tel"]:active,
input[type="tel"]:focus,
input[type="tel"]:hover,
textarea.form-control:active,
textarea.form-control:focus,
textarea.form-control:hover {
    box-shadow: inset 0 0 0 .1rem rgba(0, 0, 0, 0);
    border: .1rem solid rgba(0, 0, 0, .25);
}

input[type="text"].small,
input[type="email"].small,
input[type="date"].small,
input[type="time"].small,
input[type="search"].small,
input[type="password"].small,
input[type="number"].small,
input[type="tel"].small,
textarea.form-control.small {
    padding: 1rem;
}

#input-location {
    padding-right: 5rem;
}

.icheckbox,
.iradio {
    box-shadow: inset 0 0 0 .1rem rgba(0, 0, 0, .3);
    border-radius: 3px;
    background-color: #fff;
    transition: .2s ease;
    cursor: pointer;
    position: relative;
    display: inline-block;
    height: 2rem;
    margin-right: 1rem;
    width: 2rem;
    top: -.1rem;
    margin-bottom: 1.5rem;
    vertical-align: top;
}

.icheckbox:after,
.iradio:after {
    font-family: 'fontawesome';
    color: #fff;
    content: "\f00c";
    position: absolute;
    line-height: 1.8rem;
    font-size: 1rem;
    left: .5rem;
}

.icheckbox.checked,
.iradio.checked {
    box-shadow: inset 0 0 0 1rem #ff0000;
}

.iradio {
    border-radius: 50%;
}

.iradio:after {
    display: none;
}

.iradio.checked {
    box-shadow: inset 0 0 0 .6rem #ff0000;
}

label {
    padding-bottom: .5rem;
    margin-right: 1rem;
}

label.framed {
    padding: 1rem 1.2rem;
    border-radius: .3rem;
    border: .1rem solid rgba(0, 0, 0, .15);
    cursor: pointer;
    transition: .3s ease;
}

label.framed>div {
    margin-bottom: 0;
}

label.framed:hover {
    background-color: #fff;
    box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
}

label.framed.active {
    background-color: #fff;
}

label.required {}

label.required:after {
    content: "*";
    margin-left: .2rem;
    color: red;
}

.skidkaInForm {
    color: #FF0D1B;
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px;
}

.form p {}

.form .status {
    transform: scale(.1);
    transition: .3s ease;
    top: -2rem;
    right: -2rem;
    position: absolute;
}

.form .status .status-icon {
    border-radius: 50%;
    transition: .3s ease;
    width: 4rem;
    height: 4rem;
    background-color: grey;
    color: #fff;
    text-align: center;
    line-height: 4rem;
}

.form .status .status-icon.valid {
    background-color: #50aa8d;
}

.form .status .status-icon.invalid {
    background-color: #e45544;
}

.form .status i {
    font-size: 1.8rem;
}

.form .form-group {
    position: relative;
}

.form label.error {
    position: absolute;
    left: 0;
    bottom: -3rem;
    background-color: red;
    color: #fff;
    padding: .3rem;
}

.form-group label.error {
    color: #FFF;
    margin-left: 13px;
    font-size: 11px;
    margin-top: 7px;
    font-weight: normal;
}

.form::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .4);
}

.form:-moz-placeholder {
    color: rgba(0, 0, 0, .4);
}

.form::-moz-placeholder {
    color: rgba(0, 0, 0, .4);
}

.form:-ms-input-placeholder {
    color: rgba(0, 0, 0, .4);
}

.form::-ms-input-placeholder {
    color: rgba(0, 0, 0, .4);
}

.form .alternative-search-form {
    padding-top: 1rem;
    z-index: 1;
    position: relative;
}

.form .alternative-search-form .collapse.show .wrapper {
    opacity: 1;
    transform: scale(1);
}

.form .alternative-search-form .wrapper {
    opacity: 0;
    transition: .1s ease;
    transform: scale(.98);
    margin-top: 2rem;
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .1);
    border: .1rem solid rgba(0, 0, 0, .1);
    padding: 4rem;
    padding-bottom: 2rem;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
}

.form .alternative-search-form .wrapper:before {
    border-style: solid;
    border-width: 0 .45rem .6rem .45rem;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -.6rem;
    left: 1.8rem;
    content: "";
}

.form .alternative-search-form .wrapper:after {
    border-style: solid;
    border-width: 0 .55rem .7rem .55rem;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    position: absolute;
    top: -.7rem;
    left: 1.7rem;
    content: "";
    z-index: -1;
}

.form.inputs-fluid .form-row {
    display: table;
    width: 100%;
}

.form.inputs-fluid .form-row .form-group {
    display: table-cell;
    width: auto;
    vertical-align: top;
}

.form.submitted .status {
    transform: scale(1);
}

.form.submitted .form-group,
.form.submitted .input-group {
    pointer-events: none;
}

.form.submitted .btn[type='submit'] {
    pointer-events: none;
    opacity: .5;
}

.form.hero-form {
    padding-top: 10rem;
}

.form.hero-form .main-search-form .form-group {
    position: relative;
}

.form.hero-form .main-search-form .form-group label {
    font-family: 'Varela Round', sans-serif;
    font-size: 2.4rem;
    color: #ff0000;
    position: absolute;
    top: -5rem;
    font-weight: normal;
}

.form.hero-form [type="submit"] {
    padding: 1.4rem 1.6rem;
}

.form.hero-form [type="submit"].small {
    padding: 0.9rem 1rem;
    font-size: 1.5rem;
}

.form.form-submit .icheckbox,
.form.form-submit .iradio {
    box-shadow: inset 0 0 0 .2rem rgba(0, 0, 0, .3);
}

.form.form-submit .icheckbox {}

.form.form-submit .icheckbox.checked {
    box-shadow: inset 0 0 0 1rem #ff0000;
}

.form.form-submit .iradio {}

.form.form-submit .iradio.checked {
    box-shadow: inset 0 0 0 .6rem #ff0000;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group .input-group-addon {
    position: absolute;
    bottom: 1.6rem;
    border: none;
    right: 0;
    padding: 0 1.3rem;
    background-color: transparent;
    transition: .3s ease;
    font-size: 1.4rem;
    opacity: .5;
}

.form-group .input-group-addon.geo-location,
.form-group .input-group-addon.search-icon {
    color: #ff0000;
    cursor: pointer;
    opacity: 1;
    position: absolute;
    bottom: 0;
    height: 5.4rem;
    padding: 1.3rem;
    right: 0;
    background-color: transparent;
    transition: .3s ease;
    font-size: 2rem;
    border: none;
}

.form-group .input-group-addon.geo-location:hover,
.form-group .input-group-addon.search-icon:hover {
    background-color: rgba(0, 0, 0, .1);
}

.form-group .input-group-addon.small {
    bottom: 1.1rem;
}

.form-group label {
    font-size: 1.5rem;
    margin-bottom: .8rem;
    font-weight: 600;
}

.form-group label.framed {
    font-weight: normal;
}

.form-slides {
    position: relative;
    border: .1rem solid rgba(0, 0, 0, .1);
    padding: 2rem;
    border-radius: .4rem;
    z-index: 1;
}

.form-slides .form-slide {
    display: none;
    transition: .3s ease;
    position: relative;
}

.form-slides .form-slide h3,
.form-slides .form-slide .h3 {
    margin-bottom: 3rem;
    font-size: 1.8rem;
}

.form-slides .form-slide h4,
.form-slides .form-slide .h4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.form-slides .form-slide .category-icon {
    position: absolute;
    box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
    background-color: #fff;
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    top: -3rem;
    right: 0;
    overflow: hidden;
    text-align: center;
    line-height: 6rem;
}

.form-slides .form-slide .category-icon img {
    height: 3rem;
}

.form-slides .form-slide.default {
    display: block;
    text-align: center;
    padding: 4rem 2rem;
}

.form-slides .form-slide.default h3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.form-slides .form-slide.active {
    display: block;
    visibility: visible;
    opacity: 1;
    animation-name: show-form-slide-animation;
    animation-duration: .3s;
    animation-fill-mode: forwards;
}

.form-slides#category-tabs {}

.form-slides#category-tabs:before {
    border-style: solid;
    border-width: .9rem 1rem .9rem 0;
    border-color: transparent #f2f2f2 transparent transparent;
    content: "";
    position: absolute;
    left: -.9rem;
    top: 5rem;
    z-index: 1;
}

.form-slides#category-tabs:after {
    border-style: solid;
    border-width: .9rem 1rem .9rem 0;
    border-color: transparent rgba(0, 0, 0, .1) transparent transparent;
    content: "";
    position: absolute;
    left: -1.1rem;
    top: 5rem;
}

.file-upload {
    position: relative;
    height: 10rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.file-upload .file-upload-input {
    border-radius: .4rem;
    width: 100%;
    border: .2rem dashed rgba(0, 0, 0, .2);
    height: 10rem;
    text-align: center;
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 10rem 0 0 0;
    overflow: hidden;
    z-index: 1;
    transition: .3s ease;
}

.file-upload .file-upload-input:hover {
    border-color: rgba(0, 0, 0, .4);
    background-color: rgba(0, 0, 0, .05);
}

.file-upload span {
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: 10.5rem;
    width: 100%;
    text-align: center;
    margin: auto;
    z-index: 0;
    left: 0;
    font-size: 1.8rem;
    color: rgba(0, 0, 0, .5);
}

.file-upload span i {
    color: #ff0000;
    margin-right: 1rem;
}

.file-upload-previews>.MultiFile-label {
    border-radius: .4rem;
    background-color: rgba(0, 0, 0, .03);
    display: inline-block;
    border: .2rem solid rgba(0, 0, 0, .1);
    padding: 1rem;
    position: relative;
    margin-right: 1rem;
    width: 100%;
}

.file-upload-previews span.MultiFile-label {
    box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 1rem;
}

.file-upload-previews span.MultiFile-label .MultiFile-title {
    position: absolute;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    padding: 1rem;
    bottom: 0;
    font-size: 1.2rem;
    text-align: center;
    width: 100%;
}

.file-upload-previews span.MultiFile-label .MultiFile-preview {
    max-width: 20rem !important;
    max-height: 15rem !important;
}

.file-upload-previews .MultiFile-remove {
    box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
    border-radius: 50%;
    color: transparent;
    position: absolute;
    background-color: red;
    width: 2rem;
    height: 2rem;
    top: -1rem;
    right: -1rem;
    z-index: 1;
}

.file-upload-previews .MultiFile-remove:after {
    font-family: 'fontawesome';
    content: "\f00d";
    color: #fff;
    top: -.2rem;
    position: relative;
    font-size: 1rem;
}

.file-uploaded-images .image {
    height: 15rem;
    display: inline-block;
    margin-bottom: 1.8rem;
    margin-right: 1.5rem;
    position: relative;
}

.file-uploaded-images .image figure {
    box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
    border-radius: 50%;
    cursor: pointer;
    background-color: red;
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: -1rem;
    top: -1rem;
    content: "";
    text-align: center;
    line-height: 1.5rem;
}

.file-uploaded-images .image figure i {
    color: #fff;
    font-size: 1rem;
}

.file-uploaded-images .image img {
    height: 100%;
}

.single-file-input {
    overflow: hidden;
    position: relative;
    margin-top: 2rem;
    font-size: 1.2rem;
    text-align: center;
}

.single-file-input input[type="file"] {
    padding-top: 4rem;
    position: absolute;
    width: 100%;
    cursor: pointer;
    outline: none;
    z-index: 1;
}

.single-file-input div i {
    margin-left: .5rem;
}

textarea.form-control {
    line-height: 2rem;
}

.background {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.background-image img {
    display: none;
}

.background-image.original-size {
    background-size: inherit;
}

.background-image.background-repeat-x {
    background-repeat: repeat-x;
}

.background-image.background-repeat-y {
    background-repeat: repeat-y;
}

[data-background-image] {
    background-size: cover;
    background-position: 50%;
}

.block {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.block section {
    margin-bottom: 6rem;
}

.block section.smaller {
    margin-bottom: 3rem;
}

.box {
    background-color: #fff;
    box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
    padding: 3rem;
    border-radius: .3rem;
    position: relative;
}

.center {
    text-align: center;
}

.headerMin {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    color: #FFF;
    font-size: 12px;
}

.headerBtn {
    width: 120px;
}

.main-page-top .btn-primary {
    background-color: #ff00008f;
}

.main-page-top .btn-primary:hover {
    background-color: #ff0000;
}

.main-page-top .btn-secondary {
    background-color: #6c757dbd;
}

.main-page-top .btn-secondary:hover {
    background-color: #6c757d;
}

.has-dark-background h1,
.has-dark-background h2,
.has-dark-background h3,
.has-dark-background h4,
.has-dark-background h5,
.has-dark-background h6,
.has-dark-background .h1,
.has-dark-background .h2,
.has-dark-background .h3,
.has-dark-background .h4,
.has-dark-background .h5,
.has-dark-background .h6,
.has-dark-background p,
.has-dark-background a {
    color: #fff;
}

.has-dark-background .navbar .navbar-nav .show>.nav-link,
.has-dark-background .navbar .navbar-nav .active>.nav-link,
.has-dark-background .navbar .navbar-nav .nav-link.show,
.has-dark-background .navbar .navbar-nav .nav-link.active,
.has-dark-background .main-navigation .navbar ul.navbar-nav>.nav-item>a:not(.btn) {
    color: #fff;
}

.has-dark-background .main-navigation .navbar ul.navbar-nav>li.nav-item.has-child>a.nav-link:after {
    color: #fff;
    opacity: .7;
}

.has-dark-background .main-navigation .btn:not(.btn-light) {
    color: #fff;
}

.has-dark-background .main-navigation .navbar {
    border-color: rgba(255, 255, 255, .3);
}

.has-dark-background .chosen-container a {
    color: inherit;
}

.has-dark-background .page-title a {}

.has-dark-background .page-title a:after {
    background-color: #fff;
}

.has-dark-background .form.hero-form .main-search-form .form-group label {
    color: #fff;
}

.has-dark-background .form-group>label {
    color: #fff;
}

.no-shadow {
    box-shadow: none;
    text-shadow: none;
}

.pointer-events-none {
    pointer-events: none;
}

.text-caps {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 700;
}

.height-100px {
    height: 100px !important;
}

.height-150px {
    height: 150px !important;
}

.height-200px {
    height: 200px !important;
}

.height-250px {
    height: 250px !important;
}

.height-300px {
    height: 300px !important;
}

.height-350px {
    height: 350px !important;
}

.height-400px {
    height: 400px !important;
}

.height-450px {
    height: 450px !important;
}

.height-500px {
    height: 500px !important;
}

.height-550px {
    height: 550px !important;
}

.height-600px {
    height: 600px !important;
}

.height-650px {
    height: 650px !important;
}

.height-700px {
    height: 700px !important;
}

.height-750px {
    height: 750px !important;
}

.height-800px {
    height: 800px !important;
}

.height-850px {
    height: 850px !important;
}

.height-900px {
    height: 900px !important;
}

.height-950px {
    height: 950px !important;
}

.height-1000px {
    height: 1000px !important;
}

.width-10 {
    width: 10% !important;
}

.width-20 {
    width: 20% !important;
}

.width-25 {
    width: 25% !important;
}

.width-30 {
    width: 30% !important;
}

.width-33 {
    width: 33% !important;
}

.width-40 {
    width: 40% !important;
}

.width-50 {
    width: 50% !important;
}

.width-60 {
    width: 60% !important;
}

.width-70 {
    width: 70% !important;
}

.width-80 {
    width: 80% !important;
}

.width-90 {
    width: 90% !important;
}

.width-100 {
    width: 100% !important;
}

.width-10px {
    width: 10px !important;
}

.width-50px {
    width: 50px !important;
}

.width-100px {
    width: 100px !important;
}

.width-150px {
    width: 150px !important;
}

.width-200px {
    width: 200px !important;
}

.width-250px {
    width: 250px !important;
}

.width-300px {
    width: 300px !important;
}

.opacity-5 {
    opacity: .05;
}

.opacity-10 {
    opacity: .1;
}

.opacity-20 {
    opacity: .2;
}

.opacity-30 {
    opacity: .3;
}

.opacity-40 {
    opacity: .4;
}

.opacity-50 {
    opacity: .5;
}

.opacity-60 {
    opacity: .6;
}

.opacity-70 {
    opacity: .7;
}

.opacity-80 {
    opacity: .8;
}

.opacity-90 {
    opacity: .9;
}

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

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

.show-if-isset-phone {
    display: none;
}

.show-if-not-isset-phone {
    display: block;
}

.sticky {
    position: fixed;
    z-index: 101;
}

.stop {
    position: relative;
    z-index: 101;
}

.dropdown-uslugi .dropdown-menu {
    padding: 0;
}

.dropdown-uslugi .dropdown-item {
    padding: 11px 25px 11px 15px !important;
    font-size: 16px;
    border-bottom: 1px solid #ccccccad;
}

.dropdown-uslugi .dropdown-item:hover {
    background: #FCDF69;
}

.dropdown-uslugi .dropdown-item i {
    width: 24px;
    text-align: center;
}

.accent-left-grey {
    border-left: 3px solid #CCC;
    padding-left: 15px;
}

.with-vetical-head-block {
    display: block;
    position: relative;
    margin: 40px 0;
    border-left: 34px solid #ff0000;
    padding-left: 10px;
}

.with-vetical-head-block.wvhb-yellow {
    border-left: 34px solid #FCDF69;
}

.with-vetical-head-block .wvhb-head {
    font: bold 12px Sans-Serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #ff0000;
    color: #fff;
    padding: 5px 10px;
    margin: 0 0 10px 0;
    line-height: 24px;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    transform-origin: 0 0;
    transform: rotate(90deg);
}

.with-vetical-head-block.wvhb-yellow .wvhb-head {
    background: #FCDF69;
    color: #000;
}


.with-vetical-head-block tr td .btn {}

.with-vetical-head-block tr td {
    vertical-align: middle;
    min-width: 145px;
}

.with-vetical-head-block i {
    width: 25px;
    text-align: center;
}


/* SWEEM BLOCK */
.sweem_block {
    z-index: 99;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    background: #FFF;
    padding: 9px;
    border: 1px solid #c4c2c2;
    border-bottom: 0;
    border-radius: 18px 18px 0 0;

    -webkit-box-shadow: 0px 4px 16px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 4px 16px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 4px 16px 0px rgba(34, 60, 80, 0.2);
}

.sweem_block img {
    width: auto;
    height: 40px;
}

.fly-phone {
    display: none;
}

@media (max-width:769px) {
    .sweem_block {
        bottom: 0;
        transform: none;
        left: 0;
        justify-content: space-evenly;
        padding: 7px;
        max-width: 100%;
        border: 0;
        border-radius: 0;
    }

    .sweem_block a {
        margin: 0 2px;
    }

    .sweem_block img {
        height: 30px;
    }
}

/* END: SWEEM BLOCK */

.gray-animated-background,
#consultationFormInline.gray-animated-background,
#consultationBottomFormInline.gray-animated-background {
    background: linear-gradient(270deg, #ece2b9, #f4f5f7, #d9d9d9);
    background-size: 600% 600%;

    -webkit-animation: AnimationedGrayBG 30s ease infinite;
    -moz-animation: AnimationedGrayBG 30s ease infinite;
    animation: AnimationedGrayBG 30s ease infinite;
}

@-webkit-keyframes AnimationedGrayBG {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes AnimationedGrayBG {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes AnimationedGrayBG {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@media (min-width:1200px) {

    .items.grid,
    .items.masonry {}

    .items.grid.grid-xl-4-items .item,
    .items.masonry.grid-xl-4-items .item {
        width: 25%;
    }

    .items.grid.grid-xl-3-items .item,
    .items.masonry.grid-xl-3-items .item {
        width: 33.33%;
    }

    .items.grid.grid-xl-2-items .item,
    .items.masonry.grid-xl-2-items .item {
        width: 50%;
    }
}

@media (min-width:992px) and (max-width:1199px) {

    .items.grid,
    .items.masonry {}

    .items.grid.grid-lg-4-items .item,
    .items.masonry.grid-lg-4-items .item {
        width: 25%;
    }

    .items.grid.grid-lg-3-items .item,
    .items.masonry.grid-lg-3-items .item {
        width: 33.33%;
    }

    .items.grid.grid-lg-2-items .item,
    .items.masonry.grid-lg-2-items .item {
        width: 50%;
    }

    .owl-carousel {}

    .owl-carousel.full-width-carousel .item {
        width: 90rem;
        height: 50rem;
    }
}

@media (min-width:768px) and (max-width:991px) {

    h1,
    .h1 {
        font-size: 3rem;
    }

    h2,
    .h2 {
        font-size: 2rem;
    }

    .form {}

    .form.hero-form .main-search-form .form-group label {
        top: -4rem;
        font-size: 1.8rem;
    }

    .items.grid,
    .items.masonry {}

    .items.grid.grid,
    .items.grid.masonry,
    .items.masonry.grid,
    .items.masonry.masonry {}

    .items.grid.grid.grid-md-4-items .item,
    .items.grid.masonry.grid-md-4-items .item,
    .items.masonry.grid.grid-md-4-items .item,
    .items.masonry.masonry.grid-md-4-items .item {
        width: 25%;
    }

    .items.grid.grid.grid-md-3-items .item,
    .items.grid.masonry.grid-md-3-items .item,
    .items.masonry.grid.grid-md-3-items .item,
    .items.masonry.masonry.grid-md-3-items .item {
        width: 33.33%;
    }

    .items.grid.grid.grid-md-2-items .item,
    .items.grid.masonry.grid-md-2-items .item,
    .items.masonry.grid.grid-md-2-items .item,
    .items.masonry.masonry.grid-md-2-items .item {
        width: 50%;
    }

    .hero .page-title {
        padding-top: 4rem;
        padding-bottom: 1rem;
    }

    .hero .main-navigation .navbar ul.navbar-nav {
        position: relative;
        text-align: right;
    }

    .hero .main-navigation .navbar ul.navbar-nav a:not(.btn) {
        padding: 1.2rem 2rem;
    }

    .hero .main-navigation .navbar ul.navbar-nav>li.nav-item a.nav-link {
        border-top: .1rem solid rgba(0, 0, 0, .04);
    }

    .hero .main-navigation .navbar ul.navbar-nav>li.nav-item ul.child {
        position: relative;
        opacity: 1;
        width: 100%;
        box-shadow: none;
        background-color: rgba(0, 0, 0, .05);
        margin-top: 0;
        transform: translateY(0);
        right: 0;
        border-radius: 0;
    }

    .hero .main-navigation .navbar ul.navbar-nav>li.nav-item ul.child li {
        border-bottom: none;
    }

    .hero .main-navigation .navbar ul.navbar-nav>li.nav-item ul.child li ul {
        right: 0;
        transform: translateX(0);
    }

    .hero .main-navigation .navbar ul.navbar-nav>li.nav-item ul.child li a.nav-link {
        padding: 1rem 2.5rem;
    }

    .hero .main-navigation .navbar ul.navbar-nav>li.nav-item ul.child li.has-child>a.nav-link {}

    .hero .main-navigation .navbar ul.navbar-nav>li.nav-item ul.child li.has-child>a.nav-link:after {
        content: "\f0d7";
        left: inherit;
        right: 1rem;
    }

    .hero .main-navigation .navbar ul.navbar-nav>li.nav-item ul.child:before,
    .hero .main-navigation .navbar ul.navbar-nav>li.nav-item ul.child:after {
        display: none;
    }

    .hero .main-navigation .navbar ul.navbar-nav>li.nav-item:first-child a.nav-link {
        border-top: none;
    }

    .hero .main-navigation .navbar ul.navbar-nav li.nav-item ul.child {
        height: auto;
        overflow: hidden;
    }

    .hero .main-navigation .navbar ul.navbar-nav li.nav-item.has-child>a.nav-link,
    .hero .main-navigation .navbar ul.navbar-nav>li.nav-item a.nav-link.nav-alone {
        font-weight: bold;
    }

    .hero .main-navigation .navbar ul.navbar-nav>li.nav-item a.nav-link.nav-alone {
        color: #000;
    }

    .hero .main-navigation .navbar ul.navbar-nav li.nav-item.has-child>a.nav-link:after {
        bottom: inherit;
        top: 1.5rem;
        display: none;
    }

    .hero .main-navigation .navbar ul.navbar-nav li.nav-item.has-child.hover>ul.child {
        height: auto;
    }

    .owl-carousel {}

    .owl-carousel.full-width-carousel .item {
        width: 69rem;
        height: 40rem;
    }

    .hero .main-navigation .navbar ul.navbar-nav .btn.top-btn {
        width: 100%;
        margin: 0;
        height: 40px;
        line-height: 24px;
        font-size: 13px;
    }

}

.btn-supsm {
    padding: 0.35rem 1rem !important;
    line-height: 1.3 !important;
    font-size: 1.3rem !important;
}

.object-contacts.box {
    padding: 2rem !important;
}

.supsm-text,
.wvhb-more-sm {
    display: inline-block;
    font-size: 10px;
    color: #959595;
}

.supsm-text {
    color: #00ADF1;
}

a .supsm-text {
    text-decoration: underline;
}

a:hover .supsm-text {
    text-decoration: none;
}

@media (max-width:767px) {
    body::before {
        display: none;
        content: "xs";
    }

    h1,
    .h1 {
        font-size: 3rem;
    }

    h2,
    .h2 {
        font-size: 2rem;
    }

    .d-xs-grid {
        display: grid !important;
    }

    .float-xs-none {
        float: none !important;
    }

    .block section {
        margin-bottom: 4rem;
    }

    .d-xs-none {
        display: none !important;
    }

    .admin-controls {
        top: 3rem !important;
        bottom: auto !important;
    }

    .author {}

    .author.big {
        padding-top: 28rem;
        position: relative;
    }

    .author.big .author-image {
        position: absolute;
        text-align: center;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .author.big .author-description {
        margin-left: 0;
    }

    .blog-posts-navigation .prev,
    .blog-posts-navigation .next {
        display: block;
    }

    .footer {
        position: relative;
    }

    .form-slides {}

    .form-slides#category-tabs {}

    .form-slides#category-tabs:before,
    .form-slides#category-tabs:after {
        display: none;
    }

    .items:not(.selectize-input) {}

    .items:not(.selectize-input).grid,
    .items:not(.selectize-input).masonry {}

    .items:not(.selectize-input).grid[class*="grid-"] .item,
    .items:not(.selectize-input).masonry[class*="grid-"] .item {
        width: 100%;
        display: block;
    }

    .items:not(.selectize-input).list .item .wrapper,
    .items:not(.selectize-input).list.compact .item .wrapper {
        min-height: inherit;
    }

    .items:not(.selectize-input).list .item .wrapper .image,
    .items:not(.selectize-input).list.compact .item .wrapper .image {
        position: relative;
        padding-right: 0;
    }

    .items:not(.selectize-input).list .item .wrapper .image .background-image,
    .items:not(.selectize-input).list.compact .item .wrapper .image .background-image {
        height: 28rem;
        width: auto;
    }

    .items:not(.selectize-input).list .item .wrapper .image .background-image:before,
    .items:not(.selectize-input).list.compact .item .wrapper .image .background-image:before {
        opacity: .9;
        height: 14rem;
    }

    .items:not(.selectize-input).list .item h3,
    .items:not(.selectize-input).list.compact .item h3 {
        left: 2rem;
        bottom: 8rem;
        top: inherit;
    }

    .items:not(.selectize-input).list .item h3 a:not(.category),
    .items:not(.selectize-input).list.compact .item h3 a:not(.category) {
        color: #fff;
    }

    .items:not(.selectize-input).list .item h3 .tag,
    .items:not(.selectize-input).list.compact .item h3 .tag {}

    .items:not(.selectize-input).list .item h3 .tag.category,
    .items:not(.selectize-input).list.compact .item h3 .tag.category {
        top: -3rem;
        left: 0;
        bottom: auto;
    }

    .items:not(.selectize-input).list .item h3 .tag:not(.category),
    .items:not(.selectize-input).list.compact .item h3 .tag:not(.category) {
        position: absolute;
        top: -15rem;
        bottom: auto;
        left: 0;
        background-color: #fff;
        border: none;
    }

    .items:not(.selectize-input).list .item h4,
    .items:not(.selectize-input).list.compact .item h4,
    .items:not(.selectize-input).list .item .h4,
    .items:not(.selectize-input).list.compact .item .h4 {
        top: 20rem;
        left: 2rem;
    }

    .items:not(.selectize-input).list .item h4 a,
    .items:not(.selectize-input).list.compact .item h4 a,
    .items:not(.selectize-input).list .item .h4 a,
    .items:not(.selectize-input).list.compact .item .h4 a {
        color: #fff;
    }

    .items:not(.selectize-input).list .item h4 a:before,
    .items:not(.selectize-input).list.compact .item h4 a:before,
    .items:not(.selectize-input).list .item .h4 a:before,
    .items:not(.selectize-input).list.compact .item .h4 a:before {
        color: #fff;
    }

    .items:not(.selectize-input).list .item h4.location,
    .items:not(.selectize-input).list.compact .item h4.location,
    .items:not(.selectize-input).list .item .h4.location,
    .items:not(.selectize-input).list.compact .item .h4.location {
        color: #fff;
    }

    .items:not(.selectize-input).list .item h4.location:before,
    .items:not(.selectize-input).list.compact .item h4.location:before,
    .items:not(.selectize-input).list .item .h4.location:before,
    .items:not(.selectize-input).list.compact .item .h4.location:before {
        color: #fff;
    }

    .items:not(.selectize-input).list .item .price,
    .items:not(.selectize-input).list.compact .item .price {
        top: 24.5rem;
        bottom: auto;
    }

    .items:not(.selectize-input).list .item .description,
    .items:not(.selectize-input).list.compact .item .description {
        position: relative;
        left: 0;
        padding: 4rem 2rem;
        height: 10rem;
    }

    .items:not(.selectize-input).list .item .detail,
    .items:not(.selectize-input).list.compact .item .detail {
        position: relative;
        right: -2rem;
    }

    .items:not(.selectize-input).list .item .meta,
    .items:not(.selectize-input).list.compact .item .meta {
        background-color: #f8f8f8;
        padding: 1.8rem;
        font-size: 1.2rem;
        width: 100%;
        white-space: nowrap;
        margin-top: -.2rem;
        position: relative;
        text-align: left;
    }

    .items:not(.selectize-input).list .item .meta figure,
    .items:not(.selectize-input).list.compact .item .meta figure {
        opacity: .6;
        margin-right: 2rem;
        display: inline-block;
    }

    .items:not(.selectize-input).list .item .meta figure i,
    .items:not(.selectize-input).list.compact .item .meta figure i {
        margin-right: 1rem;
    }

    .items:not(.selectize-input).list .item .meta figure a,
    .items:not(.selectize-input).list.compact .item .meta figure a {
        transition: .3s color ease;
    }

    .items:not(.selectize-input).list .item .meta:before,
    .items:not(.selectize-input).list.compact .item .meta:before {
        background: -moz-linear-gradient(left, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 1) 50%, rgba(248, 248, 248, 1) 100%);
        background: -webkit-linear-gradient(left, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 1) 50%, rgba(248, 248, 248, 1) 100%);
        background: linear-gradient(to right, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 1) 50%, rgba(248, 248, 248, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f8f8f8', endColorstr='#f8f8f8', GradientType=1);
        height: 100%;
        width: 4rem;
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }

    .items:not(.selectize-input).list .item .additional-info,
    .items:not(.selectize-input).list.compact .item .additional-info {
        padding: 0 2rem;
        margin-left: 0;
        margin-bottom: 4rem;
    }

    .form {}

    .form.hero-form {
        padding-top: 1rem;
    }

    .form.hero-form .main-search-form {
        margin-bottom: 2rem;
    }

    .form.hero-form .main-search-form .form-group label {
        position: relative;
        font-size: 2rem;
        top: inherit;
    }

    .hero .main-navigation .navbar ul.navbar-nav {
        position: relative;
        text-align: right;
    }

    .hero .main-navigation .navbar ul.navbar-nav a:not(.btn) {
        padding: 1.2rem 2rem;
    }

    .hero .main-navigation .navbar ul.navbar-nav>li.nav-item a.nav-link {
        border-top: .1rem solid rgba(0, 0, 0, .04);
    }

    .hero .main-navigation .navbar ul.navbar-nav>li.nav-item ul.child {
        position: relative;
        opacity: 1;
        width: 100%;
        box-shadow: none;
        background-color: rgba(0, 0, 0, .05);
        margin-top: 0;
        transform: translateY(0);
        right: 0;
        border-radius: 0;
    }

    .hero .main-navigation .navbar ul.navbar-nav>li.nav-item ul.child li {
        border-bottom: none;
    }

    .hero .main-navigation .navbar ul.navbar-nav>li.nav-item ul.child li ul {
        right: 0;
        transform: translateX(0);
    }

    .hero .main-navigation .navbar ul.navbar-nav>li.nav-item ul.child li a.nav-link {
        padding: 1rem 2.5rem;
    }

    .hero .main-navigation .navbar ul.navbar-nav>li.nav-item ul.child li.has-child>a.nav-link {}

    .hero .main-navigation .navbar ul.navbar-nav>li.nav-item ul.child li.has-child>a.nav-link:after {
        content: "\f0d7";
        left: inherit;
        right: 1rem;
    }

    .hero .main-navigation .navbar ul.navbar-nav>li.nav-item ul.child:before,
    .hero .main-navigation .navbar ul.navbar-nav>li.nav-item ul.child:after {
        display: none;
    }

    .hero .main-navigation .navbar ul.navbar-nav>li.nav-item:first-child a.nav-link {
        border-top: none;
    }

    .hero .main-navigation .navbar ul.navbar-nav li.nav-item ul.child {
        height: auto;
        overflow: hidden;
    }

    .hero .main-navigation .navbar ul.navbar-nav li.nav-item.has-child>a.nav-link,
    .hero .main-navigation .navbar ul.navbar-nav>li.nav-item a.nav-link.nav-alone {
        font-weight: bold;
    }

    .hero .main-navigation .navbar ul.navbar-nav>li.nav-item a.nav-link.nav-alone {
        color: #000;
    }

    .hero .main-navigation .navbar ul.navbar-nav li.nav-item.has-child>a.nav-link:after {
        bottom: inherit;
        top: 1.5rem;
        display: none;
    }

    .hero .main-navigation .navbar ul.navbar-nav li.nav-item.has-child.hover>ul.child {
        height: auto;
    }

    .hero .main-navigation .navbar ul.navbar-nav .btn.top-btn {
        width: 100%;
        margin: 0;
        height: 40px;
        line-height: 24px;
        font-size: 13px;
    }

    .hero .page-title .price {
        padding-top: 2rem;
        text-align: left;
    }

    .hero.has-dark-background a {
        color: #fff !important;
    }

    .categories-list li {
        width: 100%;
    }

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

    .feature-box figure {
        display: inline-block;
    }

    .main-search-form {
        padding: 3rem !important;
    }

    .main-search-form .form-group label {
        top: inherit !important;
    }

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

    .profile-image .image {
        display: inline-block;
        width: 25.5rem;
    }

    .sidebar .sidebar-form {
        background-color: rgba(0, 0, 0, .05);
        padding: 2rem;
        border-radius: .3rem;
    }

    .side-nav {
        margin-bottom: 3rem;
    }

    .width-10px {
        width: 100% !important;
    }

    .width-50px {
        width: 100% !important;
    }

    .width-100px {
        width: 100% !important;
    }

    .width-150px {
        width: 100% !important;
    }

    .width-200px {
        width: 100% !important;
    }

    .width-250px {
        width: 100% !important;
    }

    .width-300px {
        width: 100% !important;
    }

    .owl-carousel {}

    .owl-carousel.full-width-carousel .item {
        width: 100%;
        height: 100%;
    }

    .owl-carousel.gallery-carousel-thumbs .owl-thumb {
        height: 6rem;
    }

    .owl-carousel.full-width-carousel {
        top: -3.5rem;
    }

    .owl-carousel.full-width-carousel .owl-item {
        opacity: 1;
    }

    ul,
    ol,
    dl {}

    ul.columns-2,
    ol.columns-2,
    dl.columns-2 {
        column-count: 1;
    }

    ul.columns-3,
    ol.columns-3,
    dl.columns-3 {
        column-count: 1;
    }

    ul.columns-4,
    ol.columns-4,
    dl.columns-4 {
        column-count: 1;
    }

    .adaptivePricingBox .pricing.box ul {
        display: none;
    }

    .btn.btn-wide {
        padding: 18px 0px;
        font-size: 18px !important;
    }

    .btn.btn-mw250 {
        font-size: 14px !important;
    }
}

.messaging__box {
    background-color: #fff;
    border-radius: .3rem;
    box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
}

#messaging__chat-list .messaging__content {
    height: 55rem;
    overflow-y: scroll;
}

#messaging__chat-window .messaging__content {
    height: calc(55rem - 9.2rem);
    overflow-y: scroll;
}

.messaging__header,
.messaging__footer {
    padding: 20px;
    border-bottom: .1rem solid rgba(0, 0, 0, .1);
}

.messaging__header {
    height: 75px;
}

.messaging__header .nav-pills .nav-link {
    font-weight: normal;
    padding: .5rem 1.2rem;
}

.messaging__header .messaging__person {
    display: flex;
    align-items: center;
}

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

.messaging__persons-list li {}

.messaging__persons-list li:last-child .messaging__person {
    border-bottom: none;
}

.messaging__persons-list .messaging__person {
    border-bottom: .1rem solid rgba(0, 0, 0, .1);
    padding: 1.3rem 2rem;
    display: flex;
    align-items: start;
}

.messaging__persons-list .messaging__person figure {
    margin-bottom: 0;
}

.messaging__persons-list .messaging__person .content {
    margin-left: 1rem;
    margin-right: 1rem;
}

.messaging__persons-list .messaging__person .content p {
    font-size: 1.2rem;
    max-height: 4rem;
    margin-bottom: 0;
    overflow: hidden;
}

.messaging__persons-list .messaging__person:hover,
.messaging__persons-list .messaging__person.active {
    color: inherit;
    background-color: rgba(0, 0, 0, .05);
}

.messaging__image-item {
    box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
}

.messaging__image-item,
.messaging__image-person {
    border-radius: .3rem;
    position: relative;
    width: 6rem;
    height: 6rem;
    flex: 0 0 auto;
}

.messaging__image-person {
    border-radius: 50%;
    margin-bottom: 0;
    width: 4rem;
    height: 4rem;
}

.messaging__main-chat {
    padding: 2rem;
}

.messaging__main-chat .messaging__main-chat__bubble {
    margin-bottom: 2rem;
}

.messaging__main-chat .messaging__main-chat__bubble p {
    background-color: #e3e3e3;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .3rem;
    font-weight: normal;
    padding: 1rem;
    position: relative;
    width: calc(50% - 2rem);
}

.messaging__main-chat .messaging__main-chat__bubble p small {
    display: block;
    margin-top: 1rem;
    opacity: .5;
}

.messaging__main-chat .messaging__main-chat__bubble p:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 1rem 1rem 0;
    border-color: transparent #e3e3e3 transparent transparent;
    position: absolute;
    top: 1rem;
    left: -.6rem;
    content: "";
}

.messaging__main-chat .messaging__main-chat__bubble p:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 7px 0;
    border-color: transparent rgba(0, 0, 0, .1) transparent transparent;
    position: absolute;
    top: 1.3rem;
    left: -.8rem;
    content: "";
}

.messaging__main-chat .messaging__main-chat__bubble::after {
    display: block;
    content: "";
    clear: both;
}

.messaging__main-chat .messaging__main-chat__bubble.user p {
    float: right;
    opacity: 1;
    background-color: #fff;
}

.messaging__main-chat .messaging__main-chat__bubble.user p:after {
    border-width: 1rem 0 1rem 1rem;
    border-color: transparent transparent transparent #fff;
    top: 1rem;
    right: -.6rem;
    left: inherit;
}

.messaging__main-chat .messaging__main-chat__bubble.user p:before {
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent rgba(0, 0, 0, .1);
    top: 1.3rem;
    right: -.8rem;
    left: inherit;
}

.ribbon-diagonal {
    position: relative;
}

.ribbon-diagonal .ribbon-diagonal__inner {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 100px;
    height: 100px;
    text-align: right;
}

.ribbon-diagonal .ribbon-diagonal__inner span {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 140px;
    display: block;
    background: #ff0000;
    box-shadow: $bs;
    position: absolute;
    top: 25px;
    left: -30px;
}

.ribbon-diagonal .ribbon-diagonal__inner span:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #000;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #000;
}

.ribbon-diagonal .ribbon-diagonal__inner span:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #000;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #000;
}

.ribbon-vertical {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 0;
    height: 40px;
    border: 15px solid #ff0000;
    border-top: 0 solid;
    border-bottom: 15px solid rgba(0, 0, 0, 0);
    color: #fff;
    -o-text-overflow: clip;
    text-overflow: clip;
    position: absolute;
    top: -5px;
    z-index: 1;
    left: 160px;
}

.ribbon-vertical i {
    position: relative;
    left: -6px;
    line-height: 40px;
}

/*!
 * Datepicker for Bootstrap v1.8.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr
}

.datepicker-inline {
    width: 220px
}

.datepicker-rtl {
    direction: rtl
}

.datepicker-rtl.dropdown-menu {
    left: auto
}

.datepicker-rtl table tr td span {
    float: right
}

.datepicker-dropdown {
    top: 0;
    left: 0
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #999;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, .2);
    position: absolute
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px
}

.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999
}

.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer
}

.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #999
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
    background-color: #fdf59a
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover:active {
    background-color: #fbf069\9
}

.datepicker table tr td.today:hover:hover {
    color: #000
}

.datepicker table tr td.today.active:hover {
    color: #fff
}

.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover {
    background-color: #f3d17a;
    background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
    background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today[disabled] {
    background-color: #f3e97a
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover:active {
    background-color: #efe24b\9
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -ms-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey));
    background-image: -webkit-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -o-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: linear-gradient(to bottom, #b3b3b3, grey);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
    border-color: grey grey #595959;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected[disabled] {
    background-color: grey
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover:active {
    background-color: #666\9
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #04c);
    background-image: -ms-linear-gradient(to bottom, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
    background-image: -o-linear-gradient(to bottom, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
    background-color: #04c
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active {
    background-color: #039\9
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
    background: #eee
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #04c);
    background-image: -ms-linear-gradient(to bottom, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
    background-image: -o-linear-gradient(to bottom, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
    background-color: #04c
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
    background-color: #039\9
}

.datepicker table tr td span.new,
.datepicker table tr td span.old {
    color: #999
}

.datepicker .datepicker-switch {
    width: 145px
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
    cursor: pointer
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background: #eee
}

.datepicker .next.disabled,
.datepicker .prev.disabled {
    visibility: hidden
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.input-append.date .add-on,
.input-prepend.date .add-on {
    cursor: pointer
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    margin-top: 3px
}

.input-daterange input {
    text-align: center
}

.input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 20px;
    padding: 4px 5px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px
}

.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    color: #333;
    font-size: 13px;
    line-height: 20px
}

.datepicker.datepicker-inline td,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
    padding: 4px 5px
}

/*MY STYLES*/
.t5px {
    top: 5px;
}

.t10px {
    top: 10px;
}

.t15px {
    top: 15px;
}

.t25px {
    top: 25px;
}

.t35px {
    top: 35px;
}

.t45px {
    top: 45px;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .85rem .8rem !important;
    font-size: 1.6rem !important;
    line-height: 1.5 !important;
    border-radius: .4rem !important;
}

.btn-group-smaller>.btn,
.btn-sm {
    padding: .65rem 1rem !important;
    font-size: 1.3rem !important;
    line-height: 1.5 !important;
    border-radius: 3rem !important;
}

.btn-sm-larger {
    font-size: 15px !important;
    padding: 10px 15px !important;
}

.migalka {
    animation: migalka 2s infinite;
}

@keyframes migalka {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.6;
        color: red;
    }

    0% {
        opacity: 1;
    }
}

.mr0px {
    margin-right: 0px;
}

.mb0px {
    margin-bottom: 0px;
}

.mb5px {
    margin-bottom: 5px;
}

.mb15px {
    margin-bottom: 15px;
}

.mb25px {
    margin-bottom: 25px;
}

.mb35px {
    margin-bottom: 35px;
}

.mb45px {
    margin-bottom: 45px;
}

.mt2px {
    margin-top: 2px;
}

.mt5px {
    margin-top: 5px;
}

.mt10px {
    margin-top: 10px;
}

.mt15px {
    margin-top: 15px;
}

.mt25px {
    margin-top: 25px;
}

.mt35px {
    margin-top: 35px;
}

.mt45px {
    margin-top: 45px;
}

.pb5px {
    padding-bottom: 5px;
}

.pt0px {
    padding-top: 0px;
}

.pt5px {
    padding-top: 5px;
}

.pt6px {
    padding-top: 6px;
}

.pl5px {
    padding-left: 5px;
}

.pl10px {
    padding-left: 10px;
}

.pl15px {
    padding-left: 15px;
}

.pl25px {
    padding-left: 25px;
}

.pl35px {
    padding-left: 35px;
}

.pl45px {
    padding-left: 45px;
}

.pr5px {
    padding-right: 5px;
}

.pr10px {
    padding-right: 10px;
}

.pr15px {
    padding-right: 15px;
}

.pr25px {
    padding-right: 25px;
}

.pr35px {
    padding-right: 35px;
}

.pr45px {
    padding-right: 45px;
}

.ml1px {
    margin-left: 1px;
}

.ml2px {
    margin-left: 2px;
}

.ml3px {
    margin-left: 3px;
}

.ml4px {
    margin-left: 4px;
}

.ml5px {
    margin-left: 5px;
}

.ml7px {
    margin-left: 7px;
}

.ml8px {
    margin-left: 8px;
}

.ml9px {
    margin-left: 9px;
}

.ml10px {
    margin-left: 10px;
}

.ml15px {
    margin-left: 15px;
}

.ml20px {
    margin-left: 20px;
}

.ml25px {
    margin-left: 25px;
}

.mr5px {
    margin-right: 5px;
}

.mr7px {
    margin-right: 7px;
}

.mr8px {
    margin-right: 8px;
}

.mr9px {
    margin-right: 9px;
}

.mr10px {
    margin-right: 10px;
}

.mr11px {
    margin-right: 11px;
}

.mr12px {
    margin-right: 12px;
}

.mr13px {
    margin-right: 13px;
}

.mr14px {
    margin-right: 14px;
}

.mr15px {
    margin-right: 15px;
}

.mr17px {
    margin-right: 17px;
}

.mr20px {
    margin-right: 20px;
}

.mr25px {
    margin-right: 25px;
}

.mr35px {
    margin-right: 35px;
}

.mr45px {
    margin-right: 45px;
}

.brEasy {
    border-radius: .3rem;
}

.p3rem1rem {
    padding: 3rem 1rem;
}

.posRel {
    position: relative;
}

.comments .comment .author .author-description h3,
.comments .comment .author .author-description h4,
.comments .comment .author .author-description .h3,
.comments .comment .author .author-description .h4 {
    margin-bottom: 0.3rem;
}

.comments .comment .author .author-description {
    padding-top: 0.3rem;
    margin-left: 7rem;
    border-bottom: .1rem solid rgba(0, 0, 0, .1);
    padding-bottom: 0;
    margin-bottom: 2rem;
}

.comments .comment:last-child .author .author-description {
    border-bottom: 0;
}

.sliding-popup-bottom {
    position: fixed;
    height: auto;
    width: 100%;
    bottom: 0px;
    left: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    background: #f5f5f5;
    color: #4d4d4d;
    z-index: 999;
    font-size: 14px;
    border-top: 1px solid #ccc;
}

.sliding-popup-bottom p {
    padding-right: 50px;
}

#popup-buttons .agree-button {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    padding: 0;
    border: 0;
    font-weight: normal;
    box-shadow: none;
    text-shadow: 0;
    border-radius: 0;
    background: transparent;
    position: absolute;
    max-width: 40px;
    margin: 0;
    right: 5px;
    top: -14px;
    cursor: pointer;
}

#popup-buttons .agree-button:after {
    float: right;
    font-size: 1.3em;
    text-indent: 0;
    border-radius: 50%;
    speak: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #322215;
    padding: 6px;
    background: #c6c6c6;
    right: 0;
}

#popup-buttons .agree-button:after {
    display: block;
    font-family: "FontAwesome";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    vertical-align: middle;
    speak: none;
    content: "\f00d";
    padding: 0.1875rem;
    font-weight: normal;
    box-shadow: none;
    text-shadow: 0;
    border-radius: 0;
    background: transparent;
    position: relative;
    margin: 0;
    text-shadow: none;
    background-color: transparent;
    font-size: 2rem;
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: ease-out;
    border: 1px solid #CCC;
    padding: 7px 10px;
    background-color: #FFF;
}

#popup-buttons .agree-button:hover:after {
    background-color: #00598b;
    color: #FFFFFF;
}

.find-more-button {
    display: none;
}

.answer h3,
.answer .h3 {
    margin-bottom: 0px;
}

.center {
    text-align: center;
}

p.toorgmessage {
    opacity: 1;
}

p a,
#routeLink a {
    color: #ff0000;
}

p a:hover,
#routeLink a:hover {
    text-decoration: underline;
}

.block section {
    margin-bottom: 3rem;
}

a.nav-link {
    padding-left: 10px;
}

a.nav-link.active {
    font-weight: bold;
}

nav.nav.side-nav.witharrow {
    margin-top: 15px;
}

.side-nav.witharrow a.nav-link:before {
    content: "»";
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-style: normal;
    margin-right: 10px;
    margin-top: -2px;
}

.table.detailstable tr th {
    width: 40%;
}

.search-inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
    height: auto;
    max-height: 500px;
    overflow-y: auto;
}

.search-inner ul li {
    padding: 5px 15px;
    margin: 0;
    list-style: none;
}

.search-inner ul li {
    background: #fafafa;
}

.search-inner ul li:nth-child(2n) {
    background: #f3f3f3;
}

.search-inner ul li:hover {
    background: #ffe7e7;
}

.form.hero-form {
    padding-top: 3rem;
}

.hero .main-navigation .navbar {
    padding: 0;
}

.hero .secondary-navigation .left a,
.hero .secondary-navigation .left span {
    padding: 0;
    margin-top: 3px;
}

.hero .secondary-navigation .left span.uptel {
    font-size: 16px;
    margin-top: 7px;
}

hr.inmenu {
    margin: 10px 6% 10px 14%;
    width: 80%;
}

.uptel_text {
    margin-right: 6px;
}

.submenuTabs {
    width: 100%;
    position: relative;
    background: #f0f0f0;
}

.submenuTabs a,
.submenuTabs .activeTab,
.submenuTabs span.tabEl {
    display: inline-block;
    width: 25%;
    text-align: center;
    white-space: nowrap;
    line-height: 42px;
}

.submenuTabs .activeTab {
    width: 34%;
}

.submenuTabs .activeTab {
    background: #fff;
}

.submenuTabs a:hover {
    background: #f7f7f7;
}

.submenuTabs span.tabEl:not(.activeTab) {
    color: #CCC;
}

.tabEl {
    border: 1px solid #CCC;
    border-bottom: 0;
}

.tabEl:nth-child(2) {
    border-left: 0;
    border-right: 0;
}

.tznach {
    text-align: center;
}

.tznach a {
    text-decoration: underline;
}

.tznach a:hover {
    text-decoration: none;
}

.pricing ul li {
    line-height: 2rem;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 1.5rem;
}

.pricing figure {
    line-height: 21px;
    font-size: 16px;
    padding-top: 13px;
}

.pricing h2,
.pricing .h2 {
    font-size: 21px;
    margin-bottom: 0rem;
}

.pricing.box {
    padding-top: 15px;
}

.pricing.box.featured {
    background-color: #3c950b;
}

.navbar-brand {
    max-width: 265px;
}

.navbar-brand img {
    width: 100%;
    height: auto;
}

.navbar-light .navbar-toggler {
    border-color: #FFF !important;
    color: #FFF !important;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    background-color: rgba(54, 54, 54, .4);
}

.navbar-light .navbar-toggler span {
    padding-left: 3px;
    font-size: 16px;
}

.bottomMiniText {
    font-weight: bold;
}

.smalllinks {
    line-height: 2.4rem;
}

.smalllinks a {
    font-size: 1.4rem;
}

.full-width-weather-carousel {
    padding: 0 75px 0 85px;
}

.owl-carousel.full-width-items-carousel .owl-nav .owl-prev,
.owl-carousel.full-width-items-carousel .owl-nav .owl-next,
.owl-carousel.full-width-weather-carousel .owl-nav .owl-prev,
.owl-carousel.full-width-weather-carousel .owl-nav .owl-next {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 5rem;
}

.owl-carousel.full-width-items-carousel .owl-nav .owl-prev i,
.owl-carousel.full-width-items-carousel .owl-nav .owl-next i,
.owl-carousel.full-width-weather-carousel .owl-nav .owl-prev i,
.owl-carousel.full-width-weather-carousel .owl-nav .owl-next i {
    /* background-color: #ff0000; */
    background-color: #939cb0;
    width: 5rem;
    text-align: center;
    line-height: 5rem;
    color: #fff;
    box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
    border-radius: 50%;
}

.owl-carousel.full-width-items-carousel .owl-nav .owl-prev,
.owl-carousel.full-width-weather-carousel .owl-nav .owl-prev {
    left: 0;
    top: -50px;
}

.owl-carousel.full-width-items-carousel .owl-nav .owl-prev i,
.owl-carousel.full-width-weather-carousel .owl-nav .owl-prev i {
    margin-left: 2rem;
}

.owl-carousel.full-width-items-carousel .owl-nav .owl-next,
.owl-carousel.full-width-weather-carousel .owl-nav .owl-next {
    right: 0;
    margin-right: 2rem;
    top: -50px;
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
    opacity: 0.1;
    cursor: default;
}

.items:not(.selectize-input).list .item h3.nowrap,
.items:not(.selectize-input).list .item .h3.nowrap {
    width: 73%;
}

.items:not(.selectize-input).list .item h3.nowrap a:not(.category),
.items:not(.selectize-input).list .item .h3.nowrap a:not(.category) {
    display: block;
}

.h3.nowrap a {
    display: block;
    font-size: 18px;
    overflow: hidden;
    max-height: 21px;
    white-space: nowrap;
    overflow: hidden;
    padding: 0px;
    text-overflow: ellipsis;
}

.individualTable tr td,
.individualTable tr th {
    vertical-align: middle;
}

.hideCost {
    display: none;
}

.costPresent {
    color: #28a745;
}

.costNeutral {
    color: #fd7e14;
}

.tarifname {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.nameUs {
    font-weight: 600;
    font-size: 1.5rem;
}

.needUs,
.costUs {
    text-align: center;
}

.costUs {
    width: 15%;
    display: none;
}

.numUs,
.sumUs {
    font-size: 13px;
}

.sumUs {
    margin-top: 15px;
}

.neHvataet {
    font-size: 12px;
    color: #999;
    line-height: 13px;
}

.numUs .numb,
.sumUs .numb,
.neHvataet .numb {
    font-weight: bold;
}

.promoLnk {
    padding: 10px 0;
    display: block;
    text-align: right;
    color: #939cb0;
    line-height: 13px;
    font-size: 12px;
}

.flyPromoLink {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.promoLnk a {
    color: #939cb0;
    border-bottom: 1px dashed;
}

.promoLnk a:hover {
    border-bottom: none;
}

.field-calendar {
    display: block;
    height: 40px;
    width: 35px;
    background: url("/assets/templates/graves/img/calendar.svg") 50% no-repeat;
    background-size: contain;
}

.input-group-addon-middle {
    bottom: 0.8rem !important;
    z-index: 3 !important;
}

#calendarFormInline,
#consultationFormInline,
#consultationBottomFormInline {
    padding: 15px 0;
    background: #F4F5F7;
    box-shadow: 0 0.1rem 2rem rgb(0 0 0 / 15%);
}

#calendarFormInline .form-group label,
#consultationFormInline .form-group label,
#consultationBottomFormInline .form-group label {
    font-weight: 500;
}

#calendarFormInline .form-group label.error,
#consultationFormInline .form-group label.error,
#consultationBottomFormInline .form-group label.error {
    color: #ad7575;
    margin-bottom: 0;
}

.opened_calendar .table-condensed {
    width: 100% !important;
}

.weather-day span {
    display: block;
}

.weather-day-clickable {
    min-height: 215px;
    margin-right: 10px;
    padding: 7px;
    border-top: 1px solid #FFF;
}

#newOrderFormDate.form-control:disabled,
#newOrderFormDate.form-control[readonly] {
    background-color: #FFF !important;
    box-shadow: inset 0 0 1rem 0 rgb(0 0 0 / 10%);
}

.additional-inline-form {
    margin: 35px 0px 25px 0px;
}

.weather-day-clickable:hover,
.weather-day-clickable.clicked-elem {
    position: relative;
    box-shadow: 0 0.1rem 2rem rgb(0 0 0 / 15%);
    border-top: 1px solid #cccccc6e;
    z-index: 5;
}

.weather-day-name {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    font-family: 'YS Text', Helvetica Neue, Arial;
    font-weight: 400;
}

.weather-date {
    display: block;
    color: #939cb0;
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
}

.weather-icon {
    margin: 13px 0;
    width: 100%;
    max-width: 50px;
    max-height: 48px;
    min-height: 48px;
}

.weather-temp-morning {
    color: #939cb0;
    line-height: 13px;
    font-size: 12px;
}

.weather-temp-day {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 600;
}

.weather-description {
    margin-top: 10px;
    word-break: normal;
    white-space: normal;
    color: #939cb0;
    line-height: 13px;
    font-size: 12px;
    padding-right: 15px;
}

.table tr.canceled,
.table-striped tbody tr.canceled:nth-of-type(odd),
.table-striped tbody tr.canceled:nth-of-type(even) {
    background: #ffdade;
}

.table tr.success,
.table-striped tbody tr.success:nth-of-type(odd),
.table-striped tbody tr.success:nth-of-type(even) {
    background: #ddffd9;
}

.table tr.pending,
.table-striped tbody tr.pending:nth-of-type(odd),
.table-striped tbody tr.pending:nth-of-type(even),
.table tr.waiting_for_capture,
.table-striped tbody tr.waiting_for_capture:nth-of-type(odd),
.table-striped tbody tr.waiting_for_capture:nth-of-type(even) {
    background: #ffface;
}

.ShopCartBigOverlay {
    position: absolute;
    width: 104%;
    height: 104%;
    top: -2%;
    left: -2%;
    background: rgba(255, 255, 255, 0.8);
    display: none;
}

.Waiting {
    position: absolute;
    width: 500px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -32px;
    color: #28a745;
    font-size: 21px;
    line-height: 32px;
    text-align: center;
}

.paymethodtype {
    text-align: center;
    padding: 15px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    color: #707070;
    cursor: pointer;
    background: #FFF;
}

.paymethodtype img {
    display: block;
    margin: 0 auto;
    margin-bottom: 7px;
}

.paymethodtype.active {
    border-color: #5bbe00;
    box-shadow: 0 0 0 1px #5bbe00;
}

.messageInfoOrder {
    font-size: 13px;
    font-style: italic;
    text-align: right;
    color: red;
}

.orderCreation,
.prepareTable {
    position: relative;
}

.prepareTable {
    background: #FFF;
    padding: 0px 15px;
}

.prepareTable .overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    border-radius: .3rem;
    color: #28a745;
}

.orderCreation .table tr th {
    vertical-align: middle;
}

.orderCreation .table tr th:nth-child(2),
.orderCreation .table tr th:nth-child(3),
.orderCreation .table tr td:nth-child(2),
.orderCreation .table tr td:nth-child(3) {
    width: 20%;
    text-align: left;
}

.orderCreation .table tr td {
    vertical-align: middle;
}

.prepareTable .overlay .message {
    text-align: center;
    width: 400px;
    height: 50px;
    line-height: 25px;
    font-size: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -25px;
}

.tarifcost {
    font-size: 21px;
}

.fastButtons {
    cursor: pointer;
    color: #00598b;
    border-bottom: 1px dashed #00598b;
    text-decoration: none;
}

.fastButtons:hover {
    border-bottom: 0;
}

.nowact,
.fastButtons.nowact:hover {
    font-weight: bold;
    border-bottom: 1px dashed #00598b;
}

.fas.fa-question {
    color: #e8cc13;
}

.orderdetails {
    font-size: 12px;
}

.orderdetails ul {
    padding-left: 30px;
}

.selectize-control.small .selectize-dropdown .selectize-dropdown-content .optgroup-header {
    background: #42b900;
    color: #FFF;
}

.form-control.errorf,
.form-control.small.errorf,
input.errorf,
select.errorf {
    border: 1px solid red;
}

select.form-control.small,
select.small {
    padding: 1rem;
    height: 43px;
}

.shareBlock {
    margin-top: 15px;
}

td .shareBlock {
    margin-top: 0px;
}

.shareBlock .shareTxt {
    display: inline-block;
    font-weight: bold;
    line-height: 24px;
    margin-right: 10px;
}

.items:not(.selectize-input) .item .h4 {
    color: #666666;
}

.items:not(.selectize-input).list.compact .item .additional-info {
    padding: 8rem 0 2.3rem 0;
}

.items:not(.selectize-input).list .item .wrapper {
    min-height: 16rem;
}

.items:not(.selectize-input).list.compact .item {
    min-height: 16rem;
}

.onsmallMon {
    display: none;
}

.floatIcon {
    font-size: 41px;
    position: absolute;
    right: 28px;
    top: 20px;
}

@media screen and (max-width: 1024px) {

    .pricing h2,
    .pricing .h2 {
        padding-right: 51px;
    }

    .navbar-brand {
        margin-left: -30px;
    }
}

@media screen and (max-width: 767px) {
    .uptel {
        font-size: 13px;
        margin-top: 0;
    }

    .navbar-brand {
        max-width: 215px;
    }

    .onsmallMon {
        display: block;
    }

    .prepareTable table.table {
        border: 0;
    }

    .prepareTable table.table caption {
        font-size: 1.3em;
    }

    .prepareTable table.table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .prepareTable table.table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .orderCreation .table tr th:nth-child(2),
    .orderCreation .table tr th:nth-child(3),
    .orderCreation .table tr td:nth-child(2),
    .orderCreation .table tr td:nth-child(3) {
        width: 100%;
    }

    .orderCreation .table tr th:nth-child(2),
    .orderCreation .table tr th:nth-child(3),
    .orderCreation .table tr td:nth-child(2),
    .orderCreation .table tr td:nth-child(3) {
        width: 100%;
    }

    .prepareTable table.table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: left;
    }
}

.show_xs {
    display: none;
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
}

.other-uslugi .btn-group-smaller>.btn,
.btn-sm {
    color: #000;
    background-color: #545b6221;
    border-color: #4e555b2b;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
}

@media (max-width:525px) {
    .mt25px-sm {
        margin-top: 25px;
    }

    .page>.content {
        background-color: #FFF;
        font-size: 1.3rem;
        line-height: 1.8rem;
    }

    .show_xs {
        display: block;
    }

    h1,
    .h1 {
        font-size: 2.4rem;
    }

    h2,
    .h2 {
        font-size: 1.8rem;
    }

    .small,
    small {
        font-size: 1.1rem;
    }

    .main-page-top .btn-primary {
        background-color: #ff0000;
    }

    .main-page-top .btn-secondary {
        background-color: #6c757d;
    }

    .full-width-weather-carousel {
        padding: 0 0px 0 45px;
    }

    .weather-stage {
        position: relative;
    }

    .weather-stage .icon-for-fools {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 36%;
        right: 0px;
        opacity: .1;
    }

    .weather-stage .icon-for-fools img {
        width: 100%;
        height: auto;
        animation: shake infinite 2s cubic-bezier(.36, .07, .19, .97) both;
    }

    .weather-icon {
        max-height: 35px;
        min-height: 35px;
    }

    .weather-temp-morning,
    .weather-temp-day {
        font-size: 13px;
        margin-top: 0;
    }

    .hero:after,
    .hero-wrapper .background,
    .uptel_text,
    .hide_xs {
        display: none !important;
    }

    .side-nav,
    .social_banner {
        display: none;
    }

    .social_banner {
        margin-top: 45px;
        padding: 0;
    }

    .button-uslugi-row {
        margin: 60px 0 20px 0 !important;
        text-align: center;
    }

    .side-nav a,
    .side-nav span.uplink {
        padding: 1rem 0 1rem 0;
        font-size: 1.3rem;
    }

    .side-nav a.nav-link:nth-child(n+4),
    .side-nav span.uplink:nth-child(n+4) {
        padding: 0px;
        margin: 1rem 1.1rem;
        max-width: 30px;
        overflow: hidden;
        white-space: nowrap;
        float: left;
        border: 0;
    }

    .block section {
        margin-bottom: 1rem !important;
    }

    .hero .hero-wrapper {
        padding-bottom: 0;
    }

    .hero .hero-wrapper-ugolok {
        padding-bottom: 0px;
    }

    .hero .secondary-navigation i {
        margin-right: 0;
        font-size: 20px;
    }

    .hero .secondary-navigation .left a,
    .hero .secondary-navigation .left span {
        line-height: 17px;
    }

    .uptel a {
        font-weight: bold;
    }

    .breadcrumbs {
        display: none;
    }

    .content .block:first-child {
        padding-top: 1.5rem;
    }

    .btn-group-smaller>.btn,
    .btn-sm {
        padding: .65rem 1rem !important;
        font-size: 1.2rem !important;
        line-height: 1.5 !important;
        border-radius: 1rem !important;
        max-width: 244px;
        margin-top: 5px;
    }

    .other-uslugi .btn-group-smaller>.btn,
    .btn-sm {
        text-align: left;
    }

    .other-uslugi-title {
        margin-bottom: 20px;
        display: block;
        font-size: 1.8rem;
    }
}

@media (max-width:767px) {
    .items:not(.selectize-input).list.compact .item .additional-info {
        padding: 0 2rem;
        padding-top: 1rem;
        margin-left: 0;
        margin-bottom: 4rem;
        margin-right: 2rem;
    }

    .items:not(.selectize-input).list .item h3.nowrap,
    .items:not(.selectize-input).list .item .h3.nowrap {
        left: 2rem;
    }

    .items:not(.selectize-input).list .item h3.nowrap a,
    .items:not(.selectize-input).list .item .h3.nowrap a {
        display: block;
        font-size: 1.8rem;
        overflow: hidden;
        max-height: 200px;
        white-space: normal;
        padding: 0px;
        text-overflow: ellipsis;
        background: rgba(255, 255, 255, 0.7);
        padding: 1rem 1rem;
    }
}

.itemsspec .box {
    margin: 15px;
    opacity: 0.7;
}

.itemsspec .box:hover {
    opacity: 1;
}

.itemsspec .box span {
    font-weight: bold;
}

.conftext {
    padding-top: 10px;
    font-size: 13px;
    color: #666;
}

.conftext a {
    color: #666;
    text-decoration: underline;
}

.conftext a:hover {
    text-decoration: none;
}

.h3.leftUlogin {
    margin-top: 35px;
    font-size: 2rem;
    font-weight: 600;
}

#uLogin {
    margin-left: 13px;
    margin-top: 25px;
}

#routeLink {
    margin-top: 32px;
    line-height: 43px;
}

#routeLink a {
    cursor: pointer;
}

#routeLink #routeError {
    line-height: 14px;
    color: red;
    font-size: 13px;
    text-align: center;
    padding-top: 6px;
}

#map {
    width: 100%;
    height: 400px;
    box-shadow: 0 0.1rem 2rem rgba(0, 0, 0, .15);
}

#RouteChange {
    display: none;
}

#routemore {
    display: none;
    padding: 25px;
    background: #FFF;
}

#routepanel {
    font-family: 'Roboto', 'sans-serif';
    line-height: 30px;
}

#routepanel select,
#routepanel input {
    font-size: 15px;
}

#routepanel select {
    width: 100%;
}

#routepanel i {
    font-size: 12px;
}

#routepanel {
    height: auto;
    width: 100%;
}

@media print {
    #routepanel {
        width: auto;
    }
}

.leftBalance {
    padding: 25px 25px 10px 25px;
    text-align: left;
    margin-bottom: 15px;
}

.balance,
.balanceTitle {
    font-size: 1.3rem;
}

.balanceTitle {
    font-weight: 600;
}

.balance {
    padding-bottom: 15px;
}

.balance span {
    font-weight: bold;
    font-size: 2.5rem;
}

.insideTab {
    padding: 0 20px;
}

.popularinline {
    font-size: 1.2rem
}

.headlinks {
    font-weight: bold;
}

/*Заказы в личном кабинете исполнителя*/
.ispolnitelOrder .table-small tr th {
    vertical-align: middle;
}

.ispolnitelOrder .table-small tr td {
    font-size: 1.2rem;
}

.ispolnitelOrder .table-small tr td ul {
    padding-left: 15px;
}

/*Заказы в личном кабинете исполнителя*/

/*Модальные окна*/
.modal-body,
.modal-footer {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 16px;
}

.h2.modal-title {
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;

}

.h5.red-modal-title {
    color: #FF0D1B;
    font-size: 21px;
}


.form-group label.smallLabel {
    font-size: 12px;
    font-weight: 500;
}

.form-group label.smallLabel .icheckbox,
.form-group label.smallLabel .iradio {
    margin-bottom: 0;
}

#js-files-form {
    position: relative;
    display: block;
    border: 1px dashed #CCC;
}

#js-files-form .underLayer {
    text-align: center;
    height: 20px;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 50%;
    margin-top: -10px;
    font-size: 16px;
    color: #999;
    width: 100%;
}

#js-files-form:hover {
    border: 1px dashed #28a745;
}

input#js-file {
    width: 100%;
    height: 150px;
    opacity: 0;
}

#uploadedPhotoOld,
#uploadedPhotoNew,
.uploadedPhotosToOrder {
    margin-bottom: 15px;
}

#uploadedPhotoOld .picElem,
#uploadedPhotoNew .picElem,
.uploadedPhotosToOrder .picElem,
#uploadedPhotoNew .picError {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 120px;
    margin: 7px 7px 7px 13px;
    overflow: hidden;
    -webkit-box-shadow: 0px 7px 16px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 7px 16px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 7px 16px -8px rgba(0, 0, 0, 0.75);
    /*border:1px solid #666;
    border-radius: 5px;*/
}

#uploadedPhotoOld .picElem:hover,
#uploadedPhotoNew .picElem:hover,
.uploadedPhotosToOrder .picElem:hover,
#uploadedPhotoNew .picError:hover {
    -webkit-box-shadow: 0px 7px 16px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 7px 16px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 7px 16px -3px rgba(0, 0, 0, 0.75);
}

#uploadedPhotoOld .picElem a,
#uploadedPhotoNew .picElem a,
.uploadedPhotosToOrder .picElem a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#uploadedPhotoOld .picElem a span,
#uploadedPhotoNew .picElem a span,
.uploadedPhotosToOrder .picElem a span,
#uploadedPhotoNew .picError span {
    display: block;
    width: 110px;
    height: 40px;
    line-height: 20px;
    font-weight: bold;
    padding: 40px 10px;
    text-align: center;
}

#uploadedPhotoNew .picError span {
    color: #dc3545;
}

.deleteFile {
    position: absolute;
    display: block;
    width: 17px;
    height: 21px;
    font-size: 21px;
    top: 0px;
    right: 5px;
    cursor: pointer;
}

.deleteFile:hover {
    color: #dc3545;
}

/*.FilesFormUploading{
    width: 100%;
    min-height: 300px;
}*/
/*END: Модальные окна*/

.similarButtons button {
    width: 150px;
}

.preLoader {
    position: relative;
    width: 100%;
    min-height: 200px;
    background: rgba(255, 255, 255, 0.4) url("/assets/templates/graves/img/loading_main.gif") center center no-repeat;
}

.catColPartner {
    margin-top: 5px;
    margin-bottom: 13px;
}

.catColPartner span.supLink {
    display: block;
    margin-left: 15px;
    cursor: pointer;
}

.tvrico {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
}

.i1 img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.i1 {
    background-color: #322215;
}

.i2 {
    background-color: #04c;
}

.i3 {
    background-color: #dc3545;
}

.i4 {
    background-color: #e45544;
}

.i5 {
    background-color: #f3c17a;
}

.i6 {
    background-color: #08c;
}

.i7 {
    background-color: #1e7e34;
}

.i8 {
    background-color: #fd7e14;
}

.i9 {
    background-color: #3FB8AF;
}

.i10 {
    background-color: #08c;
}

.i11 {
    background-color: #e45544;
}

.i12 {
    background-color: #edde34;
}

.i13 {
    background-color: #002a80;
}

.i14 {
    background-color: #e45544;
}

.i15 {
    background-color: #303030;
}

.catColPartner .tvrcaption {
    display: inline-block;
    padding: 15px 0;
    margin-left: 10px;
    line-height: 20px;
    color: #000;
    font-size: 16px;
}

.catColPartner span.supLink:hover .tvrcaption {
    text-decoration: underline;
    color: #ff0000;
}

.redcorner {
    display: none;
    position: fixed;
    right: 0;
    bottom: 20px;
    z-index: 500;
    width: 200px;
    height: 156px;
    -webkit-transition: width 2s, height 2s, -webkit-transform 2s;
    transition: width 2s, height 2s, transform 2s;
}

/* .redcorner:hover {
    width: 400px;
    height: 300px;
    -webkit-transition: width 2s, height 2s, -webkit-transform 2s;
    transition: width 2s, height 2s, transform 2s;
} */

.redcornerClose {
    position: absolute;
    left: -23px;
    top: -23px;
    color: #73150A;
    cursor: pointer;
    font-size: 30px;
    z-index: 525;
}

.redcornerClose:hover {
    color: red;
}

.redcorner2 {
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 500;
    width: 250px;
    height: 50px;
    text-align: right;
}

.redcorner img {
    width: 100%;
    height: auto;
    border-radius: 30px 0px 0px 30px;
    border-color: #FFF;
    border-width: 5px;
    border-style: solid;
    border-right: 0;
}

.redcorner .insidebtn {
    display: block;
    position: absolute;
    width: 100%;
    left: 5px;
    bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    background-color: #73150A;
    color: #FFF;
    border-radius: 0px 0px 0px 30px;
    padding: 10px 3%;
    font-size: 12px;
}

.redcorner2 .btn-rounded {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 20px;
}

/* .redcorner:hover .insidebtn {
    display: block;
    font-size: 14px;
    bottom: -1px;
} */

.redcorner .insidebtn:hover {
    background-color: #821f13;
}

.blink {
    -webkit-animation: blink 2s linear infinite;
    animation: blink 2s linear infinite;
}

.blink:hover {
    -webkit-animation: none !important;
    animation: none !important;
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.banner_in_object_top_right {
    display: block;
}

.social_banner img,
.banner_in_object_top_right img {
    border: 2px solid #FFF;
    box-shadow: 0 0.1rem 2rem rgb(0 0 0 / 15%);
    transition: 0.7s;
}

.banner_in_object_top_right img:hover {
    border: 2px solid #FCDF69;
    transition: 0.7s;
}

.desc-live {
    position: fixed;
    display: block;
    background: url('../img/desctop-live.png') no-repeat;
    width: 120px;
    height: 36px;
    top: 50%;
    right: 0;
    opacity: 0.8;
    z-index: 10;
}

.desc-live:hover {
    opacity: 1;
}

.notify-last-order {
    position: fixed;
    right: 0;
    top: 100px;
    z-index: 520;
    width: 230px;
    height: auto;
    text-align: right;
    padding: 14px 14px 14px 14px;
    background: #303030ed;
    color: #FFF;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    visibility: visible;
    opacity: 1;
    transition: opacity 1s linear;    
}

.notify-last-order.notify-last-order-close {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 1s, opacity 1s linear;
    z-index: -100;
}

.notify-lo-head {
    font-weight: bold;
    margin-bottom: 12px;
}

.notify-lo-close {
    position: absolute;
    left: 14px;
    top: 14px;
    color: #CCC;
    cursor: pointer;
    font-size: 14px;
    z-index: 535;
}
.notify-lo-close::after {
    content: 'x';
}

.notify-lo-close:hover {
    color: #FFF;
}


@media (max-width:1024px) {
    .desc-live {
        background: url('../img/tablet-live.png') no-repeat;
        width: 80px;
        height: 24px;
    }
}

@media (max-width:768px) {
    .supsm-text {
        display: block;
        padding-left: 29px;
    }

    .redcorner {
        width: 200px;
        height: 150px;
    }

    .desc-live {
        /* display: none; */
        top: 80%;
    }

    .with-vetical-head-block tr td {
        min-width: 70px;
    }

    .btn-supsm,
    .with-vetical-head-block.wvhb-yellow .btn-sm {
        padding: 0.55rem 1rem !important;
        line-height: 1.5 !important;
        font-size: 1.5rem !important;
        border-radius: 0.25rem !important;
    }

    .with-vetical-head-block.wvhb-yellow .btn-sm {
        line-height: 1.1 !important;
        font-size: 1.2rem !important;
        text-align: center;
    }

    .wvhb-more-sm {
        display: block;
        text-align: center;
        line-height: 12px;
        margin-top: 5px;
    }
}

.poleznyaMaterials img.img-fluid {
    border-radius: 15px;
}

.poleznyaMaterials h2,
.poleznyaMaterials .h2,
.poleznyaMaterials h3,
.poleznyaMaterials .h3 {
    border-bottom: 3px solid #47474724;
    padding-bottom: 4px;
}

/* 
.accordion h2 {
    background-color: #F4F5F7;
    color: #6c757d;
    cursor: pointer;
    padding: 18px;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

.accordion h2:after {
    content: '\02795';
    font-size: 18px;
    color: #777;
    float: right;
    margin-left: 5px;
}

h2.active,
.accordion h2:hover {
    background-color: #ccc;
}

h2.active:after {
    content: "\2796";
}

.accordion .panel {
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
} */

.accordion .panel {
    padding: 25px;
}

.blago-menu {
    display: block;
    /* border: 3px solid #CCC; */
    /* padding: 10px; */
}
.blago-menu:hover {
    box-shadow: 0 0.1rem 2rem rgb(252 223 105);
}
.blago-menu .blago-menu-title {
    justify-content: space-between;
    align-items: center;		
}
.b-m-arrow {
    font-size: 32px;
    font-weight: bold;
}
.blago-menu .blago-menu-title,
.blago-menu:hover .blago-menu-title {
    color: #000;
    font-weight: bold;
}
#PacketOne .pricing h2,
#PacketTwo .pricing h2,
#PacketThree .pricing h2,
#PacketOne .pricing .h2,
#PacketTwo .pricing .h2,
#PacketThree .pricing .h2 {
    font-size: 32px;
}
.round-number {
    display: block;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    padding: 16px 19px;
    background: #28a745;
    border: 3px solid #28a745;
    color: #FFF;
    text-align: center;		
    font-size: 24px;
    margin-right: 18px;
}

.products {
    display: flex;
    flex-wrap: wrap;
}

.product-card {
    padding: 2%;
    flex-grow: 1;
    flex-basis: 32%;
  
    display: flex; /* so child elements can use flexbox stuff too! */
}

.product-card:hover {
    cursor: pointer;
}

.product-image {
    max-height: 275px;
    overflow: hidden;
}
.product-image img {
    max-width: 100%;
    min-height: 275px;
}

.product-info {
    margin-top: auto;
}

.product-info .h5 {
    font-size: 1.65rem;
    padding: 12px 0;
    background: #eeeeee;
    border-bottom: 1px solid #FCDF69;
    color: #000;
    text-align: center;
    font-weight: bold;   
    transition: 1s; 
}

.product-card:hover .product-info .h5,
.product-info:hover .h5 {
    background: #FCDF69;
}

.full-width-button {
    display: block;
    width: 100%;
    cursor: pointer;
}

.objectLink {
    cursor: pointer;
    color: #FF0000;
    text-decoration: underline;
}
.objectLink:hover {
    text-decoration: none;
}

.transpotIcons,
.transpotIconsAddr {
    margin-right: 8px; 
    margin-left: 1px;
    color: #a4a4a4; 
    font-size: 19px; 
}

.transpotIconsAddr {
    margin-right: 13px; 
    margin-left: 7px;
}


@media (max-width: 920px) {
    .product-card {
        flex: 1 46%;
    }

    .product-image {
        max-height: 213px;
    }
    .product-image img {
        min-height: 146px;
    }    
}

@media (max-width: 600px) {
    .product-card {
      flex: 1 46%;
    }    

    .products {
        padding: 10px;
    }    
}