@charset "UTF-8";

/*!
Theme Name: Sailing
Theme URI: https://sailing.thimpress.com/
Author: ThimPress
Author URI: https://thimpress.com
Description: Sailing Hotel
Version: 4.4.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: sailing
Domain Path: /languages/
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

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

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

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

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}

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

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

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

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

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

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

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

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

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

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

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

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

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

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

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

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

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

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777
}

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

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

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

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

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

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

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

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

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

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

p {
    margin: 0 0 10px
}

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

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

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

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

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

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777777
}

.text-primary {
    color: #337ab7
}

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

.text-success {
    color: #3c763d
}

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

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #a94442
}

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

.bg-primary {
    color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
    line-height: 1.428571429
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

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

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

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

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

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

.initialism {
    font-size: 90%
}

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

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

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

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: "— "
}

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

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

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: " —"
}

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

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

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

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

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

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

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

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

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

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

.container_custom:after {
    clear: both
}

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

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

@media (min-width:1200px) {
    .container_custom {
        width: 1364px
    }
}

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

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

.container:after {
    clear: both
}

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

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

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

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

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

.container-fluid:after {
    clear: both
}

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

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

.row:after {
    clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: transparent
}

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

th {
    text-align: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input[type=file] {
    display: block
}

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

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

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

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

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

.form-control:focus {
    border-color: #66afe9;
    outline: 0
}

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

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

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

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

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

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
        line-height: 34px
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    -moz-opacity: 0.65;
    -khtml-opacity: 0.65;
    -webkit-opacity: 0.65;
    opacity: 0.65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-sm {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

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

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

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

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    -ms-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

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

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

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

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

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

.nav:after {
    clear: both
}

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

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

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

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

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

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eeeeee;
    border-color: #337ab7
}

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

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

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

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

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

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

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

.nav-stacked>li {
    float: none
}

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

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

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

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

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

@media (min-width:768px) {

    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

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

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

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

@media (min-width:768px) {

    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

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

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

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

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

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

.navbar:after {
    clear: both
}

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

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

.navbar-header:after {
    clear: both
}

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

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

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

.navbar-collapse:after {
    clear: both
}

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

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

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

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

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

@media (max-device-width:480px) and (orientation:landscape) {

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

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

@media (min-width:768px) {

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

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

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

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

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

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

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

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

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

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

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

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

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

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

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

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    margin-top: 8px;
    margin-bottom: 8px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1)
}

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

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

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

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

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

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

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

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

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

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

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

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

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

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

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

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

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

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

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

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

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

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

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

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

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

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

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

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

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

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

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

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

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }

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

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

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}

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

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

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

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

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

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

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

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

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

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

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }

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

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

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}

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

#breadcrumbs {
    padding: 0;
    margin: 0;
    list-style-type: none
}

#breadcrumbs li {
    line-height: 25px;
    display: inline-block;
    list-style: none;
    text-transform: capitalize
}

#breadcrumbs li a {
    line-height: 25px;
    display: inline-block;
    color: #fff
}

#breadcrumbs li a:hover {
    color: var(--thim_body_primary_color)
}

#breadcrumbs li span.breadcrum-icon {
    margin: 0 15px
}

.layout-2 #breadcrumbs li a {
    color: inherit
}

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

.pagination>li {
    display: inline
}

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

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

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

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

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

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

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

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

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

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

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

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

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

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

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.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 {
    position: relative
}

.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-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 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[aria-selected] {
    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 var(--thim_body_border_color);
    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
}

.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 var(--thim_body_border_color);
    border-radius: 4px;
    cursor: text
}

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

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

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

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid var(--thim_body_border_color);
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
    float: right
}

.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__remove {
    margin-left: 2px;
    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 var(--thim_body_border_color)
}

.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[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.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--highlighted[aria-selected] {
    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 var(--thim_body_border_color);
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 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;
    margin-right: 10px
}

.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 var(--thim_body_border_color);
    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, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 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 var(--thim_body_border_color);
    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, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 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, #eeeeee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 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 var(--thim_body_border_color);
    border-radius: 4px;
    cursor: text;
    outline: 0
}

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

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.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 var(--thim_body_border_color);
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

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

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

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

.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 var(--thim_body_border_color);
    outline: 0
}

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

.select2-container--classic .select2-dropdown {
    background-color: white;
    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[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white
}

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

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

* {
    margin: 0;
    padding: 0
}

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

p {
    margin-bottom: 20px
}

p:last-child {
    margin-bottom: 0
}

code {
    white-space: normal
}

.clear {
    clear: both
}

img {
    max-width: 100%;
    height: auto
}

input,
textarea,
a {
    text-decoration: none
}

input:focus,
textarea:focus,
a:focus {
    outline: none;
    box-shadow: 0 0 0
}

a:hover,
a,
a:active,
a:focus {
    text-decoration: none
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

blockquote.alignleft,
img.alignleft {
    margin: 7px 24px 7px 0
}

.wp-caption.alignleft {
    margin: 7px 14px 7px 0
}

blockquote.alignright,
img.alignright {
    margin: 7px 0 7px 24px
}

.wp-caption.alignright {
    margin: 7px 0 7px 14px
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
    margin-top: 7px;
    margin-bottom: 7px
}

.wp-caption-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
    margin: 9px 0;
    padding-right: 10px
}

.sticky .entry-date {
    display: none
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.gallery-item:hover .gallery-caption {
    opacity: 1
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}

.bypostauthor>article .fn:before {
    content: "\f408";
    margin: 0 2px 0 -2px;
    position: relative;
    top: -1px
}

ul,
ol {
    margin-bottom: 10px;
    margin-left: 15px
}

ol {
    list-style: decimal
}

ul.square {
    list-style: square outside
}

ul.circle {
    list-style: circle outside
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 4px 0 5px 30px
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
    margin-bottom: 6px
}

table,
th,
td {
    border: 1px solid rgba(0, 0, 0, 0.1)
}

th,
td {
    padding: 4px 6px
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%
}

caption,
th,
td {
    font-weight: normal;
    text-align: left
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 600
}

td {
    border-width: 0 1px 1px 0
}

dd {
    margin-bottom: 24px
}

select {
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    width: auto;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 15s;
    background-color: #fff;
    background-image: none
}

select:focus {
    border-color: #e6e6e6;
    box-shadow: 0 0 0;
    outline: none
}

input[type=file]:focus {
    border-color: #e6e6e6;
    box-shadow: 0 0 0;
    outline: none
}

.page-content .page-content-inner .gallery .gallery-item img {
    margin-bottom: 0px
}

.gallery {
    margin-bottom: 20px
}

.gallery:after {
    content: "";
    display: table;
    clear: both
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative
}

.gallery-columns-1 .gallery-item {
    max-width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -moz-calc(50% - 4px);
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px)
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -moz-calc(33.3% - 4px);
    max-width: -webkit-calc(33.3% - 4px);
    max-width: calc(33.3% - 4px)
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -moz-calc(25% - 4px);
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px)
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -moz-calc(20% - 4px);
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px)
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -moz-calc(16.7% - 4px);
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px)
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -moz-calc(14.28% - 4px);
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px)
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -moz-calc(12.5% - 4px);
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px)
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -moz-calc(11.1% - 4px);
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px)
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.gallery-item:hover .gallery-caption {
    opacity: 1
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}

figure {
    max-width: 100%
}

input[type=radio],
input[type=checkbox] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.05s border-color ease-in-out;
    transition: 0.05s border-color ease-in-out
}

input[type=radio]:focus,
input[type=checkbox]:focus {
    box-shadow: none;
    outline: 0
}

input[type=radio]:checked:before,
input[type=checkbox]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    font: 400 21px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

input[type=radio] {
    border-radius: 50%;
    line-height: 10px;
    font-size: 14px
}

input[type=radio]:checked:before {
    content: "•";
    text-indent: -9999px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 24px;
    width: 6px;
    height: 6px;
    margin: 4px;
    line-height: 16px
}

input[type=checkbox]:checked:before {
    content: "\f00c" !important;
    margin: 0px 0px;
    font-family: FontAwesome;
    font-size: 13px
}

@media (max-width:768px) {

    .alignleft,
    .alignright {
        float: none
    }
}

.custom-button-inline {
    display: flex;
    justify-content: flex-end
}

.text-body {
    font-family: var(--thim_font_title-font-family);
    font-style: italic;
    font-size: 24px
}

@media (max-width:767px) {
    .text-body {
        font-size: 20px
    }
}

.custom-button-inline .thim-sc-button .thim-button {
    padding: 10px 15px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    letter-spacing: 0;
    font-family: var(--thim_font_title-font-family);
    font-size: 14px;
    font-weight: 500
}

.custom-button-inline .thim-sc-button .thim-button .inner-text:before {
    display: none
}

.custom-button-inline>.widget {
    margin: 0 !important
}

.custom-button-inline .thim-sc-button {
    transition: 0.3s
}

.custom-button-inline .thim-sc-button span.inner-text {
    transition: 0.3s;
    text-align: center
}

.custom-button-inline .style2 .thim-sc-button {
    border: 1px solid #2eb0d1;
    margin-right: 20px;
    margin-left: 0
}

.custom-button-inline .style2 .thim-sc-button .thim-button {
    padding: 9px 15px
}

.custom-layout-video .thim-list-video.style-1 .video-item {
    position: static;
    display: block
}

.custom-layout-video .thim-list-video.style-1::before {
    display: none
}

.custom-layout-video .thim-list-video.style-1 {
    min-height: unset;
    background-size: auto
}

.no-padding-bootom .wrapper-line-heading {
    padding-bottom: 0
}

.style-ul-block ul {
    padding-left: 30px
}

@media (max-width:780px) {
    .custom-button-inline {
        justify-content: flex-start
    }

    .mobile-no-padding-bootom .wrapper-line-heading {
        padding-bottom: 0
    }
}

@media (min-width:768px) and (max-width:780px) {
    .fd-row {
        flex-direction: row !important;
        gap: 10px
    }
}

.wpb_animate_when_almost_visible {
    opacity: 0
}

.wpb_start_animation.wpb_top-to-bottom {
    -webkit-animation: wpb_ttb 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
    -moz-animation: wpb_ttb 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
    -o-animation: wpb_ttb 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
    animation: wpb_ttb 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
    opacity: 1
}

.wpb_start_animation.wpb_bottom-to-top {
    -webkit-animation: wpb_btt 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
    -moz-animation: wpb_btt 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
    -o-animation: wpb_btt 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
    animation: wpb_btt 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
    opacity: 1
}

.wpb_start_animation.wpb_left-to-right {
    -webkit-animation: wpb_ltr 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
    -moz-animation: wpb_ltr 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
    -o-animation: wpb_ltr 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
    animation: wpb_ltr 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
    opacity: 1
}

.wpb_start_animation.wpb_right-to-left {
    -webkit-animation: wpb_rtl 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
    -moz-animation: wpb_rtl 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
    -o-animation: wpb_rtl 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
    animation: wpb_rtl 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
    opacity: 1
}

.wpb_start_animation.wpb_appear {
    -webkit-animation: wpb_appear 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
    -moz-animation: wpb_appear 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
    -o-animation: wpb_appear 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
    animation: wpb_appear 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

@-webkit-keyframes wpb_ttb {
    0% {
        -webkit-transform: translate(0, -10%);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
}

@-moz-keyframes wpb_ttb {
    0% {
        -moz-transform: translate(0, -10%);
        opacity: 0
    }

    100% {
        -moz-transform: translate(0, 0);
        opacity: 1
    }
}

@-o-keyframes wpb_ttb {
    0% {
        -o-transform: translate(0, -10%);
        opacity: 0
    }

    100% {
        -o-transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes wpb_ttb {
    0% {
        transform: translate(0, -10%);
        opacity: 0
    }

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

@-webkit-keyframes wpb_btt {
    0% {
        -webkit-transform: translate(0, 10%);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
}

@-moz-keyframes wpb_btt {
    0% {
        -moz-transform: translate(0, 10%);
        opacity: 0
    }

    100% {
        -moz-transform: translate(0, 0);
        opacity: 1
    }
}

@-o-keyframes wpb_btt {
    0% {
        -o-transform: translate(0, 10%);
        opacity: 0
    }

    100% {
        -o-transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes wpb_btt {
    0% {
        transform: translate(0, 10%);
        opacity: 0
    }

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

@-webkit-keyframes wpb_ltr {
    0% {
        -webkit-transform: translate(-10%, 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
}

@-moz-keyframes wpb_ltr {
    0% {
        -moz-transform: translate(-10%, 0);
        opacity: 0
    }

    100% {
        -moz-transform: translate(0, 0);
        opacity: 1
    }
}

@-o-keyframes wpb_ltr {
    0% {
        -o-transform: translate(-10%, 0);
        opacity: 0
    }

    100% {
        -o-transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes wpb_ltr {
    0% {
        transform: translate(-10%, 0);
        opacity: 0
    }

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

@-webkit-keyframes wpb_rtl {
    0% {
        -webkit-transform: translate(10%, 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
}

@-moz-keyframes wpb_rtl {
    0% {
        -moz-transform: translate(10%, 0);
        opacity: 0
    }

    100% {
        -moz-transform: translate(0, 0);
        opacity: 1
    }
}

@-o-keyframes wpb_rtl {
    0% {
        -o-transform: translate(10%, 0);
        opacity: 0
    }

    100% {
        -o-transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes wpb_rtl {
    0% {
        transform: translate(10%, 0);
        opacity: 0
    }

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

@-webkit-keyframes wpb_appear {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 0.1
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@-moz-keyframes wpb_appear {
    0% {
        -moz-transform: scale(0.5);
        opacity: 0.1
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1
    }
}

@-o-keyframes wpb_appear {
    0% {
        -o-transform: scale(0.5);
        opacity: 0.1
    }

    100% {
        -o-transform: scale(1);
        opacity: 1
    }
}

@keyframes wpb_appear {
    0% {
        transform: scale(0.5);
        opacity: 0.1
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

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

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

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

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

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

@-webkit-keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

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

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

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

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75)
    }

    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25)
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        -ms-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75)
    }

    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        -ms-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25)
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        -ms-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

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

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

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

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

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

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

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

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }
}

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

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

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

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

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

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

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

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3)
    }
}

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

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

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

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

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

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

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

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

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

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

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

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

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

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

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

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

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

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

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

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

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

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

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

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

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

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

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

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

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

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

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

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

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

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

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

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

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

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

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

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

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

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

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
}

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

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

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

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

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

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

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

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
        transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
        transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

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

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

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

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        -ms-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

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

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

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

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

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

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

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

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

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

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

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

@keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

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

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

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

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

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

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

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
}

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

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

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

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3)
    }

    50% {
        opacity: 1
    }
}

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

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(-2000px);
        transform: scale(0.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(60px);
        transform: scale(0.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(-2000px);
        -ms-transform: scale(0.1) translateY(-2000px);
        transform: scale(0.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(60px);
        -ms-transform: scale(0.475) translateY(60px);
        transform: scale(0.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

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

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(-2000px);
        transform: scale(0.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(48px);
        transform: scale(0.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(-2000px);
        -ms-transform: scale(0.1) translateX(-2000px);
        transform: scale(0.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(48px);
        -ms-transform: scale(0.475) translateX(48px);
        transform: scale(0.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

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

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(2000px);
        transform: scale(0.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(-48px);
        transform: scale(0.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(2000px);
        -ms-transform: scale(0.1) translateX(2000px);
        transform: scale(0.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(-48px);
        -ms-transform: scale(0.475) translateX(-48px);
        transform: scale(0.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

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

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(2000px);
        transform: scale(0.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(-60px);
        transform: scale(0.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(2000px);
        -ms-transform: scale(0.1) translateY(2000px);
        transform: scale(0.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(-60px);
        -ms-transform: scale(0.475) translateY(-60px);
        transform: scale(0.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

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

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3)
    }

    100% {
        opacity: 0
    }
}

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(-60px);
        transform: scale(0.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(2000px);
        transform: scale(0.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(-60px);
        -ms-transform: scale(0.475) translateY(-60px);
        transform: scale(0.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(2000px);
        -ms-transform: scale(0.1) translateY(2000px);
        transform: scale(0.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

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

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(42px);
        transform: scale(0.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(-2000px);
        transform: scale(0.1) translateX(-2000px);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(42px);
        -ms-transform: scale(0.475) translateX(42px);
        transform: scale(0.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(-2000px);
        -ms-transform: scale(0.1) translateX(-2000px);
        transform: scale(0.1) translateX(-2000px);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center
    }
}

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

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(-42px);
        transform: scale(0.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(2000px);
        transform: scale(0.1) translateX(2000px);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(-42px);
        -ms-transform: scale(0.475) translateX(-42px);
        transform: scale(0.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(2000px);
        -ms-transform: scale(0.1) translateX(2000px);
        transform: scale(0.1) translateX(2000px);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center
    }
}

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

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(60px);
        transform: scale(0.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(-2000px);
        transform: scale(0.1) translateY(-2000px);
        -webkit-transform-origin: center top;
        transform-origin: center top
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(60px);
        -ms-transform: scale(0.475) translateY(60px);
        transform: scale(0.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(-2000px);
        -ms-transform: scale(0.1) translateY(-2000px);
        transform: scale(0.1) translateY(-2000px);
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top
    }
}

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

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -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(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -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 {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

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

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

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

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.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 {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -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
}

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

.owl-carousel .animated {
    animation-duration: 1000ms;
    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 500ms ease-in-out
}

.owl-carousel .owl-item {}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.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 100ms 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-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

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

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

.tp-table {
    display: table;
    width: 100%
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none
}

.thim-select-language {
    line-height: var(--thim_font_body-line-height)
}

.thim-select-language .language {
    position: relative
}

.thim-select-language .language>span {
    padding-right: 25px;
    position: relative;
    line-height: var(--thim_font_body-line-height);
    display: inline-block
}

.thim-select-language .language>span:before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 2px;
    line-height: 20px;
    right: 0
}

.thim-select-language .language ul {
    list-style: none;
    visibility: hidden;
    position: absolute;
    top: 27px;
    left: -10px;
    background: #fff;
    z-index: 9999;
    min-width: 120px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0
}

.thim-select-language .language ul li {
    line-height: 30px;
    padding: 0 15px;
    text-align: left;
    display: block
}

.thim-select-language .language ul li a {
    color: #5a5a5a;
    text-transform: none;
    text-align: left;
    border-bottom: 1px solid #eee;
    line-height: 30px;
    display: block
}

.thim-select-language .language:hover {
    cursor: pointer
}

.thim-select-language .language:hover ul {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    visibility: visible;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

.thim-select-language.language-new .language {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important
}

.thim-select-language.language-new .language>span {
    color: var(--thim_main_menu_text_color)
}

.thim-select-language.language-new .language ul {
    padding: 15px 0;
    box-shadow: rgba(111, 111, 111, 0.2) 0 4px 10px 0
}

.thim-select-language.language-new .language ul li {
    padding: 10px 15px
}

.thim-select-language.language-new .language ul li a {
    text-transform: uppercase;
    border-bottom: unset;
    color: #c0c0c0
}

.thim-select-language.language-new .language ul li a:hover {
    color: #000
}

.thim-select-language.language-new .language ul li a img {
    margin-right: 10px
}

@media (max-width:991px) {
    .site-header.header_v1 .menu-right {
        display: none !important
    }
}

.site-header.header_v1 .menu-right .thim-select-language .language>span {
    font-weight: bold
}

@media (max-width:1270px) {
    .site-header.header_v1 .menu-right .phone-swapper {
        display: none
    }
}

@media (max-width:1023px) {
    .site-header.header_v1 .menu-right .thim-select-language {
        display: none
    }
}

@media (max-width:1199px) {

    .site-header.header_v1 .navbar-nav>li>a,
    .site-header.header_v1 .navbar-nav>li>span.disable_link,
    .site-header.header_v1 .navbar-nav>li>span:not(.icon-toggle) {
        margin: 0 13px !important
    }
}

.site-header.header_v2 {
    padding-top: 0;
    padding-bottom: 0
}

.site-header.header_v2 .header-right.table-cell,
.site-header.header_v2 .header-left.table-cell {
    width: 50%
}

.site-header.header_v2 .inner-header-top {
    line-height: 30px
}

.site-header.header_v2 .inner-header-top ul {
    padding: 0;
    margin: 0px -5px
}

.site-header.header_v2 .inner-header-top ul li {
    list-style: none;
    float: left;
    margin: 0px 5px
}

.site-header.header_v2 .inner-header-top ul li a {
    border: 1px solid;
    border-color: #eee;
    min-width: 30px;
    min-height: 30px;
    text-align: center;
    font-weight: bold;
    line-height: 28px;
    border-radius: 2px;
    display: block
}

.site-header.header_v2 .inner-header-top .sm-logo {
    text-align: center
}

.site-header.header_v2 .inner-header-top .sm-logo img {
    margin-bottom: 0
}

.site-header.header_v2 .navigation .table-center {
    border-top: 1px solid #eee
}

.site-header.header_v2 .navigation .table-center .inner-navigation {
    text-align: center
}

.site-header.header_v2 .navigation .table-center .inner-navigation .header-right {
    display: none
}

.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li>a,
.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li>span.disable_link,
.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li>span:not(.icon-toggle) {
    padding: 29px 30px
}

.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li.menu-item-has-children .disable_link,
.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li.menu-item-has-children a {
    padding-right: 45px
}

.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li.menu-item-has-children .icon-toggle {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    right: 30px
}

.thim-float-left {
    float: left;
    margin-right: 20px
}

.thim-float-left:last-child {
    margin-right: 0
}

.thim-float-right {
    float: right;
    margin-left: 20px
}

.thim-float-right:last-child {
    margin-left: 0
}

.site-header.header_v2 .navigation .table-center .inner-navigation .header-left {
    display: none
}

.site-header.header_v2 .navigation .table-center .inner-navigation .header-left ul li {
    list-style: none;
    float: left;
    margin: 0 5px
}

.site-header.header_v2 .navigation .table-center .inner-navigation .header-left ul li a {
    border: 1px solid var(--thim_body_border_color);
    min-width: 30px;
    min-height: 30px;
    text-align: center;
    font-weight: 700;
    line-height: 28px;
    border-radius: 2px;
    display: block
}

#rt-drawer.style1 {
    position: relative
}

#rt-drawer.style1 #collapseDrawer {
    overflow: hidden
}

#rt-drawer.style1 #collapseDrawer.collapse {
    display: block
}

#rt-drawer.style1 #collapseDrawer .widget {
    text-align: center;
    padding: 14px 15px
}

#rt-drawer.style1 #collapseDrawer .textwidget a {
    opacity: 0.7
}

#rt-drawer.style1 .drawer_link {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    right: 0;
    top: 0;
    z-index: 999
}

#rt-drawer.style1 .drawer_link a {
    font-size: 26px;
    color: #fff
}

#rt-drawer.style1 .drawer_link a.collapsed i:before {
    content: "\f107"
}

#rt-drawer.style2 {
    position: relative;
    width: 100%;
    z-index: 99999
}

#rt-drawer.style2 #collapseDrawer {
    overflow: hidden
}

#rt-drawer.style2 #collapseDrawer.collapse {
    display: block
}

#rt-drawer.style2 #collapseDrawer .widget {
    text-align: center;
    padding: 14px 15px
}

#rt-drawer.style2 #collapseDrawer .textwidget a {
    opacity: 0.7
}

#rt-drawer.style2 .drawer_link {
    position: absolute;
    background: transparent;
    width: 0;
    height: 40px;
    line-height: 28px;
    top: auto;
    text-align: center;
    bottom: -40px;
    right: 0;
    border-style: solid;
    border-width: 0 40px 40px 0
}

#rt-drawer.style2 .drawer_link .fa-angle-up:before {
    content: "\f068";
    font-size: 11px;
    position: absolute;
    left: 24px;
    top: 6px;
    color: #fff
}

#rt-drawer.style2 .drawer_link a.collapsed i:before {
    content: "\f067"
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none
}

.affix-top .sticky-logo {
    display: none
}

.affix .no-sticky-logo {
    display: none
}

.site-header.sticky-header,
.site-header.header_overlay {
    position: absolute;
    z-index: 99999;
    width: 100%;
    top: 0
}

.site-header.header_v1.header_overlay .navbar-nav>li>a::before {
    bottom: 0;
    height: 1px
}

.site-header.header_v1.header_overlay .has-topbar .navbar-nav>li>a::before {
    bottom: 0
}

.site-header.header_v1 .has-topbar .navbar-nav>li>a::before {
    bottom: -25px
}

.site-header.header_v1 .navbar-nav {
    text-align: right
}

.site-header.header_v1 .navbar-nav>li {
    float: none;
    display: inline-block
}

.site-header.header_v1 .navbar-nav>li:last-child a {
    margin-right: 0
}

@media (max-width:1199px) {
    .site-header.header_v1 .navbar-nav>li:last-child a {
        margin-right: 0 !important
    }
}

.site-header.header_v1 .navbar-nav>li.current-menu-item>a::before {
    width: 100%
}

.site-header.header_v1 .navbar-nav>li>a {
    position: relative
}

.site-header.header_v1 .navbar-nav>li>a:hover::before {
    width: 100%
}

.site-header.header_v1 .navbar-nav>li>a::before {
    position: absolute;
    content: "";
    bottom: -25px;
    left: 0;
    height: 3px;
    width: 0;
    background: var(--thim_body_primary_color);
    transition: all 0.3s
}

@media (max-width:767px) {
    .site-header.header_v1 .navbar-nav>li>a::before {
        display: none
    }
}

.site-header .full-width {
    padding: 0 80px
}

@media (max-width:1610px) {
    .site-header .full-width {
        padding: 0 30px
    }
}

@media (max-width:991px) {
    .site-header .full-width {
        padding: 0 15px
    }
}

.site-header .width-navigation.table-right {
    padding-left: 8.5%
}

@media (max-width:1610px) {
    .site-header .width-navigation.table-right {
        padding-left: 30px
    }
}

@media (max-width:767px) {
    .site-header .width-navigation.table-right {
        padding-left: 0;
        padding-top: 20px
    }
}

.site-header .width-navigation .inner-navigation.navigation-flex {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width:767px) {
    .site-header .width-navigation .inner-navigation.navigation-flex {
        display: inline-block
    }
}

.site-header .width-navigation .inner-navigation.navigation-flex .phone-swapper .call {
    display: flex;
    align-items: center;
    margin-top: 3px
}

.site-header .width-navigation .inner-navigation.navigation-flex .phone-swapper .call i {
    font-size: 24px;
    margin-right: 10px
}

.site-header .width-navigation .inner-navigation.navigation-flex .menu-left {
    display: flex
}

.site-header .width-navigation .inner-navigation.navigation-flex .menu-left>li {
    list-style-type: none
}

.site-header .width-navigation .inner-navigation.navigation-flex .menu-left>li:not(:last-child) {
    margin-right: 30px
}

@media (max-width:1070px) {
    .site-header .width-navigation .inner-navigation.navigation-flex .menu-left>li:not(:last-child) {
        margin-right: 0
    }
}

@media (max-width:1260px) {
    .site-header .width-navigation .inner-navigation.navigation-flex .menu-left .thim-select-language {
        display: none
    }
}

@media (max-width:1070px) {
    .site-header .width-navigation .inner-navigation.navigation-flex .menu-left .phone-swapper {
        display: none
    }
}

@media (max-width:991px) {
    .site-header .width-navigation .inner-navigation.navigation-flex .menu-left .thim-social {
        display: none
    }
}

.wrapper-container {
    position: relative;
    overflow: hidden
}

.content-pusher {
    position: relative;
    left: 0;
    z-index: 99;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s
}

.content-pusher:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.2);
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    z-index: 9
}

.mobile-menu-open .content-pusher::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s
}

.mobile-menu-open .content-pusher {
    -webkit-transform: translate(300px, 0);
    -moz-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    -o-transform: translate(300px, 0)
}

.custom-social .thim-social .social_link li a {
    display: inline-flex;
    line-height: 1;
    border: none;
    color: var(--thim_main_menu_text_color);
    min-width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center
}

@media (min-width:768px) {
    .site-header.header_v2.sticky-header.affix {
        padding-top: 0
    }

    .width-navigation {
        width: 300px
    }

    .width-navigation .menu-right {
        display: inline-block
    }

    .width-navigation .menu-right:before,
    .width-navigation .menu-right:after {
        content: " ";
        display: table
    }

    .width-navigation .menu-right:after {
        clear: both
    }

    .width-navigation .navbar-nav {
        display: inline-block
    }

    .width-navigation.table-right {
        text-align: right
    }

    .site-header {
        padding-top: 15px;
        padding-bottom: 15px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out
    }

    .site-header.sticky-header.affix {
        position: fixed;
        top: 0;
        box-shadow: 0 1px 5px -2px rgba(42, 42, 42, 0.4)
    }

    .content-pusher.boxed-area .site-header.sticky-header.affix {
        left: 0;
        right: 0;
        max-width: 1200px;
        margin: auto
    }

    .site-header.sticky-header.affix .navbar-nav>li:last-child>a,
    .site-header.sticky-header.affix .navbar-nav>li:last-child>span.disable_link {
        padding-right: 0px
    }

    .sm-logo {
        vertical-align: middle
    }

    .sm-logo img {
        margin-bottom: 10px
    }

    .sm-logo img {
        -webkit-transition: all ease-out 0.3s;
        -moz-transition: all ease-out 0.3s;
        -o-transition: all ease-out 0.3s;
        -ms-transition: all ease-out 0.3s;
        transition: all ease-out 0.3s
    }

    .navigation .navbar-nav li.tc-menu-layout-default .sub-menu {
        background: #fff;
        box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.09);
        -moz-box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.09);
        -o-box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.09);
        -ms-box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.09)
    }

    .navigation .navbar-nav li.tc-menu-layout-default .sub-menu li {
        padding: 0 20px
    }

    .navigation .navbar-nav li.tc-menu-layout-default .sub-menu li:after {
        content: "";
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 0;
        height: 1px
    }

    .navigation .navbar-nav li.tc-menu-layout-default .sub-menu li:last-child:after {
        display: none
    }

    .navigation .navbar-nav li.tc-menu-layout-default .sub-menu li a,
    .navigation .navbar-nav li.tc-menu-layout-default .sub-menu li>span.disable_link {
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
        padding: 12px 0;
        display: block
    }

    .navigation .navbar-nav li.tc-menu-layout-default>.sub-menu {
        margin-left: 0;
        top: 54px
    }

    .navigation .menu-right .thim-social ul.social_link {
        margin: 0 -10px
    }

    .navigation .menu-right .thim-social ul.social_link li {
        margin: 0 10px
    }

    .navigation .menu-right li {
        list-style: none;
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
        vertical-align: middle
    }

    .navigation .menu-right li:last-child {
        padding-right: 0
    }

    .navigation {
        position: relative
    }

    .navigation .tm-table {
        width: 100%;
        display: table
    }

    .navigation nav {
        position: static
    }

    .navbar-nav>li.multicolumn [class*=submenu_columns] .sub-menu {
        position: static !important;
        display: block !important;
        width: auto;
        border: none;
        box-shadow: 0 0 0;
        padding: 0
    }

    .navbar-nav a i.fa {
        margin-right: 5px
    }

    .navbar-nav>li.multicolumn [class*=submenu_columns]>li,
    .navbar-nav [class*=submenu_columns]>aside {
        float: left
    }

    .navbar-nav>li.multicolumn [class*=submenu_columns]>aside {
        padding: 15px
    }

    .submenu-widget {
        padding: 10px
    }

    .navbar-nav .submenu_columns_2>li,
    .navbar-nav .submenu_columns_2>aside {
        width: 50%
    }

    .navbar-nav .submenu_columns_3>li,
    .navbar-nav .submenu_columns_3>aside {
        width: 33.33333%
    }

    .navbar-nav .submenu_columns_4>li,
    .navbar-nav .submenu_columns_4>aside {
        width: 25%
    }

    .navbar-nav .submenu_columns_5>li,
    .navbar-nav .submenu_columns_5>aside {
        width: 20%
    }

    .navbar-nav .dropdown_full_width {
        position: static
    }

    .navbar-nav li.multicolumn .submenu_columns_1,
    .navbar-nav li.widget_area .submenu_columns_1 {
        width: 233px
    }

    .navbar-nav li.multicolumn .submenu_columns_1 li,
    .navbar-nav li.widget_area .submenu_columns_1 li {
        width: 100%
    }

    .navbar-nav li.multicolumn .submenu_columns_2,
    .navbar-nav li.widget_area .submenu_columns_2 {
        width: 466px
    }

    .navbar-nav li.multicolumn .submenu_columns_3,
    .navbar-nav li.widget_area .submenu_columns_3 {
        width: 699px
    }

    .navbar-nav li.multicolumn .submenu_columns_4,
    .navbar-nav li.widget_area .submenu_columns_4 {
        width: 932px
    }

    .navbar-nav li.multicolumn .submenu_columns_5,
    .navbar-nav li.widget_area .submenu_columns_5 {
        width: 1165px
    }

    .navbar-nav li.drop_to_center .submenu_columns_1 {
        left: -80px
    }

    .navbar-nav li.drop_to_center .submenu_columns_2 {
        left: -191px
    }

    .navbar-nav li.drop_to_center .submenu_columns_3 {
        left: -310px
    }

    .navbar-nav li.drop_to_center .submenu_columns_4 {
        left: -425px
    }

    .navbar-nav li.drop_to_center .submenu_columns_5 {
        left: -545px
    }

    .navbar-nav li.dropdown_full_width .megacol {
        left: 15px;
        right: 15px;
        width: auto
    }

    .navbar-nav>li>span:hover {
        background: transparent
    }

    .navbar-nav [class*=submenu_columns] aside {
        float: left;
        text-align: left
    }

    .widget_area aside ul li a,
    .widget_area aside ul li span {
        padding: 10px 25px 10px 0
    }

    .widget_area .widget_recent_entries li {
        padding-bottom: 0;
        margin-bottom: 0
    }

    .drop_to_right>.sub-menu {
        left: auto;
        right: 12px
    }

    .drop_to_center.tc-menu-layout-default>.sub-menu {
        left: 50%
    }

    .navbar-nav>li>.sub-menu.submenu-widget>li,
    .navbar-nav>li>.sub-menu.multicolumn>li {
        float: left;
        padding: 15px
    }

    .navbar-nav>li>.sub-menu.submenu-widget.submenu_columns_1>li,
    .navbar-nav>li>.sub-menu.multicolumn.submenu_columns_1>li {
        float: none
    }

    nav .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }

    nav ul,
    nav ul ul,
    nav ul ul ul {
        margin: 0
    }

    nav ul li,
    nav ul ul li,
    nav ul ul ul li {
        margin: 0
    }

    .nav>li>a:hover,
    .nav>li>a:focus {
        background: transparent
    }

    .navbar-nav {
        float: none
    }

    .navbar-nav li .sub-menu {
        display: none;
        position: absolute;
        left: 0;
        top: auto;
        z-index: 9999;
        min-width: 210px;
        background: var(--thim_sub_menu_bg_color);
        box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.09);
        -moz-box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.09);
        -o-box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.09);
        -ms-box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.09)
    }

    .navbar-nav li .sub-menu li {
        list-style: none;
        text-align: left;
        position: relative;
        padding: 0 20px
    }

    .navbar-nav li .sub-menu li a {
        text-decoration: none;
        padding: 12px 0;
        display: block
    }

    .navbar-nav li .sub-menu li a:hover {
        color: var(--thim_sub_menu_text_color_hover)
    }

    .navbar-nav li .sub-menu li a:hover span {
        color: var(--thim_sub_menu_text_color_hover)
    }

    .navbar-nav li .sub-menu li:after {
        content: "";
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 0;
        height: 1px;
        background: var(--thim_sub_menu_border_color)
    }

    .navbar-nav li:hover>.sub-menu li a {
        text-decoration: none
    }

    .navbar-nav li>.sub-menu {
        margin-left: 0;
        top: 54px
    }

    .navbar-nav li.tc-menu-layout-default .sub-menu {
        min-width: 210px;
        margin-left: 0
    }

    .navbar-nav li.tc-menu-layout-default .sub-menu li {
        width: 100%
    }

    .navbar-nav li .sub-menu .sub-menu {
        left: 100%;
        top: 0
    }

    .navbar-nav li .sub-menu li:hover .sub-menu {
        height: auto;
        z-index: 999
    }

    .navbar-nav li.multicolumn .megacol>li {
        padding: 10px 15px
    }

    .navbar-nav li.multicolumn .megacol>li>a,
    .navbar-nav li.multicolumn .megacol>li>span {
        font-weight: bold;
        padding: 5px 0;
        display: block
    }

    .navbar-nav li.multicolumn .megacol>li>a:hover,
    .navbar-nav li.multicolumn .megacol>li>span:hover {
        background: transparent
    }

    .navbar-nav li.multicolumn .megacol .sub-menu {
        background: transparent;
        display: block !important
    }

    .navbar-nav li.multicolumn .megacol .sub-menu a,
    .navbar-nav li.multicolumn .megacol .sub-menu span.disable_link {
        padding: 5px 0;
        display: block
    }

    .navbar-nav>li {
        vertical-align: middle;
        display: inline-block;
        float: none
    }

    .navbar-nav>li>a,
    .navbar-nav>li>span.disable_link,
    .navbar-nav>li>span:not(.icon-toggle) {
        padding: 15px 0px;
        margin: 0 20px;
        display: inline-block;
        position: relative;
        line-height: 14px;
        text-transform: uppercase
    }

    .navbar-nav>li:last-child>a,
    .navbar-nav>li:last-child>span.disable_link {
        padding-right: 0
    }

    .nav>li .sub-menu,
    .nav>li.multicolumn>.sub-menu,
    .nav>li.widget_area>.sub-menu {
        box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1)
    }

    .nav>li .sub-menu .menu-category-description,
    .nav>li.multicolumn>.sub-menu .menu-category-description,
    .nav>li.widget_area>.sub-menu .menu-category-description {
        text-align: justify
    }

    .nav>li.widget_area>.sub-menu {
        padding-right: 0;
        padding-left: 0
    }

    .nav>li.widget_area>.sub-menu aside {
        padding: 15px
    }

    .nav>li.multicolumn>.sub-menu .sub-menu,
    .nav>li.widget_area>.sub-menu .sub-menu {
        box-shadow: 0 0 0
    }

    .navigation .navbar-nav>li.menu-item-has-children .icon-toggle {
        opacity: 0.5;
        margin-left: -8px
    }

    .navigation .navbar-nav>li.menu-item-has-children .icon-toggle:after {
        display: none
    }

    .admin-bar .site-header.affix {
        top: 32px
    }

    .width-navigation-left {
        text-align: left
    }

    .width-navigation-left .navbar-nav {
        text-align: left
    }

    .width-navigation-left li {
        list-style: none
    }

    .mobile-menu-open {
        height: 100% !important;
        margin-top: 0 !important
    }

    .mobile-menu-open.wrapper-container {
        position: relative;
        overflow: hidden
    }

    .mobile-logo-custom .sticky-logo-mobile,
    .mobile-logo-custom .no-sticky-logo-mobile {
        display: none
    }
}

@media only screen and (min-width:768px) and (max-width:1200px) {

    .navbar-nav li.multicolumn .submenu_columns_1,
    .navbar-nav li.widget_area .submenu_columns_1 {
        width: 194px
    }

    .navbar-nav li.multicolumn .submenu_columns_2,
    .navbar-nav li.widget_area .submenu_columns_2 {
        width: 388px
    }

    .navbar-nav li.multicolumn .submenu_columns_3,
    .navbar-nav li.widget_area .submenu_columns_3 {
        width: 582px
    }

    .navbar-nav li.multicolumn .submenu_columns_4,
    .navbar-nav li.widget_area .submenu_columns_4 {
        width: 776px
    }

    .navbar-nav li.multicolumn .submenu_columns_5,
    .navbar-nav li.widget_area .submenu_columns_5 {
        width: 970px
    }

    .navbar-nav li.dropdown_full_width [class*=submenu_columns].sub-menu {
        width: 100%
    }

    .navbar-nav li.drop_to_center .submenu_columns_1 {
        left: -55px
    }

    .navbar-nav li.drop_to_center .submenu_columns_2 {
        left: -152px
    }

    .navbar-nav li.drop_to_center .submenu_columns_3 {
        left: -252px
    }

    .navbar-nav li.drop_to_center .submenu_columns_4 {
        left: -347px
    }

    .navbar-nav li.drop_to_center .submenu_columns_5 {
        left: -450px
    }
}

@media only screen and (min-width:768px) and (max-width:990px) {
    .navbar-nav li.drop_to_center .submenu_columns_2 {
        left: -157px
    }
}

@media (max-width:767px) {
    .site-header .navigation {
        position: static !important
    }

    .width-navigation {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        overflow: auto;
        z-index: 9999;
        width: 300px;
        -webkit-transform: translate(-100%, 0);
        -moz-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        -o-transform: translate(-100%, 0)
    }

    .width-navigation .inner-navigation {
        display: table;
        width: 300px;
        height: 100%
    }

    .width-navigation .menu-right {
        padding: 10px;
        display: table-header-group
    }

    .width-navigation .menu-right>li {
        margin-left: 20px;
        display: inline-block
    }

    .width-navigation .menu-right>li:first-child {
        margin-top: 30px
    }

    .width-navigation .menu-right .sliderbar-menu-controller {
        display: none
    }

    .width-navigation .navbar-nav .icon-toggle {
        position: absolute;
        top: 0;
        right: 0;
        padding: 9px 25px;
        z-index: 9;
        font-size: 20px
    }

    .width-navigation .navbar-nav>li>ul.sub-menu {
        margin-top: 0;
        margin-bottom: 0;
        overflow: hidden;
        display: none
    }

    .width-navigation ul li a {
        display: block;
        outline: none;
        -webkit-transition: background 0.3s, box-shadow 0.3s;
        transition: background 0.3s, box-shadow 0.3s
    }

    .nav>li>a:hover,
    .nav>li>a:focus {
        background: transparent
    }

    .site-header .navbar-nav {
        margin: 0
    }

    .site-header .navbar-nav li {
        list-style: none;
        position: relative;
        display: block
    }

    body,
    html,
    .mobile-menu-open {
        height: 100% !important;
        margin-top: 0 !important
    }

    .site-header.header_v1 .navbar-nav {
        text-align: left
    }

    .site-header.header_v1 .navbar-nav li {
        display: block
    }

    .site-header .navbar-nav {
        text-align: left
    }

    .menu-mobile-effect {
        display: table-cell;
        cursor: pointer;
        z-index: 1;
        vertical-align: middle;
        width: 22px;
        padding: 14px 25px;
        align-content: center
    }

    .navbar-nav .sub-menu {
        position: relative
    }

    .navbar-nav .sub-menu li {
        border: none !important
    }

    .navbar-nav .sub-menu li a {
        padding-left: 25px !important
    }

    .navbar-nav .sub-menu:before {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        left: 2px;
        top: 1px;
        display: block
    }

    .navbar-nav .sub-menu li {
        margin-top: 9px
    }

    .navbar-nav .sub-menu li:before {
        content: "";
        width: 7px;
        height: 1px;
        position: absolute;
        left: 3px;
        top: 10px;
        padding: 0;
        display: block
    }

    .navbar-nav .sub-menu .sub-menu {
        margin-left: 20px
    }

    .nav>li>span {
        padding: 10px 15px
    }

    .site-header .navigation {
        padding: 10px 15px
    }

    .header_v2 .navigation {
        overflow: hidden
    }

    .header_v2 .tm-table {
        float: right
    }

    .header_v2 .width-navigation-left {
        display: none
    }

    .header_v2 .menu-mobile-effect div:first-child {
        display: none
    }

    .top-header aside {
        display: block
    }

    .admin-bar .site-header.affix {
        top: 0 !important
    }

    .site-header.affix {
        position: fixed;
        box-shadow: 0px 1px 5px 2px rgba(111, 111, 111, 0.1)
    }
}

.menu-main-menu>.menu ul li {
    display: inline-block;
    list-style: none;
    padding: 10px 15px
}

.navbar-nav li .sub-menu[class*=tc-columns-] {
    padding: 15px 30px 20px;
    width: 600px
}

.navbar-nav li .sub-menu[class*=tc-columns-]>ul>li .tc-megamenu-title {
    text-transform: uppercase
}

.navbar-nav li .sub-menu[class*=tc-columns-]>ul>li .sub-menu {
    display: block !important;
    opacity: 1 !important;
    margin-top: 10px;
    top: auto;
    left: 0;
    right: auto;
    min-width: 0;
    padding: 0 0 0 10px;
    position: relative;
    overflow: hidden;
    box-shadow: none
}

.navbar-nav li .sub-menu[class*=tc-columns-]>ul>li .sub-menu li {
    padding: 5px 0
}

.navbar-nav li .sub-menu[class*=tc-columns-]>ul>li .sub-menu li:hover a span {
    color: #2eb0d1
}

@media (min-width:768px) {

    .navigation .navbar-nav>li.current-menu-item:last-child>a:after,
    .navigation .navbar-nav>li.current-menu-item:last-child>span:after,
    .navigation .navbar-nav>li:hover:last-child>a:after,
    .navigation .navbar-nav>li:hover:last-child>span:after {
        right: 0
    }

    .navigation .navbar-nav #magic-line {
        position: absolute;
        height: 2px;
        z-index: 99999;
        bottom: 12px
    }
}

@media (max-width:767px) {
    .navigation .navbar-nav #magic-line {
        display: none
    }
}

.sliderbar-menu-controller {
    cursor: pointer
}

.slider-sidebar {
    position: fixed;
    width: 280px;
    z-index: 10;
    height: 100%;
    overflow: auto;
    padding: 20px;
    top: 0;
    right: 0;
    -webkit-transform: translate(280px);
    -moz-transform: translate(280px);
    -ms-transform: translate(280px);
    -o-transform: translate(280px);
    transform: translate(280px);
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: -moz-transform 400ms ease;
    -o-transition: -o-transform 400ms ease;
    transition: transform 400ms ease
}

.slider-sidebar.opened {
    -webkit-transform: translate(0px);
    -moz-transform: translate(0px);
    -ms-transform: translate(0px);
    -o-transform: translate(0px);
    transform: translate(0px)
}

.slider-sidebar .widget-title {
    position: relative;
    padding-bottom: 20px
}

.slider-sidebar .widget-title:after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    height: 2px;
    width: 30px
}

.slider-sidebar ul {
    margin: 0
}

.slider-sidebar ul li {
    list-style: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-width: 0 0 1px 0;
    border-style: solid
}

.slider-sidebar ul li:last-child {
    border-width: 0
}

.slider-sidebar aside {
    margin-bottom: 25px
}

.slider-sidebar aside:last-child {
    margin-bottom: 0
}

body #wrapper-container {
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: -moz-transform 400ms ease;
    -o-transition: -o-transform 400ms ease;
    transition: transform 400ms ease
}

body.slider-bar-opened #wrapper-container {
    -webkit-transform: translate(-280px);
    -moz-transform: translate(-280px);
    -ms-transform: translate(-280px);
    -o-transform: translate(-280px);
    transform: translate(-280px)
}

.slider-bar-opened #wrapper-container {
    cursor: url("../../images/close.png"), progress
}

.slider-bar-opened #wrapper-container:before {
    background: rgba(0, 0, 0, 0.5);
    content: "" !important;
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999
}

.top-header aside {
    display: inline-block;
    margin-left: 20px;
    padding-bottom: 3px;
    line-height: 27px
}

.top-header aside.widget_shopping_cart {
    padding-bottom: 4px
}

.top-header a .fa.fa-facebook:hover {
    color: #3b5999
}

.top-header a .fa.fa-twitter:hover {
    color: #61cae7
}

.header_overlay .top-header aside {
    border-bottom: none
}

#masthead.header_v3 {
    padding: 0
}

#masthead.header_v3 .navigation .tm-flex {
    display: table;
    width: 100%
}

#masthead.header_v3 .navigation .tm-flex .width-logo {
    position: absolute;
    top: 0;
    margin-bottom: 0;
    margin-left: 120px
}

#masthead.header_v3 .navigation .tm-flex .header-left {
    display: table-cell;
    vertical-align: middle;
    padding-left: 270px
}

#masthead.header_v3 .navigation .tm-flex .header-left li {
    list-style: none
}

#masthead.header_v3 .navigation .tm-flex .header-left li p {
    font-size: 16.5px;
    color: #fff;
    letter-spacing: 0.8px;
    text-transform: uppercase
}

#masthead.header_v3 .navigation .tm-flex .header-left li p i {
    margin-right: 10px
}

#masthead.header_v3 .navigation .tm-flex .header-left li p span {
    color: #c19b76
}

#masthead.header_v3 .navigation .tm-flex .header-right {
    display: table;
    width: 100%
}

#masthead.header_v3 .navigation .tm-flex .header-right .right-menu {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    border-spacing: 0
}

#masthead.header_v3 .navigation .tm-flex .header-right .right-menu .width-navigation.main-navigation {
    width: 100% !important
}

#masthead.header_v3 .navigation .tm-flex .header-right .right-menu .width-navigation.main-navigation .inner-navigation ul#primary-menu li.menu-item {
    padding: 15px
}

#masthead.header_v3 .navigation .tm-flex .header-right .right-menu .width-navigation.main-navigation .inner-navigation ul#primary-menu li.menu-item a {
    padding: 0
}

#masthead.header_v3 .navigation .tm-flex .header-right .right-menu .width-navigation.main-navigation .inner-navigation ul#primary-menu li.menu-item .icon-toggle {
    margin-left: 6px
}

#masthead.header_v3 .navigation .tm-flex .header-right .right-menu .width-navigation.main-navigation .inner-navigation ul#primary-menu li.menu-item .sub-menu {
    min-width: 250px
}

#masthead.header_v3 .navigation .tm-flex .header-right .right-menu .width-navigation.main-navigation .inner-navigation ul#primary-menu li.menu-item .sub-menu li {
    padding: 15px 20px
}

#masthead.header_v3 .navigation .tm-flex .header-right .thim-search-wrapper {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 98px
}

#masthead.header_v3 .navigation .tm-flex .header-right .thim-search-wrapper .search-button {
    text-align: center;
    width: 98px;
    height: 85px;
    line-height: 85px;
    border-radius: 0;
    border: 0;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

#masthead.header_v3 .navigation .tm-flex .header-right .thim-search-wrapper .thim-search-form {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 99;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

#masthead.header_v3 .navigation .tm-flex .header-right .thim-search-wrapper .thim-search-form .close-form {
    font-size: 30px;
    position: absolute;
    right: 50px;
    top: 100px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

#masthead.header_v3 .navigation .tm-flex .header-right .thim-search-wrapper .thim-search-form .search-form {
    width: 80%;
    position: relative;
    line-height: 42px;
    border: none
}

#masthead.header_v3 .navigation .tm-flex .header-right .thim-search-wrapper .thim-search-form .search-form .search-field {
    width: 100%;
    height: 100px;
    padding: 20px 0px;
    background: transparent;
    font-size: 60px;
    border: 0;
    visibility: hidden;
    opacity: 0;
    color: #fff;
    border-bottom: 4px solid #c19b76;
    -webkit-transform: scale3d(0, 1, 1);
    -moz-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    -o-transform: scale3d(0, 1, 1);
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

#masthead.header_v3 .navigation .tm-flex .header-right .thim-search-wrapper .thim-search-form .search-form .search-notice {
    display: inline-block;
    float: right;
    margin-top: 5px;
    color: #c19b76
}

#masthead.header_v3 .navigation .tm-flex .header-right .thim-search-wrapper .thim-search-form.open {
    opacity: 1;
    visibility: visible
}

#masthead.header_v3 .navigation .tm-flex .header-right .thim-search-wrapper .thim-search-form.open .search-form .search-field {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -webkit-transition-duration: 1s;
    -khtml-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s
}

#masthead.header_v3 .navigation .tm-flex .header-right .thim-search-wrapper:hover .search-button {
    background: #c19b76
}

#masthead.header_v3 .navigation .tm-flex .header-right .menu-right {
    display: table-cell;
    vertical-align: middle;
    float: right
}

#masthead.header_v3.affix .navigation .tm-flex .header-left li p {
    color: #2A2A2A
}

#masthead.header_v3.affix .navigation .tm-flex .header-right .thim-search-wrapper .search-button {
    color: #2A2A2A
}

#masthead.header_v3.affix .navigation .tm-flex .header-right .thim-search-wrapper:hover .search-button {
    color: #ffffff
}

.textwidget p {
    margin-bottom: 0
}

@media (min-width:1025px) {
    .thim-ekits-menu__nav.navbar-main-menu>li>a {
        position: relative;
        transition: 0.3s
    }

    .thim-ekits-menu__nav.navbar-main-menu>li>a:hover::before {
        opacity: 1
    }

    .thim-ekits-menu__nav.navbar-main-menu>li>a::before {
        content: "";
        width: 4px;
        height: 4px;
        opacity: 0;
        background-color: var(--thim_body_primary_color, #ffb606);
        left: 50%;
        right: auto;
        top: 65%;
        position: absolute;
        transform: rotate(-45deg) translate(-50%, -50%)
    }

    .thim-ekits-menu__nav.navbar-main-menu>li.current-menu-item>a::before,
    .thim-ekits-menu__nav.navbar-main-menu>li.current-menu-parent>a::before {
        opacity: 1
    }
}

.scrollup {
    z-index: 2;
    position: fixed;
    right: 10px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    border-radius: 5px
}

.scrollup:before {
    content: "\f102";
    font-size: 20px;
    font-family: thim-ekits !important;
    font-weight: 400
}

.scroll-circle-progress {
    position: fixed;
    right: 20px;
    display: block;
    width: 44px;
    height: 44px;
    text-align: center;
    z-index: 997;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    visibility: visible;
    border-radius: 100%;
    box-shadow: inset 0 0 0 0.11rem rgba(128, 130, 134, 0.25);
    background: transparent !important;
    color: inherit
}

.scroll-circle-progress svg {
    stroke: var(--thim_body_primary_color, #ffb606);
    stroke-width: 5;
    box-sizing: border-box;
    transition: all 200ms linear
}

.scroll-circle-progress svg path {
    fill: none
}

.scroll-circle-progress i {
    line-height: 44px;
    font-size: 14px;
    position: absolute;
    color: var(--thim_body_primary_color, #ffb606);
    left: 0;
    top: 0;
    height: 44px;
    width: 44px;
    display: block;
    z-index: 1;
    transition: all 200ms linear
}

footer#colophon {
    background-position: bottom center;
    background-repeat: no-repeat
}

footer#colophon .thim-social a {
    font-size: 24px
}

footer#colophon .footer {
    padding: 80px 0 40px 0
}

@media (max-width:767px) {
    footer#colophon .footer {
        padding: 50px 0 10px 0
    }
}

footer#colophon .footer aside {
    margin-bottom: 70px
}

@media (max-width:1199px) {
    footer#colophon .footer aside {
        margin-bottom: 50px
    }
}

footer#colophon .footer aside.widget_nav_menu {
    padding-top: 85px
}

@media (max-width:767px) {
    footer#colophon .footer aside.widget_nav_menu {
        padding-top: 20px
    }
}

footer#colophon .footer aside .newletter {
    padding-top: 20px
}

footer#colophon .footer aside .newletter .widget-title {
    margin-bottom: 35px;
    font-size: 24px
}

@media (max-width:991px) {
    footer#colophon .footer aside .newletter .widget-title {
        margin-bottom: 42px
    }
}

@media (max-width:767px) {
    footer#colophon .footer aside .newletter .widget-title {
        margin-bottom: 20px
    }
}

footer#colophon .footer aside .newletter .mc4wp-form {
    margin: 0px 0 30px
}

@media (max-width:1199px) {
    footer#colophon .footer aside .newletter .mc4wp-form {
        margin-bottom: 10px
    }
}

footer#colophon .footer aside .newletter .mc4wp-form .mc4wp-form-fields {
    display: flex;
    align-items: center
}

footer#colophon .footer aside .newletter .mc4wp-form input[type=submit] {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    font-family: var(--thim_font_title-font-family)
}

footer#colophon .footer aside:last-child {
    margin-bottom: 0
}

footer#colophon .footer aside ul {
    margin: 0
}

footer#colophon .footer aside ul.social_link li:first-child {
    margin-left: 0
}

footer#colophon .footer aside ul li {
    list-style: none;
    margin-bottom: 10px;
    text-transform: capitalize
}

footer#colophon .footer .thim-footer-location {
    max-width: 300px
}

footer#colophon .footer .thim-footer-location .image {
    margin-bottom: 30px
}

@media (max-width:767px) {
    footer#colophon .footer .thim-footer-location .image {
        margin-bottom: 30px
    }
}

footer#colophon .footer .thim-footer-location p {
    margin-bottom: 15px
}

footer#colophon .footer .thim-footer-location i {
    margin-right: 15px;
    width: 15px
}

footer#colophon .row aside {
    padding-left: 15px;
    padding-right: 15px
}

footer#colophon .text-copyright {
    padding: 50px 0;
    margin: 0 auto;
    text-align: left;
    line-height: 26px
}

@media (max-width:767px) {
    footer#colophon .text-copyright {
        padding: 35px 0
    }
}

footer#colophon .text-copyright .widget {
    padding: 0
}

footer#colophon .text-copyright .widget .copyright-text a:hover {
    color: var(--thim_body_primary_color)
}

footer#colophon a .fa:hover.fa-facebook {
    color: #3b5998
}

footer#colophon a .fa:hover.fa-twitter {
    color: #1da1f2
}

footer#colophon a .fa:hover.fa-google-plus {
    color: #db4437
}

footer#colophon a .fa:hover.fa-dribbble {
    color: #ea4c89
}

footer#colophon a .fa:hover.fa-linkedin {
    color: #007bb5
}

footer#colophon a .fa:hover.fa-pinterest {
    color: #bd081c
}

footer#colophon a .fa:hover.fa-digg {
    color: #486ca3
}

footer#colophon a .fa:hover.fa-youtube {
    color: #ff0000
}

footer#colophon a .fa:hover.fa-instagram {
    color: #c32aa3
}

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid var(--thim_body_border_color);
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.pika-single:before,
.pika-single:after {
    content: " ";
    display: table
}

.pika-single:after {
    clear: both
}

.pika-single {
    zoom: 1
}

.pika-single.is-hidden {
    display: none
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5)
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px
}

.pika-title {
    position: relative;
    text-align: center
}

.pika-label {
    display: inline-block;
    display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: 0.5;
    position: absolute;
    top: 0
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
    left: 0
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
    right: 0
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: 0.2
}

.pika-select {
    display: inline-block;
    display: inline
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

.pika-table th,
.pika-table td {
    width: 14.2857142857%;
    padding: 0;
    border: none
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center
}

.pika-button {
    cursor: pointer;
    display: block;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5
}

.pika-week {
    font-size: 11px;
    color: #999
}

.is-today .pika-button {
    font-weight: bold
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: 0.3
}

.pika-button:hover {
    color: #fff !important;
    box-shadow: none !important
}

.sc-heading {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px
}

@media (max-width:767px) {
    .sc-heading {
        padding-bottom: 30px
    }
}

.sc-heading.wrapper-line-heading {
    padding-bottom: 0
}

.heading__secondary {
    position: relative;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none
}

.heading__primary {
    margin: 0;
    position: relative
}

.wrapper-line-heading {
    padding-bottom: 40px
}

.wrapper-line-heading .line-heading {
    width: 60px;
    height: 1px;
    margin: 0 auto;
    display: block;
    position: relative;
    overflow: hidden
}

.wrapper-line-heading .heading__primary {
    font-size: 36px;
    font-weight: var(--thim_font_title-variant);
    margin-bottom: 20px
}

@media (max-width:767px) {
    .wrapper-line-heading .heading__primary {
        font-size: 28px
    }
}

.wrapper-line-heading .heading__secondary {
    margin-top: 10px
}

.otreservations-description {
    text-align: center
}

.title-center {
    text-align: center
}

.title-center .widget-title::after {
    left: 50%;
    transform: translateX(-50%)
}

.title-left {
    text-align: left
}

.title-right {
    text-align: right
}

.title-right::after {
    left: unset;
    right: 0
}

.widget-title {
    display: inline-block;
    position: relative;
    margin-bottom: 45px
}

.widget-title:after {
    width: 60px;
    height: 1px;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0
}

.footer .widget-title {
    margin-bottom: 20px
}

.footer .widget-title:after {
    display: none
}

.sidebar .widget-title:after {
    display: none
}

.elementor-widget-thim-event .item-event,
.thim-widget-event .item-event {
    display: table
}

.elementor-widget-thim-event .item-event .event-thumbnail,
.thim-widget-event .item-event .event-thumbnail {
    display: table-cell;
    vertical-align: middle;
    width: 50%
}

.elementor-widget-thim-event .item-event .content-item,
.thim-widget-event .item-event .content-item {
    display: table-cell;
    vertical-align: top;
    background: #fff;
    padding: 0 30px 0 40px
}

.elementor-widget-thim-event .item-event .content-item h3,
.thim-widget-event .item-event .content-item h3 {
    margin-top: 20px;
    font-weight: 700
}

.elementor-widget-thim-event .item-event .content-item .view-detail,
.thim-widget-event .item-event .content-item .view-detail {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    display: block
}

.elementor-widget-thim-event .item-event .content-right,
.thim-widget-event .item-event .content-right {
    display: table-cell;
    width: 228px;
    vertical-align: middle
}

.counter-group {
    text-align: center;
    width: 165px;
    margin: 0 auto
}

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

.counter-group:after {
    clear: both
}

.counter-block {
    float: left;
    margin: 5px
}

.counter-block .counter {
    position: relative;
    width: 50px;
    height: 40px;
    overflow: hidden
}

.counter-block {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px
}

.hidden-down {
    display: none
}

.counter-block .counter .number {
    padding: 1%;
    width: 46%;
    height: 98%;
    position: absolute;
    font-size: 36px;
    line-height: 50px;
    top: -10000px
}

.counter-block .counter .number.tens {
    left: 0
}

.counter-block .counter .number.units {
    left: 50%
}

.counter-block .counter .number.hundreds {
    display: none !important
}

.counter-block .counter .number.show {
    top: 0;
    z-index: 2
}

.counter-block .counter .number.hidden-down {
    top: 100%
}

.counter-block .counter .number.hidden-up {
    top: -100%;
    z-index: 100
}

.counter-block .counter.with-hundreds {
    width: 70px
}

.counter-block .counter.with-hundreds .number {
    width: 30.66%
}

.counter-block .counter.with-hundreds .number.tens {
    left: 33.33%
}

.counter-block .counter.with-hundreds .number.units {
    left: 66.66%
}

.counter-block .counter.with-hundreds .number.hundreds {
    display: block !important;
    left: 0
}

.counter-block .counter-caption {
    font-size: 13px
}

.thim-list-event .item-event {
    overflow: hidden;
    border-top: 1px solid var(--thim_body_border_color);
    padding: 45px 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.thim-list-event .item-event .time-from {
    float: left;
    margin: 0 70px;
    text-align: center;
    color: var(--thim_body_primary_color, #ffb606)
}

.thim-list-event .item-event .time-from .date {
    font-size: 50px;
    font-weight: var(--thim_font_title-variant);
    font-family: var(--thim_font_title-font-family);
    margin-bottom: 20px
}

.thim-list-event .item-event .time-from .month {
    color: var(--thim_font_body-color);
    line-height: var(--thim_font_body-line-height)
}

.thim-list-event .item-event .event-wrapper {
    flex-basis: 50%;
    padding: 0 80px;
    position: relative
}

.thim-list-event .item-event .event-wrapper:before {
    content: "";
    height: 100%;
    width: 1px;
    background: var(--thim_body_border_color);
    top: 10px;
    left: 0;
    position: absolute
}

.thim-list-event .item-event .event-wrapper .title {
    font-size: var(--thim_font_h2-font-size);
    font-weight: var(--thim_font_title-variant);
    text-transform: none;
    margin: 0;
    margin-bottom: 10px
}

.thim-list-event .item-event .event-wrapper .title:hover a {
    color: var(--thim_body_primary_color, #ffb606)
}

.thim-list-event .item-event .event-wrapper .meta {
    font-size: var(--thim_font_body-font-size);
    color: var(--thim_font_body-color);
    margin-bottom: 10px
}

.thim-list-event .item-event .event-wrapper .meta div {
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle
}

.thim-list-event .item-event .event-wrapper .meta div i {
    margin-right: 5px;
    width: 16px;
    justify-content: center;
    display: inline-flex;
    font-size: var(--thim_font_body-font-size)
}

.thim-list-event .item-event .event-wrapper .meta div:last-child {
    margin-right: 0
}

.thim-list-event .item-event .image-event {
    flex-basis: 33%
}

.thim-list-event .item-event .image-event img {
    width: 100%
}

.thim-list-event .item-event:first-child {
    border-top: none;
    padding-top: 0
}

.list-tab-event {
    margin: 0 0 60px 0;
    display: flex;
    justify-content: center;
    column-gap: 50px;
    flex-wrap: wrap;
    row-gap: 20px
}

.list-tab-event li a {
    font-family: var(--thim_font_title-font-family);
    color: var(--thim_font_title-color);
    font-size: var(--thim_font_h5-font-size);
    font-weight: var(--thim_font_title-variant);
    padding-bottom: 10px;
    border-bottom: 3px solid transparent
}

.list-tab-event li.active a,
.list-tab-event li:hover a {
    color: var(--thim_body_primary_color, #ffb606);
    border-color: var(--thim_body_primary_color, #ffb606)
}

.single-tp_event .heading__secondary {
    display: none
}

.single-tp_event .social-share {
    margin: 0;
    list-style: none;
    display: flex;
    column-gap: 15px;
    align-items: center
}

.single-tp_event .social-share a svg:hover path {
    fill: #000
}

.single-tp_event .social-share a.twitter svg:hover path {
    stroke: #000;
    fill: none
}

.single-tp_event .share-event {
    display: flex;
    column-gap: 30px;
    font-family: var(--thim_font_title-font-family);
    font-weight: var(--thim_font_title-variant);
    margin-bottom: 30px
}

.single-tp_event .comments-area {
    width: 100%
}

.single-tp_event .comments-area #respond.comment-respond .comment-form .form-submit #submit {
    font-family: var(--thim_font_title-font-family);
    font-size: var(--thim_font_body-font-size);
    border-radius: 0;
    font-weight: var(--thim_font_title-variant);
    padding: 10px 30px;
    text-transform: uppercase;
    margin-top: 10px
}

@media (min-width:1200px) {
    .single-tp_event .event-info {
        padding-left: 60px
    }
}

.single-tp_event .event-info .tp-event-info {
    border: 3px solid #78D0C5;
    padding: 40px 30px
}

.single-tp_event .event-info .tp-event-info p {
    margin-left: 35px;
    margin-bottom: 0
}

.single-tp_event .event-info .tp-event-info p.heading {
    margin-left: 0;
    margin-bottom: 10px;
    font-family: var(--thim_font_title-font-family);
    font-weight: var(--thim_font_title-variant);
    color: var(--thim_font_title-color)
}

.single-tp_event .event-info .tp-event-info i {
    margin-right: 15px;
    font-size: 20px;
    width: 20px;
    text-align: center;
    display: inline-block;
    color: var(--thim_font_body-color)
}

.single-tp_event .event-info .tp-event-info .tp-info-box {
    margin-bottom: 25px
}

.single-tp_event .event-info .tp-event-info h5 {
    text-transform: uppercase;
    margin-bottom: 20px
}

.single-tp_event #sidebar .widget_book-event {
    margin-bottom: 40px
}

.single-tp_event #sidebar .widget_book-event .book-title {
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 15px;
    margin-top: 0;
    font-size: var(--thim_font_h4-font-size);
    text-transform: uppercase
}

.single-tp_event #sidebar .widget_book-event .info-event li {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid var(--thim_body_border_color);
    color: #000
}

.single-tp_event #sidebar .widget_book-event .info-event li .label {
    font-family: var(--thim_font_title-font-family);
    font-weight: var(--thim_font_title-variant)
}

.single-tp_event #sidebar .widget_book-event .info-event li.event-cost .value {
    color: var(--thim_body_primary_color, #ffb606)
}

.single-tp_event #sidebar .widget_book-event .info-event li #event_register_qty {
    border: 1px solid var(--thim_body_border_color);
    text-align: center;
    max-width: 70px
}

.single-tp_event #sidebar .widget_book-event .event_register_area {
    border: 1px solid var(--thim_body_border_color);
    padding: 0 30px
}

.single-tp_event #sidebar .widget_book-event .event_register_foot {
    margin-bottom: 30px;
    margin-top: 30px
}

.single-tp_event #sidebar .widget_book-event .event_register_foot .event_register_submit,
.single-tp_event #sidebar .widget_book-event .event_register_foot button {
    display: block;
    text-align: center;
    width: 100%;
    font-family: var(--thim_font_title-font-family);
    font-weight: var(--thim_font_title-variant);
    font-size: var(--thim_font_body-font-size);
    background-color: var(--thim_body_primary_color, #ffb606);
    line-height: var(--thim_font_h5-line-height);
    border: none;
    border-radius: 0;
    height: 50px;
    color: #fff
}

.single-tp_event #sidebar .widget_book-event .event_register_foot .event_register_submit:hover,
.single-tp_event #sidebar .widget_book-event .event_register_foot button:hover {
    background-color: rgba(var(--thim_body_primary_color_rgb), 80%)
}

.single-tp_event #sidebar .widget_book-event p {
    text-align: center
}

.wrapper-title-icon:after {
    clear: both;
    content: "";
    display: table
}

.iconbox-left .boxes-icon {
    float: left;
    margin-right: 15px
}

.iconbox-left .content-inner {
    float: left
}

.smicon-read {
    margin-top: 15px;
    padding: 8px 30px;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    font-weight: 500;
    color: var(--thim_font_title-color);
    font-size: 14px;
    text-transform: uppercase
}

.smicon-read i {
    font-size: 12px;
    margin-left: 5px
}

.iconbox-right .boxes-icon {
    float: right;
    margin-left: 15px
}

.iconbox-right .content-inner {
    float: left
}

.inner-icon {
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    box-sizing: border-box
}

.inner-icon .icon {
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s
}

.circle {
    border-radius: 50%
}

.iconbox-top .icon-box-title {
    margin-top: 20px
}

.iconbox-top .boxes-icon {
    overflow: hidden;
    display: inline-block
}

.icon-box-title {
    margin-top: 0;
    margin-bottom: 10px
}

.boxes-icon {
    color: #333;
    border-width: 2px;
    border-style: solid;
    border-color: transparent
}

.iconbox-hover .elementor-widget-thim-icon-box,
.iconbox-hover .thim-widget-icon-box {
    background-color: #fff !important;
    transition: background-color 0.5s ease;
    padding-top: 60px;
    padding-bottom: 100px
}

.iconbox-hover .elementor-widget-thim-icon-box .content-inner,
.iconbox-hover .thim-widget-icon-box .content-inner {
    padding-left: 60px;
    padding-right: 60px
}

.iconbox-hover:hover .elementor-widget-thim-icon-box,
.iconbox-hover:hover .thim-widget-icon-box {
    transition: background-color 0.5s ease
}

.iconbox-hover:hover .elementor-widget-thim-icon-box .icon-box-title,
.iconbox-hover:hover .elementor-widget-thim-icon-box .desc-icon-box p,
.iconbox-hover:hover .thim-widget-icon-box .icon-box-title,
.iconbox-hover:hover .thim-widget-icon-box .desc-icon-box p {
    color: #fff !important
}

.iconbox-hover:hover .elementor-widget-thim-icon-box .boxes-icon,
.iconbox-hover:hover .thim-widget-icon-box .boxes-icon {
    border-color: #fff !important
}

.iconbox-hover:hover .elementor-widget-thim-icon-box .boxes-icon i,
.iconbox-hover:hover .thim-widget-icon-box .boxes-icon i {
    color: #fff !important
}

.iconbox-hover:hover .elementor-widget-thim-icon-box .smicon-read,
.iconbox-hover:hover .thim-widget-icon-box .smicon-read {
    background-color: #fff;
    border-color: #fff !important
}

.iconbox-hover:hover .line-bottom {
    background-color: #fff
}

.icon-box-title {
    position: relative
}

.icon-box-title .line-bottom {
    width: 90px;
    background-color: #202020;
    height: 1px;
    display: block;
    margin: 20px auto 30px auto
}

.text-center .icon-box-title .line-bottom {
    margin: 20px auto 30px auto
}

.text-center .desc-icon-box {
    padding-left: 25px;
    padding-right: 25px
}

.text-left .heading__primary .line-heading {
    left: 0;
    margin-left: 0
}

.text-left .icon-box-title .line-bottom {
    margin: 20px auto 30px 0
}

.text-left.wrapper-box-icon .sc-heading,
.text-left.wrapper-box-icon .desc-icon-box {
    text-align: left
}

.text-right .heading__primary .line-heading {
    left: auto;
    right: 0;
    margin-left: 0
}

.text-right .icon-box-title .line-bottom {
    margin: 20px 0 30px auto
}

.text-right.wrapper-box-icon .sc-heading,
.text-right.wrapper-box-icon .desc-icon-box {
    text-align: right
}

.wrapper-box-icon .sc-heading .line-heading {
    text-align: center
}

.custom-padding .sc-heading {
    padding-bottom: 30px
}

span.mute-audio {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    z-index: 99999
}

span.mute-audio:after {
    content: "\f028";
    font-family: FontAwesome
}

span.mute-audio.muted:after {
    content: "\f026";
    font-family: FontAwesome
}

.elementor-widget-thim-icon-box .inner-box,
.thim-widget-icon-box .inner-box {
    border: 1px solid transparent
}

.elementor-widget-thim-icon-box .inner-box.auto-hidden .mute-audio,
.elementor-widget-thim-icon-box .inner-box.auto-hidden .background-video,
.elementor-widget-thim-icon-box .inner-box.auto-hidden .bg-video-play,
.thim-widget-icon-box .inner-box.auto-hidden .mute-audio,
.thim-widget-icon-box .inner-box.auto-hidden .background-video,
.thim-widget-icon-box .inner-box.auto-hidden .bg-video-play {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s
}

.elementor-widget-thim-icon-box .inner-box.auto-hidden:hover .mute-audio,
.elementor-widget-thim-icon-box .inner-box.auto-hidden:hover .background-video,
.elementor-widget-thim-icon-box .inner-box.auto-hidden:hover .bg-video-play,
.thim-widget-icon-box .inner-box.auto-hidden:hover .mute-audio,
.thim-widget-icon-box .inner-box.auto-hidden:hover .background-video,
.thim-widget-icon-box .inner-box.auto-hidden:hover .bg-video-play {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

.elementor-widget-thim-icon-box .inner-box .content-inner .sc-heading .icon-box-link,
.thim-widget-icon-box .inner-box .content-inner .sc-heading .icon-box-link {
    color: inherit;
    font-family: inherit;
    font-weight: var(--thim_font_title-variant)
}

.elementor-widget-thim-icon-box .inner-box .content-inner .icon-box-link,
.thim-widget-icon-box .inner-box .content-inner .icon-box-link {
    color: inherit;
    font-family: inherit
}

.slide-activities .ekits-iconbox img {
    border-radius: 16px 16px 16px 16px;
    height: 100%;
    width: 100%
}

.slide-activities .ekits-iconbox .content-inner {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0 24px 0 0;
    left: 24px;
    z-index: 5
}

.slide-activities .boxes-icon:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 16px 16px 16px 16px;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 51.56%);
    z-index: 2
}

.slide-activities .ekits-iconbox:hover .boxes-icon:before {
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%)
}

.slide-activities .iconbox-read a {
    border-radius: 200px
}

.slide-activities .content-inner .sub-heading,
.slide-activities .content-inner .iconbox-read {
    opacity: 0;
    transition: 0.5s;
    visibility: hidden;
    height: 0;
    margin-bottom: 0
}

.slide-activities .ekits-iconbox:hover .content-inner .sub-heading,
.slide-activities .ekits-iconbox:hover .content-inner .iconbox-read {
    transform: none;
    opacity: 1;
    visibility: visible;
    height: auto;
    margin-bottom: 24px
}

.testimonial_content {
    padding: 25px 25px 50px;
    margin-right: 1px
}

.content-pusher.boxed-area .owl-carousel .testimonial_content {
    margin-right: -1px
}

.testimonial_content p {
    margin: 0
}

.testimonial-footer {
    overflow: hidden;
    margin-top: -30px;
    padding-left: 20px;
    padding-right: 20px
}

.testimonial-footer .avatar-testimonial {
    width: 90px;
    padding: 0;
    float: left;
    margin-right: 15px
}

.testimonial-footer .title-regency {
    width: calc(100% - 105px);
    float: left;
    padding-top: 40px;
    line-height: 24px
}

.testimonial-footer .title-regency h6 {
    margin: 0
}

.testimonial-footer .title-regency h6 a:hover {
    color: var(--thim_body_primary_color)
}

.testimonial-footer .title-regency .regency {
    font-size: 14px;
    color: #878787
}

.sc-testimonials.owl-carousel .owl-dots {
    padding: 5px 0 0px 20px;
    text-align: left
}

.testimonial-item-archive {
    margin-bottom: 60px;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden
}

.testimonial-item-archive .side-left {
    width: 170px;
    margin-right: 30px;
    float: left;
    padding-bottom: 60px;
    padding-left: 0
}

.testimonial-item-archive .side-left .testimonial-thumbnail {
    margin-bottom: 20px;
    text-align: center
}

.testimonial-item-archive .side-left .testimonial-thumbnail img {
    border-radius: 50%
}

.testimonial-item-archive .side-left .testimonial-info {
    font-size: 15px;
    text-align: center
}

.testimonial-item-archive .side-left .testimonial-info .author {
    font-weight: 700;
    text-transform: uppercase
}

.testimonial-item-archive .side-left .testimonial-info .regency {
    text-transform: none;
    font-size: 12px;
    line-height: 20px
}

.testimonial-item-archive .side-right {
    width: calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    float: left;
    padding-bottom: 60px;
    padding-right: 0
}

.testimonial-item-archive .side-right .blockquote {
    border: none;
    position: relative;
    font-weight: 700;
    font-style: italic;
    margin: 0 0 15px;
    line-height: 30px;
    padding: 8px 0 0 22px;
    font-size: 15px
}

.testimonial-item-archive .side-right .blockquote a {
    line-height: 30px
}

.testimonial-item-archive .side-right .description {
    padding-right: 50px
}

.testimonial-item-archive .side-right .blockquote::before {
    content: "“";
    position: absolute;
    top: 17px;
    padding-right: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    left: -10px;
    line-height: 30px
}

@font-face {
    font-family: "Herr Von Muellerhoff", cursive;
    src: url("../../fonts/HerrVonMuellerhoff-Regular.eot");
    src: url("../../fonts/HerrVonMuellerhoff-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/HerrVonMuellerhoff-Regular.woff") format("woff"), url("../../fonts/HerrVonMuellerhoff-Regular.ttf") format("truetype"), url("../../fonts/HerrVonMuellerhoff-Regular.svg#open_sansregular") format("svg");
    font-weight: 400;
    font-style: normal
}

.thim-widget-heading .style_new.sc-heading.article_heading {
    position: relative;
    padding-top: 40px
}

.thim-widget-heading .style_new.sc-heading.article_heading .content-heading {
    position: relative;
    z-index: 9;
    padding: 0 65px
}

.thim-widget-heading .style_new.sc-heading.article_heading .content-heading .small-heading {
    margin-bottom: 5px;
    font-size: 16px;
    text-transform: uppercase
}

.thim-widget-heading .style_new.sc-heading.article_heading .content-heading .heading__primary {
    margin-bottom: 20px;
    line-height: normal;
    padding: 0 65px
}

.thim-widget-heading .style_new.sc-heading.article_heading .background-heading {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translate(-50%, 0%);
    font-family: "Herr Von Muellerhoff", cursive;
    font-size: 130px;
    font-weight: 400;
    line-height: 130px;
    z-index: 1;
    color: #f2f2f2
}

.thim-widget-heading .style_new.sc-heading.article_heading .button-heading {
    display: inline-block;
    margin-top: 50px;
    position: relative;
    z-index: 2
}

.thim-widget-heading .style_new.sc-heading.article_heading .button-heading a {
    padding: 15px 75px 16px;
    background: #c19b76;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.78;
    letter-spacing: 0.9px;
    border: 1px solid #fff
}

.thim-widget-hotel-room .style_new {
    position: relative
}

.thim-widget-hotel-room .style_new .navigation {
    position: static
}

.thim-widget-hotel-room .style_new .navigation .prev {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: -80px;
    width: 64px;
    height: 64px;
    border: 1px solid var(--thim_body_border_color);
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 64px;
    font-size: 40px;
    color: #eee;
    padding: 5px
}

.thim-widget-hotel-room .style_new .navigation .prev:hover {
    border: 1px solid #c19b76;
    color: #c19b76
}

.thim-widget-hotel-room .style_new .navigation .next {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: -65px;
    width: 64px;
    height: 64px;
    border: 1px solid var(--thim_body_border_color);
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 64px;
    font-size: 40px;
    color: #eee;
    padding: 5px
}

.thim-widget-hotel-room .style_new .navigation .next:hover {
    border: 1px solid #c19b76;
    color: #c19b76
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container {
    position: relative;
    z-index: 999
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary {
    border: none
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary:hover {
    box-shadow: unset
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .content-room {
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translate(0%, calc(-50% - 37.5px));
    z-index: 999;
    width: 510px;
    padding: 45px 50px;
    background: #fff;
    box-shadow: 0px 15px 35px 0 rgba(0, 29, 44, 0.1)
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media {
    display: flex;
    flex-direction: row-reverse
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media img {
    width: revert-layer;
    padding-right: 135px;
    padding-bottom: 75px;
    position: relative;
    z-index: 9;
    max-height: 100%
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media .actions {
    bottom: 0;
    right: 105px;
    transform: translate(0%, 0%);
    opacity: 1;
    left: auto;
    top: auto;
    height: 90px;
    text-align: right;
    z-index: 1000
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media .actions a {
    position: relative;
    padding: 13px 115px 12px 50px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background: #3b3b3b !important;
    height: auto;
    width: auto
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media .actions a img {
    background: #c19b76;
    position: absolute;
    top: 0;
    right: 0;
    padding: 11px 20px
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media .actions:hover a {
    background: #c19b76 !important;
    color: #fff
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media .actions:hover a img {
    background: #3b3b3b
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media:after {
    display: none
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .footer-content-room .price {
    border: none;
    padding: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0)
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .footer-content-room .price .price_value {
    font-size: 35px;
    font-weight: 400;
    color: #c19b76
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .footer-content-room .price .unit {
    font-size: 18px;
    font-weight: 400;
    color: #c19b76;
    letter-spacing: 0.5px;
    text-transform: lowercase;
    position: relative;
    top: 12px;
    left: -10px
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .footer-content-room .price .unit:before {
    font-size: 35px;
    margin-left: 5px
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .title-room {
    padding: 0
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .title-room .title h4 {
    margin-top: 15px
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .title-room .title h4 a {
    font-size: 35px;
    line-height: 1.7
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .footer-content-room .price {
    margin: 0
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .description {
    padding: 0
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary:hover .media .actions {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0)
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary:hover .price {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0)
}

.thim-widget-hotel-room .background-image {
    position: absolute;
    bottom: 0;
    right: 60px;
    z-index: 1
}

.thim-widget-box .box_image.style_1 {
    position: relative;
    padding-top: 55px
}

.thim-widget-box .box_image.style_1 .image {
    position: relative;
    z-index: 9
}

.thim-widget-box .box_image.style_1 .image .image-right {
    margin-top: 30px
}

.thim-widget-box .box_image.style_1 .image_background {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 95px
}

.thim-widget-box .box_image.style_2 {
    position: relative
}

.thim-widget-box .box_image.style_2 .content-box {
    position: absolute;
    top: 50%;
    left: 50%;
    display: table;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 999
}

.thim-widget-box .box_image.style_2 .content-box .icon-image {
    display: table-cell;
    vertical-align: middle;
    padding-right: 25px
}

.thim-widget-box .box_image.style_2 .content-box .content-text {
    display: table-cell;
    vertical-align: middle
}

.thim-widget-box .box_image.style_2 .content-box .content-text .small-title {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff
}

.thim-widget-box .box_image.style_2 .content-box .content-text h3.title {
    font-size: 35px;
    font-weight: 400;
    color: #fff;
    margin: 0
}

.thim-widget-box .box_image.style_2:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(193, 155, 118, 0.7);
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s
}

.thim-widget-box .box_image.style_2:hover:after {
    opacity: 1
}

.thim-widget-gallery-images .thim-gallery-images-column {
    text-align: center
}

.thim-widget-gallery-images .thim-gallery-images-column .list_image {
    padding: 40px 0 65px 0;
    border: 1px solid var(--thim_body_border_color);
    margin: 0 120px;
    border-top: none
}

.thim-widget-gallery-images .thim-gallery-images-column .list_image .item-image {
    display: inline-block
}

.thim-widget-gallery-images .thim-gallery-images-column .list_image .item-image img {
    margin: 0 30px
}

.thim-widget-gallery-images .thim-gallery-images-column .text_wellcome {
    margin-top: -17px;
    display: block
}

.thim-widget-gallery-images .thim-gallery-images-column .text_wellcome h3 {
    margin: 0;
    display: inline-block;
    padding: 0 30px;
    background: #fff;
    font-size: 26px;
    font-weight: 400;
    font-style: italic;
    color: #c19b76
}

.thim-widget-gallery-images .thim-gallery-images-column.popup_style .list_image {
    display: grid;
    grid-template-columns: var(--thim-gallery-image-columns, repeat(4, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    border: none
}

.thim-widget-gallery-images .thim-gallery-images-column.popup_style .list_image .item-image {
    position: relative
}

.thim-widget-gallery-images .thim-gallery-images-column.popup_style .list_image .item-image img {
    margin: 0;
    border-radius: var(--thim_border_radius-item-big, 0);
    height: 100%;
    object-fit: cover
}

.thim-widget-gallery-images .thim-gallery-images-column.popup_style .list_image .item-image a {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block
}

.thim-widget-gallery-images .thim-gallery-images-column.popup_style .list_image .item-image a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(18, 18, 18, 0.1529411765);
    border-radius: var(--thim_border_radius-item-big, 0);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s
}

.thim-widget-gallery-images .thim-gallery-images-column.popup_style .list_image .item-image a::after {
    content: "\f067";
    font-family: thim-ekits !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 24px;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s
}

.thim-widget-gallery-images .thim-gallery-images-column.popup_style .list_image .item-image a:hover::before,
.thim-widget-gallery-images .thim-gallery-images-column.popup_style .list_image .item-image a:hover::after {
    opacity: 1;
    visibility: visible
}

.thim-widget-gallery-images .thim-gallery-images-column.popup_style .list_image .button-gallery {
    position: absolute;
    bottom: 16px;
    right: 16px;
    font-size: 16px;
    text-transform: capitalize;
    color: #1E1E1E;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    border-radius: 200px;
    background: #FFF;
    padding: 0 16px;
    line-height: 44px;
    font-weight: 600;
    gap: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none
}

@media (min-width:768px) and (max-width:1199px) {
    .thim-widget-gallery-images .thim-gallery-images-column.popup_style .list_image .button-gallery {
        font-size: 16px
    }
}

.thim_tours_slider {
    position: relative
}

.thim_tours_slider ul {
    margin: 0
}

.thim_tours_slider ul li {
    display: inline-block;
    position: relative;
    padding: 0 15px
}

@media (max-width:1024px) {
    .thim_tours_slider ul li {
        padding: 0
    }
}

.thim_tours_slider ul li .tour_price {
    position: absolute;
    top: 25px;
    right: 35px;
    padding: 20px;
    background: #c19b76;
    border-radius: 4px
}

.thim_tours_slider ul li .tour_price .price {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400
}

.thim_tours_slider ul li .tour_price .unit {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 16px;
    font-weight: 400
}

.thim_tours_slider ul li .tour_price .unit:before {
    content: "/"
}

.thim_tours_slider ul li .tour_content {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    padding: 20px 30px;
    background: rgba(0, 0, 0, 0.4)
}

.thim_tours_slider ul li .tour_content .tour_infosale {
    font-size: 16px;
    color: #d6d6d6;
    text-transform: uppercase;
    line-height: 16px
}

.thim_tours_slider ul li .tour_content h3.tour_name {
    font-size: 20px;
    margin: 0;
    color: #fff;
    line-height: 20px;
    font-weight: bold
}

.thim_tours_slider ul li .tour_content h3.tour_name a {
    color: #fff
}

.thim_tours_slider ul li .tour_content h3.tour_name a:hover {
    color: #fff
}

.thim_tours_slider .navigation {
    position: static
}

.thim_tours_slider .navigation .prev {
    position: absolute;
    left: -80px;
    top: 50%;
    width: 65px;
    height: 65px;
    text-align: center;
    z-index: 999;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid var(--thim_body_border_color);
    border-radius: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%)
}

.thim_tours_slider .navigation .prev span {
    line-height: 65px;
    font-size: 40px;
    color: #333
}

.thim_tours_slider .navigation .prev:hover {
    cursor: pointer;
    background: #c19b76;
    border-color: #c19b76
}

.thim_tours_slider .navigation .prev:hover span {
    color: #fff
}

.thim_tours_slider .navigation .next {
    position: absolute;
    right: -80px;
    top: 50%;
    width: 65px;
    height: 65px;
    text-align: center;
    z-index: 999;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid var(--thim_body_border_color);
    border-radius: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%)
}

.thim_tours_slider .navigation .next span {
    line-height: 65px;
    font-size: 40px;
    color: #333
}

.thim_tours_slider .navigation .next:hover {
    cursor: pointer;
    background: #c19b76;
    border-color: #c19b76
}

.thim_tours_slider .navigation .next:hover span {
    color: #fff
}

.testimonial_style_new {
    padding: 30px 30px 22px 0;
    background: #fff;
    box-shadow: 0px 15px 35px 0 rgba(0, 29, 44, 0.1)
}

.testimonial_style_new .avatar-testimonial {
    display: inline-block
}

.testimonial_style_new .avatar-testimonial img {
    width: 100%
}

.testimonial_style_new .sc-testimonials .owl-stage-outer {
    z-index: 99
}

.testimonial_style_new .sc-testimonials .testimonial_content {
    background-image: url("assets/images/background.png");
    position: relative;
    z-index: 999;
    border: none;
    float: right;
    width: calc(100% - 481px);
    padding: 92px 50px 94px 60px;
    background-color: #efefef;
    height: 456px
}

.testimonial_style_new .sc-testimonials .testimonial_content .title-regency {
    margin-bottom: 25px;
    position: relative;
    z-index: 999
}

.testimonial_style_new .sc-testimonials .testimonial_content .title-regency h6 {
    margin: 0;
    margin-bottom: 5px
}

.testimonial_style_new .sc-testimonials .testimonial_content .title-regency h6 a {
    font-size: 18px;
    font-weight: 400;
    color: #c19b76;
    line-height: 18px;
    font-family: "Barlow Semi Condensed";
    text-transform: uppercase
}

.testimonial_style_new .sc-testimonials .testimonial_content .title-regency .regency {
    font-size: 16px;
    color: #89898a;
    line-height: 16px;
    font-family: "Barlow Semi Condensed"
}

.testimonial_style_new .sc-testimonials .testimonial_content .content-text {
    position: relative;
    z-index: 999;
    font-size: 20px;
    font-style: italic;
    font-family: "Playfair Display";
    color: #1f1f1f;
    line-height: 1.5
}

.testimonial_style_new .sc-testimonials .testimonial_content:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #efefef;
    opacity: 0.7;
    filter: alpha(opacity=70)
}

.testimonial_style_new .sc-testimonials .owl-dots {
    margin-top: 0;
    text-align: left;
    z-index: 99;
    padding: 0;
    left: 540px;
    position: absolute;
    bottom: 50px
}

.testimonial_style_new .sc-testimonials .owl-dots .owl-dot {
    padding: 0
}

.testimonial_style_new .sc-testimonials .owl-dots .owl-dot span {
    border-radius: 0
}

.testimonials-style-1 {
    display: flex
}

@media (max-width:991px) {
    .testimonials-style-1 {
        display: block;
        padding-bottom: 40px
    }
}

@media (max-width:767px) {
    .testimonials-style-1 {
        padding-bottom: 30px
    }
}

.testimonials-style-1 .widget-box-title {
    width: 35%;
    max-width: 400px;
    padding-right: 78px;
    margin-top: 30px
}

@media (max-width:991px) {
    .testimonials-style-1 .widget-box-title {
        width: 100%;
        max-width: 600px;
        margin-bottom: 30px;
        padding-bottom: 0;
        margin-top: 0
    }
}

.testimonials-style-1 .widget-box-title .widget-title {
    font-size: 36px
}

@media (max-width:991px) {
    .testimonials-style-1 .widget-box-title .widget-title {
        margin-bottom: 30px
    }
}

.testimonials-style-1 .wrapper-line-heading .widget-title:after {
    display: none
}

.testimonials-style-1 .wrapper-line-heading .widget-title .line-heading {
    position: absolute;
    bottom: -20px;
    left: 0
}

.testimonials-style-1 .sc-testimonials {
    width: 65%
}

@media (max-width:991px) {
    .testimonials-style-1 .sc-testimonials {
        width: 100%
    }
}

.testimonials-style-1 .sc-testimonials .item_testimonial:hover .testimonial_content {
    border: 1px solid var(--thim_body_primary_color)
}

.testimonials-style-1 .sc-testimonials .testimonial-footer .title-regency h6 {
    color: inherit;
    font-size: 20px
}

.testimonials-style-1 .sc-testimonials .testimonial-footer .title-regency h6 a {
    color: inherit
}

.testimonials-style-1 .sc-testimonials .testimonial-footer .title-regency h6:hover a {
    color: var(--thim_body_primary_color)
}

.testimonials-style-1 .sc-testimonials .owl-dots {
    position: absolute;
    display: inline-grid;
    padding: 0;
    width: unset;
    top: 80px;
    right: -50px
}

@media (max-width:1199px) {
    .testimonials-style-1 .sc-testimonials .owl-dots {
        right: -25px
    }
}

@media (max-width:991px) {
    .testimonials-style-1 .sc-testimonials .owl-dots {
        display: block;
        right: 50%;
        top: unset;
        bottom: -50px;
        transform: translateX(50%)
    }
}

.testimonials-style-1 .sc-testimonials .owl-dots .owl-dot {
    line-height: 1
}

.testimonials-style-1 .sc-testimonials .owl-dots .owl-dot.active span,
.testimonials-style-1 .sc-testimonials .owl-dots .owl-dot:hover span {
    background: transparent;
    border: 1px solid #000
}

.testimonials-style-1 .sc-testimonials .owl-dots .owl-dot span {
    border-radius: unset;
    transform: rotate(45deg);
    margin: 3px;
    background: #e5e5e5
}

.testimonials-style-2 .widget-box-title {
    text-align: center
}

.testimonials-style-2 .widget-box-title .widget-title {
    font-size: 36px;
    margin-bottom: 60px
}

.testimonials-style-2 .widget-box-title .widget-title::after {
    left: 50%;
    transform: translateX(-50%);
    width: 60px
}

@media (max-width:767px) {
    .testimonials-style-2 .widget-box-title .widget-title {
        font-size: 28px
    }
}

.testimonials-style-2 .sc-testimonials-img {
    max-width: 965px;
    margin: auto
}

.testimonials-style-2 .sc-testimonials-img .slick-list {
    margin-left: -15px;
    margin-right: -15px
}

.testimonials-style-2 .sc-testimonials-img .avatar-testimonial {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center
}

.testimonials-style-2 .sc-testimonials-img .avatar-testimonial.slick-current {
    position: relative
}

.testimonials-style-2 .sc-testimonials-img .avatar-testimonial.slick-current::before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 70%;
    min-height: 4px;
    background: var(--thim_body_primary_color);
    z-index: 1
}

@media (max-width:480px) {
    .testimonials-style-2 .sc-testimonials-img .avatar-testimonial.slick-current::before {
        bottom: 3px
    }
}

@media (max-width:380px) {
    .testimonials-style-2 .sc-testimonials-img .avatar-testimonial.slick-current::before {
        bottom: 5px
    }
}

.testimonials-style-2 .sc-testimonials-img .avatar-testimonial.slick-current::after {
    position: absolute;
    content: "“";
    z-index: 1;
    font-size: 250px;
    color: #fff;
    top: 150px
}

@media (max-width:576px) {
    .testimonials-style-2 .sc-testimonials-img .avatar-testimonial.slick-current::after {
        font-size: 150px;
        top: 110px
    }
}

@media (max-width:380px) {
    .testimonials-style-2 .sc-testimonials-img .avatar-testimonial.slick-current::after {
        font-size: 100px;
        top: 80px
    }
}

@media (max-width:330px) {
    .testimonials-style-2 .sc-testimonials-img .avatar-testimonial.slick-current::after {
        font-size: 100px;
        top: 70px
    }
}

.testimonials-style-2 .sc-testimonials-img .avatar-testimonial.slick-current img {
    transform: scale(1.2);
    filter: blur(1px) grayscale(100%) brightness(0.5)
}

.testimonials-style-2 .sc-testimonials-content {
    text-align: center;
    margin: 30px auto 0
}

.testimonials-style-2 .sc-testimonials-content .title-regency h6 {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 0
}

.testimonials-style-2 .sc-testimonials-content .testimonial_content {
    border: none;
    max-width: 870px;
    margin: 0 auto;
    padding: 0px 20px 15px 20px;
    font-size: 16px
}

.testimonials-style-2 .sc-testimonials-content .regency {
    font-size: 16px;
    text-transform: uppercase;
    color: #7a7a7a
}

.testimonials-style-2 .sc-testimonials-content .slick-dots {
    list-style-type: none;
    margin: 30px 0 0 0
}

.testimonials-style-2 .sc-testimonials-content .slick-dots li {
    cursor: pointer;
    display: inline-block;
    display: inline-block;
    line-height: 1;
    width: 11px;
    height: 11px;
    background: #dcdcdc;
    transform: rotate(45deg);
    margin: 0px 5px
}

.testimonials-style-2 .sc-testimonials-content .slick-dots li.slick-active,
.testimonials-style-2 .sc-testimonials-content .slick-dots li:hover {
    background: transparent;
    border: 1px solid #000
}

.testimonials-style-2 .sc-testimonials-content .slick-dots li button {
    font-size: 0;
    position: relative;
    line-height: 1;
    border: none
}

.testimonials-style-3 {
    position: relative
}

.testimonials-style-3 .bg-title {
    position: absolute;
    left: -30px;
    font-size: 100px;
    color: rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
    line-height: 1;
    top: 50px;
    margin: 0
}

@media (max-width:1199px) {
    .testimonials-style-3 .bg-title {
        font-size: 80px
    }
}

@media (max-width:767px) {
    .testimonials-style-3 .bg-title {
        font-size: 70px
    }
}

.testimonials-style-3 .sc-testimonials .item_testimonial .testimonial_content {
    padding: 100px 30px 60px
}

@media (max-width:767px) {
    .testimonials-style-3 .sc-testimonials .item_testimonial .testimonial_content {
        padding: 90px 20px 50px
    }
}

.testimonials-style-3 .sc-testimonials .item_testimonial .testimonial_content::before {
    position: absolute;
    content: "\f10d";
    font-family: thim-ekits !important;
    font-weight: 400;
    font-size: 70px;
    top: 40px;
    left: 20px;
    color: var(--thim_body_primary_color)
}

@media (max-width:767px) {
    .testimonials-style-3 .sc-testimonials .item_testimonial .testimonial_content::before {
        left: 10px
    }
}

.testimonials-style-3 .sc-testimonials .item_testimonial:hover .testimonial_content {
    border: 1px solid var(--thim_body_primary_color)
}

.testimonials-style-3 .sc-testimonials .testimonial-footer {
    padding-left: 30px;
    padding-right: 30px
}

@media (max-width:767px) {
    .testimonials-style-3 .sc-testimonials .testimonial-footer {
        padding-left: 20px;
        padding-right: 20px
    }
}

.testimonials-style-3 .sc-testimonials .testimonial-footer .title-regency h6 {
    color: inherit;
    font-size: 18px
}

.testimonials-style-3 .sc-testimonials .testimonial-footer .title-regency h6 a {
    color: inherit
}

.testimonials-style-3 .sc-testimonials .testimonial-footer .title-regency h6:hover a {
    color: var(--thim_body_primary_color)
}

.testimonials-style-3 .sc-testimonials .owl-dots {
    position: absolute;
    display: inline-grid;
    padding: 0;
    width: unset;
    top: 50%;
    transform: translateY(-50%);
    right: -50px
}

@media (max-width:1439px) {
    .testimonials-style-3 .sc-testimonials .owl-dots {
        right: -20px
    }
}

@media (max-width:1199px) {
    .testimonials-style-3 .sc-testimonials .owl-dots {
        position: relative;
        display: block;
        top: unset;
        right: unset;
        margin-top: 40px;
        text-align: center
    }
}

.testimonials-style-3 .sc-testimonials .owl-dots .owl-dot {
    line-height: 1
}

.testimonials-style-3 .sc-testimonials .owl-dots .owl-dot.active span,
.testimonials-style-3 .sc-testimonials .owl-dots .owl-dot:hover span {
    background: transparent;
    border: 1px solid #000
}

.testimonials-style-3 .sc-testimonials .owl-dots .owl-dot span {
    border-radius: unset;
    transform: rotate(45deg);
    margin: 3px;
    background: #e5e5e5
}

.testimonials-style-4 {
    text-align: center
}

.testimonials-style-4 .widget-box-title .widget-title {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 55px
}

@media (max-width:768px) {
    .testimonials-style-4 .widget-box-title .widget-title {
        margin-bottom: 30px
    }
}

.testimonials-style-4 .widget-box-title .widget-title::after {
    display: none
}

.testimonials-style-4 .sc-testimonials {
    position: relative
}

.testimonials-style-4 .sc-testimonials .owl-item.active.center .testimonial_content {
    border: 2px solid var(--thim_body_primary_color)
}

.testimonials-style-4 .sc-testimonials .owl-item.active.center .testimonial_content .avatar-testimonial::before {
    font-size: 200px;
    right: 50%;
    transform: translateX(50%);
    top: -25px
}

.testimonials-style-4 .sc-testimonials .owl-item.active.center .testimonial_content .title-regency {
    text-decoration: underline
}

.testimonials-style-4 .sc-testimonials .item_testimonial {
    padding-top: 30px
}

.testimonials-style-4 .sc-testimonials .item_testimonial .testimonial_content {
    padding: 65px 35px;
    background: #fff;
    border: 2px solid transparent
}

@media (max-width:767px) {
    .testimonials-style-4 .sc-testimonials .item_testimonial .testimonial_content {
        padding: 65px 20px 45px 20px
    }
}

.testimonials-style-4 .sc-testimonials .item_testimonial .testimonial_content .avatar-testimonial {
    display: inline-block;
    position: relative
}

.testimonials-style-4 .sc-testimonials .item_testimonial .testimonial_content .avatar-testimonial .testimonial-before {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0
}

.testimonials-style-4 .sc-testimonials .item_testimonial .testimonial_content .avatar-testimonial .testimonial-before::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    border-left: 65px solid transparent;
    border-top: 65px solid #fff
}

.testimonials-style-4 .sc-testimonials .item_testimonial .testimonial_content .avatar-testimonial .testimonial-before::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    border-right: 65px solid transparent;
    border-top: 65px solid #fff
}

.testimonials-style-4 .sc-testimonials .item_testimonial .testimonial_content .avatar-testimonial .testimonial-before {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0
}

.testimonials-style-4 .sc-testimonials .item_testimonial .testimonial_content .avatar-testimonial .testimonial-before::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    border-left: 65px solid transparent;
    border-bottom: 65px solid #fff
}

.testimonials-style-4 .sc-testimonials .item_testimonial .testimonial_content .avatar-testimonial .testimonial-before::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    border-right: 65px solid transparent;
    border-bottom: 65px solid #fff
}

.testimonials-style-4 .sc-testimonials .item_testimonial .testimonial_content .avatar-testimonial::before {
    position: absolute;
    content: "“";
    font-size: 100px;
    color: var(--thim_body_primary_color);
    top: 40%;
    right: 3px;
    z-index: 1;
    transition: all 0.7s
}

.testimonials-style-4 .sc-testimonials .item_testimonial .testimonial_content .title-regency h6 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 15px
}

.testimonials-style-4 .sc-testimonials .item_testimonial .testimonial_content .title-regency h6::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #000;
    transition: all 0.3s
}

.testimonials-style-4 .sc-testimonials .item_testimonial .testimonial_content .content {
    color: var(--thim_font_body-color);
    font-size: 18px
}

.testimonials-style-4 .sc-testimonials .item_testimonial .testimonial_content .regency {
    color: #7a7a7a;
    text-transform: uppercase;
    margin-top: 20px
}

.testimonials-style-4 .sc-testimonials .owl-prev {
    position: absolute;
    left: -18%;
    top: 50%;
    transform: translateY(-100%)
}

.testimonials-style-4 .sc-testimonials .owl-prev>span {
    font-size: 0
}

.testimonials-style-4 .sc-testimonials .owl-prev>span::before {
    position: absolute;
    content: "\f104";
    font-size: 50px;
    font-family: thim-ekits !important;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-50%)
}

.testimonials-style-4 .sc-testimonials .owl-next {
    position: absolute;
    right: -14%;
    top: 50%;
    transform: translateY(-100%)
}

.testimonials-style-4 .sc-testimonials .owl-next>span {
    font-size: 0
}

.testimonials-style-4 .sc-testimonials .owl-next>span::before {
    position: absolute;
    content: "\f105";
    font-size: 50px;
    font-family: thim-ekits !important;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-50%)
}

.testimonials-style-4 .sc-testimonials .owl-dots {
    margin-top: 45px;
    padding: 0;
    text-align: center
}

@media (max-width:768px) {
    .testimonials-style-4 .sc-testimonials .owl-dots {
        margin-top: 35px
    }
}

.testimonials-style-4 .sc-testimonials .owl-dots .owl-dot.active span,
.testimonials-style-4 .sc-testimonials .owl-dots .owl-dot:hover span {
    background: #ffffff !important;
    border: 1px solid #000
}

.testimonials-style-4 .sc-testimonials .owl-dots .owl-dot span {
    border-radius: unset;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    background: #e5e5e5
}

.custom-testimonial-style4 {
    background: linear-gradient(to bottom, #f6f6f6, transparent)
}

.testimonial-rate .thim-ekits-testimonial__article.swiper-slide-next {
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: #ffddc5
}

.testimonial-rate .thim-ekits-testimonial__quote-icon {
    opacity: 0;
    transition: 0.3s
}

.testimonial-rate .thim-ekits-testimonial__article.swiper-slide-next .thim-ekits-testimonial__quote-icon {
    opacity: 1
}

.testimonial-rate .thim-ekits-testimonial__image {
    border: 1px dashed #debca3;
    padding: 15px;
    width: 200px;
    transition: 0.3s
}

.testimonial-rate .thim-ekits-testimonial__article.swiper-slide-next .thim-ekits-testimonial__image {
    transform: scale(1.2);
    border-color: transparent;
    transition: 0.3s
}

.testimonial-rate .thim-ekits-testimonial__name {
    position: relative
}

.testimonial-rate .thim-ekits-testimonial__name:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22107%22%20height%3D%2220%22%20viewBox%3D%220%200%20107%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M53.0021%2012.0627L57.9488%2015.0029L56.6318%209.45413L60.9964%205.71597L55.2439%205.23959L52.9912%200.00741441L50.7479%205.24366L44.9964%205.73044L49.3678%209.4607L48.0608%2015.0119L53.0021%2012.0627Z%22%20fill%3D%22%23F2AC22%22%2F%3E%0A%3Cpath%20d%3D%22M78.0051%2014.4313L82.3334%2016.9795L81.181%2012.1705L85.0001%208.93077L79.9667%208.51795L77.9956%203.98342L76.0327%208.52151L71.0001%208.94343L74.825%2012.1763L73.6814%2016.9873L78.0051%2014.4313Z%22%20fill%3D%22%23F2AC22%22%2F%3E%0A%3Cpath%20d%3D%22M28.0046%2014.4767L23.6809%2017.0327L24.8245%2012.2217L20.9996%208.9888L26.0322%208.56688L27.9951%204.02879L29.9662%208.56333L34.9996%208.97614L31.1805%2012.2159L32.3329%2017.0249L28.0046%2014.4767Z%22%20fill%3D%22%23F2AC22%22%2F%3E%0A%3Cpath%20d%3D%22M100.507%2017.0416L103.908%2019.0017L103.003%2015.3025L106.003%2012.8103L102.049%2012.4929L100.5%209.00479L98.9577%2012.4957L95.0034%2012.8203L98.0087%2015.307L97.11%2019.0079L100.507%2017.0416Z%22%20fill%3D%22%23F2AC22%22%2F%3E%0A%3Cpath%20d%3D%22M5.50727%2017.0867L2.11005%2019.053L3.0087%2015.3522L0.00344962%2012.8654L3.95766%2012.5408L5.5%209.0499L7.04866%2012.538L11.0034%2012.8554L8.0027%2015.3476L8.90804%2019.0468L5.50727%2017.0867Z%22%20fill%3D%22%23F2AC22%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    top: -40px
}

@media (max-width:1024px) {
    .testimonial-rate .thim-ekits-testimonial__image {
        width: auto
    }
}

.thim-sc-button .thim-button {
    height: 85px;
    line-height: 85px;
    padding: 0 46px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.8px
}

.thim-sc-button .thim-button img {
    max-width: unset;
    height: initial
}

.thim-sc-button .thim-button .inner-text:before {
    background-color: #fff;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
    content: "";
    position: relative;
    width: 1px;
    margin-right: 17px;
    margin-left: 17px;
    height: 22px;
    display: inline-block;
    top: 6px
}

.thim-sc-button:hover .thim-button .inner-text {
    color: #fff !important
}

.thim-ekits-button a {
    transition: 0.3s;
    position: relative
}

.hover-transform .thim-ekits-button a:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px)
}

.hover-line .thim-ekits-button a:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 0%;
    bottom: -2px;
    transition: 0.5s;
    background-color: #000
}

.hover-line .thim-ekits-button a:hover:before {
    width: 100%
}

.wpcf7-form {
    z-index: 2
}

.wpcf7-form .contact-form-new {
    max-width: 375px;
    padding: 50px 30px 30px 30px;
    background: #fff;
    box-shadow: 0px 15px 35px 0 rgba(0, 29, 44, 0.1);
    margin-left: 10px;
    margin-top: -32px
}

@media (max-width:500px) {
    .wpcf7-form .contact-form-new {
        max-width: 100%
    }
}

.wpcf7-form .contact-form-new .small-text {
    font-size: 16px;
    font-style: normal;
    font-stretch: semi-condensed;
    line-height: normal;
    letter-spacing: 0.8px;
    color: #89898a;
    text-transform: uppercase;
    text-align: center
}

.wpcf7-form .contact-form-new h3 {
    font-size: 35px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    text-align: center;
    margin: 0 0 30px
}

.wpcf7-form .contact-form-new input,
.wpcf7-form .contact-form-new textarea {
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: left;
    color: #a8a8a8;
    opacity: 0.65;
    background-color: #ffffff;
    border: solid 1px var(--thim_body_border_color);
    border-radius: 0;
    margin-bottom: 15px;
    padding: 15px
}

.wpcf7-form .contact-form-new input.wpcf7-submit,
.wpcf7-form .contact-form-new textarea.wpcf7-submit {
    padding: 15px 15px 16px;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.9px;
    text-align: center;
    color: #ffffff;
    background: #c19b76;
    text-transform: uppercase;
    margin-bottom: 0
}

.wpcf7-form .contact-form-new textarea {
    height: 132px;
    resize: none
}

.wpcf7-form .contact-form-new .button {
    width: 100%;
    border-radius: 0;
    padding: 15px 15px 16px;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.9px;
    text-align: center;
    color: #ffffff;
    background: #c19b76;
    text-transform: uppercase;
    margin-bottom: 0;
    border: 1px solid #c19b76
}

.wpcf7-form .contact-form-new .button i {
    margin-right: 10px
}

.wpcf7-form .contact-form-new .button:hover {
    background: #fff;
    color: #c19b76
}

.thim-background-right {
    background-position: top right !important;
    padding: 73px 0;
    position: relative;
    z-index: 2 !important
}

.thim-margin-top {
    margin-top: -123px;
    position: relative;
    z-index: 1 !important
}

.thim-sc-video-box {
    padding: 266px 0px 192px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.thim-sc-video-box.style-1 {
    padding: 0
}

.thim-sc-video-box.style-1::before {
    display: none
}

.thim-sc-video-box.style-1 .bg-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.thim-sc-video-box.style-1 .button-title-swapper {
    position: absolute;
    bottom: -30px
}

@media (max-width:767px) {
    .thim-sc-video-box.style-1 .button-title-swapper {
        width: 100%
    }
}

.thim-sc-video-box.style-1 .button-title {
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.15) 0px 4px 10px 0px
}

.thim-sc-video-box.style-1 .button-title .title-link {
    width: calc(100% - 120px);
    text-align: left;
    padding: 0 50px;
    font-size: 24px;
    line-height: 1.3;
    font-family: var(--thim_font_title-font-family);
    font-weight: 500
}

@media (max-width:1439px) {
    .thim-sc-video-box.style-1 .button-title .title-link {
        width: calc(100% - 100px)
    }
}

@media (max-width:991px) {
    .thim-sc-video-box.style-1 .button-title .title-link {
        width: calc(100% - 80px);
        font-size: 24px;
        padding: 0 30px
    }
}

@media (max-width:767px) {
    .thim-sc-video-box.style-1 .button-title .title-link {
        font-size: 18px;
        padding: 0 15px;
        width: calc(100% - 56px)
    }
}

@media (max-width:480px) {
    .thim-sc-video-box.style-1 .button-title .title-link {
        font-size: 16px
    }
}

.thim-sc-video-box.style-1 .button-title .title-link i {
    color: var(--thim_body_primary_color);
    margin-left: 10px
}

@media (max-width:767px) {
    .thim-sc-video-box.style-1 .button-title .title-link i {
        margin-left: 5px
    }
}

.thim-sc-video-box.style-1 .button-title .video-popup {
    display: inline-block;
    background: var(--thim_body_primary_color)
}

.thim-sc-video-box.style-1 .button-title .video-popup:hover {
    background: #000
}

.thim-sc-video-box.style-1 .button-title .video-popup:hover i {
    color: var(--thim_body_primary_color)
}

.thim-sc-video-box.style-1 .button-title .video-popup i {
    font-size: 70px;
    color: #fff;
    padding: 25px
}

@media (max-width:1439px) {
    .thim-sc-video-box.style-1 .button-title .video-popup i {
        padding: 15px
    }
}

@media (max-width:991px) {
    .thim-sc-video-box.style-1 .button-title .video-popup i {
        font-size: 50px
    }
}

@media (max-width:767px) {
    .thim-sc-video-box.style-1 .button-title .video-popup i {
        font-size: 36px;
        padding: 10px
    }
}

.thim-sc-video-box .box-inner {
    position: relative;
    z-index: 1;
    width: 900px;
    max-width: 100%;
    padding: 55px
}

.thim-sc-video-box .box-inner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 8px solid;
    filter: alpha(opacity=25);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    -webkit-opacity: 0.25;
    -khtml-opacity: 0.25;
    -moz-opacity: 0.25;
    -ms-opacity: 0.25;
    -o-opacity: 0.25;
    opacity: 0.25;
    z-index: -1;
    width: 384px;
    max-width: 100%;
    margin: auto;
    -webkit-transition: all 0.6s;
    -khtml-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    border-color: #c19b76
}

.thim-sc-video-box .box-inner .logo-image {
    margin-bottom: 27px
}

.thim-sc-video-box .box-inner .title {
    font-size: 50px;
    line-height: 1.6;
    letter-spacing: 2.5px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 37px;
    position: relative;
    z-index: 2
}

.thim-sc-video-box .box-inner .video-button {
    display: inline-block;
    position: relative;
    z-index: 2
}

.thim-sc-video-box .box-inner .video-button a {
    line-height: 40px;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
    margin: 0 15px;
    display: inline-block;
    text-transform: uppercase
}

.thim-sc-video-box .box-inner .video-button a i {
    width: 36px;
    height: 36px;
    border: 1px solid;
    line-height: 34px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 7px;
    font-size: 14px;
    font-weight: 700;
    display: inline-block
}

.thim-sc-video-box .box-inner .video-button a i:before {
    position: relative;
    left: 1px
}

.thim-sc-video-box .box-inner .video-button a:hover {
    color: #fff
}

.thim-sc-video-box .box-inner .background-title {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Herr Von Muellerhoff", cursive;
    font-size: 140px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 7px;
    text-align: center;
    color: rgba(193, 155, 118, 0.25)
}

.thim-sc-video-box .box-inner:hover:before {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1)
}

.thim-sc-video-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65)
}

.thim-holiday {
    margin-bottom: 0 !important;
    margin-top: 60px;
    margin-left: -215px;
    z-index: 2;
    position: relative;
    font-size: 18px;
    padding: 80px 72px;
    background: #c19b76 url("assets/images/background.png");
    height: 364px;
    color: #fff
}

.thim-holiday h3 {
    font-size: 35px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    text-align: left;
    color: #ffffff;
    margin: 0 0 20px
}

.thim-holiday p {
    margin-bottom: 35px;
    font-size: 20px;
    font-style: normal;
    font-stretch: semi-condensed;
    line-height: 1.5;
    letter-spacing: 0.4px;
    text-align: left;
    color: #e9e9e9
}

.thim-holiday p:last-child {
    display: inline-block;
    margin-bottom: 0px
}

.thim-holiday button {
    display: block;
    margin-top: 20px;
    border: 1px solid #fff;
    background: transparent;
    padding: 9px 32px;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: semi-condensed;
    line-height: 2;
    letter-spacing: 0.8px;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase
}

.thim-holiday button a {
    color: #fff
}

.thim-holiday button:hover {
    background: #fff;
    border-color: #fff
}

.thim-holiday button:hover a {
    color: #000
}

.home form.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    max-width: 375px;
    margin-left: 10px
}

.layout-special {
    text-align: center;
    padding: 0
}

.layout-special form {
    display: table;
    width: 767px;
    margin: 0 auto
}

.layout-special form .hb-form-table {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 0;
    background-color: #ffffff;
    box-shadow: 0px 15px 35px 0 rgba(0, 29, 44, 0.1)
}

.layout-special form .hb-form-table .hb-form-field {
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #eee;
    margin: 0;
    width: 33.33%
}

.layout-special form .hb-form-table .hb-form-field .label {
    font-size: 16px;
    font-style: normal;
    font-stretch: semi-condensed;
    line-height: normal;
    letter-spacing: 0.8px;
    text-align: center;
    color: #5f5f5f;
    text-transform: uppercase
}

.layout-special form .hb-form-table .hb-form-field .hb-form-field-input input.day,
.layout-special form .hb-form-table .hb-form-field .hb-form-field-input select {
    min-width: 75px;
    font-size: 50px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 3px;
    text-align: center;
    color: #1c1c1c;
    line-height: 50px;
    width: 60px;
    border: none;
    height: 65px;
    cursor: pointer;
    padding: 8px
}

.layout-special form .hb-form-table .hb-form-field .hb-form-field-input input.month {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.8px;
    text-align: center;
    color: #5f5f5f;
    min-width: 30px;
    width: 30px;
    border: none;
    padding: 0;
    top: -23px;
    background: transparent
}

.layout-special form .hb-form-table .hb-form-field .hb-form-field-input button.ui-datepicker-trigger {
    top: 12px;
    left: 0px;
    width: 100%;
    height: 100%;
    min-width: 30px
}

.layout-special form .hb-form-table .hb-form-field .hb-form-field-input button.ui-datepicker-trigger i {
    margin-top: 34px
}

.layout-special form .hb-form-table .hb-form-field .hb-form-field-input .select2-container {
    width: 50% !important;
    float: left;
    text-align: right
}

.layout-special form .hb-form-table .hb-form-field .hb-form-field-input .select2-container .select2-selection--single {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    height: 65px;
    border: none
}

.layout-special form .hb-form-table .hb-form-field .hb-form-field-input .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 50px;
    line-height: 68px;
    padding: 0 5px
}

.layout-special form .hb-form-table .hb-form-field .hb-form-field-input .select2-container .select2-selection--single .select2-selection__arrow {
    display: none
}

.layout-special form .hb-form-table .hb-form-field .hb-form-field-input .nav-room,
.layout-special form .hb-form-table .hb-form-field .hb-form-field-input .nav-guest,
.layout-special form .hb-form-table .hb-form-field .hb-form-field-input .nav-child {
    transform: translate(0, 5px);
    width: 50%;
    float: left;
    text-align: left;
    padding: 0 10px
}

.layout-special form .hb-form-table .hb-form-field .hb-form-field-input .nav-room span,
.layout-special form .hb-form-table .hb-form-field .hb-form-field-input .nav-guest span,
.layout-special form .hb-form-table .hb-form-field .hb-form-field-input .nav-child span {
    display: block;
    font-size: 13px
}

.layout-special form .hb-form-table .hb-form-field .hb-form-field-input .nav-room span:hover,
.layout-special form .hb-form-table .hb-form-field .hb-form-field-input .nav-guest span:hover,
.layout-special form .hb-form-table .hb-form-field .hb-form-field-input .nav-child span:hover {
    color: #c19b76;
    cursor: pointer
}

.layout-special form p.hb-submit {
    display: table-cell;
    padding: 0;
    width: 190px
}

.layout-special form p.hb-submit button {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: semi-condensed;
    line-height: 1.5;
    letter-spacing: 0.8px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 0;
    height: auto;
    padding: 42px 0;
    background: #3b3b3b;
    border: none transparent
}

.layout-special form p.hb-submit button.hb_loading:before {
    border: none;
    border-radius: 0
}

.layout-special.has-child form {
    width: 900px
}

.layout-special.has-child form .hb-form-table .hb-form-field {
    width: 25%
}

.layout-special.has-room form {
    width: 900px
}

.layout-special.has-room form .hb-form-table .hb-form-field {
    width: 20%
}

#sidebar .layout-special .hb-form-table .hb-form-field .hb-form-field-input input.day,
#sidebar .layout-special .hb-form-table .hb-form-field .hb-form-field-input select {
    height: 100px
}

#sidebar .layout-special .hb-form-table .hb-form-field .hb-form-field-input button.ui-datepicker-trigger i {
    display: none
}

#sidebar .layout-special .hb-form-table .hb-form-field {
    border: none
}

#sidebar .layout-special p.hb-submit {
    display: block
}

.thim-search-home1 .thim-search-room {
    padding: 50px 70px 50px 0;
    position: relative;
    background-image: linear-gradient(to bottom left, transparent 50%, #f3f3f3 50%), linear-gradient(#f3f3f3, #f3f3f3), linear-gradient(#f3f3f3, #f3f3f3);
    background-size: 38px 38px, 100% 100%, 100% 100%;
    background-position: 100% 100%, -38px 0%, 100% 38px;
    background-repeat: no-repeat
}

@media (max-width:991px) {
    .thim-search-home1 .thim-search-room {
        padding: 50px 15px 50px 0
    }
}

@media (max-width:767px) {
    .thim-search-home1 .thim-search-room {
        padding: 50px 15px 50px 35px
    }
}

.thim-search-home1 .thim-search-room::before {
    position: absolute;
    content: "";
    height: 100%;
    background: #f3f3f3;
    width: 100%;
    left: -99%;
    top: 0
}

@media (max-width:767px) {
    .thim-search-home1 .thim-search-room::before {
        display: none
    }
}

.thim-search-home1 .thim-search-room::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    border-right: 38px solid transparent;
    border-bottom: 38px solid #c2c2c2
}

.thim-search-home1 .thim-search-room .hotel-booking-search form {
    padding: 0;
    display: flex
}

@media (max-width:780px) {
    .thim-search-home1 .thim-search-room .hotel-booking-search form {
        display: block
    }
}

.thim-search-home1 .thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field {
    padding: 0 20px 0 0
}

.thim-search-home1 .thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field:hover input,
.thim-search-home1 .thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field:hover button,
.thim-search-home1 .thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field:hover select {
    border: 1px solid var(--thim_body_primary_color)
}

.thim-search-home1 .thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list {
    margin-left: 0
}

.thim-search-home1 .thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-input {
    background: transparent
}

.thim-search-home1 .thim-search-room .hotel-booking-search form .hb-submit {
    padding: 0
}

@media (max-width:767px) {
    .thim-search-home1 .thim-search-room .hotel-booking-search form .hb-submit {
        padding-right: 20px
    }
}

.thim-search-home1 .thim-search-room .hotel-booking-search form .hb-submit button {
    text-transform: uppercase;
    font-size: 14px
}

@media (max-width:991px) {
    .thim-search-home1 .thim-search-room .hotel-booking-search form .hb-submit button {
        font-size: 13px
    }
}

.thim-search-home1 .thim-search-room .hotel-booking-search input {
    background-color: #fff !important
}

.thim-search-home1 .thim-search-room .hotel-booking-search input,
.thim-search-home1 .thim-search-room .hotel-booking-search button,
.thim-search-home1 .thim-search-room .hotel-booking-search select {
    line-height: 50px;
    height: unset;
    height: 50px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: unset
}

.thim-search-home1 .thim-search-room .hotel-booking-search input:focus,
.thim-search-home1 .thim-search-room .hotel-booking-search button:focus,
.thim-search-home1 .thim-search-room .hotel-booking-search select:focus {
    border: 1px solid var(--thim_body_primary_color, #ffb606)
}

@media (max-width:991px) {

    .thim-search-home1 .thim-search-room .hotel-booking-search input,
    .thim-search-home1 .thim-search-room .hotel-booking-search button,
    .thim-search-home1 .thim-search-room .hotel-booking-search select {
        font-size: 14px
    }
}

.thim-search-home1 .thim-search-room .hotel-booking-search .hb-form-field #adults,
.thim-search-home1 .thim-search-room .hotel-booking-search .hb-form-field #child {
    border: 1px solid transparent
}

.widget_hb_widget_search .thim-search-room .hotel-booking-search .hb-form-field .hb_input_field .hb_input_date_check {
    padding-right: 30px
}

.hotel-booking-search {
    padding: 0
}

.hotel-booking-search form.layout-multidate {
    display: inline-block;
    width: 100%;
    padding: 0;
    background: #ffffff;
    position: relative;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07)
}

.hotel-booking-search form.layout-multidate .hb-form-table {
    background: #ffffff;
    width: 86%;
    float: left;
    margin: 0px;
    position: relative
}

.hotel-booking-search form.layout-multidate .hb-form-table .multidate {
    position: absolute;
    font-size: var(--thim_font_body-font-size);
    opacity: 0;
    height: 100%;
    width: 40%;
    border: none;
    z-index: 2;
    background: none;
    cursor: pointer;
    left: 0
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field {
    width: 20%;
    float: left;
    padding: 25px 16px 25px 20px;
    position: relative;
    margin: 0
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-check-in-check-out {
    width: 40%;
    max-width: none;
    position: relative
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-check-in-check-out>.flatpickr-input {
    top: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: unset
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-check-in-check-out .hb-form-field-input {
    display: inline-block
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-check-in-check-out .hb-form-field-input #day,
.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-check-in-check-out .hb-form-field-input #day2 {
    width: 30px
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-check-in-check-out .hb-form-field-input:last-child {
    padding: 0
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-check-in-check-out .hb-form-field-input:last-child button {
    display: none
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-check-in-check-out span {
    color: #ff0000;
    padding-left: 4px
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-check-in-check-out::after {
    content: "";
    background: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2212%22%20height%3D%227%22%20viewBox%3D%220%200%2012%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20opacity%3D%220.2%22%20d%3D%22M0.275392%200.274999C0.458725%200.0916658%200.692057%20-4.57148e-07%200.97539%20-4.44763e-07C1.25872%20-4.32378e-07%201.49206%200.0916659%201.67539%200.274999L5.57539%204.175L9.47539%200.275C9.65872%200.0916662%209.89206%20-5.50035e-08%2010.1754%20-4.26186e-08C10.4587%20-3.02337e-08%2010.6921%200.0916663%2010.8754%200.275C11.0587%200.458333%2011.1504%200.691666%2011.1504%200.974999C11.1504%201.25833%2011.0587%201.49167%2010.8754%201.675L6.27539%206.275C6.17539%206.375%206.06706%206.446%205.95039%206.488C5.83372%206.52933%205.70872%206.55%205.57539%206.55C5.44206%206.55%205.31706%206.52933%205.20039%206.488C5.08372%206.446%204.97539%206.375%204.87539%206.275L0.275392%201.675C0.0920581%201.49167%200.000389998%201.25833%200.00039001%200.974999C0.000390023%200.691666%200.0920582%200.458332%200.275392%200.274999Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A) no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position-x: 95%;
    background-position-y: 50%;
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 30px
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-input {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    z-index: 2
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-input input {
    width: 100%
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-input.guests-number,
.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-input.child-number {
    width: auto
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background: var(--thim_body_border_color)
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-list {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 12px;
    gap: 5px;
    background: #ffffff;
    z-index: 9;
    margin: 1px 0 0 0;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-list.active {
    opacity: 1;
    visibility: visible
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-list .hb-form-field-input {
    margin-bottom: 0;
    margin-left: 25px;
    margin-right: 25px
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-list .hb-form-field-input:last-child {
    margin: 0
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-list .number-box {
    border: 2px solid var(--thim_body_border_color);
    padding: 6px 8px
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-list .number-box .number-icons {
    cursor: pointer;
    float: none;
    background: transparent;
    color: #000;
    margin-left: 0;
    height: auto
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-list .name {
    font-weight: 500;
    font-family: var(--thim_font_title-font-family);
    color: #000
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field .label {
    text-transform: uppercase;
    font-weight: 500;
    font-size: var(--thim_font_body-font-size);
    font-family: var(--thim_font_title-font-family);
    color: #000;
    margin-bottom: 10px
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field .label label {
    font-weight: 500
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field .hb_input_field input {
    width: 110px;
    height: auto;
    border: none;
    border-radius: 0;
    line-height: 1;
    min-width: 0;
    background: none;
    padding: 0;
    font-size: var(--thim_font_body-font-size);
    color: var(--thim_font_body-color);
    cursor: pointer;
    text-transform: capitalize
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field .hb_input_field input.day,
.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field .hb_input_field .getWidth {
    padding: 0
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field .hb_input_field:after {
    display: none
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field .hb_input_field button {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    -webkit-mask-position-x: 0px !important
}

.hotel-booking-search form.layout-multidate .select2-container,
.hotel-booking-search form.layout-multidate select {
    width: auto !important;
    pointer-events: none
}

.hotel-booking-search form.layout-multidate .select2-container--default .select2-selection--single {
    border: none
}

.hotel-booking-search form.layout-multidate .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none
}

.hotel-booking-search form.layout-multidate .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu {
    display: none;
    width: 672px;
    padding: 0;
    border-radius: 0;
    padding: 15px 24px 30px;
    margin-top: 5px;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .daterangepicker_input {
    display: none
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar {
    width: 50%;
    margin: 0;
    max-width: 312px
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar.left {
    padding-right: 15px
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar.right {
    padding-left: 15px
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar .calendar-table {
    padding: 0
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar table {
    border: none
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar tr {
    border: none
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar th {
    border: none;
    width: 40px;
    height: 40px;
    padding: 0;
    min-width: 40px;
    font-weight: normal
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar th.available {
    text-align: center;
    font-size: var(--thim_font_body-font-size);
    line-height: 40px;
    color: #000;
    display: inline-block;
    float: right;
    margin-left: 12px;
    cursor: pointer;
    border: none;
    margin: 0;
    border-radius: 0;
    padding: 0;
    font-weight: normal
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar th.available i {
    display: none
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar th.month {
    font-weight: 600;
    font-size: 14px;
    font-family: var(--thim_font_title-font-family);
    color: #000
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar thead th {
    font-size: 14px
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar tbody td {
    border-radius: 0;
    padding: 0;
    font-size: 14px;
    width: 40px;
    height: 40px;
    color: #636363
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar tbody td.off {
    color: #999999
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar tbody td:hover {
    color: #636363
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar tbody td.active {
    color: #fff
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar tbody td.in-range:hover {
    color: #333333
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar tbody td.active:hover {
    color: #ffffff
}

.hotel-booking-search form.layout-multidate .hb-submit {
    width: 14%;
    position: absolute;
    right: 0;
    height: 100%;
    left: auto;
    top: 0
}

.hotel-booking-search form.layout-multidate .hb-submit button {
    width: 100%;
    margin-top: 0;
    font-size: var(--thim_font_body-font-size);
    font-weight: 600;
    padding: 10px;
    text-align: center;
    border: none;
    height: 100%;
    border-radius: 0;
    min-width: 0;
    text-transform: uppercase;
    font-family: var(--thim_font_title-font-family)
}

.wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate {
    max-width: 100%;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07)
}

.wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate .hb-form-table {
    margin: 0;
    width: 86%
}

.wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field {
    width: 30%;
    max-width: none;
    padding: 25px 20px 25px 30px
}

.wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-check-in-check-out {
    width: 40%
}

.wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate .hb-submit {
    padding: 0;
    width: 14%
}

.wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate .hb-submit button {
    height: 100%;
    font-weight: var(--thim_font_title-variant);
    line-height: 1.3em;
    font-size: var(--thim_font_body-font-size)
}

.wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate+#hotel-booking-results form {
    max-width: 100%
}

@media (max-width:1024px) {

    .hotel-booking-search form.layout-multidate .hb-form-table .multidate,
    .hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-check-in-check-out {
        width: 50%
    }

    .hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field {
        width: 50%
    }

    .hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-list {
        padding: 15px
    }

    .hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-list .number-box {
        padding: 4px 0px
    }

    .hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-list .hb-form-field-input {
        margin-left: 10px;
        margin-right: 10px
    }
}

@media (max-width:992px) {
    .hotel-booking-search form.layout-multidate .hb-form-table {
        width: 82%
    }

    .hotel-booking-search form.layout-multidate .hb-submit {
        width: 18%
    }

    .hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-check-in-check-out::after {
        right: 15px
    }

    .hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field {
        padding: 20px 10px 20px 20px
    }

    .wp-hotel-booking-search-rooms {
        overflow-x: hidden
    }

    .wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate .hb-form-table {
        width: 82%;
        float: left
    }

    .wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate .hb-submit {
        width: 18%
    }

    .wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-check-in-check-out::after {
        right: 15px
    }

    .wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field {
        padding: 20px 10px 20px 20px;
        width: 25% !important;
        float: left;
        margin-bottom: 0
    }

    .wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-check-in-check-out {
        width: 50% !important
    }

    .hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-list {
        display: block
    }

    .hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-list .number-box {
        display: flex;
        justify-content: center;
        margin-top: 10px
    }
}

@media (max-width:767px) {

    .hotel-booking-search form.layout-multidate .hb-form-table .multidate,
    .hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-check-in-check-out,
    .hotel-booking-search form.layout-multidate .hb-form-table {
        width: 100%
    }

    .hotel-booking-search form.layout-multidate .hb-form-table .multidate {
        height: 33%
    }

    .hotel-booking-search form.layout-multidate .hb-submit {
        width: 100%;
        position: unset
    }

    .hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field {
        width: 100%
    }

    .hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu {
        width: 100%
    }

    .wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate .hb-form-table .multidate,
    .wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-check-in-check-out,
    .wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate .hb-form-table {
        width: 100% !important
    }

    .wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate .hb-submit {
        width: 100%;
        position: unset
    }

    .wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field {
        width: 100% !important
    }

    .wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu {
        width: 100%
    }

    .wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate {
        padding: 0
    }

    .hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number:before {
        height: 1px;
        width: 100%
    }

    .hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar.left {
        width: 100%;
        padding: 0;
        max-width: 100%
    }

    .hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar.right {
        padding: 0
    }

    .hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar.right th.available.next {
        display: block
    }

    .hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar.right tbody {
        display: none
    }

    .hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar.right thead th {
        display: none
    }

    .hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar.right .table-condensed {
        position: absolute;
        top: 75px;
        right: 30px;
        width: 40px
    }

    .hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-list {
        display: flex;
        padding: 20px;
        margin: 0
    }

    .hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-list .number-box {
        margin-top: 0;
        padding: 5px 10px
    }

    .hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-check-in-check-out::after {
        right: 27px
    }
}

.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff
}

.daterangepicker .label {
    text-align: center;
    padding-bottom: 12px;
    border-bottom: 2px solid #78d0c5;
    margin-bottom: 20px
}

.daterangepicker.opensleft:before {
    right: 9px
}

.daterangepicker.opensleft:after {
    right: 10px
}

.daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto
}

.daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto
}

.daterangepicker.opensright:before {
    left: 9px
}

.daterangepicker.opensright:after {
    left: 10px
}

.daterangepicker.dropup {
    margin-top: -5px
}

.daterangepicker.dropup:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc
}

.daterangepicker.dropup:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff
}

.daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 9
}

.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
    float: none
}

.daterangepicker.show-calendar .calendar {
    display: block
}

.daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px
}

.daterangepicker .calendar.single .calendar-table {
    border: none
}

.daterangepicker .calendar th,
.daterangepicker .calendar td {
    white-space: nowrap;
    text-align: center;
    min-width: 32px
}

.daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background-color: #fff
}

.daterangepicker table {
    width: 100%;
    margin: 0
}

.daterangepicker td,
.daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit
}

.daterangepicker td.week,
.daterangepicker th.week {
    font-size: 80%;
    color: #ccc
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999
}

.daterangepicker td.in-range {
    background-color: #ececec;
    border-color: transparent;
    color: #000;
    border-radius: 0
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #2a7af2;
    border-color: transparent;
    color: #fff
}

.daterangepicker th.month {
    width: auto
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%
}

.daterangepicker select.yearselect {
    width: 40%
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0
}

.daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%
}

.daterangepicker .input-mini.active {
    border: 1px solid #08c;
    border-radius: 4px
}

.daterangepicker .daterangepicker_input {
    position: relative
}

.daterangepicker .daterangepicker_input i {
    position: absolute;
    left: 8px;
    top: 8px
}

.daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px
}

.daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed
}

.ranges {
    font-size: 11px;
    float: none;
    margin: 4px;
    text-align: left
}

.ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

.ranges li {
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer
}

.ranges li:hover {
    background-color: #08c;
    border: 1px solid #08c;
    color: #fff
}

.ranges li.active {
    background-color: #08c;
    border: 1px solid #08c;
    color: #fff
}

@media (min-width:564px) {
    .daterangepicker {
        width: auto
    }

    .daterangepicker .ranges ul {
        width: 160px
    }

    .daterangepicker.single .ranges ul {
        width: 100%
    }

    .daterangepicker.single .calendar.left {
        clear: none
    }

    .daterangepicker.single.ltr .ranges,
    .daterangepicker.single.ltr .calendar {
        float: left
    }

    .daterangepicker.single.rtl .ranges,
    .daterangepicker.single.rtl .calendar {
        float: right
    }

    .daterangepicker.ltr {
        direction: ltr;
        text-align: left
    }

    .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0
    }

    .daterangepicker.ltr .calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .daterangepicker.ltr .calendar.right {
        margin-left: 0
    }

    .daterangepicker.ltr .calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px
    }

    .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 12px
    }

    .daterangepicker.ltr .ranges,
    .daterangepicker.ltr .calendar {
        float: left
    }

    .daterangepicker.rtl {
        direction: rtl;
        text-align: right
    }

    .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0
    }

    .daterangepicker.rtl .calendar.left .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .daterangepicker.rtl .calendar.right {
        margin-right: 0
    }

    .daterangepicker.rtl .calendar.right .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px
    }

    .daterangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px
    }

    .daterangepicker.rtl .ranges,
    .daterangepicker.rtl .calendar {
        text-align: right;
        float: right
    }
}

@media (min-width:730px) {
    .daterangepicker .ranges {
        width: auto
    }

    .daterangepicker.ltr .ranges {
        float: left
    }

    .daterangepicker.rtl .ranges {
        float: right
    }

    .daterangepicker .calendar.left {
        clear: none !important
    }
}

.thim-column-posts {
    display: inline-block;
    margin: 0
}

.thim-column-posts .post-item li {
    list-style: none;
    background-color: #f8f8f8;
    box-shadow: 0px 15px 35px 0 rgba(0, 29, 44, 0.1)
}

.thim-column-posts .post-item li .article-title-wrapper {
    padding: 40px 30px
}

.thim-column-posts .post-item li .article-title-wrapper .category {
    font-size: 16px;
    font-style: normal;
    font-stretch: semi-condensed;
    line-height: normal;
    letter-spacing: 0.8px;
    text-align: left;
    text-transform: uppercase
}

.thim-column-posts .post-item li .article-title-wrapper h5 {
    margin: 10px 0 20px
}

.thim-column-posts .post-item li .article-title-wrapper h5 .article-title {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.7px;
    text-align: left
}

.thim-column-posts .post-item li .article-title-wrapper p {
    margin-bottom: 40px
}

.thim-column-posts .post-item li .article-title-wrapper .button_read_more {
    margin-bottom: 20px
}

.thim-column-posts .post-item li .article-title-wrapper .button_read_more a {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: semi-condensed;
    line-height: 2;
    letter-spacing: 0.8px;
    text-align: left;
    text-transform: uppercase;
    padding: 15px 35px 16px;
    background: transparent;
    border: 1px solid;
    border-color: #c19b76;
    color: #c19b76
}

.thim-column-posts .post-item li .article-title-wrapper .button_read_more a:hover {
    background: #c19b76;
    color: #fff
}

footer#colophon.footer_style_new {
    font-size: 18px
}

footer#colophon.footer_style_new .text-footer {
    margin-top: 30px
}

footer#colophon.footer_style_new aside .newletter {
    padding-top: 0
}

footer#colophon.footer_style_new aside .newletter .mc4wp-form {
    margin: 0
}

footer#colophon.footer_style_new aside .newletter .mc4wp-form input[type=email] {
    width: 202px;
    margin: 0;
    border-radius: 0;
    padding: 24px 17px;
    background: transparent;
    border: 1px solid #89898a;
    font-size: 16px;
    font-weight: 400;
    color: #757575
}

footer#colophon.footer_style_new aside .newletter .mc4wp-form input[type=submit] {
    margin: 0;
    height: 50px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    line-height: 16px
}

footer#colophon.footer_style_new aside .widget-title {
    margin-top: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    position: relative;
    margin-bottom: 45px
}

footer#colophon.footer_style_new aside .widget-title:before {
    position: absolute;
    content: "";
    background: #7a7a7a;
    height: 1px;
    width: 40px;
    left: 0;
    bottom: -15px
}

footer#colophon.footer_style_new aside ul li {
    margin-bottom: 15px
}

footer#colophon.footer_style_new aside ul li i {
    margin-right: 10px
}

footer#colophon.footer_style_new .copy-right-new {
    background: #191919
}

footer#colophon.footer_style_new .copy-right-new .text-copyright {
    text-align: center;
    border: none;
    padding: 37px 0
}

footer#colophon.footer_style_new .copy-right-new .text-copyright .elementor-widget-thim-copyright .copyright-text,
footer#colophon.footer_style_new .copy-right-new .text-copyright .thim-widget-copyright .copyright-text {
    font-size: 18px;
    color: #78787a
}

footer#colophon.footer_style_new .copy-right-new .text-copyright .elementor-widget-thim-copyright .copyright-text a,
footer#colophon.footer_style_new .copy-right-new .text-copyright .thim-widget-copyright .copyright-text a {
    color: #c19b76
}

.element-main-slider {
    height: 800px;
    max-height: 800px;
    position: relative
}

@media (max-width:1440px) {
    .element-main-slider {
        max-height: 680px
    }
}

@media (max-width:767px) {
    .element-main-slider {
        max-height: 400px
    }
}

.element-main-slider .wrap-element {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.element-main-slider .wrap-element .slick-list .inner-banner {
    height: 800px;
    max-height: 800px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width:1440px) {
    .element-main-slider .wrap-element .slick-list .inner-banner {
        max-height: 680px
    }
}

@media (max-width:767px) {
    .element-main-slider .wrap-element .slick-list .inner-banner {
        max-height: 400px
    }
}

.element-main-slider .wrap-element .slick-list .inner-banner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4)
}

.element-main-slider .wrap-element .slick-dots {
    position: absolute;
    margin: 0;
    top: 42%;
    transform: translateY(-100%);
    list-style-type: none;
    display: inline-grid
}

@media (max-width:767px) {
    .element-main-slider .wrap-element .slick-dots {
        top: 50%;
        transform: translateY(-50%)
    }
}

.element-main-slider .wrap-element .slick-dots li {
    cursor: pointer;
    display: inline-block;
    display: inline-block;
    line-height: 1;
    width: 11px;
    height: 11px;
    background: #fff;
    transform: rotate(45deg);
    margin: 5px 0
}

.element-main-slider .wrap-element .slick-dots li.slick-active,
.element-main-slider .wrap-element .slick-dots li:hover {
    background: transparent;
    border: 1px solid #ffffff
}

.element-main-slider .wrap-element .slick-dots li button {
    font-size: 0;
    position: relative;
    line-height: 1;
    border: none
}

.element-main-slider .content-title {
    position: relative;
    color: #ffffff;
    transform: translateY(60%);
    pointer-events: none
}

@media (max-width:767px) {
    .element-main-slider .content-title {
        transform: translateY(60px)
    }
}

.element-main-slider .content-title .title {
    font-size: 60px;
    line-height: 1.2em;
    font-weight: var(--thim_font_title-variant);
    margin-bottom: 20px
}

@media (max-width:1024px) {
    .element-main-slider .content-title .title {
        font-size: 50px
    }
}

.element-main-slider .content-title .des {
    font-size: 16px
}

.element-main-slider .content-title .link-swapper {
    margin-top: 10px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    pointer-events: auto
}

.element-main-slider .content-title .link-swapper::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #ffffff
}

.element-main-slider .content-title .link-swapper:hover .link {
    transform: translate(0, 0)
}

.element-main-slider .content-title .link {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    padding: 8px 34px;
    background: #ffffff;
    display: inline-block;
    transform: translate(8px, 8px);
    transition: all 0.3s;
    font-weight: 500;
    font-family: var(--thim_font_title-font-family)
}

.element-main-slider .content-title .link:hover {
    transform: translate(0, 0)
}

.info-sale-swapper.base .slick-list {
    padding-left: 0 !important
}

.info-sale-swapper.base .item {
    position: relative;
    margin-right: 30px;
    overflow: hidden
}

@media (max-width:480px) {
    .info-sale-swapper.base .item {
        margin-right: 15px
    }
}

.info-sale-swapper.base .item img {
    transition: all 0.5s
}

.info-sale-swapper.base .item:hover .thumb img {
    transform: scale(1.1);
    transition: all 0.5s
}

.info-sale-swapper.base .item:hover::before {
    opacity: 0
}

.info-sale-swapper.base .item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
    z-index: 99
}

.info-sale-swapper.base .item .item-content {
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 100
}

@media (max-width:576px) {
    .info-sale-swapper.base .item .item-content {
        left: 20px;
        bottom: 20px
    }
}

.info-sale-swapper.base .item .item-content .second-title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px
}

@media (max-width:576px) {
    .info-sale-swapper.base .item .item-content .second-title {
        font-size: 20px
    }
}

.info-sale-swapper.base .item .item-content .primary-title {
    font-size: 36px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px
}

.info-sale-swapper.base .item .item-content .link {
    color: inherit;
    display: inline-block;
    padding: 8px 28px;
    background: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    height: 44px;
    font-family: var(--thim_font_title-font-family)
}

@media (max-width:576px) {
    .info-sale-swapper.base .item .item-content .link {
        padding: 6px 18px
    }
}

.info-sale-swapper.base .item .item-content .link:hover {
    background: var(--thim_body_primary_color);
    color: #fff
}

.info-sale-swapper.base .slick-prev {
    display: none !important
}

.info-sale-swapper.base .slick-next {
    position: absolute;
    border: none;
    background: transparent;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 4%
}

@media (max-width:1700px) {
    .info-sale-swapper.base .slick-next {
        left: 2%
    }
}

@media (max-width:1550px) {
    .info-sale-swapper.base .slick-next {
        left: 1%
    }
}

@media (max-width:1439px) {
    .info-sale-swapper.base .slick-next {
        left: 2%
    }
}

@media (max-width:1299px) {
    .info-sale-swapper.base .slick-next {
        left: 5px
    }
}

@media (max-width:1024px) {
    .info-sale-swapper.base .slick-next {
        left: 0px
    }
}

@media (max-width:1023px) {
    .info-sale-swapper.base .slick-next {
        display: none !important
    }
}

.info-sale-swapper.base .slick-next:hover i {
    color: var(--thim_body_primary_color)
}

.info-sale-swapper.base .slick-next i {
    font-size: 42px;
    position: relative
}

.info-sale-swapper.base .slick-next i::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100px;
    background: #000;
    right: calc(-100% - 80px);
    top: 50%
}

@media (max-width:1700px) {
    .info-sale-swapper.base .slick-next i::after {
        right: calc(-100% - 50px);
        width: 80px
    }
}

@media (max-width:1550px) {
    .info-sale-swapper.base .slick-next i::after {
        right: calc(-100% - 20px);
        width: 60px
    }
}

@media (max-width:1439px) {
    .info-sale-swapper.base .slick-next i::after {
        display: none
    }
}

.info-sale-swapper.style-1 {
    margin-right: 14%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 100px;
    position: relative
}

@media (max-width:1700px) {
    .info-sale-swapper.style-1 {
        margin-right: 7%
    }
}

@media (max-width:1440px) {
    .info-sale-swapper.style-1 {
        margin-right: 0
    }
}

@media (max-width:576px) {
    .info-sale-swapper.style-1 {
        margin-bottom: 0
    }
}

.info-sale-swapper.style-1::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5)
}

.info-sale-swapper.style-1 .info-sale {
    margin: 0 100px;
    transform: translateY(100px);
    position: relative
}

@media (max-width:991px) {
    .info-sale-swapper.style-1 .info-sale {
        margin: 0 50px
    }
}

@media (max-width:576px) {
    .info-sale-swapper.style-1 .info-sale {
        margin: 0;
        transform: unset
    }
}

.info-sale-swapper.style-1 .info-sale .slick-dots {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    list-style-type: none;
    display: inline-grid
}

@media (max-width:480px) {
    .info-sale-swapper.style-1 .info-sale .slick-dots {
        left: 15px
    }
}

.info-sale-swapper.style-1 .info-sale .slick-dots li {
    cursor: pointer;
    display: inline-block;
    display: inline-block;
    line-height: 1;
    width: 13px;
    height: 13px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    margin: 5px 0
}

.info-sale-swapper.style-1 .info-sale .slick-dots li.slick-active,
.info-sale-swapper.style-1 .info-sale .slick-dots li:hover {
    background: rgb(255, 255, 255)
}

.info-sale-swapper.style-1 .info-sale .slick-dots li button {
    font-size: 0;
    position: relative;
    line-height: 1;
    border: none
}

.info-sale-swapper.style-1 .info-sale .slick-prev {
    display: none !important
}

.info-sale-swapper.style-1 .info-sale .slick-next {
    background: transparent;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20%
}

@media (max-width:1700px) {
    .info-sale-swapper.style-1 .info-sale .slick-next {
        right: -13.5%
    }
}

@media (max-width:1440px) {
    .info-sale-swapper.style-1 .info-sale .slick-next {
        right: -70px
    }
}

@media (max-width:991px) {
    .info-sale-swapper.style-1 .info-sale .slick-next {
        display: none
    }
}

.info-sale-swapper.style-1 .info-sale .slick-next:hover i {
    color: var(--thim_body_primary_color)
}

.info-sale-swapper.style-1 .info-sale .slick-next i {
    font-size: 50px
}

.info-sale-swapper.style-1 .thumb {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.info-sale-swapper.style-1 .thumb::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4)
}

.info-sale-swapper.style-1 .item-content {
    padding: 200px 0px;
    margin-right: 145px;
    text-align: right;
    position: relative
}

@media (max-width:991px) {
    .info-sale-swapper.style-1 .item-content {
        padding: 150px 0;
        margin-right: 90px
    }
}

@media (max-width:767px) {
    .info-sale-swapper.style-1 .item-content {
        padding: 120px 0
    }
}

@media (max-width:480px) {
    .info-sale-swapper.style-1 .item-content {
        margin-right: 55px;
        padding: 100px 0
    }
}

.info-sale-swapper.style-1 .item-content .second-title {
    position: absolute;
    writing-mode: vertical-rl;
    right: -50px;
    top: 200px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase
}

@media (max-width:991px) {
    .info-sale-swapper.style-1 .item-content .second-title {
        top: 150px
    }
}

@media (max-width:767px) {
    .info-sale-swapper.style-1 .item-content .second-title {
        top: 120px
    }
}

@media (max-width:480px) {
    .info-sale-swapper.style-1 .item-content .second-title {
        top: 100px
    }
}

.info-sale-swapper.style-1 .item-content .primary-title {
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
    line-height: 1
}

@media (max-width:576px) {
    .info-sale-swapper.style-1 .item-content .primary-title {
        font-size: 32px
    }
}

.info-sale-swapper.style-1 .item-content .content {
    font-size: 18px;
    color: #fff;
    font-weight: 200
}

@media (max-width:576px) {
    .info-sale-swapper.style-1 .item-content .content {
        font-size: 24px
    }
}

.info-sale-swapper.style-1 .item-content .link {
    color: inherit;
    display: inline-block;
    padding: 8px 45px 8px;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--thim_font_title-font-family)
}

.info-sale-swapper.style-1 .item-content .link:hover {
    background: #000000;
    color: #fff
}

.thim-widget-info-sale-base .info-sale-swapper.base .thumb img {
    width: 100%
}

.thim-list-video.base {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover
}

.thim-list-video.base::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6)
}

.thim-list-video.base .list-video {
    position: relative;
    padding-top: 220px;
    padding-bottom: 50px
}

@media (max-width:767px) {
    .thim-list-video.base .list-video {
        padding-top: 100px
    }
}

@media (max-width:576px) {
    .thim-list-video.base .list-video {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.thim-list-video.base .list-video .slick-list {
    max-width: 700px
}

.thim-list-video.base .list-video .video-item {
    display: flex
}

.thim-list-video.base .list-video .video-item .video-icon i {
    font-size: 100px;
    color: var(--thim_body_primary_color);
    margin-right: 25px;
    position: relative
}

@media (max-width:576px) {
    .thim-list-video.base .list-video .video-item .video-icon i {
        font-size: 70px;
        margin-right: 10px
    }
}

.thim-list-video.base .list-video .video-item .video-icon i::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: calc(-100% - 17px);
    width: 1px;
    height: 100px;
    background: rgba(255, 255, 255, 0.2)
}

@media (max-width:576px) {
    .thim-list-video.base .list-video .video-item .video-icon i::after {
        bottom: calc(-100% - 40px)
    }
}

.thim-list-video.base .list-video .video-item .video-content {
    max-width: 600px
}

.thim-list-video.base .list-video .video-item .video-content .title {
    font-size: 36px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 15px;
    margin-top: 20px
}

@media (max-width:576px) {
    .thim-list-video.base .list-video .video-item .video-content .title {
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.thim-list-video.base .list-video .video-item .video-content .des {
    font-size: 18px;
    color: #fff;
    font-style: italic;
    letter-spacing: 1px;
    font-weight: 200
}

@media (max-width:991px) {
    .thim-list-video.base .list-video .video-item .video-content .des {
        font-size: 18px
    }
}

.thim-list-video.base .list-video .video-item .video-popup {
    display: flex;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: var(--thim_font_title-variant);
    font-family: var(--thim_font_title-font-family)
}

.thim-list-video.base .list-video .video-item .video-popup:hover {
    color: var(--thim_body_primary_color)
}

.thim-list-video.base .list-video .video-item .video-popup i {
    color: var(--thim_body_primary_color);
    margin-left: 5px
}

.thim-list-video.base .list-video .slick-prev {
    display: none !important
}

.thim-list-video.base .list-video .slick-next {
    position: absolute;
    border: none;
    background: transparent;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
    right: -22%
}

@media (max-width:1799px) {
    .thim-list-video.base .list-video .slick-next {
        right: -18%
    }
}

@media (max-width:1699px) {
    .thim-list-video.base .list-video .slick-next {
        right: -15%
    }
}

@media (max-width:1599px) {
    .thim-list-video.base .list-video .slick-next {
        right: -10%
    }
}

@media (max-width:1499px) {
    .thim-list-video.base .list-video .slick-next {
        right: -5%
    }
}

@media (max-width:1366px) {
    .thim-list-video.base .list-video .slick-next {
        right: 15px
    }
}

@media (max-width:767px) {
    .thim-list-video.base .list-video .slick-next {
        display: none !important
    }
}

.thim-list-video.base .list-video .slick-next:hover i {
    color: var(--thim_body_primary_color)
}

.thim-list-video.base .list-video .slick-next i {
    font-size: 42px;
    position: relative;
    color: #fff
}

.thim-list-video.base .list-video .slick-next i::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100px;
    background: #fff;
    left: -120px;
    top: 50%
}

@media (max-width:991px) {
    .thim-list-video.base .list-video .slick-next i::after {
        display: none
    }
}

.thim-list-video.base .list-video .slick-dots {
    list-style-type: none;
    margin: 90px 0 0 122px
}

@media (max-width:767px) {
    .thim-list-video.base .list-video .slick-dots {
        margin-top: 30px
    }
}

@media (max-width:576px) {
    .thim-list-video.base .list-video .slick-dots {
        margin-left: 95px;
        margin-top: 20px
    }
}

.thim-list-video.base .list-video .slick-dots li {
    cursor: pointer;
    display: inline-block;
    display: inline-block;
    line-height: 1;
    width: 11px;
    height: 11px;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(45deg);
    margin: 0px 5px
}

.thim-list-video.base .list-video .slick-dots li.slick-active,
.thim-list-video.base .list-video .slick-dots li:hover {
    background: transparent;
    border: 1px solid #ffffff
}

.thim-list-video.base .list-video .slick-dots li button {
    font-size: 0;
    position: relative;
    line-height: 1;
    border: none
}

.thim-list-video .thumb {
    position: relative
}

.thim-list-video .thumb:hover .video-popup {
    opacity: 1
}

.thim-list-video .thumb:hover::before {
    opacity: 1;
    transform: scale(1)
}

.thim-list-video .thumb::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.3s
}

.thim-list-video .thumb .video-popup {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0
}

.thim-list-video .thumb .video-popup i {
    font-size: 100px;
    color: #ffffff
}

.thim-list-video.style-1 {
    min-height: 655px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:1366px) {
    .thim-list-video.style-1 {
        min-height: 550px
    }
}

@media (max-width:1024px) {
    .thim-list-video.style-1 {
        min-height: 500px
    }
}

@media (max-width:991px) {
    .thim-list-video.style-1 {
        min-height: 400px
    }
}

@media (max-width:576px) {
    .thim-list-video.style-1 {
        min-height: unset;
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

.thim-list-video.style-1::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to bottom, #f7f7f7, transparent)
}

.thim-list-video.style-1 .bg_title {
    position: absolute;
    font-size: 150px;
    color: rgba(0, 0, 0, 0.1);
    line-height: 1;
    margin: 0;
    right: 8%;
    top: 100px;
    opacity: 0.5
}

@media (max-width:1800px) {
    .thim-list-video.style-1 .bg_title {
        right: 4%
    }
}

@media (max-width:1440px) {
    .thim-list-video.style-1 .bg_title {
        font-size: 100px;
        top: 120px
    }
}

@media (max-width:1366px) {
    .thim-list-video.style-1 .bg_title {
        right: 30px
    }
}

@media (max-width:991px) {
    .thim-list-video.style-1 .bg_title {
        top: 80px
    }
}

@media (max-width:767px) {
    .thim-list-video.style-1 .bg_title {
        top: 60px;
        font-size: 80px;
        right: 0;
        width: 100%;
        text-align: center
    }
}

@media (max-width:576px) {
    .thim-list-video.style-1 .bg_title {
        font-size: 60px;
        top: 74px
    }
}

.thim-list-video.style-1 .video_title {
    display: none;
    position: absolute;
    bottom: 40px;
    right: 19.5%;
    align-items: center
}

@media (max-width:1800px) {
    .thim-list-video.style-1 .video_title {
        right: 17%
    }
}

@media (max-width:1600px) {
    .thim-list-video.style-1 .video_title {
        right: 200px
    }
}

@media (max-width:1366px) {
    .thim-list-video.style-1 .video_title {
        bottom: 0;
        right: 160px
    }
}

@media (max-width:991px) {
    .thim-list-video.style-1 .video_title {
        right: 40px
    }
}

@media (max-width:767px) {
    .thim-list-video.style-1 .video_title {
        right: 50%;
        bottom: unset;
        top: 70px;
        text-align: center;
        transform: translateX(50%)
    }
}

@media (max-width:576px) {
    .thim-list-video.style-1 .video_title {
        position: relative;
        top: unset;
        transform: unset;
        right: unset;
        padding-top: 30px
    }
}

.thim-list-video.style-1 .video_title .text {
    font-size: 36px;
    margin: 0
}

@media (max-width:576px) {
    .thim-list-video.style-1 .video_title .text {
        font-size: 28px
    }
}

.thim-list-video.style-1 .video_title i {
    font-size: 70px;
    margin-right: 10px
}

@media (max-width:576px) {
    .thim-list-video.style-1 .video_title i {
        font-size: 50px
    }
}

.thim-list-video.style-1 .video-item {
    position: absolute;
    display: inline-block
}

@media (max-width:1440px) {
    .thim-list-video.style-1 .video-item {
        max-width: 550px
    }
}

@media (max-width:1024px) {
    .thim-list-video.style-1 .video-item {
        max-width: 450px
    }
}

@media (max-width:991px) {
    .thim-list-video.style-1 .video-item {
        max-width: 380px
    }
}

@media (max-width:767px) {
    .thim-list-video.style-1 .video-item {
        max-width: unset
    }
}

.thim-list-video.style-1 .video-item.item-0 {
    top: -47px;
    left: 9%
}

@media (max-width:1800px) {
    .thim-list-video.style-1 .video-item.item-0 {
        left: 6%
    }
}

@media (max-width:1600px) {
    .thim-list-video.style-1 .video-item.item-0 {
        left: 40px
    }
}

@media (max-width:767px) {
    .thim-list-video.style-1 .video-item.item-0 {
        display: none
    }
}

.thim-list-video.style-1 .video-item.item-1 {
    bottom: 0;
    left: 15%
}

@media (max-width:1800px) {
    .thim-list-video.style-1 .video-item.item-1 {
        left: 12%
    }
}

@media (max-width:1600px) {
    .thim-list-video.style-1 .video-item.item-1 {
        left: 80px
    }
}

@media (max-width:1600px) {
    .thim-list-video.style-1 .video-item.item-1 {
        left: 40px
    }
}

@media (max-width:767px) {
    .thim-list-video.style-1 .video-item.item-1 {
        left: 0;
        width: 100%;
        text-align: center;
        padding: 0 15px
    }

    .thim-list-video.style-1 .video-item.item-1 .thumb {
        max-width: 450px;
        margin: auto
    }

    .thim-list-video.style-1 .video-item.item-1 .thumb::before {
        opacity: 1;
        transform: scale(1)
    }

    .thim-list-video.style-1 .video-item.item-1 .thumb a {
        opacity: 1
    }
}

@media (max-width:576px) {
    .thim-list-video.style-1 .video-item.item-1 {
        position: relative;
        padding-top: 30px
    }
}

.thim-list-video.style-1 .video-item.item-2 {
    right: 14%;
    top: 180px
}

@media (max-width:1800px) {
    .thim-list-video.style-1 .video-item.item-2 {
        right: 10%
    }
}

@media (max-width:1600px) {
    .thim-list-video.style-1 .video-item.item-2 {
        right: 80px
    }
}

@media (max-width:1366px) {
    .thim-list-video.style-1 .video-item.item-2 {
        right: 40px
    }
}

@media (max-width:991px) {
    .thim-list-video.style-1 .video-item.item-2 {
        top: 100px
    }
}

@media (max-width:767px) {
    .thim-list-video.style-1 .video-item.item-2 {
        display: none
    }
}

.thim-list-video.style-2 {
    margin: 0 80px 105px 80px;
    min-height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative
}

@media (max-width:1440px) {
    .thim-list-video.style-2 {
        margin: 0 30px 70px 30px;
        min-height: 520px
    }
}

@media (max-width:1199px) {
    .thim-list-video.style-2 {
        margin: 0 0 20px 0
    }
}

@media (max-width:767px) {
    .thim-list-video.style-2 {
        margin: 0;
        min-height: unset;
        display: flex;
        justify-content: center
    }
}

.thim-list-video.style-2 .video_title {
    position: absolute;
    top: 140px;
    left: 16.5%;
    display: flex;
    align-items: center
}

@media (max-width:1440px) {
    .thim-list-video.style-2 .video_title {
        top: 80px
    }
}

@media (max-width:991px) {
    .thim-list-video.style-2 .video_title {
        left: 30px
    }
}

@media (max-width:767px) {
    .thim-list-video.style-2 .video_title {
        top: 50px
    }
}

@media (max-width:576px) {
    .thim-list-video.style-2 .video_title {
        left: 15px;
        top: 45px
    }
}

.thim-list-video.style-2 .video_title .text {
    font-size: 36px;
    margin: 0;
    text-transform: capitalize
}

@media (max-width:767px) {
    .thim-list-video.style-2 .video_title .text {
        font-size: 28px
    }
}

@media (max-width:576px) {
    .thim-list-video.style-2 .video_title .text {
        font-size: 18px
    }
}

.thim-list-video.style-2 .video_title i {
    display: none
}

.thim-list-video.style-2 .video-link {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    padding: 10px 20px;
    background: #fff;
    position: absolute;
    display: inline-block;
    top: 140px;
    right: 17%;
    box-shadow: rgba(111, 111, 111, 0.1) 0 4px 10px 0;
    font-family: var(--thim_font_title-font-family)
}

@media (max-width:1440px) {
    .thim-list-video.style-2 .video-link {
        top: 80px
    }
}

@media (max-width:991px) {
    .thim-list-video.style-2 .video-link {
        right: 30px
    }
}

@media (max-width:767px) {
    .thim-list-video.style-2 .video-link {
        top: 50px;
        padding: 10px 20px;
        font-size: 16px
    }
}

@media (max-width:576px) {
    .thim-list-video.style-2 .video-link {
        top: 40px;
        right: 15px;
        padding: 5px 12px;
        font-size: 14px
    }
}

.thim-list-video.style-2 .video-link:hover {
    color: #fff;
    background: #000
}

.thim-list-video.style-2 .video-item {
    position: absolute;
    display: inline-block
}

@media (max-width:1440px) {
    .thim-list-video.style-2 .video-item {
        max-width: 550px
    }
}

@media (max-width:1199px) {
    .thim-list-video.style-2 .video-item {
        max-width: 400px
    }
}

@media (max-width:991px) {
    .thim-list-video.style-2 .video-item:hover {
        z-index: 1
    }
}

@media (max-width:767px) {
    .thim-list-video.style-2 .video-item {
        max-width: unset
    }
}

.thim-list-video.style-2 .video-item.item-0 {
    left: 7%;
    bottom: -70px
}

@media (max-width:1440px) {
    .thim-list-video.style-2 .video-item.item-0 {
        left: 2%
    }
}

@media (max-width:1199px) {
    .thim-list-video.style-2 .video-item.item-0 {
        bottom: 0
    }
}

@media (max-width:767px) {
    .thim-list-video.style-2 .video-item.item-0 {
        display: none
    }
}

.thim-list-video.style-2 .video-item.item-1 {
    left: 28.5%;
    bottom: 22px
}

@media (max-width:1199px) {
    .thim-list-video.style-2 .video-item.item-1 {
        bottom: 80px
    }
}

@media (max-width:767px) {
    .thim-list-video.style-2 .video-item.item-1 {
        position: relative;
        bottom: unset;
        left: unset;
        padding: 150px 15px 50px 15px
    }
}

@media (max-width:576px) {
    .thim-list-video.style-2 .video-item.item-1 {
        padding: 110px 15px 40px 15px
    }
}

.thim-list-video.style-2 .video-item.item-2 {
    right: 9%;
    bottom: -105px
}

@media (max-width:1440px) {
    .thim-list-video.style-2 .video-item.item-2 {
        right: 2%;
        bottom: -70px
    }
}

@media (max-width:1199px) {
    .thim-list-video.style-2 .video-item.item-2 {
        bottom: -20px
    }
}

@media (max-width:767px) {
    .thim-list-video.style-2 .video-item.item-2 {
        display: none
    }
}

.thim-slider-posts {
    position: relative
}

.thim-slider-posts .widget-title {
    font-size: 36px;
    margin-bottom: 60px;
    margin-top: 0
}

@media (max-width:991px) {
    .thim-slider-posts .widget-title {
        margin-bottom: 100px
    }
}

@media (max-width:767px) {
    .thim-slider-posts .widget-title {
        margin-bottom: 55px;
        font-size: 30px
    }
}

.thim-slider-posts .wrapper-line-heading .widget-title:after {
    display: none
}

.thim-slider-posts .wrapper-line-heading .widget-title .line-heading {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0)
}

.thim-slider-posts.slider-1 {
    padding-bottom: 15px
}

@media (max-width:991px) {
    .thim-slider-posts.slider-1 {
        padding-bottom: 0
    }
}

@media (max-width:767px) {
    .thim-slider-posts.slider-1 .widget-title {
        margin-bottom: 10px
    }
}

.thim-slider-posts.slider-1 .bg-title {
    position: absolute;
    writing-mode: vertical-rl;
    bottom: 0;
    right: 190px;
    right: 10%;
    font-size: 115px;
    color: rgba(0, 0, 0, 0.05);
    margin-bottom: 0;
    margin-top: 0
}

@media (max-width:1439px) {
    .thim-slider-posts.slider-1 .bg-title {
        right: 3%
    }
}

@media (max-width:1199px) {
    .thim-slider-posts.slider-1 .bg-title {
        font-size: 94px;
        right: 15px
    }
}

@media (max-width:991px) {
    .thim-slider-posts.slider-1 .bg-title {
        font-size: 87px;
        right: 5px
    }
}

@media (max-width:900px) {
    .thim-slider-posts.slider-1 .bg-title {
        font-size: 75px;
        right: 5px
    }
}

@media (max-width:767px) {
    .thim-slider-posts.slider-1 .bg-title {
        display: none
    }
}

.thim-slider-posts.slider-1 .slider-post-swapper {
    margin-left: 60px;
    background: #f7f7f7
}

@media (max-width:1439px) {
    .thim-slider-posts.slider-1 .slider-post-swapper {
        margin-left: 0px
    }
}

.thim-slider-posts.slider-1 .slider-post {
    display: flex;
    align-items: center;
    transform: translateX(-30px)
}

@media (max-width:1439px) {
    .thim-slider-posts.slider-1 .slider-post {
        transform: unset
    }
}

@media (max-width:767px) {
    .thim-slider-posts.slider-1 .slider-post {
        display: block
    }
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-image {
    width: 58%;
    max-width: 670px;
    transform: translateY(-50px)
}

@media (max-width:991px) {
    .thim-slider-posts.slider-1 .slider-post .thim-slider-image {
        transform: translateY(-30px)
    }
}

@media (max-width:767px) {
    .thim-slider-posts.slider-1 .slider-post .thim-slider-image {
        width: 100%;
        max-width: unset;
        transform: unset;
        margin-top: 15px
    }
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-image .article-image a {
    display: block
}

@media (max-width:767px) {
    .thim-slider-posts.slider-1 .slider-post .thim-slider-image .article-image a img {
        width: 100%
    }
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-info {
    width: 42%;
    padding-left: 50px
}

@media (max-width:991px) {
    .thim-slider-posts.slider-1 .slider-post .thim-slider-info {
        padding-left: 30px
    }
}

@media (max-width:767px) {
    .thim-slider-posts.slider-1 .slider-post .thim-slider-info {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
        margin-bottom: 25px
    }
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-info .slick-list {
    max-width: 370px;
    margin-right: -30px
}

@media (max-width:767px) {
    .thim-slider-posts.slider-1 .slider-post .thim-slider-info .slick-list {
        max-width: 600px
    }
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-info .item {
    margin-right: 30px
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-info .item .title {
    margin-top: 0;
    line-height: 1.3
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-info .item .title a {
    display: inline-block;
    font-size: 18px
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-info .item .title a:hover {
    color: var(--thim_body_primary_color)
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-info .item .date {
    margin-right: 25px
}

@media (max-width:991px) {
    .thim-slider-posts.slider-1 .slider-post .thim-slider-info .item .date {
        margin-right: 15px
    }
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-info .item .date,
.thim-slider-posts.slider-1 .slider-post .thim-slider-info .item .author {
    display: inline-flex;
    margin-bottom: 10px;
    line-height: 1.5;
    align-items: center
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-info .item .date i,
.thim-slider-posts.slider-1 .slider-post .thim-slider-info .item .author i {
    font-size: 18px;
    color: var(--thim_body_primary_color);
    margin-right: 5px
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-info .item .date a,
.thim-slider-posts.slider-1 .slider-post .thim-slider-info .item .author a {
    color: inherit
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-info .item .date a:hover,
.thim-slider-posts.slider-1 .slider-post .thim-slider-info .item .author a:hover {
    color: var(--thim_body_primary_color)
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-info .item p {
    opacity: 0.7
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-info .slick-dots {
    list-style-type: none;
    margin: 40px 0 0 0
}

@media (max-width:991px) {
    .thim-slider-posts.slider-1 .slider-post .thim-slider-info .slick-dots {
        margin-top: 20px
    }
}

@media (max-width:767px) {
    .thim-slider-posts.slider-1 .slider-post .thim-slider-info .slick-dots {
        margin: -16px 0 60px
    }
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-info .slick-dots li {
    cursor: pointer;
    display: inline-block;
    display: inline-block;
    line-height: 1;
    width: 11px;
    height: 11px;
    background: #dedede;
    transform: rotate(45deg);
    margin: 0px 5px
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-info .slick-dots li.slick-active,
.thim-slider-posts.slider-1 .slider-post .thim-slider-info .slick-dots li:hover {
    background: var(--thim_body_primary_color)
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-info .slick-dots li button {
    font-size: 0;
    position: relative;
    line-height: 1;
    border: none
}

.thim-slider-posts.slider-2 .widget-title {
    margin-bottom: 20px
}

.thim-slider-posts.slider-2 .slider-post .slick-list {
    padding-left: 0 !important
}

.thim-slider-posts.slider-2 .item {
    position: relative;
    margin-bottom: 70px
}

@media (max-width:767px) {
    .thim-slider-posts.slider-2 .item {
        margin-bottom: 50px
    }
}

.thim-slider-posts.slider-2 .item .article-image {
    display: flex;
    margin-right: 30px
}

@media (max-width:767px) {
    .thim-slider-posts.slider-2 .item .article-image {
        margin-right: 15px
    }
}

.thim-slider-posts.slider-2 .item .article-image a {
    display: inline-block
}

.thim-slider-posts.slider-2 .item .post-content {
    position: absolute;
    top: 50%;
    right: 80px;
    max-width: 450px;
    padding: 30px;
    transform: translateY(-50%);
    background: #fff
}

@media (max-width:1199px) {
    .thim-slider-posts.slider-2 .item .post-content {
        right: 50px;
        max-width: 400px
    }
}

@media (max-width:991px) {
    .thim-slider-posts.slider-2 .item .post-content {
        right: unset;
        left: 30px;
        top: unset;
        bottom: 30px;
        transform: unset;
        width: 80%
    }
}

@media (max-width:767px) {
    .thim-slider-posts.slider-2 .item .post-content {
        left: 20px;
        right: 35px;
        bottom: 20px;
        max-width: 100%;
        width: auto
    }
}

@media (max-width:480px) {
    .thim-slider-posts.slider-2 .item .post-content {
        padding: 15px;
        left: 15px;
        right: 30px;
        bottom: 15px
    }
}

.thim-slider-posts.slider-2 .item .post-content .title {
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 15px
}

@media (max-width:767px) {
    .thim-slider-posts.slider-2 .item .post-content .title {
        font-size: 22px;
        line-height: 1.2
    }
}

.thim-slider-posts.slider-2 .item .post-content .title a {
    display: inline-block
}

.thim-slider-posts.slider-2 .item .post-content .title a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

.thim-slider-posts.slider-2 .item .post-content .date {
    margin-right: 25px
}

@media (max-width:480px) {
    .thim-slider-posts.slider-2 .item .post-content .date {
        margin-right: 5px
    }
}

.thim-slider-posts.slider-2 .item .post-content .date,
.thim-slider-posts.slider-2 .item .post-content .author {
    display: inline-flex;
    margin-bottom: 10px;
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 400
}

@media (max-width:576px) {

    .thim-slider-posts.slider-2 .item .post-content .date,
    .thim-slider-posts.slider-2 .item .post-content .author {
        margin-bottom: 5px
    }
}

@media (max-width:400px) {

    .thim-slider-posts.slider-2 .item .post-content .date,
    .thim-slider-posts.slider-2 .item .post-content .author {
        font-size: 12px
    }

    .thim-slider-posts.slider-2 .item .post-content .date i,
    .thim-slider-posts.slider-2 .item .post-content .author i {
        font-size: 12px
    }
}

.thim-slider-posts.slider-2 .item .post-content .date i,
.thim-slider-posts.slider-2 .item .post-content .author i {
    font-size: 14px;
    line-height: 1.5;
    display: inline-flex;
    align-items: center;
    color: var(--thim_body_primary_color);
    margin-right: 5px
}

.thim-slider-posts.slider-2 .item .post-content .date a,
.thim-slider-posts.slider-2 .item .post-content .author a {
    color: inherit
}

.thim-slider-posts.slider-2 .item .post-content .date a:hover,
.thim-slider-posts.slider-2 .item .post-content .author a:hover {
    color: var(--thim_body_primary_color)
}

.thim-slider-posts.slider-2 .item .post-content p {
    color: #444
}

@media (max-width:767px) {
    .thim-slider-posts.slider-2 .item .post-content p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical
    }
}

.thim-slider-posts.slider-2 .slick-prev {
    display: none !important
}

.thim-slider-posts.slider-2 .slick-next {
    border: none;
    background: transparent;
    font-size: 70px;
    top: 50%;
    left: 8.5%;
    transform: translateY(calc(-50% - 35px));
    position: absolute
}

@media (max-width:1650px) {
    .thim-slider-posts.slider-2 .slick-next {
        left: 4%
    }
}

@media (max-width:1439px) {
    .thim-slider-posts.slider-2 .slick-next {
        left: 0px;
        font-size: 50px
    }
}

@media (max-width:1199px) {
    .thim-slider-posts.slider-2 .slick-next {
        display: none !important
    }
}

.thim-slider-posts.slider-2 .slick-next:hover i {
    color: var(--thim_body_primary_color)
}

.thim-slider-posts.slider-2 .slick-dots {
    list-style-type: none;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.thim-slider-posts.slider-2 .slick-dots li {
    cursor: pointer;
    display: inline-block;
    display: inline-block;
    line-height: 1;
    width: 11px;
    height: 11px;
    background: #dedede;
    transform: rotate(45deg);
    margin: 0px 5px
}

.thim-slider-posts.slider-2 .slick-dots li.slick-active,
.thim-slider-posts.slider-2 .slick-dots li:hover {
    background: transparent;
    border: 1px solid #000
}

.thim-slider-posts.slider-2 .slick-dots li button {
    font-size: 0;
    position: relative;
    line-height: 1;
    border: none
}

.single-post-swapper .widget-title {
    font-size: 36px;
    margin-bottom: 50px
}

@media (max-width:767px) {
    .single-post-swapper .widget-title {
        font-size: 28px
    }
}

.single-post-swapper .post-title {
    position: relative
}

.single-post-swapper .post-title .widget-title {
    margin-top: 0
}

.single-post-swapper .post-title .view-link {
    position: absolute;
    right: 15px;
    top: 15px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-family: var(--thim_font_title-font-family)
}

@media (max-width:480px) {
    .single-post-swapper .post-title .view-link {
        text-transform: capitalize
    }
}

.single-post-swapper .post-title .view-link:hover {
    color: var(--thim_body_primary_color)
}

.single-post-swapper .post-title .view-link:hover::before {
    content: none
}

.single-post-swapper .post-title .view-link::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
    left: 0;
    bottom: 0
}

.single-post-swapper .post-title .view-link i {
    margin-left: 15px;
    font-size: 18px
}

@media (max-width:480px) {
    .single-post-swapper .post-title .view-link i {
        margin-left: 5px
    }
}

.thim-single-post.base {
    margin-top: 45px
}

@media (max-width:1199px) {
    .thim-single-post.base {
        margin-top: 25px
    }
}

@media (max-width:768px) {
    .thim-single-post.base {
        margin-top: 0
    }
}

.thim-single-post.base.bg-color.right {
    background-image: linear-gradient(to left, #f7f7f7, #fff)
}

.thim-single-post.base.bg-color.left {
    background-image: linear-gradient(to right, #f7f7f7, #fff)
}

.thim-single-post.base.left .post-item {
    flex-direction: row-reverse
}

.thim-single-post.base.left .post-item .article-image {
    padding-right: 0;
    padding-left: 20px
}

@media (max-width:767px) {
    .thim-single-post.base.left .post-item .article-image {
        padding-left: unset
    }
}

.thim-single-post.base.left .post-item .post-info {
    text-align: right;
    padding: 30px 20px 40px 0px
}

@media (max-width:767px) {
    .thim-single-post.base.left .post-item .post-info {
        text-align: left
    }
}

@media (max-width:767px) {
    .thim-single-post.base.left .post-item .post-info {
        padding: 15px 0 40px 0
    }
}

.thim-single-post.base.left .post-item .post-info .post-link {
    padding-left: 20px;
    padding-right: unset
}

.thim-single-post.base.left .post-item .post-info .post-link::before {
    right: unset;
    left: 0;
    transform: translate(-100%, -50%)
}

@media (max-width:767px) {
    .thim-single-post.base.left .post-item .post-info .post-link::before {
        right: 0;
        left: unset;
        transform: translate(100%, -50%)
    }
}

@media (max-width:767px) {
    .thim-single-post.base.left .post-item .post-info .post-link {
        padding-right: 20px;
        padding-left: unset
    }
}

.thim-single-post.base .post-item {
    display: flex;
    align-items: center
}

@media (max-width:767px) {
    .thim-single-post.base .post-item {
        display: block
    }
}

.thim-single-post.base .post-item .article-image {
    width: 57%;
    padding-right: 20px;
    transform: translateY(-45px)
}

@media (max-width:768px) {
    .thim-single-post.base .post-item .article-image {
        transform: translateY(0)
    }
}

@media (max-width:767px) {
    .thim-single-post.base .post-item .article-image {
        width: 100%;
        padding-right: unset
    }
}

.thim-single-post.base .post-item .article-image a {
    display: block;
    position: relative
}

@media (max-width:767px) {
    .thim-single-post.base .post-item .article-image a img {
        width: 100%
    }
}

.thim-single-post.base .post-item .article-image a i {
    font-size: 0
}

.thim-single-post.base .post-item .post-info {
    width: 43%;
    padding: 30px 0 40px 20px;
    max-width: 400px
}

@media (max-width:991px) {
    .thim-single-post.base .post-item .post-info {
        padding: 20px 0 30px 20px
    }
}

@media (max-width:767px) {
    .thim-single-post.base .post-item .post-info {
        width: 100%;
        padding: 15px 0 20px 0;
        max-width: unset
    }
}

.thim-single-post.base .post-item .post-info .title {
    font-size: 24px;
    margin-top: 0
}

.thim-single-post.base .post-item .post-info .title a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

.thim-single-post.base .post-item .post-info .post-extra {
    font-size: 14px;
    font-weight: normal;
    color: #7a7a7a
}

.thim-single-post.base .post-item .post-info .date {
    margin-right: 25px
}

.thim-single-post.base .post-item .post-info .date,
.thim-single-post.base .post-item .post-info .author {
    display: inline-flex;
    margin-bottom: 10px;
    align-items: center
}

.thim-single-post.base .post-item .post-info .date i,
.thim-single-post.base .post-item .post-info .author i {
    font-size: 18px;
    color: var(--thim_body_primary_color);
    margin-right: 5px
}

.thim-single-post.base .post-item .post-info .date a,
.thim-single-post.base .post-item .post-info .author a {
    color: inherit
}

.thim-single-post.base .post-item .post-info .date a:hover,
.thim-single-post.base .post-item .post-info .author a:hover {
    color: var(--thim_body_primary_color)
}

.thim-single-post.base .post-item .post-info .post-link {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    margin: 35px 0;
    display: inline-block;
    position: relative;
    padding-right: 20px;
    font-size: 14px;
    font-family: var(--thim_font_title-font-family)
}

@media (max-width:991px) {
    .thim-single-post.base .post-item .post-info .post-link {
        margin: 10px 0 0 0
    }
}

.thim-single-post.base .post-item .post-info .post-link:hover {
    color: var(--thim_body_primary_color)
}

.thim-single-post.base .post-item .post-info .post-link::before {
    position: absolute;
    content: "";
    width: 36px;
    height: 2px;
    top: 50%;
    right: 0;
    transform: translate(100%, -50%);
    background: var(--thim_body_primary_color)
}

.thim-single-post.base .post-item .post-info .des {
    max-height: 3.5em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.thim-single-post.style-1 .post-item .article-image {
    position: relative
}

.thim-single-post.style-1 .post-item .article-image:hover::before {
    opacity: 1
}

.thim-single-post.style-1 .post-item .article-image::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0
}

.thim-single-post.style-1 .post-item .article-image a {
    display: inline-block;
    width: 100%
}

.thim-single-post.style-1 .post-item .article-image a img {
    width: 100%
}

.thim-single-post.style-1 .post-item .article-image .post-info {
    position: absolute;
    padding: 35px;
    background: #fff;
    bottom: 60px;
    max-width: 390px;
    width: 90%
}

@media (max-width:1439px) {
    .thim-single-post.style-1 .post-item .article-image .post-info {
        bottom: 30px;
        padding: 30px
    }
}

@media (max-width:1199px) {
    .thim-single-post.style-1 .post-item .article-image .post-info {
        max-width: 350px;
        padding: 20px;
        bottom: 15px
    }
}

@media (max-width:850px) {
    .thim-single-post.style-1 .post-item .article-image .post-info {
        inset: 20px;
        max-width: 100%;
        width: auto;
        min-width: unset
    }

    .thim-single-post.style-1 .post-item .article-image .post-info .des p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

.thim-single-post.style-1 .post-item .article-image .post-info .title {
    margin-top: 0;
    font-size: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px
}

.thim-single-post.style-1 .post-item .article-image .post-info .des {
    font-size: 16px;
    color: #888888
}

.thim-single-post.style-1 .post-item .article-image .post-info .link {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    margin-top: 20px;
    gap: 20px;
    position: relative;
    width: auto
}

@media (max-width:1439px) {
    .thim-single-post.style-1 .post-item .article-image .post-info .link {
        margin-top: 15px
    }
}

@media (max-width:480px) {
    .thim-single-post.style-1 .post-item .article-image .post-info .link {
        margin-top: 1rem
    }
}

.thim-single-post.style-1 .post-item .article-image .post-info .link:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

.thim-single-post.style-1 .post-item .article-image .post-info .link::after {
    content: "";
    width: 37px;
    height: 1px;
    top: 50%;
    right: 0;
    background: var(--thim_body_primary_color)
}

.thim-single-post.style-1.left .post-info {
    left: 60px
}

@media (max-width:1439px) {
    .thim-single-post.style-1.left .post-info {
        left: 30px
    }
}

@media (max-width:1199px) {
    .thim-single-post.style-1.left .post-info {
        left: 15px
    }
}

.thim-single-post.style-1.right .post-info {
    right: 60px;
    text-align: right
}

@media (max-width:1439px) {
    .thim-single-post.style-1.right .post-info {
        right: 30px
    }
}

@media (max-width:1199px) {
    .thim-single-post.style-1.right .post-info {
        right: 15px
    }
}

.thim-single-post.style-1.right .post-item .article-image .post-info .link {
    flex-direction: row-reverse
}

.thim-single-post .widget-title {
    font-size: 36px
}

.style-flex.thim-ekits-post__thumbnail-position-left .thim-ekits-post__article {
    align-items: center
}

.style-flex .thim-ekits-post__read-more {
    transition: 0.3s;
    position: relative
}

.style-flex .thim-ekits-post__read-more:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 0%;
    bottom: -2px;
    transition: 0.3s;
    background-color: #000
}

.style-flex .thim-ekits-post__read-more:hover:before {
    width: 100%
}

.style-flex.thim-ekits-post__thumbnail-position-left .thim-ekits-post__thumbnail {
    overflow: hidden
}

.style-flex.thim-ekits-post__thumbnail-position-left .thim-ekits-post__thumbnail img {
    transition: 0.8s
}

.style-flex.thim-ekits-post__thumbnail-position-left .thim-ekits-post__thumbnail:hover img {
    transform: scale(1.1)
}

@media (min-width:768px) {
    .style-flex.thim-ekits-post__thumbnail-position-left .thim-ekits-post__article:nth-child(even) {
        flex-direction: row-reverse
    }
}

.style-flex.thim-ekits-post__thumbnail-position-left .thim-ekits-post__article:nth-child(even) .thim-ekits-post__content {
    text-align: right
}

.style-flex.thim-ekits-post__thumbnail-position-left .thim-ekits-post__article:nth-child(even) .thim-ekits-post__content .thim-ekits-post__meta {
    justify-content: flex-end
}

body {
    -webkit-font-smoothing: antialiased
}

body input:focus {
    box-shadow: none;
    outline: none
}

body input:focus[type=text]::-webkit-input-placeholder,
body input:focus[type=email]::-webkit-input-placeholder {
    color: transparent
}

body input:focus[type=text]:-moz-placeholder,
body input:focus[type=email]:-moz-placeholder {
    color: transparent
}

body input:focus[type=text]::-moz-placeholder,
body input:focus[type=email]::-moz-placeholder {
    color: transparent
}

body input:focus[type=text]:-ms-input-placeholder,
body input:focus[type=email]:-ms-input-placeholder {
    color: transparent
}

body textarea:focus::-webkit-input-placeholder {
    color: transparent
}

body textarea:focus:-moz-placeholder {
    color: transparent
}

body textarea:focus::-moz-placeholder {
    color: transparent
}

body textarea:focus:-ms-input-placeholder {
    color: transparent
}

body select:focus {
    box-shadow: none;
    outline: none
}

.hotel-booking-search input,
.hotel-booking-search select,
.hotel-booking-search textarea,
.hotel-booking-search button {
    box-shadow: none;
    outline: none;
    height: 44px
}

.hotel-booking-search input[type=checkbox] {
    position: relative
}

.tp-caption.thim-slider-button.rev-btn {
    border-width: 1px !important
}

.tablebox {
    display: table;
    width: 100%
}

.tablebox__item {
    display: table-cell;
    vertical-align: middle
}

.article__parallax .tablebox {
    position: absolute;
    z-index: 10;
    text-align: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block
}

.article__parallax .tablebox:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.article__parallax .tablebox .tablebox__item {
    vertical-align: middle;
    z-index: 3;
    position: relative;
    display: inline-block;
    width: 99%
}

.article__parallax .tablebox .tablebox__item:before {
    content: " ";
    display: table
}

.article__parallax .sc-heading .heading__primary {
    color: #fff
}

.article__parallax .sc-heading {
    pointer-events: auto
}

.article__parallax .heading__primary,
.article__parallax .heading__secondary {
    pointer-events: none
}

.row__parallax {
    background: transparent
}

.article__parallax {
    background-repeat: no-repeat
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

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

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -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-dots {
    width: 100%;
    text-align: center
}

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

.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #a6a4a5;
    margin: 5px;
    cursor: pointer
}

.owl-carousel .owl-buttons .owl-prev,
.owl-carousel .owl-buttons .owl-next {
    position: absolute;
    top: -55px;
    font-size: 40px;
    color: #d7d7d7;
    cursor: pointer
}

.owl-carousel .owl-buttons .owl-prev span,
.owl-carousel .owl-buttons .owl-next span {
    position: relative
}

.owl-carousel .owl-buttons .owl-prev span:after,
.owl-carousel .owl-buttons .owl-next span:after {
    width: 24px;
    height: 1px;
    background: #d7d7d7;
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -1px
}

.owl-carousel .owl-buttons .owl-prev {
    left: -17px;
    text-align: left
}

.owl-carousel .owl-buttons .owl-prev span:after {
    right: -1px
}

.owl-carousel .owl-buttons .owl-next {
    right: -17px;
    text-align: right
}

.owl-carousel .owl-buttons .owl-next span:after {
    left: -1px
}

.thim-widget-gallery-images {
    text-align: center
}

.border-widget .widget.so-panel {
    border: 1px solid var(--thim_body_border_color);
    padding: 30px 30px 0 30px;
    margin-bottom: 60px;
    min-height: 417px
}

.border-widget .widget.so-panel .widget-title {
    text-align: center;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px
}

.border-widget .widget.so-panel .widget-title i {
    float: right;
    color: #35aadc;
    font-size: 20px
}

ul.tweet {
    margin: 0
}

ul.tweet li {
    position: relative;
    margin-bottom: 10px;
    list-style: none
}

ul.tweet li .tweet-time {
    display: block;
    margin-top: 8px;
    color: #999;
    font-size: 12px;
    font-style: italic
}

.newletter.newletter-new .mc4wp-form input[type=email],
.newletter.newletter-new .mc4wp-form input[type=text] {
    background: #ededed
}

.newletter .widget-title:before {
    display: none;
    margin-bottom: 20px
}

.newletter .mc4wp-form {
    margin: 15px 0 20px
}

.newletter .mc4wp-form input[type=email],
.newletter .mc4wp-form input[type=text] {
    width: 240px;
    border: none;
    padding: 0 15px;
    line-height: 40px;
    display: inline-block;
    background: #fff;
    max-width: 100%;
    margin-right: 8px;
    height: 44px;
    color: var(--thim_font_body-color);
    border-radius: unset;
    margin-left: 3px
}

@media (max-width:1199px) {

    .newletter .mc4wp-form input[type=email],
    .newletter .mc4wp-form input[type=text] {
        width: 100%
    }
}

.newletter .mc4wp-form input[type=email]::placeholder,
.newletter .mc4wp-form input[type=text]::placeholder {
    color: #7a7a7a
}

.newletter .mc4wp-form input[type=email]:focus,
.newletter .mc4wp-form input[type=text]:focus {
    color: var(--thim_font_body-color)
}

.newletter .mc4wp-form input[type=submit] {
    line-height: 40px;
    padding: 2px 20px;
    border: none;
    font-weight: 500;
    color: #fff;
    border-radius: unset;
    display: inline-block;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 14px
}

@media (max-width:991px) {
    .newletter .mc4wp-form input[type=submit] {
        padding: 2px 15px
    }
}

.thim-list-posts.homepage .item-post {
    overflow: hidden;
    margin-bottom: 30px
}

@media (max-width:767px) {
    .thim-list-posts.homepage .item-post {
        margin-bottom: 20px
    }
}

.thim-list-posts.homepage .article-date {
    line-height: 26px;
    width: 60px;
    color: #fff;
    text-align: center;
    margin-right: 20px;
    float: left;
    padding: 6px 0 2px
}

.thim-list-posts.homepage .article-date .day {
    display: block;
    font-size: 25px;
    font-weight: 700
}

.thim-list-posts.homepage .article-date .month {
    font-size: 14px
}

.thim-list-posts.homepage .article-date .year {
    display: none
}

.thim-list-posts.homepage .article-title-wrapper {
    position: relative;
    width: 78%;
    width: calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    min-height: 60px;
    float: right
}

.thim-list-posts.homepage .article-title-wrapper h5 {
    margin-top: 0;
    margin-bottom: 5px
}

.thim-list-posts.homepage .article-title-wrapper .comment-total,
.thim-list-posts.homepage .article-title-wrapper .author {
    display: block;
    margin-bottom: 5px
}

.thim-list-posts.homepage .article-title-wrapper .comment-total i,
.thim-list-posts.homepage .article-title-wrapper .author i {
    font-size: 20px;
    color: var(--thim_body_primary_color);
    margin-right: 5px
}

.thim-list-posts.homepage .article-title-wrapper .comment-total a,
.thim-list-posts.homepage .article-title-wrapper .author a {
    color: inherit
}

.thim-list-posts.homepage .article-title-wrapper .comment-total a:hover,
.thim-list-posts.homepage .article-title-wrapper .author a:hover {
    color: var(--thim_body_primary_color)
}

.thim-list-posts.homepage .article-title-wrapper .comment-total {
    display: none
}

.thim-list-posts.homepage .link_read_more a {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--thim_font_title-font-family);
    text-transform: uppercase;
    color: var(--thim_font_title-color);
    border-bottom: 1px solid
}

.thim-list-posts.homepage .link_read_more a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

.rtl .thim-list-posts.homepage .article-title-wrapper {
    float: left
}

.rtl .thim-list-posts.homepage .article-date {
    margin-left: 20px;
    margin-right: 0
}

.flexslider {
    position: relative;
    overflow: hidden
}

.flexslider ul,
.flexslider li,
.flexslider ul ul {
    margin: 0
}

.flexslider li {
    list-style: none
}

.flexslider .flex-direction-nav {
    margin: 0
}

.flexslider .flex-direction-nav a {
    position: absolute;
    z-index: 9;
    margin: 0;
    top: 50%;
    margin-top: -35px;
    cursor: pointer;
    width: 30px;
    height: 70px;
    background: #f7f7f7;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.flexslider .flex-direction-nav .flex-prev,
.flexslider .flex-direction-nav .flex-next {
    left: -36px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0
}

.flexslider .flex-direction-nav .flex-prev:before,
.flexslider .flex-direction-nav .flex-next:before {
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 22px;
    line-height: 70px;
    display: inline-block
}

.flexslider .flex-direction-nav .flex-next {
    right: -36px;
    left: auto
}

.flexslider .flex-direction-nav .flex-next:before {
    content: "\f105"
}

.flexslider:hover .flex-direction-nav .flex-prev {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    left: 0
}

.flexslider:hover .flex-direction-nav .flex-next {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    right: 0
}

.elementor-widget-thim-list-post-slider .widget-title,
.thim-widget-list-post-slider .widget-title {
    padding: 0 40px
}

.thim-social a {
    font-size: 14px;
    color: #000
}

.thim-social ul.social_link {
    margin: 0 -10px
}

.thim-social ul.social_link li {
    display: inline-block;
    margin: 0 10px;
    list-style: none;
    padding: 0
}

.thim-social ul.social_link li a.foursquare:hover {
    color: #f94877
}

.thim-social ul.social_link li a.yelp:hover {
    color: #af0606
}

.thim-social ul.social_link li a.facebook:hover,
.thim-social ul.social_link li a.face:hover {
    color: #4867aa
}

.thim-social ul.social_link li a.twitter:hover {
    color: #00aced
}

.thim-social ul.social_link li a.instagram:hover {
    color: #e4405f
}

.thim-social ul.social_link li a.google-plus:hover,
.thim-social ul.social_link li a.google:hover {
    color: #eb4026
}

.thim-social ul.social_link li a.pinterest:hover {
    color: #ca212a
}

.thim-social ul.social_link li a.youtube:hover {
    color: #cd201f
}

.thim-social ul.social_link li a.flickr:hover {
    color: #ff0084
}

.thim-social ul.social_link li a.skype:hover {
    color: #00aff0
}

.thim-social ul.social_link li a.vimeo:hover {
    color: #1ab7ea
}

.thim-social ul.social_link li a.tumblr:hover {
    color: #34465d
}

.thim-social ul.social_link li a.linkedin:hover {
    color: #0077b5
}

.thim-social ul.social_link li a.dribble:hover {
    color: #ea4c89
}

.thim-social ul.social_link li a.tripadvisor:hover {
    color: #00af87
}

.thim-social.version-new ul.social_link li a.foursquare:hover {
    color: #f94877
}

.thim-social.version-new ul.social_link li a.yelp:hover {
    color: #af0606
}

.thim-social.version-new ul.social_link li a.facebook:hover {
    color: #4867aa
}

.thim-social.version-new ul.social_link li a.twitter:hover {
    color: #00aced
}

.thim-social.version-new ul.social_link li a.instagram:hover {
    color: #e4405f
}

.thim-social.version-new ul.social_link li a.google-plus:hover {
    color: #eb4026
}

.thim-social.version-new ul.social_link li a.pinterest:hover {
    color: #ca212a
}

.thim-social.version-new ul.social_link li a.youtube:hover {
    color: #cd201f
}

.thim-social.version-new ul.social_link li a.flickr:hover {
    color: #ff0084
}

.thim-social.version-new ul.social_link li a.skype:hover {
    color: #00aff0
}

.thim-social.version-new ul.social_link li a.vimeo:hover {
    color: #1ab7ea
}

.thim-social.version-new ul.social_link li a.tumblr:hover {
    color: #34465d
}

.thim-social.version-new ul.social_link li a.linkedin:hover {
    color: #0077b5
}

.thim-social.version-new ul.social_link li a.dribble:hover {
    color: #ea4c89
}

.thim-social.version-new ul.social_link li a.tripadvisor:hover {
    color: #00af87
}

.wpcf7-form {
    margin-top: 60px
}

.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
    width: 100%;
    border: 1px solid var(--thim_body_border_color);
    padding: 7px 15px;
    margin-bottom: 20px;
    line-height: 24px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-height: 44px
}

.wpcf7-form input {
    line-height: 24px
}

.wpcf7-form textarea {
    height: 200px
}

.wpcf7-form input[type=date] {
    padding: 2px 15px
}

.wpcf7-form input[type=date]::-webkit-inner-adjust-hue-button {
    -webkit-appearance: none;
    display: none
}

.wpcf7-form .wpcf7-submit {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--thim_font_title-font-family)
}

.wpcf7-form>p {
    position: relative
}

.wpcf7-form>p .wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(-50%, -50%)
}

.elementor-widget-thim-icon-box,
.thim-widget-icon-box {
    position: relative;
    overflow: hidden
}

.elementor-widget-thim-icon-box .wrapper-box-icon,
.thim-widget-icon-box .wrapper-box-icon {
    position: relative;
    z-index: 9
}

.elementor-widget-thim-icon-box video,
.thim-widget-icon-box video {
    position: absolute;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    max-height: 1000%;
    max-width: 1000%;
    width: auto;
    height: auto;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%)
}

.bg-video-play {
    width: 84px;
    height: 84px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    margin: -30px auto 0 auto;
    line-height: 105px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5);
    color: #fff
}

.bg-video-play:before {
    font: normal normal normal 40px/1 FontAwesome;
    content: "\f04b";
    margin-left: 12px
}

.bg-video-play.bg-pause {
    line-height: 100px
}

.bg-video-play.bg-pause:before {
    content: "\f04c";
    font-size: 36px;
    margin-left: 0
}

.parallax_images-mirror:after {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.4;
    background: #000
}

.top_site_main {
    position: relative;
    text-align: center;
    background: #222;
    color: #fff;
    text-transform: uppercase;
    min-height: 400px
}

.top_site_main.top-site-no-image {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 300px
}

.top_site_main.top-site-no-image .page-title-wrapper {
    position: static
}

.top_site_main.images_parallax {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.top_site_main.top-site-no-image-custom {
    min-height: 0
}

.top_site_main.no_top_site_main {
    display: none
}

.top_site_main.layout-2 {
    min-height: auto !important;
    background-image: none !important;
    padding: 0
}

.top_site_main.layout-2::before {
    content: none !important
}

.top_site_main.layout-2 .page-title-wrapper {
    position: unset
}

.top_site_main.layout-2 .page-title-wrapper::before {
    content: none
}

.top_site_main.layout-2 .page-title-wrapper .banner-wrapper {
    position: unset;
    text-align: left;
    transform: none
}

.top_site_main.layout-2 .page-title-wrapper .banner-wrapper #breadcrumbs {
    padding: 17px 0;
    font-size: 14px;
    display: flex;
    align-items: center
}

.top_site_main.layout-2 .page-title-wrapper .banner-wrapper #breadcrumbs a {
    font-size: 14px
}

.top_site_main.layout-2 .page-title-wrapper .banner-wrapper #breadcrumbs a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

.top_site_main.layout-2 .page-title-wrapper .banner-wrapper #breadcrumbs i {
    transform: rotate(45deg);
    font-size: 8px
}

.top_site_main.layout-2 .page-title-wrapper .banner-wrapper #breadcrumbs span.breadcrum-icon {
    margin: 0 20px;
    display: flex
}

.top_site_main img {
    width: 100%;
    height: auto
}

.top_site_main .page-title-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    height: 100%
}

.top_site_main .page-title-wrapper:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.top_site_main .page-title-wrapper .banner-wrapper .heading__secondary {
    text-transform: capitalize;
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 12px;
    opacity: 1 !important
}

@media (max-width:767px) {
    .top_site_main .page-title-wrapper .banner-wrapper .heading__secondary {
        font-size: 50px
    }
}

.top_site_main .page-title-wrapper .banner-wrapper .heading__primary {
    text-transform: none
}

.top_site_main .page-title-wrapper .banner-wrapper .banner-description {
    margin-top: 10px
}

.top_site_main .page-title-wrapper .banner-wrapper h1,
.top_site_main .page-title-wrapper .banner-wrapper h2 {
    margin-top: 0;
    color: inherit;
    display: inline-block;
    position: relative
}

.top_site_main .page-title-wrapper .banner-wrapper h1 span,
.top_site_main .page-title-wrapper .banner-wrapper h2 span {
    position: absolute;
    width: 100%;
    bottom: -5px;
    height: 2px;
    display: inline-block;
    left: 0
}

.thim-article-heading .heading__secondary {
    margin-top: 40px;
    font-weight: var(--thim_font_title-variant);
    font-size: var(--thim_font_h1-font-size);
    margin-bottom: 0
}

.thim-article-heading+.site-content {
    padding-top: 40px
}

.single-image.center {
    text-align: center
}

.single-image.right {
    text-align: right
}

.thim-widget-gallery-images .owl-carousel .owl-dots .owl-dot span {
    margin: 5px
}

.list-html-content {
    text-align: right;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 100px
}

.list-html-content .title-list h5 {
    font-size: 24px;
    margin: 0
}

.list-html-content .line-center {
    width: 2px;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
    bottom: 0;
    background: #7a7a7a
}

.list-html-content .line-center:after,
.list-html-content .line-center:before {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: "";
    background: #7a7a7a;
    position: absolute;
    left: 50%;
    margin-left: -6px
}

.list-html-content .line-center:after {
    bottom: 0
}

.list-html-content .col-sm-6:nth-child(2n) {
    text-align: left
}

.list-html-content .col-sm-6:nth-child(2n) .item-content .desc-list {
    float: left
}

.list-html-content .item-content {
    padding: 20px 45px
}

.list-html-content .item-content .desc-list {
    max-width: 340px;
    float: right;
    padding-top: 12px;
    padding-bottom: 17px
}

.page .comments-area {
    margin-left: 0
}

.show-separator {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    line-height: 20px
}

.show-separator:after,
.show-separator:before {
    margin-left: 10px;
    width: 60px;
    height: 2px;
    background: #fff;
    content: "";
    display: inline-block;
    position: relative;
    top: -4px
}

.show-separator:before {
    margin-left: 0;
    margin-right: 10px
}

.rev_slider .thim-heading-slider {
    font-weight: 400
}

.rev_slider .heading__secondary {
    margin-bottom: 10px
}

.rev_slider .tp-caption.rev-btn {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s
}

.tp-button.primary {
    padding: 12px 35px;
    font-size: 14px;
    text-shadow: 0 0 0 !important;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 700;
    letter-spacing: 1px
}

.error-404 {
    padding-bottom: 160px;
    padding-top: 160px;
    text-align: center
}

.error-404 .page-content {
    max-width: 780px;
    margin: 0 auto
}

.error-404 .page-content h3 {
    font-weight: 400;
    font-size: 24px
}

.images_parallax {
    background: transparent
}

.images_parallax img {
    opacity: 0
}

.wrapper-gallery-filter .item-photo .inner {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

.wrapper-gallery-filter .item-photo .inner a:before {
    position: absolute;
    width: 90px;
    height: 90px;
    right: 0;
    bottom: 0;
    border-left: 90px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 90px solid #000000;
    content: "";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 1
}

.wrapper-gallery-filter .item-photo .inner a:after {
    width: 20px;
    height: 20px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.14331 17.5292V15.6747H3.94258L7.95463 11.5021L6.69752 10.1947L2.68548 14.3673V11.0385H0.902344V17.5292H7.14331ZM11.1554 8.17332L15.1674 4.00075V7.32953H16.9505V0.838867H10.7096V2.69334H13.9103L9.89825 6.86592L11.1554 8.17332Z' fill='white'/%3E%3C/svg%3E%0A");
    color: #fff;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-align: center;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 2
}

.wrapper-gallery-filter .item-photo .inner a img {
    width: 100%;
    height: auto
}

.wrapper-gallery-filter .item-photo .inner:hover a:before,
.wrapper-gallery-filter .item-photo .inner:hover a:after {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

.wrapper-gallery-filter .item-photo .inner:hover a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.wrapper-gallery-filter .item-photo .inner img {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s
}

#sb_instagram {
    padding-bottom: 0 !important;
    margin-top: -10px
}

#sidebar #sb_instagram {
    margin-top: 0
}

#sb_instagram #sbi_images .sbi_photo_wrap {
    overflow: hidden
}

#sb_instagram #sbi_images .sbi_photo_wrap img {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s
}

#sb_instagram #sbi_images .sbi_photo_wrap:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

@media (max-width:480px) {

    #sb_instagram.sbi_col_10 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_6 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_7 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_8 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
        width: 50%
    }
}

.instagram-home2 #sbi_images {
    margin: 0 -10px
}

@media (max-width:780px) {
    .instagram-home2 #sbi_images {
        margin: unset
    }
}

@media (max-width:767px) {
    .instagram-home1 #sbi_images {
        padding: 5px !important
    }
}

.archive-content .sticky {
    background-color: #ececec;
    padding-left: 20px;
    padding-top: 20px;
    margin-bottom: 25px
}

.archive-content .sticky .share-post .social-share {
    border-color: #c2c2c2
}

.archive-content .sticky .share-post .social-share li {
    border-bottom: 1px solid #c2c2c2
}

.tp-bullets.preview4 {
    bottom: 30px !important
}

.tp-bullets.preview4 .bullet,
.tp-bullets.preview4 .bullet:hover {
    background: rgba(255, 255, 255, 0.5) !important;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    margin: 0 7px !important
}

.mobile-menu-open #main-content {
    position: relative;
    overflow: hidden;
    z-index: 99
}

.arrow-scroll {
    border: 2px solid #ffffff;
    border-radius: 12px;
    bottom: 50px;
    display: block;
    height: 34px;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 22px;
    z-index: 99;
    transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s
}

.arrow-scroll a {
    display: table;
    height: 33px;
    text-align: center;
    width: 18px
}

.arrow-scroll span.mouse {
    display: block;
    margin: auto !important;
    width: 2px;
    height: 6px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid transparent;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    text-indent: -999em;
    overflow: hidden
}

.arrow-scroll span.scroll-text {
    bottom: 40px;
    color: #ffffff;
    font-size: 10px;
    letter-spacing: 4px;
    line-height: 26px;
    position: absolute;
    text-transform: uppercase;
    transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    left: -88px;
    width: 200px
}

.arrow-scroll:hover span.scroll-text {
    letter-spacing: 6px !important;
    transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s !important;
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s !important;
    -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s !important
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: ""
}

@-moz-document url-prefix() {
    .wpcf7-form input[type=date] {
        padding: 7px 15px
    }

    .wpcf7-form select {
        padding: 11px 15px
    }
}

.beauty {
    width: 100%;
    position: relative;
    height: 650px;
    overflow: hidden
}

.beauty .video-container {
    height: auto;
    max-height: 844px
}

.beauty .beauty-intro {
    position: absolute;
    top: 38%;
    left: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 20;
    text-align: center
}

.beauty .beauty-intro h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase
}

.beauty .beauty-intro>p {
    text-transform: uppercase
}

.beauty .beauty-intro p {
    margin: 0;
    color: #fff
}

.beauty .beauty-intro p.watch {
    font-size: 12px;
    margin: 10px 0 0;
    font-style: normal;
    line-height: 16px
}

.beauty .beauty-bg {
    width: 100%
}

.beauty .video-popup {
    width: 80px;
    height: 80px;
    cursor: pointer;
    margin: 20px auto
}

.beauty .video-popup i {
    font-size: 80px;
    color: #fff
}

.beauty .video-popup:hover i:before {
    content: "\f01d"
}

.beauty .video-popup .watch {
    text-transform: uppercase
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.thim-our-service .list-check {
    margin: 0
}

.thim-our-service .list-check li {
    list-style: none;
    margin-bottom: 10px
}

.thim-our-service .list-check li:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f13a";
    margin-right: 10px
}

.width50 {
    width: 50%;
    float: left
}

.width50 p i {
    margin-right: 10px
}

.wrapper-filter-controls {
    text-align: center;
    margin-top: -10px;
    margin-bottom: 30px
}

.filter-controls {
    display: inline-block;
    padding: 0 10px
}

@media (max-width:767px) {
    .filter-controls {
        display: flex;
        max-width: 350px;
        overflow-x: scroll
    }
}

.filter-controls div,
.filter-controls .filter {
    display: inline-block;
    border-bottom: 1px solid transparent;
    margin: 0 20px -2px 20px;
    padding: 5px 0;
    text-transform: capitalize;
    cursor: pointer;
    font-size: var(--thim_font_h6-font-size);
    font-weight: var(--thim_font_title-variant);
    font-family: var(--thim_font_title-font-family)
}

.filter-controls div.active,
.filter-controls div:hover,
.filter-controls .filter.active,
.filter-controls .filter:hover {
    border-color: #000
}

.instagram-slider .textwidget {
    margin: 0 -10px
}

.btn-default {
    background: transparent !important;
    border: 1px solid #fff !important;
    padding: 10px 30px;
    border-radius: 0
}

.thim-sailing-hotel p {
    margin-bottom: 22px
}

.thim-sailing-hotel .contact {
    margin-top: 44px
}

.thim-sailing-hotel .contact span {
    display: block
}

.thim-sailing-hotel .contact span:first-child {
    margin-bottom: 11px
}

.sale-off {
    width: 290px;
    margin: 0 auto;
    text-align: center;
    padding: 55px 0;
    position: relative
}

.sale-off.banner-round {
    background: rgba(255, 255, 255, 0.8);
    height: 290px;
    border-radius: 50%;
    padding: 50px 0
}

.sale-off.sale-off-new.banner-round {
    padding: 10px;
    background: rgba(255, 255, 255, 0.5);
    height: unset;
    width: 330px;
    border-radius: unset
}

@media (max-width:350px) {
    .sale-off.sale-off-new.banner-round {
        width: 280px
    }
}

.sale-off.sale-off-new.banner-round .sale-off-content {
    padding: 50px 0 60px 0;
    background: rgba(255, 255, 255, 0.6)
}

.sale-off.sale-off-new.banner-round .sale-off-content .title {
    font-size: 18px
}

.sale-off.sale-off-new.banner-round .sale-off-content .heading {
    font-weight: 600;
    margin-top: 20px;
    line-height: 1.4em
}

.sale-off.sale-off-new.banner-round .sale-off-content .off {
    font-size: 36px;
    color: var(--thim_body_primary_color);
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.4em
}

.sale-off.sale-off-new.banner-round .sale-off-content .learn-more a {
    font-size: 14px;
    font-weight: 500;
    line-height: 44px;
    max-width: 155px;
    background: #000;
    font-family: var(--thim_font_title-font-family);
    text-transform: uppercase
}

.sale-off.sale-off-new.banner-round .sale-off-content .learn-more a:hover {
    background: var(--thim_body_primary_color)
}

.sale-off p {
    margin: 0;
    color: var(--thim_font_title-color)
}

.sale-off p.title {
    font-size: 16px
}

.sale-off p.off {
    font-size: 18px;
    margin: 3px 0 26px
}

.sale-off p.heading {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4em
}

.sale-off p.learn-more a {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin: auto;
    line-height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    max-width: 140px;
    margin: 0 auto;
    font-family: var(--thim_font_title-font-family)
}

.elementor-widget-thim-icon-box .wrapper-box-icon.has_custom_image.box_shadow_icon .boxes-icon,
.thim-widget-icon-box .wrapper-box-icon.has_custom_image.box_shadow_icon .boxes-icon {
    border: 0;
    height: auto !important;
    max-width: 100%;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3)
}

.elementor-widget-thim-icon-box .wrapper-box-icon.has_custom_image.box_shadow_icon .boxes-icon .icon-images,
.thim-widget-icon-box .wrapper-box-icon.has_custom_image.box_shadow_icon .boxes-icon .icon-images {
    display: block;
    overflow: hidden
}

.elementor-widget-thim-icon-box .wrapper-box-icon.has_custom_image .sc-heading,
.thim-widget-icon-box .wrapper-box-icon.has_custom_image .sc-heading {
    font-weight: 600;
    font-size: 24px;
    padding: 10px 0 13px
}

@media (max-width:767px) {

    .elementor-widget-thim-icon-box .wrapper-box-icon.has_custom_image .sc-heading,
    .thim-widget-icon-box .wrapper-box-icon.has_custom_image .sc-heading {
        padding: 0 0 13px
    }
}

.elementor-widget-thim-icon-box .wrapper-box-icon.has_custom_image.has_read_more .boxes-icon,
.thim-widget-icon-box .wrapper-box-icon.has_custom_image.has_read_more .boxes-icon {
    box-shadow: none
}

.elementor-widget-thim-icon-box .wrapper-box-icon.has_custom_image.has_read_more .smicon-read,
.thim-widget-icon-box .wrapper-box-icon.has_custom_image.has_read_more .smicon-read {
    text-transform: none;
    font-size: 14px;
    line-height: 1;
    border: none;
    color: #000;
    padding: 0 20px 0 0;
    text-transform: uppercase;
    position: relative;
    margin-top: 20px
}

.elementor-widget-thim-icon-box .wrapper-box-icon.has_custom_image.has_read_more .smicon-read:hover,
.thim-widget-icon-box .wrapper-box-icon.has_custom_image.has_read_more .smicon-read:hover {
    background: transparent;
    color: var(--thim_body_primary_color)
}

.elementor-widget-thim-icon-box .wrapper-box-icon.has_custom_image.has_read_more .smicon-read::after,
.thim-widget-icon-box .wrapper-box-icon.has_custom_image.has_read_more .smicon-read::after {
    position: absolute;
    content: "";
    width: 37px;
    height: 1px;
    top: 50%;
    right: 0;
    transform: translateX(100%);
    background: var(--thim_body_primary_color)
}

.content-pusher.boxed-area .elementor-widget-thim-icon-box .wrapper-box-icon.has_custom_image.has_read_more .smicon-read,
.content-pusher.boxed-area .thim-widget-icon-box .wrapper-box-icon.has_custom_image.has_read_more .smicon-read {
    margin-left: 1px;
    margin-top: 20px
}

.thim-heading-hotel-master-rooms .wrapper-line-heading {
    padding: 60px 0 0
}

.counter-box {
    position: relative;
    width: 180px;
    height: 180px;
    text-align: center;
    margin: 0 -15px;
    border-radius: 50%
}

@media (max-width:767px) {
    .counter-box {
        width: 130px;
        height: 130px
    }
}

.counter-box:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 50%;
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    -webkit-opacity: 0.85;
    opacity: 0.85
}

.counter-box .content-box-percentage {
    position: relative
}

.counter-box .display-percentage {
    display: block;
    font-size: 50px;
    font-weight: 900;
    line-height: 60px
}

@media (max-width:767px) {
    .counter-box .display-percentage {
        font-size: 40px;
        line-height: 40px
    }
}

.counter-box .counter-box-content {
    display: block;
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    margin: 0;
    color: #fff
}

@media (max-width:767px) {
    .counter-box .counter-box-content {
        font-size: 20px;
        line-height: 20px
    }
}

.counter-box .counterbox-content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%)
}

.thim-gallery-images.owl-carousel .owl-dots {
    padding: 40px 0 90px
}

@media (max-width:767px) {
    .thim-gallery-images.owl-carousel .owl-dots {
        padding: 30px 0 60px
    }
}

.single.tp-hotel-booking .site-main.alignleft,
.single.wp-hotel-booking .site-main.alignleft {
    padding-right: 15px
}

.single.tp-hotel-booking .site-main.alignright,
.single.wp-hotel-booking .site-main.alignright {
    padding-left: 15px
}

.hb_single_room .thim-single-room-content {
    padding-right: 60px
}

.hb_single_room .thim-list-in-room {
    background: var(--thim-color-grey, #f2f4f8);
    padding: 15px 25px 25px
}

@media (max-width:767px) {
    .hb_single_room .thim-list-in-room {
        margin-top: 30px
    }
}

.hb_single_room .thim-list-in-room h4 {
    margin-bottom: 20px
}

.hb_single_room .thim-list-in-room ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.hb_single_room .thim-list-in-room ul li {
    line-height: 30px;
    display: flex
}

.hb_single_room .thim-list-in-room ul li i {
    padding-right: 10px;
    padding-top: 6px
}

.hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul {
    width: 100% !important
}

.hb_single_room #hb_room_load_booking_form.hb_primary {
    float: right;
    margin-right: 0
}

.elementor-widget-thim-icon-box .wrapper-box-icon,
.thim-widget-icon-box .wrapper-box-icon {
    background-repeat: no-repeat;
    background-size: cover
}

.elementor-widget-thim-icon-box .background-video,
.thim-widget-icon-box .background-video {
    text-align: center;
    padding: 128px 0
}

.elementor-widget-thim-icon-box .background-video .sc-heading,
.thim-widget-icon-box .background-video .sc-heading {
    padding: 0
}

.elementor-widget-thim-icon-box .background-video .bg-video-play,
.thim-widget-icon-box .background-video .bg-video-play {
    line-height: 84px;
    margin: 20px auto 0
}

.elementor-widget-thim-icon-box .background-video .bg-video-play:before,
.thim-widget-icon-box .background-video .bg-video-play:before {
    line-height: 84px;
    margin-left: 9px
}

.elementor-widget-thim-icon-box .background-video .bg-video-play.bg-pause:before,
.thim-widget-icon-box .background-video .bg-video-play.bg-pause:before {
    margin-left: 0
}

.top_site_main.images_parallax img {
    max-height: 360px
}

.content-pusher.boxed-area .top_site_main.images_parallax {
    max-height: 250px
}

.content-pusher.boxed-area .top_site_main.images_parallax img {
    max-height: 250px
}

.top_site_main.images_parallax:before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.4;
    background: #000
}

.entry-content .hb-form-field label {
    display: none
}

.thim-heading-slider {
    color: #fff;
    font-size: 60px;
    margin: 0
}

body .hb_room_carousel_container .rooms {
    margin: 0
}

body .hb_room_carousel_container .rooms .hb_room {
    margin-bottom: 0;
    width: 100%
}

body .hb_room_carousel_container .item {
    min-height: 308px;
    min-width: 300px
}

body .hb_room_carousel_container .item .media img {
    width: 100%
}

body .hb_room_carousel_container .navigation {
    width: 245px
}

body .hb_room_carousel_container .navigation .next,
body .hb_room_carousel_container .navigation .prev {
    background: none;
    width: 40px;
    height: 39px;
    line-height: 39px;
    margin-top: -5px
}

body .hb_room_carousel_container .navigation .next span[class*=pe-],
body .hb_room_carousel_container .navigation .prev span[class*=pe-] {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 39px;
    line-height: 39px;
    font-size: 40px;
    z-index: 999
}

body .hb_room_carousel_container .navigation .next span[class*=pe-]:before,
body .hb_room_carousel_container .navigation .prev span[class*=pe-]:before {
    color: #333
}

body .hb_room_carousel_container .navigation .next {
    margin-right: -15px
}

body .hb_related_other_room .rooms li.hb_room {
    min-width: 0;
    width: 100%;
    margin-bottom: 0;
    max-height: none;
    max-width: none
}

body .hb_related_other_room .rooms li.hb_room .title-room {
    padding-top: 20px
}

body .hb_related_other_room .rooms li.hb_room .room-types {
    margin-top: 10px
}

body .hb_related_other_room .rooms li.hb_room .summary .description ul li {
    margin-bottom: 20px
}

body .hb_related_other_room .rooms li.hb_room .price {
    padding-top: 20px
}

body .hb_related_other_room .navigation {
    margin-top: -88px
}

body .hb_related_other_room .navigation .next,
body .hb_related_other_room .navigation .prev {
    background: none;
    width: 40px;
    height: 40px;
    line-height: 40px
}

body .hb_related_other_room .navigation .next span[class*=pe-],
body .hb_related_other_room .navigation .prev span[class*=pe-] {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 39px;
    line-height: 39px;
    font-size: 40px
}

body .hb_related_other_room .navigation .next span[class*=pe-]:before,
body .hb_related_other_room .navigation .prev span[class*=pe-]:before {
    color: #333
}

body .hb_related_other_room .navigation .next span[class*=pe-]:after,
body .hb_related_other_room .navigation .prev span[class*=pe-]:after {
    content: "";
    position: absolute;
    top: 19px;
    margin-top: 0px;
    right: 0px;
    height: 1px;
    width: 23px;
    background: #333
}

body .hb_related_other_room .navigation .next {
    margin-right: -15px
}

body .hb_related_other_room .navigation .next span[class*=pe-]:after {
    right: auto;
    left: 0
}

body .rooms .hb_room .price {
    bottom: 10px;
    right: 10px
}

.thim-bg-overlay {
    position: relative
}

.thim-bg-overlay:before {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0
}

@media (max-width:780px) {
    .thim-bg-black-overlay {
        background: rgba(0, 0, 0, 0.8)
    }
}

#hotel-booking-results .hb-search-results .hb-room-gallery {
    display: block;
    position: relative;
    -webkit-transform-style: preserve-3d;
    overflow: hidden
}

#hotel-booking-results .hb-search-results .hb-room-gallery:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

#hotel-booking-results .hb-search-results .hb-room-gallery:after {
    width: 40px;
    height: 40px;
    content: "\f002";
    font: normal normal normal 32px/1 FontAwesome;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
    text-align: center;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

#hotel-booking-results .hb-search-results .hb-room-gallery:hover:after,
#hotel-booking-results .hb-search-results .hb-room-gallery:hover:before {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

#hotel-booking-results .hb-search-results .hb-room-content {
    background: #fff;
    box-shadow: transparent 0 4px 10px 0;
    border: 1px solid transparent
}

.hb_add_to_cart.hb_loading {
    position: relative;
    opacity: 1 !important;
    cursor: progress
}

.hb_add_to_cart.hb_loading:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url("assets/images/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.5) !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.hb-col-margin {
    margin: 0
}

.thim-make-reservations {
    max-width: 530px
}

.thim-contact-support {
    clear: both;
    margin-bottom: 15px
}

.thim-contact-support .contact-text {
    display: inline-block;
    text-transform: none;
    font-weight: 600;
    color: var(--thim_font_title-color);
    line-height: 30px;
    margin-right: 8px
}

.thim-contact-support .contact-value {
    display: inline-block;
    line-height: 30px
}

.site-main .hotel-booking-search {
    padding: 0
}

.site-main .hotel-booking-search .hb-form-field-input {
    display: block
}

body .rooms-pagination .page-numbers li .page-numbers.next,
body .rooms-pagination .page-numbers li .page-numbers.prev {
    padding-left: 10px;
    padding-right: 10px
}

#preload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #35203b;
    z-index: 999999;
    margin: auto;
    text-align: center
}

#preload .loading-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 300px;
    margin-top: -25px;
    margin-left: -150px
}

#preload .loading-inner .loading {
    width: 18px;
    height: 18px;
    background-color: #fff;
    float: left;
    margin-top: 15px;
    margin-right: 15px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-animation: object 1s infinite;
    animation: object 1s infinite
}

#preload .loading-inner .loading-2 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

#preload .loading-inner .loading-3 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

#preload .loading-inner .loading-4 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

#preload .loading-inner .loading-5 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

#preload .loading-inner .loading-6 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

#preload .loading-inner .loading-7 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s
}

#preload .loading-inner .loading-8 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

#preload .loading-inner .loading-9 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    margin-right: 0
}

@-webkit-keyframes object {
    50% {
        -ms-transform: translate(0, -50px);
        -webkit-transform: translate(0, -50px);
        transform: translate(0, -50px)
    }
}

@keyframes object {
    50% {
        -ms-transform: translate(0, -50px);
        -webkit-transform: translate(0, -50px);
        transform: translate(0, -50px)
    }
}

#preload .loading-circle {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--thim_body_primary_color, #ffb606);
    animation: spin 1.7s linear infinite;
    z-index: 11
}

#preload .loading-circle:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--thim_body_primary_color, #ffb606);
    animation: spin-reverse 0.6s linear infinite
}

#preload .loading-circle:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--thim_body_primary_color, #ffb606);
    animation: spin 1s linear infinite
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }
}

@keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg)
    }
}

.hotel-booking-search #number-of-rooms,
.hotel-booking-search #adults,
.hotel-booking-search #child,
.hotel-booking-search #number-of-rooms {
    cursor: pointer
}

.hotel-booking-search #number-of-rooms input,
.hotel-booking-search #adults input,
.hotel-booking-search #child input,
.hotel-booking-search #number-of-rooms input {
    max-width: 100%;
    background: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2212%22%20height%3D%227%22%20viewBox%3D%220%200%2012%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20opacity%3D%220.2%22%20d%3D%22M0.275392%200.274999C0.458725%200.0916658%200.692057%20-4.57148e-07%200.97539%20-4.44763e-07C1.25872%20-4.32378e-07%201.49206%200.0916659%201.67539%200.274999L5.57539%204.175L9.47539%200.275C9.65872%200.0916662%209.89206%20-5.50035e-08%2010.1754%20-4.26186e-08C10.4587%20-3.02337e-08%2010.6921%200.0916663%2010.8754%200.275C11.0587%200.458333%2011.1504%200.691666%2011.1504%200.974999C11.1504%201.25833%2011.0587%201.49167%2010.8754%201.675L6.27539%206.275C6.17539%206.375%206.06706%206.446%205.95039%206.488C5.83372%206.52933%205.70872%206.55%205.57539%206.55C5.44206%206.55%205.31706%206.52933%205.20039%206.488C5.08372%206.446%204.97539%206.375%204.87539%206.275L0.275392%201.675C0.0920581%201.49167%200.000389998%201.25833%200.00039001%200.974999C0.000390023%200.691666%200.0920582%200.458332%200.275392%200.274999Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A) no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position-x: 95%;
    background-position-y: 50%;
    cursor: pointer
}

.rtl .hotel-booking-search #number-of-rooms input,
.rtl .hotel-booking-search #adults input,
.rtl .hotel-booking-search #child input,
.rtl .hotel-booking-search #number-of-rooms input {
    background-position-x: 6%
}

form.wpcf7-form {
    text-align: center;
    position: relative
}

form.wpcf7-form img.ajax-loader {
    width: 25px;
    height: 25px;
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    margin: 7px auto
}

form.wpcf7-form .wpcf7-not-valid {
    border-color: red
}

form.wpcf7-form .wpcf7-not-valid-tip {
    display: none
}

form.wpcf7-form .wpcf7-response-output {
    margin: 0;
    padding: 8px;
    border: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px
}

form.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    background: #f2dede
}

form.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    background: #b7e2a5
}

form.wpcf7-form.processing .wpcf7-submit {
    cursor: wait
}

form.wpcf7-form img.wpcf7-captchac {
    float: left
}

form.wpcf7-form input.wpcf7-captchar {
    margin-bottom: 15px
}

form.wpcf7-form hr {
    margin-bottom: 30px;
    border-top: 2px solid rgba(0, 0, 0, 0.1)
}

.home form.wpcf7-form.invalid .wpcf7-response-output {
    opacity: 0
}

.wpcf7-form input[type=checkbox] {
    min-height: inherit
}

.wpcf7-form input[type=checkbox] {
    -webkit-appearance: checkbox;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none
}

.wpcf7-form input[type=checkbox]:checked:before {
    content: ""
}

.ui-datepicker.ui-widget.ui-widget-content {
    margin-top: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none
}

input.hasDatepicker:focus {
    border-radius: 3px 3px 0 0
}

input,
textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.comment-form-rating .dk-select {
    display: none
}

.hb_addition_package_extra {
    padding-top: 0;
    margin-bottom: 0 !important
}

.hb_addition_package_extra .hb_addition_packages {
    border-bottom: 1px solid #eee;
    margin-bottom: 0
}

.hb_addition_package_extra .hb_addition_packages .hb_addition_packages_ul li {
    margin-bottom: 0 !important;
    padding-bottom: 15px !important
}

.hb_addition_package_extra .hb_addition_packages .hb_addition_packages_ul li .hb_extra_detail_price input {
    max-width: 70px;
    padding: 4px 10px
}

.hb_addition_package_extra a.hb_package_toggle.active:after {
    content: "\f103"
}

.hb_addition_package_extra a.hb_package_toggle:after {
    content: "\f102";
    font: 400 18px/1 FontAwesome;
    padding: 5px 0px
}

.thim-fixed.fixed {
    position: fixed;
    top: 0;
    z-index: 9999
}

.admin-bar .thim-fixed.fixed {
    top: 32px
}

body .fancybox-skin {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

body .fancybox-close,
body .fancybox-prev span,
body .fancybox-next span {
    background-image: none;
    font-family: FontAwesome
}

body .fancybox-close {
    width: 35px;
    height: 35px;
    background: #fff;
    text-align: center;
    line-height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

body .fancybox-close:before {
    content: "\f00d"
}

body .fancybox-prev {
    text-align: left
}

body .fancybox-prev span:before {
    content: "\f053"
}

body .fancybox-next {
    text-align: right
}

body .fancybox-next span:before {
    content: "\f054"
}

body .fancybox-nav {
    width: 35px;
    height: 35px;
    background: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    line-height: 35px;
    text-align: center
}

body .fancybox-nav span {
    background: #fff;
    margin-top: 0;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    display: block;
    visibility: visible;
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    -webkit-opacity: 0.2;
    opacity: 0.2
}

body .fancybox-outer:hover .fancybox-nav span {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

.hb-order-existing-customer .hb-form-field {
    display: inline-block;
    float: left;
    padding-right: 8px
}

.wrapper-header_overlay .top_site_main .banner-wrapper {
    -webkit-transform: translate(0, -30%);
    -moz-transform: translate(0, -30%);
    -ms-transform: translate(0, -30%);
    -o-transform: translate(0, -30%)
}

.thim-search-room.thim-search-no-padding .hotel-booking-search:before,
.thim-search-room.thim-search-no-padding .hotel-booking-search:after {
    display: none
}

.wp-hotel-booking-search-rooms .entry-content .hotel-booking-search:before,
.wp-hotel-booking-search-rooms .entry-content .hotel-booking-search:after {
    display: none
}

.tp_chameleon_customize .input-box {
    padding-left: 15px;
    padding-right: 15px
}

.tp_chameleon_customize .dk-selected {
    border-color: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

iframe[name=google_conversion_frame] {
    height: 0 !important;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.tp-buy-theme {
    margin-bottom: 30px
}

.woocommerce div.product form.cart .variations select {
    padding: 5px 10px
}

.hb-order-new-customer .hb-form-field .hb-form-field-input select,
.hb-order-new-customer .hb-form-field .hb-form-field-input input {
    width: 100%
}

#hotel_booking_room_hidden .hb_addition_package_extra input[type=checkbox] {
    height: 16px;
    width: 16px;
    vertical-align: top
}

#hotel_booking_room_hidden .hb_addition_package_extra input[type=checkbox]::after {
    display: none
}

body .elementor-widget-container #hotel_booking_room_hidden {
    box-shadow: unset !important;
    padding: 0 !important
}

body .elementor-widget-container #hotel_booking_room_hidden .hb-booking-room-form-head {
    display: none
}

body .elementor-widget-container #hotel_booking_room_hidden .hb-room-price .hb-total-price {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700
}

#hotel_booking_room_hidden {
    margin: 0;
    padding: 24px;
    /* padding: 16px !important; */
    --hb-background-section: var(--thim-color-white, #fff);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
    border-radius: 12px;
}

#hotel_booking_room_hidden .hb-booking-room-form-head {
    font-size: 28px
}

#hotel_booking_room_hidden .hb-booking-room-form-head .description {
    font-size: var(--thim_font_h5-font-size)
}

#hotel_booking_room_hidden .hb-booking-room-form-head .hb-room-name .hb-message.error {
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 20px;
    color: #d43b17
}

#hotel_booking_room_hidden .hb-search-results-form-container {

    row-gap: 20px;

    max-width: 100%;
}

#hotel_booking_room_hidden .hb-search-results-form-container .hb-booking-room-form-group {
    margin-left: 0
}

#hotel_booking_room_hidden .hb-search-results-form-container .hb-booking-room-form-group .hb_addition_packages_ul {
    max-height: 150px;
    overflow: auto
}

@media (max-width:768px) {
    #hotel_booking_room_hidden .hb-search-results-form-container {
        row-gap: 10px
    }
}

#hotel_booking_room_hidden .hb_extra_detail_price {
    position: relative
}

#hotel_booking_room_hidden .hb_extra_detail_price input {
    position: absolute;
    max-width: 50px;
    top: -21px;
    right: 0;
    border-radius: var(--thim_border_radius-item, 0) !important;
    padding: 7px;
    border-color: var(--thim_body_border_color)
}

#hotel_booking_room_hidden .hb-booking-room-form-footer .hb_add_to_cart {
    border: none;
    border-radius: 0
}

#hotel_booking_room_hidden .hb-booking-room-form-field .number_room_select {
    max-width: 100%;
    min-width: 10px;
    padding: 6px 12px
}

#hotel_booking_room_hidden .hb_addition_package_extra .hb_package_toggle {
    font-size: var(--thim_font_h5-font-size)
}

#hotel_booking_room_hidden .hb-total-price-value {
    font-weight: 700;
    color: var(--thim_font_title-color)
}

.thim-search-home-8 {
    margin-top: -100px;
    position: relative;
    z-index: 999
}

.single-testimonial {
    text-align: center;
    padding: 30px;
    background: #f9f9f9;
    margin-top: 30px;
    padding-top: 0
}

.single-testimonial .testimonial-image img {
    border-radius: 50%;
    transform: translateY(-50%)
}

.single-testimonial .testimonial-body {
    margin-bottom: 30px
}

.single-testimonial .testimonial-content .testimonial-title {
    font-size: 20px;
    font-weight: 700;
    color: #c19b76
}

.single-testimonial .testimonial-content .testimonial-regency {
    font-weight: 700
}

main.full-width .entry-content .alignwide {
    margin-left: -80px;
    margin-right: -80px;
    max-width: 100vw
}

main.full-width .entry-content .alignfull {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw
}

main.full-width .alignfull img {
    width: 100vw
}

.has-text-color.has-border-input-color {
    color: #dddddd !important
}

.has-text-color.has-sub-title-color {
    color: #666666 !important
}

.has-background.has-border-input-background-color {
    background-color: #dddddd !important
}

.has-background.has-sub-title-background-color {
    background-color: #666666 !important
}

.has-background-dim.has-border-input-background-color:before {
    background-color: #dddddd !important
}

.has-background-dim.has-sub-title-background-color:before {
    background-color: #666666 !important
}

.has-medium-font-size,
.has-large-font-size,
.has-huge-font-size {
    line-height: initial
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    border: none
}

.has-small-font-size {
    font-size: 13px
}

.has-normal-font-size {
    font-size: 15px
}

.has-large-font-size {
    font-size: 28px
}

.has-huge-font-size {
    font-size: 36px
}

p.has-drop-cap:not(:focus)::first-letter {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    float: left;
    line-height: 1;
    font-weight: bold;
    margin: 0.05em 0.1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

.wp-block-quote br {
    display: none
}

.entry-content .wp-block-image img {
    display: block
}

.entry-content .wp-block-image.alignfull img {
    width: 100vw;
    max-width: calc(100% + 2rem)
}

.entry-content .wp-block-image {
    max-width: 100%
}

footer#colophon .footer aside .newletter.elementor-widget-thim-shortcode .widget-title {
    margin-top: 0
}

#sbi_images .sbi_item .sbi_photo_wrap:hover .sbi_photo {
    opacity: 1 !important
}

#sbi_images .sbi_item .sbi_photo_wrap:hover .sbi_photo::before {
    opacity: 1;
    transform: scale(1)
}

#sbi_images .sbi_item .sbi_photo_wrap:hover .sbi_photo::after {
    opacity: 1
}

#sbi_images .sbi_item .sbi_photo_wrap .sbi_photo {
    position: relative
}

#sbi_images .sbi_item .sbi_photo_wrap .sbi_photo::before {
    position: absolute;
    content: "";
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    width: 100%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.3s ease
}

#sbi_images .sbi_item .sbi_photo_wrap .sbi_photo::after {
    position: absolute;
    content: "\f16d";
    font-family: thim-ekits !important;
    font-weight: 400;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: #fff;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.3s ease
}

#sbi_images .sbi_item .sbi_photo_wrap .sbi_photo .sbi-screenreader {
    display: none
}

.thim-booking-search-home-3 {
    position: relative
}

.thim-booking-search-home-3::before {
    position: absolute;
    content: "";
    background-image: url(./assets/images/flower.png);
    left: 0;
    bottom: -50px;
    width: 137px;
    height: 189px;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:991px) {
    .thim-booking-search-home-3::before {
        width: 100px;
        height: 135px
    }
}

.thim-booking-search-home-3::after {
    position: absolute;
    content: "";
    background-image: url(./assets/images/leaf.png);
    right: 0;
    top: -40px;
    width: 150px;
    height: 185px;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:991px) {
    .thim-booking-search-home-3::after {
        width: 100px;
        height: 125px
    }
}

.thim-booking-search-home-3 .panel-grid-cell {
    z-index: 1
}

.thim-margin-container {
    padding: 0 80px !important
}

@media (max-width:1440px) {
    .thim-margin-container {
        padding: 0 30px !important
    }
}

@media (max-width:767px) {
    .thim-margin-container {
        padding: 0 15px !important
    }
}

.thim-bg-slider rs-sbg-px>rs-sbg-wrap>rs-sbg::before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.bg-custom-footer {
    background-position: center bottom !important
}

.contact-address,
.contact-time,
.contact-email {
    display: flex;
    align-items: center;
    color: #000
}

.contact-address>i,
.contact-time>i,
.contact-email>i {
    min-width: 86px;
    font-size: 50px;
    color: var(--thim_body_primary_color)
}

@media (max-width:1023px) {

    .contact-address>i,
    .contact-time>i,
    .contact-email>i {
        min-width: 60px
    }
}

.contact-address:first-child,
.contact-time:first-child,
.contact-email:first-child {
    align-items: flex-start
}

.contact-address:first-child .text,
.contact-address:first-child .email-info,
.contact-time:first-child .text,
.contact-time:first-child .email-info,
.contact-email:first-child .text,
.contact-email:first-child .email-info {
    padding-top: 0
}

.contact-address:last-child .text,
.contact-address:last-child .email-info,
.contact-time:last-child .text,
.contact-time:last-child .email-info,
.contact-email:last-child .text,
.contact-email:last-child .email-info {
    padding-bottom: 0
}

.contact-address .text,
.contact-address .email-info,
.contact-time .text,
.contact-time .email-info,
.contact-email .text,
.contact-email .email-info {
    padding: 0 0 20px 45px;
    border-left: 1px solid #eee
}

@media (max-width:1023px) {

    .contact-address .text,
    .contact-address .email-info,
    .contact-time .text,
    .contact-time .email-info,
    .contact-email .text,
    .contact-email .email-info {
        padding: 0 0 20px 20px
    }
}

.contact-email>i {
    transform: translateY(-30px)
}

.contact-email .email-info>p {
    margin-bottom: 0
}

.contact-email .email-info a {
    color: #000
}

.contact-email .email-info a:hover {
    color: var(--thim_body_primary_color)
}

.contact-email .email-info .thim-social {
    margin-top: 35px
}

.heading-contact .sc-heading {
    padding-bottom: 70px
}

.heading-contact.padding-bt-35 .sc-heading {
    padding-bottom: 35px
}

.rtl #thim-room-archive .room-types {
    right: 0;
    left: auto
}

.rtl .rooms.tp-hotel-booking .thim-room-list .hb_room .summary .rating {
    left: 40px;
    right: auto
}

body.page-template-elementor_header_footer .content-area .top_site_main,
body.page-template-elementor_header_footer .content-area .thim-article-heading,
body.page-template-elementor_header_footer .content-area .thim-ekit__header,
body.thim_elementor_kit-template-elementor_header_footer .content-area .top_site_main,
body.thim_elementor_kit-template-elementor_header_footer .content-area .thim-article-heading,
body.thim_elementor_kit-template-elementor_header_footer .content-area .thim-ekit__header {
    display: none
}

body.page-template-elementor_header_footer .content-area .container.site-content,
body.thim_elementor_kit-template-elementor_header_footer .content-area .container.site-content {
    width: 100%;
    padding: 0
}

body.thim-kit-loop-template-canvas .top_site_main,
body.thim-kit-loop-template-canvas .thim-article-heading,
body.thim-kit-loop-template-canvas .thim-ekit__header,
body.thim-kit-loop-template-canvas footer {
    display: none !important
}

.contact-form-classic-hotel .wpcf7-form {
    margin-top: 31px
}

.contact-form-classic-hotel .wpcf7-form .contact-form-new textarea {
    height: 130px
}

@media (max-width:1440px) {
    .contact-form-classic-hotel .wpcf7-form .contact-form-new textarea {
        height: 70px
    }
}

.list-product-cat {
    text-align: center;
    margin-bottom: 30px;
    margin-top: -10px
}

.product-cat {
    margin: 0 auto;
    display: inline-block;
    padding: 0 10px
}

.product-cat li {
    list-style: none;
    display: inline-block
}

.product-cat li a {
    display: inline-block;
    border-bottom: 1px solid transparent;
    margin: 0 20px 0px 20px;
    padding-bottom: 5px;
    text-transform: capitalize;
    cursor: pointer;
    font-size: var(--thim_font_h6-font-size);
    font-weight: var(--thim_font_title-variant);
    font-family: var(--thim_font_title-font-family)
}

.quick-view {
    position: absolute;
    z-index: 999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.quick-view a {
    display: inline-block;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    color: #fff;
    font-size: 32px
}

.quick-view a.loading.dark {
    -webkit-animation: fa-adjust-hue 1s infinite steps(8);
    animation: fa-adjust-hue 1s infinite steps(8);
    display: inline-block;
    font: normal normal normal 24px/1 FontAwesome !important;
    width: auto;
    border: none
}

.quick-view a.loading.dark:before {
    content: "\f110"
}

.product_thumb {
    display: inline-block;
    position: relative;
    -webkit-perspective: 500;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    width: 100%
}

.product_thumb img {
    width: 100%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s
}

.product_thumb:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.3);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 1
}

.product_thumb:hover:before,
.product_thumb:hover .quick-view {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

.product_thumb:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.product_thumb .onsale {
    font-weight: 400 !important;
    margin: 0 !important;
    padding: 0 !important;
    top: 15px !important;
    left: 15px !important
}

.product-grid li {
    list-style: none
}

.product-grid li.col-md-4:nth-child(3n+1) {
    clear: both
}

@media (max-width:991px) {
    .product-grid li.col-md-4:nth-child(3n+1) {
        clear: unset
    }
}

.product-grid li.col-md-3:nth-child(4n+1) {
    clear: both
}

@media (max-width:991px) {
    .product-grid li.col-md-3:nth-child(4n+1) {
        clear: unset
    }
}

.product-grid .product__title {
    position: relative;
    margin-top: 15px;
    padding-right: 60px
}

.product-grid .product__title a.title,
.product-grid .product__title .price {
    display: block;
    font-weight: 600
}

.product-grid .product__title a.title {
    font-size: var(--thim_font_h5-font-size);
    font-family: var(--thim_font_title-font-family);
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: 500
}

.product-grid .product__title .price {
    color: var(--thim_font_title-color);
    font-family: var(--thim_font_title-font-family);
    font-weight: 700
}

.product-grid .product__title .price ins {
    text-decoration: none
}

.product-grid .product__title .price del {
    font-weight: normal;
    color: #aaa;
    padding-right: 5px
}

.product-grid .product__title a.button.add_to_cart_button,
.product-grid .product__title a.button.product_type_variable {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 400;
    text-transform: none;
    font-size: 0 !important;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    padding: 6px;
    z-index: 9;
    border-radius: 0;
    text-transform: uppercase;
    font-family: var(--thim_font_title-font-family);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none
}

.product-grid .product__title a.button.add_to_cart_button.added,
.product-grid .product__title a.button.product_type_variable.added {
    opacity: 0
}

.product-grid .product__title a.button.add_to_cart_button:before,
.product-grid .product__title a.button.product_type_variable:before {
    content: "\f07a";
    font: normal normal normal 20px/1 FontAwesome
}

.product-grid .product__title a.button.add_to_cart_button:hover,
.product-grid .product__title a.button.product_type_variable:hover {
    width: auto;
    line-height: 30px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px !important
}

.product-grid .product__title a.button.add_to_cart_button:hover:before,
.product-grid .product__title a.button.product_type_variable:hover:before {
    display: none
}

.product-grid .product__title .added_to_cart {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 400;
    padding: 0;
    height: 40px;
    text-transform: none;
    line-height: 40px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
    z-index: 9999;
    text-transform: uppercase;
    font-family: var(--thim_font_title-font-family);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.product-grid .product__title .added_to_cart:hover {
    color: inherit !important
}

.product-grid .product__title a.button {
    text-transform: uppercase;
    font-family: var(--thim_font_title-font-family);
    font-size: 14px;
    font-weight: 400;
    border-radius: 0
}

.product-grid .content__product {
    margin-bottom: 30px
}

.related .product-grid .content__product {
    margin-bottom: 0;
    border: 0
}

button.load-more {
    border: 3px solid var(--thim_body_primary_color, #ffb606);
    padding: 14px 152px;
    background: transparent;
    text-transform: uppercase;
    display: flex;
    margin: auto;
    margin-top: 20px
}

button.load-more:hover {
    color: #ffffff
}

@media (max-width:767px) {
    button.load-more {
        padding: 14px 80px
    }
}

.woocommerce .select2-container,
.woocommerce-page .select2-container {
    display: none !important
}

.woocommerce div.product .product_title,
.woocommerce-page div.product .product_title {
    text-transform: capitalize;
    margin-bottom: 10px
}

.woocommerce div.product .onsale,
.woocommerce-page div.product .onsale {
    font-weight: 400 !important;
    margin: 0 !important;
    padding: 0 !important;
    top: 15px !important;
    left: 15px !important
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
    font-weight: 700;
    color: var(--thim_font_title-color);
    font-family: var(--thim_font_title-font-family);
    font-size: var(--thim_font_h3-font-size)
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce-page div.product p.price del,
.woocommerce-page div.product span.price del {
    font-weight: normal
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce-page div.product p.price ins,
.woocommerce-page div.product span.price ins {
    text-decoration: none
}

.woocommerce div.product .product-grid span.price,
.woocommerce-page div.product .product-grid span.price {
    font-size: inherit
}

.woocommerce div.product .product-grid span.price del,
.woocommerce-page div.product .product-grid span.price del {
    display: inline-block
}

.woocommerce div.product .description,
.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce-page div.product .description,
.woocommerce-page div.product .woocommerce-product-details__short-description {
    margin-bottom: 30px
}

.woocommerce div.product form.cart,
.woocommerce-page div.product form.cart {
    margin-bottom: 30px
}

.woocommerce div.product form.cart .quantity,
.woocommerce-page div.product form.cart .quantity {
    width: auto;
    display: block;
    margin: 0
}

.woocommerce div.product form.cart .quantity input,
.woocommerce-page div.product form.cart .quantity input {
    padding: 4px 10px;
    border: 1px solid var(--thim_body_border_color);
    line-height: 30px;
    border-radius: 0
}

.woocommerce div.product form.cart .quantity input::-webkit-inner-spin-button,
.woocommerce div.product form.cart .quantity input::-webkit-outer-spin-button,
.woocommerce-page div.product form.cart .quantity input::-webkit-inner-spin-button,
.woocommerce-page div.product form.cart .quantity input::-webkit-outer-spin-button {
    opacity: 1
}

.woocommerce div.product form.cart .button,
.woocommerce-page div.product form.cart .button {
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    vertical-align: top;
    margin: 0 2px;
    border: none;
    text-shadow: 0 0 0;
    text-transform: none;
    font-size: var(--thim_font_body-font-size) !important;
    font-family: var(--thim_font_title-font-family);
    text-transform: uppercase;
    font-weight: var(--thim_font_title-variant);
    padding: 7px 36px !important;
    height: auto
}

.woocommerce div.product form.cart .button:hover,
.woocommerce-page div.product form.cart .button:hover {
    color: #fff
}

.woocommerce div.product form.cart .button:focus,
.woocommerce-page div.product form.cart .button:focus {
    outline: none
}

.woocommerce div.product .product_meta .posted_in,
.woocommerce-page div.product .product_meta .posted_in {
    font-family: var(--thim_font_title-font-family);
    font-weight: var(--thim_font_title-variant);
    color: var(--thim_font_title-color)
}

.woocommerce div.product .product_meta .posted_in a,
.woocommerce-page div.product .product_meta .posted_in a {
    font-family: var(--thim_font_body-font-family);
    font-weight: 400;
    color: var(--thim_font_body-color);
    margin-left: 30px
}

.woocommerce div.product .woo-share,
.woocommerce-page div.product .woo-share {
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: var(--thim_font_title-font-family);
    font-weight: var(--thim_font_title-variant);
    color: var(--thim_font_title-color);
    display: flex;
    column-gap: 30px
}

.woocommerce div.product .woo-share .share_show,
.woocommerce-page div.product .woo-share .share_show {
    margin: 0;
    display: flex;
    align-items: center;
    column-gap: 15px
}

.woocommerce div.product .woo-share li,
.woocommerce-page div.product .woo-share li {
    list-style: none;
    display: inline-block
}

.woocommerce div.product .woo-share li a,
.woocommerce-page div.product .woo-share li a {
    text-align: center;
    line-height: 24px;
    background: transparent;
    color: var(--thim_font_body-color);
    display: flex;
    align-items: center;
    justify-content: center
}

.woocommerce div.product .woo-share li a i,
.woocommerce-page div.product .woo-share li a i {
    font-size: 19px;
    color: #909090
}

.woocommerce div.product .woo-share li a i:hover,
.woocommerce-page div.product .woo-share li a i:hover {
    color: #000
}

.woocommerce div.product .woo-share li a svg path,
.woocommerce-page div.product .woo-share li a svg path {
    fill: #909090
}

.woocommerce div.product .woo-share li a svg:hover path,
.woocommerce-page div.product .woo-share li a svg:hover path {
    fill: #000
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
    margin: 0;
    padding: 0;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--thim_body_border_color);
    margin-bottom: 40px
}

.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
    margin: 0;
    padding: 0 !important
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
    border-bottom: none !important
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-right: 35px !important;
    background-color: transparent !important
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after {
    border: none !important;
    width: 0 !important;
    height: 0 !important
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
    border-bottom: 1px solid transparent;
    color: var(--thim_font_title-color);
    font-size: var(--thim_font_h6-font-size);
    text-transform: capitalize;
    font-family: var(--thim_font_title-font-family);
    font-weight: var(--thim_font_title-variant)
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

.woocommerce div.product .woocommerce-tabs .entry-content,
.woocommerce-page div.product .woocommerce-tabs .entry-content {
    margin-top: 30px;
    margin-bottom: 30px
}

.woocommerce div.product .related,
.woocommerce div.product .up-sells,
.woocommerce-page div.product .related,
.woocommerce-page div.product .up-sells {
    clear: both
}

.woocommerce div.product .related>h2,
.woocommerce div.product .up-sells>h2,
.woocommerce-page div.product .related>h2,
.woocommerce-page div.product .up-sells>h2 {
    position: relative;
    font-size: var(--thim_font_h4-font-size);
    margin: 20px 0 0;
    text-transform: uppercase
}

.woocommerce div.product .related ul.product-grid,
.woocommerce div.product .up-sells ul.product-grid,
.woocommerce-page div.product .related ul.product-grid,
.woocommerce-page div.product .up-sells ul.product-grid {
    margin-right: -15px;
    margin-left: -15px
}

.woocommerce div.product .related li,
.woocommerce div.product .up-sells li,
.woocommerce-page div.product .related li,
.woocommerce-page div.product .up-sells li {
    margin-top: 30px
}

.woocommerce .product-info .flexslider li .woocommerce-main-image,
.woocommerce-page .product-info .flexslider li .woocommerce-main-image {
    width: 100%
}

.woocommerce .product-info .flexslider li .woocommerce-main-image img,
.woocommerce-page .product-info .flexslider li .woocommerce-main-image img {
    width: 100%
}

.woocommerce .product-info .right,
.woocommerce-page .product-info .right {
    padding-left: 45px
}

.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce-page .cart .button,
.woocommerce-page .cart input.button {
    line-height: 30px;
    padding: 5px 15px !important;
    height: 44px;
    text-transform: none;
    border: 0
}

.woocommerce .wc-proceed-to-checkout a.button,
.woocommerce-page .wc-proceed-to-checkout a.button {
    line-height: 30px;
    padding: 11px 15px;
    height: 44px;
    text-transform: none
}

.woocommerce.woocommerce-cart table.cart img,
.woocommerce-page.woocommerce-cart table.cart img {
    width: 80px
}

.woocommerce.woocommerce-cart table.cart th,
.woocommerce-page.woocommerce-cart table.cart th {
    text-align: center
}

.woocommerce.woocommerce-cart table.cart td.actions,
.woocommerce-page.woocommerce-cart table.cart td.actions {
    text-align: center
}

.woocommerce.woocommerce-cart table.cart td.actions .coupon,
.woocommerce-page.woocommerce-cart table.cart td.actions .coupon {
    float: none;
    display: inline-block
}

.woocommerce.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-page.woocommerce-cart table.cart td.actions .coupon .input-text {
    line-height: 30px;
    padding: 4px 6px;
    min-width: 130px;
    height: 44px
}

.woocommerce.woocommerce-cart table.cart td.actions input[type=submit],
.woocommerce-page.woocommerce-cart table.cart td.actions input[type=submit] {
    margin-left: 10px
}

.woocommerce.woocommerce-cart a.remove,
.woocommerce-page.woocommerce-cart a.remove {
    margin: auto
}

.woocommerce.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals tr th {
    border-top: none
}

.woocommerce.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals tr td {
    border-bottom: none
}

.woocommerce .site-content .entry-content *,
.woocommerce-page .site-content .entry-content * {
    border-radius: 0;
    border-color: var(--thim_body_border_color) !important
}

.woocommerce .site-content .entry-content * .button,
.woocommerce-page .site-content .entry-content * .button {
    font-family: var(--thim_font_title-font-family);
    font-weight: var(--thim_font_title-variant);
    text-transform: uppercase
}

.woocommerce table.shop_table th.product-subtotal,
.woocommerce-page table.shop_table th.product-subtotal {
    border-right: none
}

.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
    padding: 20px 12px;
    text-align: center;
    border-top: none
}

.woocommerce table.shop_table td.product-subtotal,
.woocommerce-page table.shop_table td.product-subtotal {
    border-right: none
}

.woocommerce table.shop_table td.actions,
.woocommerce-page table.shop_table td.actions {
    border: none
}

.woocommerce .woocommerce-shipping-calculator a:hover,
.woocommerce-page .woocommerce-shipping-calculator a:hover {
    text-decoration: underline
}

.woocommerce .woocommerce-info a.showcoupon:hover,
.woocommerce .woocommerce-info a.showlogin:hover,
.woocommerce-page .woocommerce-info a.showcoupon:hover,
.woocommerce-page .woocommerce-info a.showlogin:hover {
    text-decoration: underline
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
    line-height: 24px;
    padding: 7px 10px;
    min-height: 44px;
    border-color: var(--thim_body_border_color);
    border-radius: var(--thim_border_radius-item, 0);
    background: var(--thim-bg-input, #f2f4f4)
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
    margin: 7px 0;
    line-height: 24px;
    display: inline-block
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    min-height: 44px;
    line-height: 24px;
    padding: 11px 25px;
    border: var(--thim_border_radius-button, 0);
    border-radius: var(--thim_border_radius-button, 0);
    background-color: var(--thim_body_primary_color, #ffb606) !important;
    color: var(--thim_button_text_color);
    font-size: var(--thim_font_button-font-size) !important;
    font-weight: var(--thim_font_button-variant);
    line-height: var(--thim_font_button-line-height);
    text-transform: var(--thim_font_button-text-transform)
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
    background-color: rgba(var(--thim_body_primary_color_rgb)) !important
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message {
    background-color: #f2f4f4;
    line-height: var(--thim_font_body-line-height);
    color: var(--thim_font_body-color)
}

.quantity input {
    border: 1px solid var(--thim_body_border_color);
    padding: 4px 10px
}

.input-text {
    border: 1px solid var(--thim_body_border_color);
    padding: 4px 10px
}

#ship-to-different-address {
    position: relative
}

#ship-to-different-address label {
    font-weight: normal;
    padding-left: 30px
}

#ship-to-different-address #ship-to-different-address-checkbox {
    position: absolute;
    top: 20px;
    left: 0
}

.woocommerce-page .button {
    font-size: 14px !important;
    text-transform: uppercase;
    border-radius: var(--thim_border_radius-button, 0) !important
}

.link-images-product {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.product-grid .product__title a.button.add_to_cart_button.loading,
.product-grid .product__title a.button.add_to_cart_button.loading:hover,
.product-grid .product__title a.button.product_type_variable.loading,
.product-grid .product__title a.button.product_type_variable.loading:hover {
    padding-right: 30px
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
    top: 0px
}

.woocommerce .woocommerce-loop-category__title,
.woocommerce-page .woocommerce-loop-category__title {
    font-size: var(--thim_font_h4-font-size)
}

.woocommerce #payment .terms input[type=checkbox],
.woocommerce-page #payment .terms input[type=checkbox] {
    display: inline-block;
    border: 1px solid #000
}

.woocommerce #payment .terms input[type=checkbox]:checked:before,
.woocommerce-page #payment .terms input[type=checkbox]:checked:before {
    float: none;
    font-family: FontAwesome;
    content: "\f00c";
    height: 25px;
    width: 14px;
    line-height: 16px;
    font-size: 14px;
    display: block;
    color: #000;
    margin: 0
}

.woocommerce .woocommerce-tabs #reviews #comments h2 {
    margin: 0;
    font-size: var(--thim_font_h4-font-size);
    font-weight: var(--thim_font_title-variant);
    text-transform: capitalize;
    margin-bottom: 20px
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist {
    text-align: left
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li {
    margin: 0
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment_container {
    padding: 30px 0;
    overflow: hidden;
    background: #fff;
    border: 0;
    border-top: 1px solid #ededed
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li img.avatar {
    width: 70px;
    height: 70px;
    border: 0;
    padding: 0;
    background: transparent;
    border-radius: 50%;
    margin-right: 30px;
    float: left;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment-text {
    margin: 0;
    padding: 0;
    float: right;
    border: 0;
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    margin-top: -3px
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment-text .meta {
    float: left;
    display: inline-block;
    margin: 0;
    line-height: 26px
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment-text .meta .woocommerce-review__author {
    display: inline-block;
    font-size: var(--thim_font_body-font-size);
    color: var(--thim_font_title-color);
    margin: 0;
    line-height: 26px;
    text-transform: capitalize
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment-text .meta .woocommerce-review__published-date {
    line-height: 26px;
    color: #ccc;
    font-size: 14px;
    display: inline-block
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment-text .description,
.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment-text .woocommerce-product-details__short-description {
    padding: 12px 0 0;
    margin: 0;
    clear: both
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment-text .description p:last-child,
.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment-text .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist .star-rating {
    float: left;
    width: 93px;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    letter-spacing: 5px;
    overflow: hidden
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist .star-rating:before {
    top: 0;
    left: 0;
    bottom: 0;
    line-height: 26px
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist .star-rating span {
    padding: 0;
    top: 0;
    left: 0;
    bottom: 0;
    line-height: 26px
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper {
    margin-top: 30px
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
    text-transform: none
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-reply-title {
    font-weight: var(--thim_font_title-variant);
    color: var(--thim_font_title-color);
    text-transform: uppercase;
    font-family: var(--thim_font_title-font-family);
    margin-bottom: 10px;
    display: block
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form label {
    margin-bottom: 10px;
    display: block;
    font-weight: var(--thim_font_body-variant)
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p {
    text-align: left;
    margin-bottom: 25px
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p input,
.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p textarea {
    padding: 4px 15px;
    border: 1px solid var(--thim_body_border_color);
    line-height: 30px
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p input:hover,
.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p input:focus,
.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p input:active,
.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p textarea:hover,
.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p textarea:focus,
.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p textarea:active {
    outline: none
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p textarea {
    height: 150px;
    padding: 8px 15px;
    line-height: 24px;
    min-height: 40px
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p.comment-form-rating label {
    margin-bottom: 5px
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p.comment-form-cookies-consent label {
    display: inline-block
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form span.required {
    color: #ff0000
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form .form-submit .submit {
    padding: 10px 35px;
    font-weight: var(--thim_font_title-variant);
    font-family: var(--thim_font_title-font-family);
    text-transform: uppercase;
    border-radius: 0;
    border: 0
}

.woocommerce .star-rating {
    width: 93px;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    letter-spacing: 5px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 10px
}

.woocommerce .star-rating:before {
    top: 0;
    left: 0;
    bottom: 0;
    line-height: 26px
}

.woocommerce .star-rating span {
    padding: 0;
    top: 0;
    left: 0;
    bottom: 0;
    line-height: 26px;
    color: transparent
}

.woocommerce .woocommerce-review-link {
    color: inherit
}

.woocommerce .woocommerce-review-link:hover {
    text-decoration: underline
}

.woocommerce div.product .woocommerce-product-rating {
    line-height: 26px;
    margin-bottom: 10px
}

.woocommerce div.product .woocommerce-product-rating .star-rating {
    float: left;
    margin: 0;
    margin-right: 10px
}

.woocommerce #review_form #respond p.stars {
    font-size: var(--thim_font_body-font-size);
    letter-spacing: 3px
}

.woocommerce #review_form #respond p.stars a[class*=star] {
    border: 0
}

.woocommerce span.onsale {
    min-width: 40px;
    min-height: 40px;
    line-height: 40px
}

.woocommerce form .form-row .input-checkbox {
    display: inline-block
}

.product.has-default-attributes.has-children>.images {
    opacity: 1
}

.woocommerce-checkout #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li label {
    cursor: pointer
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    margin: -2px 0.5em 0 5em
}

.woocommerce .comment-form-rating p.stars:hover a:before {
    content: "\e021"
}

.woocommerce .comment-form-rating p.stars>span:hover a:before {
    content: "\e020"
}

.woocommerce .comment-form-rating p.stars a:hover~a:before {
    content: "\e021"
}

.woocommerce .cart-collaterals .cross-sells ul.product-grid li,
.woocommerce-page .cart-collaterals .cross-sells ul.product-grid li {
    list-style: none;
    width: 50%
}

.woocommerce .cart-collaterals .cross-sells ul.product-grid li:nth-child(2n+1),
.woocommerce-page .cart-collaterals .cross-sells ul.product-grid li:nth-child(2n+1) {
    clear: both
}

input:focus::-webkit-input-placeholder {
    opacity: 0
}

input:focus:-moz-placeholder {
    opacity: 0
}

input:focus::-moz-placeholder {
    opacity: 0
}

input:focus:-ms-input-placeholder {
    opacity: 0
}

.woocommerce-checkout .select2-hidden-accessible {
    border: 1px solid var(--thim_body_border_color) !important;
    height: auto !important;
    margin: auto !important;
    padding: 9px 15px !important;
    position: static !important;
    width: 100% !important;
    -webkit-clip-path: none !important;
    clip-path: none !important
}

.woocommerce-page #payment .terms input[type=checkbox] {
    margin-top: 4px
}

.woocommerce-page #payment .terms label>span {
    margin-left: 25px
}

.woocommerce-page form .form-row label.checkbox #createaccount {
    margin-top: 4px
}

.woocommerce-page form .form-row.create-account label.checkbox span {
    margin-left: 25px
}

.woocommerce div.product .product-info .left #carousel {
    margin-top: 15px;
    margin-bottom: 30px
}

.woocommerce div.product .product-info .left #carousel ul.slides li:first-child {
    padding-left: 0
}

.woocommerce div.product .product-info .left #carousel ul.slides li {
    padding-left: 5px;
    position: relative;
    cursor: pointer
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    padding: 10px 15px;
    background: #eeeeee;
    margin-bottom: 10px;
    border-radius: 0px 999px 999px 0px
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce nav.woocommerce-MyAccount-navigation ul li:hover {
    background: #00acee
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce nav.woocommerce-MyAccount-navigation ul li:hover a {
    color: #fff
}

.woocommerce form .form-row label.checkbox input#terms {
    margin-top: 4px
}

.woocommerce form .form-row label.checkbox span.woocommerce-terms-and-conditions-checkbox-text {
    margin-left: 30px;
    font-weight: 400
}

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

.col-md-col-5:nth-child(5n+1) {
    clear: both
}

div.pp_woocommerce .pp_nav {
    display: flex;
    align-items: center
}

body .quantity-add-value {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 0
}

body .quantity-add-value .input-text {
    border: 0 !important;
    -moz-appearance: textfield
}

body .quantity-add-value .input-text.qty {
    width: 3em
}

body .quantity-add-value .input-text::-webkit-outer-spin-button,
body .quantity-add-value .input-text::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

body .quantity-add-value .plus,
body .quantity-add-value .minus {
    cursor: pointer;
    font-size: 20px;
    color: var(--thim_font_body-color)
}

body .quantity-add-value .plus:hover,
body .quantity-add-value .minus:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

body.single-product .quantity-add-value {
    padding: 3px 18px;
    background: #f2f4f4;
    border-radius: var(--thim_border_radius-item, 0)
}

body.single-product .quantity-add-value input {
    background: #f2f4f4
}

body #wcbt-quick-view-popup .wcbt-quick-view-container {
    padding: 30px
}

body #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .onsale {
    display: none
}

body #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .product_title {
    font-size: var(--thim_font_h1-font-size)
}

body #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .price .woocommerce-Price-amount {
    font-weight: 700
}

body #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .woocommerce-product-rating .star-rating {
    width: 5.9em;
    font-size: 0.875em
}

body #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .woocommerce-product-rating .star-rating span::before,
body #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .woocommerce-product-rating .star-rating::before {
    color: #fc961b
}

body #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .woocommerce-product-rating .star-rating span:before {
    content: "SSSSS"
}

body #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .cart {
    width: 100%
}

body #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .cart .quantity .quantity-add-value {
    border: 0;
    min-width: 50px;
    background: #f2f4f4;
    overflow: hidden;
    padding: 16px;
    border-radius: var(--thim_border_radius-item, 0)
}

body #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .cart .quantity .quantity-add-value .input-text {
    background: #f2f4f4
}

body #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .cart.variations_form .variations tbody {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px
}

body #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .cart.variations_form .variations tbody tr {
    width: 47%
}

body #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .cart.variations_form .variations tbody tr th.label label {
    font-size: 0.875em;
    font-weight: 500;
    line-height: 1.4;
    color: var(--thim_font_body-color)
}

body #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .cart.variations_form .variations tbody tr td.value {
    width: 100%;
    position: relative
}

body #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .cart.variations_form .variations tbody tr td.value select {
    margin-right: 0;
    width: 100%;
    border-radius: var(--thim_border_radius-item, 0);
    border-radius: var(--thim_border_radius-item, 0);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMSAxTDYgNkwxIDEiIHN0cm9rZT0iIzEyMTIxMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K) !important;
    background-repeat: no-repeat !important;
    background-position-x: 93% !important;
    background-position-y: 18px !important;
    background-size: 11px !important;
    appearance: none
}

body #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .cart.variations_form .variations .reset_variations {
    position: absolute;
    top: -30px;
    right: 0;
    transition: all 0.3s
}

body #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .cart.variations_form .single_variation_wrap .woocommerce-variation {
    margin-bottom: 20px
}

body #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .cart.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
    width: 100%
}

body #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .cart .quantity {
    overflow: visible !important;
    margin-right: 0
}

body #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .cart button {
    width: 100%;
    margin-left: 24px
}

body #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .product_price_on .price {
    display: flex;
    gap: 8px
}

body #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .product_price_on .price del {
    text-decoration: none
}

body #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .product_price_on .price del .woocommerce-Price-amount {
    text-decoration: line-through;
    color: var(--thim_font_body-color)
}

body #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .product_price_on .price ins .woocommerce-Price-amount {
    color: var(--wcbt-price-color, #121212) !important
}

body #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .wcbt-product-wishlist {
    display: none
}

#wcbt-wishlist .wcbt-container .woocommerce-breadcrumb {
    display: none
}

#wcbt-wishlist .wcbt-container .wcbt-wishlist-content .wcbt-product-container table {
    border-spacing: 0
}

#wcbt-wishlist .wcbt-container .wcbt-wishlist-content .wcbt-product-container table tr td .button {
    --wcbt-button-background: var(--thim_body_primary_color, #ffb606);
    color: var(--thim_button_text_color);
    font-size: var(--thim_font_button-font-size) !important;
    font-weight: var(--thim_font_button-variant);
    line-height: var(--thim_font_button-line-height);
    text-transform: var(--thim_font_button-text-transform)
}

#wcbt-wishlist .wcbt-container .wcbt-wishlist-content .wcbt-product-container table tr td .button:hover {
    --wcbt-button-background-hover: rgba(var(--thim_body_primary_color_rgb))
}

#wcbt-wishlist .wcbt-container .wcbt-wishlist-content .wcbt-product-container table tr:first-child th {
    border-width: 0 0 1px 0;
    color: #121212
}

#wcbt-wishlist .wcbt-container .wcbt-wishlist-content .wcbt-product-container table tr td:nth-child(2) a {
    color: #121212
}

#wcbt-wishlist .wcbt-container .wcbt-wishlist-content .wcbt-product-container table tr td:nth-child(2) a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

body.woocommerce-cart .entry-content .woocommerce {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 7px -15px 0
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-notices-wrapper {
    width: 100%;
    padding: 0 15px
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form {
    width: 67%;
    padding: 0 15px
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table {
    border: 0;
    margin-bottom: 0
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table th {
    color: var(--thim_font_title-color);
    font-weight: var(--thim_font_title-variant)
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table th,
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table td {
    border-width: 0 0 1px 0
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .product-remove {
    padding-left: 0;
    padding-right: 23px;
    text-align: left
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .product-remove a.remove {
    margin: 0;
    color: var(--thim_font_body-color) !important
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .product-remove a.remove:hover {
    background: transparent;
    color: var(--thim_body_primary_color, #ffb606) !important
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .product-name {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    font-weight: 700;
    color: var(--thim_font_title-color)
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .product-name a {
    color: var(--thim_font_title-color);
    font-weight: 700
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .product-name a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .product-name .variation {
    margin-top: 5px;
    font-size: small
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .product-name .details,
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .product-name .extra-service,
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .product-name .date {
    color: var(--thim_font_body-color);
    font-size: 14px;
    font-weight: normal
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .product-name .details .lable,
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .product-name .extra-service .lable,
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .product-name .date .lable {
    font-weight: 700
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .product-name .details {
    margin-bottom: 6px
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .product-name .date {
    margin: 12px 0 6px 0
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .product-name .extra-service-item {
    margin-top: 4px;
    padding-left: 8px;
    border-left: 1px solid var(--thim_body_border_color)
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .product-thumbnail {
    padding-left: 0;
    padding-right: 16px;
    text-align: left
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .product-thumbnail img {
    border-radius: var(--thim_border_radius-item, 0);
    width: 90px !important
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table th.product-thumbnail {
    display: none
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .product-price .woocommerce-Price-amount,
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .product-subtotal .woocommerce-Price-amount {
    color: var(--thim_font_body-color)
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .cart_item .quantity-add-value {
    max-width: 120px;
    min-width: 90px;
    padding: 1px 12px;
    text-align: center;
    margin: 0 auto
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .actions {
    padding-right: 0;
    padding-left: 0
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .actions:before,
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .actions:after {
    content: " ";
    display: table
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .actions:after {
    clear: both
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .actions .coupon {
    float: left
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .actions .coupon .input-text {
    width: 300px;
    padding: 14px 25px;
    border-radius: var(--thim_border_radius-item, 0);
    border: 1px solid var(--thim-body-primary-color, #003aaa);
    background: #fff;
    margin: 0;
    color: var(--thim_font_body-color)
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .actions .coupon .input-text::placeholder {
    color: #9d9d9d
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .actions .coupon .button {
    margin-left: 20px
}

@media (max-width:676px) {
    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .actions .coupon .button {
        margin-left: 10px
    }
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .actions .button {
    float: right;
    border-radius: var(--thim_border_radius-button, 0);
    color: var(--thim_button_text_color);
    font-size: var(--thim_font_button-font-size) !important;
    font-weight: var(--thim_font_button-variant);
    line-height: var(--thim_font_button-line-height);
    text-transform: var(--thim_font_button-text-transform)
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals {
    width: 33%;
    padding: 0 15px
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals {
    width: 100%;
    padding: 30px;
    border-radius: var(--thim_border_radius-item-big, 0);
    background: var(--thim-bg-order-cart, #f2f4f4)
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals h2 {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.1;
    margin: 0 0 22px
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals table {
    border-collapse: collapse
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shop_table,
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals th,
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals td {
    border: 0;
    padding: 10px 0
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals th {
    text-align: left;
    color: var(--thim_font_title-color);
    font-weight: var(--thim_font_title-variant)
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals td {
    text-align: right
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals tr.cart-subtotal td,
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .order-total td {
    border-right: 0 !important
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .order-total {
    border-top: 1px solid #d9d9d9
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .order-total td .woocommerce-Price-amount,
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .order-total th {
    font-size: 18px;
    color: var(--thim_font_title-color);
    font-weight: var(--thim_font_title-variant)
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding: 0
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    border-radius: var(--thim_border_radius-button, 0);
    margin: 0;
    color: var(--thim_button_text_color);
    font-size: var(--thim_font_button-font-size) !important;
    font-weight: var(--thim_font_button-variant);
    line-height: var(--thim_font_button-line-height);
    text-transform: var(--thim_font_button-text-transform)
}

body.woocommerce-cart .entry-content .woocommerce .cross-sells {
    width: 100%;
    margin: 48px 0 0 0;
    padding: 0 15px
}

body.woocommerce-cart .entry-content .woocommerce .cross-sells h2 {
    font-size: 30px;
    position: relative;
    margin-bottom: 40px
}

body.woocommerce-cart .entry-content .woocommerce .cross-sells .product-grid .product:last-child>div {
    margin-bottom: 0
}

body.woocommerce-cart .entry-content .woocommerce .cross-sells .product-grid .product>div {
    border-radius: var(--thim_border_radius-item-big, 0) !important
}

body.woocommerce-cart .entry-content .woocommerce .cross-sells .product-grid .product>div .product__title a.title {
    font-size: 20px
}

body.woocommerce-cart .entry-content .woocommerce .wc-empty-cart-message,
body.woocommerce-cart .entry-content .woocommerce .return-to-shop {
    text-align: center;
    margin: 0 auto
}

body.woocommerce-cart .entry-content .woocommerce .return-to-shop {
    width: 100%
}

body.woocommerce-cart .entry-content .wp-block-woocommerce-cart-order-summary-block {
    width: 100%;
    padding: 30px;
    border-radius: var(--thim_border_radius-item-big, 0);
    background: var(--thim-bg-order-cart, #f2f4f4)
}

body.woocommerce-cart .entry-content .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-heading-block {
    font-size: var(--thim_font_h3-font-size);
    text-transform: var(--thim_font_h3-text-transform);
    line-height: var(--thim_font_h3-line-height);
    text-transform: initial;
    text-align: left
}

body.woocommerce-cart .entry-content .wc-block-cart-item__product .wc-block-cart-item__wrap {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px
}

body.woocommerce-cart .entry-content .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-name {
    color: var(--thim_font_title-color);
    font-weight: 700;
    font-size: var(--thim_font_body-font-size, 1rem)
}

body.woocommerce-cart .entry-content .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-name:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

body.woocommerce-cart .entry-content .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-name .hb-room-booking-additional-info {
    margin-top: 12px;
    color: var(--thim_font_body-color);
    font-size: 14px
}

body.woocommerce-cart .entry-content .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-name .hb-room-booking-additional-info span:first-child {
    font-weight: 700
}

body.woocommerce-cart .entry-content .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-name .hb-room-booking-additional-info .extra-service-item {
    margin-top: 4px;
    padding-left: 8px;
    border-left: 1px solid var(--thim_body_border_color)
}

body.woocommerce-cart .entry-content .wc-block-cart__submit {
    margin-top: 40px
}

body.woocommerce-cart .entry-content .wc-block-cart__submit .wc-block-cart__submit-container a {
    color: #fff !important;
    background: var(--thim_body_primary_color, #ffb606) !important;
    border-radius: var(--thim_border_radius-button, 0);
    margin: 0;
    color: var(--thim_button_text_color);
    font-size: var(--thim_font_button-font-size) !important;
    font-weight: var(--thim_font_button-variant);
    line-height: var(--thim_font_button-line-height);
    text-transform: var(--thim_font_button-text-transform)
}

body.woocommerce-cart .cross-sells .owl-theme .owl-controls {
    margin-top: 40px
}

body.woocommerce-cart .cross-sells .owl-carousel .owl-item>li {
    width: 100% !important
}

body.woocommerce-cart .cross-sells .owl-carousel .owl-nav {
    --owl-nav-size: 64px;
    --owl-nav-pos: -34px
}

body.woocommerce-cart .cross-sells .owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: var(--owl-nav-size);
    height: var(--owl-nav-size);
    line-height: inherit;
    border-radius: 50%;
    background-color: var(--thim_body_bg_color);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1)
}

body.woocommerce-cart .cross-sells .owl-carousel .owl-nav button i {
    font-size: calc(var(--owl-nav-size) * 0.4)
}

body.woocommerce-cart .cross-sells .owl-carousel .owl-nav button.owl-next {
    right: var(--owl-nav-pos)
}

body.woocommerce-cart .cross-sells .owl-carousel .owl-nav button.owl-prev {
    left: var(--owl-nav-pos)
}

@media (max-width:1024px) {
    body.woocommerce-cart .cross-sells .owl-carousel .owl-nav button {
        --owl-nav-pos: -10px;
        --owl-nav-size: 50px
    }
}

body.woocommerce-cart .cross-sells .owl-carousel .owl-nav button:hover i {
    color: var(--thim_body_primary_color, #ffb606)
}

@media (max-width:880px) {
    body.woocommerce-cart .cross-sells .owl-carousel .owl-nav {
        display: none
    }
}

@media (min-width:880px) {
    body.woocommerce-cart .cross-sells .owl-carousel .owl-dots {
        display: none
    }
}

@media (max-width:1024px) and (min-width:992px) {
    body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
        padding: 16px 10px
    }

    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .actions .coupon .input-text {
        width: 200px
    }
}

@media (max-width:880px) {

    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form,
    body.woocommerce-cart .entry-content .woocommerce .cart-collaterals {
        width: 100%
    }
}

@media (max-width:660px) {
    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table th.product-thumbnail,
    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table th.product-price,
    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table th.product-name,
    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table th.product-quantity,
    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table th.product-subtotal,
    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table td.product-thumbnail,
    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table td.product-price,
    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table td.product-name,
    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table td.product-quantity,
    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table td.product-subtotal {
        width: 100% !important
    }

    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table th.product-price,
    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table th.product-subtotal,
    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table td.product-price,
    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table td.product-subtotal {
        text-align: right !important
    }

    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table th.product-name a,
    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table td.product-name a {
        font-weight: 500
    }

    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table tr {
        display: block;
        margin-bottom: 0.625em;
        position: relative;
        border-bottom: 1px solid var(--thim_body_border_color)
    }

    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table tr td {
        display: block;
        padding-left: 0;
        padding-right: 0;
        border: 0
    }

    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table tr td.product-thumbnail {
        border-top: 0 !important
    }

    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table tr td::before {
        content: attr(data-title);
        float: left;
        font-weight: bold;
        text-transform: capitalize
    }

    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table tr td.product-name {
        text-align: left;
        padding-right: 30px
    }

    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table tr td.product-name::before {
        display: none
    }

    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table tr td:first-child {
        padding-top: 0
    }

    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table tr td:first-child,
    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table tr td.product-remove {
        border-top: 0
    }

    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table tr td:last-child,
    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table tr td.product-subtotal {
        border-bottom: 0
    }

    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table tr td.product-remove {
        padding: 0;
        position: absolute;
        top: 20px;
        right: 0
    }

    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table tr td.product-quantity .quantity-add-value {
        max-width: 88px;
        min-width: 60px;
        padding: 1px 25px
    }

    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table tr td.product-quantity .quantity-add-value .input-text.qty {
        width: 2em
    }

    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table tr:last-child {
        padding-left: 0;
        border-bottom: 0
    }

    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table tr .quantity {
        justify-content: flex-end;
        display: flex
    }

    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table tr .quantity .quantity-add-value {
        margin: 0
    }

    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table tr .quantity .minus,
    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table tr .quantity .plus {
        padding: 0 6px
    }

    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table tr:first-child .product-thumbnail {
        padding-top: 0
    }

    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .actions .coupon {
        margin-bottom: 12px;
        width: 100%;
        display: block
    }

    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .actions .coupon .input-text {
        width: calc(100% - 150px)
    }

    body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals {
        padding: 15px
    }
}

@media (max-width:375px) {
    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .actions .coupon .input-text {
        width: 160px
    }
}

@media (min-width:768px) {
    body.woocommerce-checkout .checkout {
        display: flex
    }
}

@media (min-width:768px) {
    body.woocommerce-checkout .checkout .col2-set:last-child {
        width: 410px;
        display: inline-block;
        vertical-align: top
    }
}

body.woocommerce-checkout .checkout .col2-set .col-1,
body.woocommerce-checkout .checkout .col2-set .col-2 {
    width: 100%
}

@media (min-width:768px) {
    body.woocommerce-checkout .checkout #customer_details {
        width: calc(100% - 415px);
        display: inline-block;
        padding-right: 40px
    }
}

body.woocommerce-checkout .checkout .woocommerce-NoticeGroup-checkout {
    width: 100%;
    margin: 0 15px
}

body.woocommerce-checkout .checkout .inner-col-set {
    border-radius: var(--thim_border_radius-item-big, 0);
    padding: 30px;
    background: var(--thim-bg-order-cart, #f2f4f4)
}

@media (max-width:660px) {
    body.woocommerce-checkout .checkout .col2-set {
        width: 100%
    }

    body.woocommerce-checkout .checkout .inner-col-set {
        padding: 15px
    }
}

body.woocommerce-checkout .checkout .woocommerce-additional-fields h3,
body.woocommerce-checkout .checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .checkout #order_review_heading {
    margin-top: 0;
    font-size: 24px;
    font-weight: 600;
    color: var(--thim_font_title-color)
}

body.woocommerce-checkout .checkout .woocommerce-checkout-payment {
    background: transparent !important
}

body.woocommerce-checkout .checkout .woocommerce-checkout-payment .woocommerce-privacy-policy-text {
    margin-bottom: 20px
}

body.woocommerce-checkout .checkout .woocommerce-checkout-payment button {
    width: 100%
}

body.woocommerce-checkout .checkout .woocommerce-checkout-payment .payment_methods {
    padding: 0 !important
}

body.woocommerce-checkout .checkout .woocommerce-checkout-payment .payment_methods li .input-radio {
    border-radius: 50% !important
}

body.woocommerce-checkout .checkout .woocommerce-checkout-payment .place-order {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0
}

body.woocommerce-checkout .checkout .woocommerce-billing-fields .form-row,
body.woocommerce-checkout .checkout .woocommerce-additional-fields .form-row {
    margin: 0 0 20px
}

body.woocommerce-checkout .checkout .woocommerce-billing-fields .form-row:last-child,
body.woocommerce-checkout .checkout .woocommerce-additional-fields .form-row:last-child {
    margin-bottom: 48px
}

body.woocommerce-checkout .checkout .woocommerce-billing-fields .form-row .input-text,
body.woocommerce-checkout .checkout .woocommerce-billing-fields .form-row .select2-selection,
body.woocommerce-checkout .checkout .woocommerce-billing-fields .form-row select,
body.woocommerce-checkout .checkout .woocommerce-billing-fields .form-row textarea,
body.woocommerce-checkout .checkout .woocommerce-additional-fields .form-row .input-text,
body.woocommerce-checkout .checkout .woocommerce-additional-fields .form-row .select2-selection,
body.woocommerce-checkout .checkout .woocommerce-additional-fields .form-row select,
body.woocommerce-checkout .checkout .woocommerce-additional-fields .form-row textarea {
    border-radius: var(--thim_border_radius-item, 0);
    background-color: #fff;
    color: var(--thim_font_body-color)
}

body.woocommerce-checkout .checkout .woocommerce-billing-fields .form-row label,
body.woocommerce-checkout .checkout .woocommerce-additional-fields .form-row label {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--thim_font_body-color);
    margin-bottom: 8px
}

@media (min-width:768px) {
    body.woocommerce-checkout .checkout #order_comments_field {
        margin-bottom: 0
    }
}

body.woocommerce-checkout .checkout .woocommerce-billing-fields h3 {
    margin-bottom: 20px
}

body.woocommerce-checkout .checkout .woocommerce-billing-fields .form-row select {
    padding: 12px 32px 13px 16px !important;
    border-radius: var(--thim_border_radius-item, 0);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMSAxTDYgNkwxIDEiIHN0cm9rZT0iIzEyMTIxMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K) !important;
    background-repeat: no-repeat !important;
    background-position-x: 96% !important;
    background-position-y: 19px !important;
    background-size: 13px !important;
    appearance: none
}

body.woocommerce-checkout .checkout #order_comments {
    border-radius: var(--thim_border_radius-item, 0)
}

body.woocommerce-checkout .checkout .woocommerce-checkout-review-order .product-name {
    font-size: 14px;
    color: var(--thim_font_title-color)
}

body.woocommerce-checkout .checkout .woocommerce-checkout-review-order .product-name .extra-service span:first-child,
body.woocommerce-checkout .checkout .woocommerce-checkout-review-order .product-name .details span:first-child,
body.woocommerce-checkout .checkout .woocommerce-checkout-review-order .product-name .date span:first-child {
    font-weight: 700
}

body.woocommerce-checkout .checkout .woocommerce-checkout-review-order .product-name .date {
    margin: 12px 0 6px
}

body.woocommerce-checkout .checkout .woocommerce-checkout-review-order .product-name .extra-service,
body.woocommerce-checkout .checkout .woocommerce-checkout-review-order .product-name .details {
    margin-bottom: 6px
}

body.woocommerce-checkout .checkout .woocommerce-checkout-review-order .product-name .extra-service-item {
    margin-top: 4px;
    padding-left: 8px;
    border-left: 1px solid var(--thim_body_border_color)
}

body.woocommerce-checkout .checkout .woocommerce-checkout-review-order .order-total td .woocommerce-Price-amount {
    color: var(--thim_font_title-color) !important
}

body.woocommerce-checkout .checkout_coupon .form-row-last .button {
    min-height: 44px;
    line-height: 24px;
    padding: 7px 10px;
    border: var(--thim_border_radius-button, 0);
    border-radius: var(--thim_border_radius-button, 0);
    background-color: var(--thim_body_primary_color, #ffb606) !important;
    color: var(--thim_button_text_color);
    font-size: var(--thim_font_button-font-size) !important;
    font-weight: var(--thim_font_button-variant);
    line-height: var(--thim_font_button-line-height);
    text-transform: var(--thim_font_button-text-transform)
}

body.woocommerce-checkout .checkout_coupon .form-row-last .button:hover {
    background-color: rgba(var(--thim_body_primary_color_rgb)) !important
}

body.woocommerce-checkout .wc_payment_methods .woocommerce-info {
    margin-bottom: 0
}

body #order_review .woocommerce-checkout-review-order-table.shop_table {
    border: 0
}

body #order_review .woocommerce-checkout-review-order-table.shop_table th,
body #order_review .woocommerce-checkout-review-order-table.shop_table td {
    border-width: 0 0 1px 0
}

body #order_review .woocommerce-checkout-review-order-table.shop_table th {
    font-size: 16px;
    padding: 20px 0;
    color: var(--thim_font_title-color);
    font-weight: var(--thim_font_title-variant)
}

body #order_review .woocommerce-checkout-review-order-table.shop_table .cart-subtotal .woocommerce-Price-amount {
    color: var(--thim_font_title-color)
}

body #order_review .woocommerce-checkout-review-order-table.shop_table .order-total th,
body #order_review .woocommerce-checkout-review-order-table.shop_table .order-total .woocommerce-Price-amount {
    font-size: 18px
}

body #order_review .woocommerce-checkout-review-order-table.shop_table .order-total .woocommerce-Price-amount {
    color: var(--thim_body_primary_color, #ffb606)
}

body #order_review .woocommerce-checkout-review-order-table .product-name,
body #order_review .woocommerce-checkout-review-order-table tfoot th {
    padding-left: 0;
    text-align: left
}

body #order_review .woocommerce-checkout-review-order-table .product-total,
body #order_review .woocommerce-checkout-review-order-table tfoot td {
    padding-right: 0;
    text-align: right;
    font-weight: var(--thim_font_title-variant)
}

body #order_review .woocommerce-checkout-review-order-table tr.order-total td strong {
    font-size: 18px;
    font-weight: var(--thim_font_title-variant)
}

body #order_review_heading {
    margin-bottom: 10px
}

@media (max-width:880px) {

    body #order_review .woocommerce-checkout-review-order-table .product-name,
    body #order_review .woocommerce-checkout-review-order-table .woocommerce-shipping-totals td[data-title=Shipping] {
        width: 300px
    }

    body.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
        float: left
    }
}

@media (max-width:767px) {
    body #order_review .woocommerce-checkout-review-order-table .product-name {
        width: 260px
    }

    body #order_review .woocommerce-checkout-review-order-table .product-total {
        padding-top: 0
    }

    body #order_review .woocommerce-checkout-review-order-table th {
        font-size: 0.875rem
    }

    body #order_review .woocommerce-checkout-review-order-table th.product-name {
        padding-top: 0
    }

    .woocommerce form.checkout_coupon .form-row {
        width: 100%
    }

    .woocommerce-form-login-toggle .woocommerce-info {
        margin-bottom: 15px
    }
}

.widget_shopping_cart {
    position: relative
}

.widget_shopping_cart .minicart_hover {
    margin-top: 0;
    margin-bottom: 0
}

.widget_shopping_cart .minicart_hover .cart-items-number {
    display: block;
    position: relative;
    text-align: left;
    cursor: pointer;
    font-size: 16px
}

.widget_shopping_cart .minicart_hover .cart-items-number span.wrapper-items-number {
    border-radius: 50%;
    bottom: 15px;
    display: block;
    font-size: 12px;
    font-weight: 600;
    height: 18px;
    left: 17px;
    line-height: 18px;
    width: 18px;
    padding: 0 2px;
    position: absolute;
    text-align: center
}

.widget_shopping_cart .minicart_hover .cart-items-number span.wrapper-items-number .items-number {
    color: #fff !important
}

.widget_shopping_cart .widget_shopping_cart_content {
    display: none;
    background: #fff;
    left: auto;
    position: absolute;
    right: 0;
    top: 29px;
    min-width: 350px;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
    z-index: 9999;
    padding-top: 10px;
    padding-bottom: 25px
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget {
    max-height: 315px;
    overflow: auto;
    padding: 0 20px
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget::-webkit-scrollbar {
    width: 6px
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 6px
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5)
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li {
    padding: 10px 0;
    border-top: 1px solid var(--thim_body_border_color);
    width: 100%;
    margin-left: 0 !important
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li a {
    text-align: left;
    max-width: 95%
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li a img {
    margin-right: 15px;
    width: 65px !important;
    float: left
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li dl {
    border-left: 0 none !important;
    float: left;
    padding-left: 0 !important;
    min-width: 60%
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li dl dd {
    margin: 0 !important;
    padding: 0 !important
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .quantity {
    float: left;
    padding: 0;
    text-align: left;
    min-width: 60%
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .remove {
    left: auto !important;
    right: 10px;
    top: 10px !important;
    text-align: center
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .remove:before {
    font-size: 15px
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li:first-child {
    border-top: none
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget .empty {
    padding-top: 17px;
    text-align: center
}

.widget_shopping_cart .widget_shopping_cart_content .total {
    border-bottom: 1px solid var(--thim_body_border_color);
    border-top: 1px solid var(--thim_body_border_color);
    padding: 15px 20px;
    text-align: center
}

.widget_shopping_cart .widget_shopping_cart_content .total .amount {
    font-weight: 700;
    margin-left: 10px
}

.widget_shopping_cart .widget_shopping_cart_content .buttons {
    text-align: center
}

.widget_shopping_cart .widget_shopping_cart_content .buttons a {
    background: #fff;
    border-radius: 0;
    font-weight: 400;
    margin: 0 10px;
    padding: 10px 25px;
    text-transform: uppercase
}

.widget_shopping_cart .widget_shopping_cart_content .buttons .checkout {
    color: #fff;
    position: relative
}

.rtl .widget_shopping_cart .minicart_hover .cart-items-number {
    text-align: right
}

.rtl .widget_shopping_cart .minicart_hover .cart-items-number span.wrapper-items-number {
    right: 17px;
    left: auto
}

#hotel-booking-payment #hb-order-new-customer .hb-col-border {
    padding: 5px
}

#hotel-booking-payment #hb-order-new-customer .hb-form-field {
    max-width: none;
    margin: 15px
}

#hotel-booking-payment #hb-order-new-customer h4 {
    margin: 15px
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #cccccc
}

.mfp-preloader a:hover {
    color: white
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333333
}

.mfp-image-holder .mfp-close,
.mfp-inline-holder .mfp-close {
    color: #333;
    right: 0px;
    text-align: center;
    padding-right: 0;
    top: 0 !important;
    width: 32px;
    height: 32px;
    line-height: 32px
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f
}

.mfp-inline-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-inline-holder .mfp-content {
    width: 100%;
    max-width: 900px
}

.mfp-inline-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 60% !important
}

.mfp-iframe-scaler #content {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #fff
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty {
    border-right: 1px solid #bbb3b9
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.quickview .woocommerce-review-link {
    display: none
}

.quickview .product-info .right .woocommerce-product-rating {
    margin-bottom: 10px !important
}

.quickview .product-info .right .product_meta {
    padding-bottom: 20px
}

.quickview .product-info {
    margin-bottom: 0;
    position: relative;
    height: 100%
}

.quickview .product-info .left {
    padding-left: 30px;
    padding-top: 30px
}

.quickview .product-info .right {
    text-align: left;
    padding-left: 15px
}

.quickview .product-info .right .description {
    font-size: 14px;
    float: left;
    margin-top: 15px
}

.quickview .product-info .right .woocommerce-product-rating .star-rating {
    float: left
}

.quickview .product-info .right .product_meta>span {
    display: block
}

.quickview .product-info .right .product_title {
    margin-bottom: 0;
    font-weight: 600;
    margin-top: 30px
}

.quickview .product-info .right .price {
    font-weight: 800
}

.quickview .product-info .right .price ins {
    text-decoration: none
}

.quickview .product-info .right .price del {
    font-weight: normal;
    padding-right: 5px
}

.quickview .product-info .right .cart {
    margin-top: 15px;
    float: left;
    width: 100%;
    padding-top: 0
}

.quickview .product-info .right .cart:before,
.quickview .product-info .right .cart:after {
    content: " ";
    display: table;
    clear: both
}

.quickview .product-info .right .cart a {
    font-weight: normal
}

.quickview .product-info .right .cart a .added:before {
    display: none !important
}

.quickview .product-info .right .cart button.button {
    height: auto;
    line-height: inherit;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    font-family: var(--thim_font_title-font-family);
    text-transform: uppercase;
    border-radius: 0
}

.quickview .product-info .right .cart .quantity {
    float: left;
    margin-right: 15px;
    height: auto
}

.quickview .product-info .right .cart .quantity input {
    padding: 4px 10px;
    border: 1px solid var(--thim_body_border_color);
    width: 55px;
    height: auto;
    font-weight: normal;
    border-radius: 0
}

.quickview .product-info .right .cart table,
.quickview .product-info .right .cart th,
.quickview .product-info .right .cart td {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.quickview .product-info .right .cart table .reset_variations,
.quickview .product-info .right .cart th .reset_variations,
.quickview .product-info .right .cart td .reset_variations {
    display: block
}

.quickview .product-info .right .cart table label,
.quickview .product-info .right .cart th label,
.quickview .product-info .right .cart td label {
    font-weight: normal
}

.quickview .product-info .right .cart table select,
.quickview .product-info .right .cart th select,
.quickview .product-info .right .cart td select {
    height: 30px;
    font-size: 14px
}

.quickview .product-info .right .reset_variations {
    font-size: 14px
}

.quickview .product-info .right .variations_form {
    margin-bottom: 0
}

.quickview .product-info .right .woo-share {
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: var(--thim_font_title-font-family);
    font-weight: var(--thim_font_title-variant);
    color: var(--thim_font_title-color);
    display: inline-flex;
    column-gap: 30px
}

.quickview .product-info .right .woo-share .share_show {
    margin: 0;
    display: flex;
    align-items: center;
    column-gap: 15px
}

.quickview .product-info .right .woo-share li {
    list-style: none;
    display: inline-block
}

.quickview .product-info .right .woo-share li a {
    text-align: center;
    line-height: 24px;
    background: transparent;
    color: var(--thim_font_body-color);
    display: flex;
    align-items: center;
    justify-content: center
}

.quickview .product-info .right .woo-share li a i {
    font-size: 19px;
    color: #909090
}

.quickview .product-info .right .woo-share li a i:hover {
    color: #000
}

.quickview .product-info .right .woo-share li a svg path {
    fill: #909090
}

.quickview .product-info .right .woo-share li a svg:hover path {
    fill: #000
}

.quickview .quick-view-detail {
    position: absolute;
    bottom: 10px;
    right: 20px;
    text-transform: none;
    text-decoration: underline;
    font-weight: 700
}

.site-content {
    padding-top: 80px;
    padding-bottom: 80px
}

.site-content.no-padding-top {
    padding-top: 0;
    padding-bottom: 0
}

@media (max-width:767px) {
    .site-content {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.archive-content article:before,
.archive-content article:after {
    content: " ";
    display: table
}

.archive-content article:after {
    clear: both
}

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

.archive-content:after {
    clear: both
}

.archive-content .share-post {
    width: 60px;
    margin-right: 20px;
    float: left;
    margin-bottom: 30px
}

.archive-content .share-post .date-meta {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 2px 6px;
    line-height: 22px
}

.archive-content .share-post .date-meta i {
    font-style: normal;
    display: block;
    font-size: 14px;
    font-weight: normal
}

.archive-content .share-post .social-share {
    margin: 10px 0 0 0;
    border: 1px solid var(--thim_body_border_color);
    text-align: center
}

.archive-content .share-post .social-share li {
    list-style: none;
    display: block;
    border-bottom: 1px solid var(--thim_body_border_color);
    padding-top: 10px;
    padding-bottom: 10px
}

.archive-content .share-post .social-share li:last-child {
    border-bottom: none
}

.archive-content .share-post .social-share li a.facebook svg path {
    fill: #4c67a2
}

.archive-content .share-post .social-share li a.googleplus svg path {
    fill: #d77066
}

.archive-content .share-post .social-share li a.pinterest svg path {
    fill: #d43b17
}

.archive-content .content-inner {
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    float: left;
    padding-bottom: 52px;
    margin-bottom: 60px
}

.archive-content .content-inner .post-formats-wrapper {
    margin-bottom: 20px
}

.archive-content .content-inner .entry-meta {
    margin: 0
}

.archive-content .content-inner .entry-meta li {
    display: inline-flex;
    align-items: center;
    list-style: none;
    margin-right: 8px;
    color: #7a7a7a;
    font-size: 14px;
    line-height: 24px
}

.archive-content .content-inner .entry-meta li.author>span {
    margin-right: 3px
}

.archive-content .content-inner .entry-meta li a {
    font-weight: 600
}

.archive-content .content-inner .entry-meta li:last-child {
    margin-right: 0
}

.archive-content .content-inner .entry-meta li:before {
    content: "∙";
    color: #aaa;
    margin-right: 5px
}

.archive-content .content-inner .entry-meta li:first-child:before {
    display: none
}

.archive-content .content-inner .entry-header {
    margin-bottom: 25px
}

.blog-layout-2 .archive-content {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.blog-layout-2 .archive-content article {
    margin-bottom: 30px
}

.blog-layout-2 .archive-content article .content-inner {
    width: 100%;
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0
}

.blog-layout-2 .archive-content article .content-inner .post-formats-wrapper {
    margin-bottom: 0;
    overflow: hidden;
    max-height: 230px
}

.blog-layout-2 .archive-content article .content-inner .post-formats-wrapper * {
    transition: 0.3s
}

.blog-layout-2 .archive-content article .content-inner .post-formats-wrapper:hover img {
    transform: scale(1.05)
}

.blog-layout-2 .archive-content article .content-inner .post-formats-wrapper .flexslider {
    max-height: 230px
}

.blog-layout-2 .archive-content article .content-inner .entry-content {
    padding: 30px;
    border: 1px solid var(--thim_body_border_color);
    border-top: none
}

.blog-layout-2 .archive-content article .content-inner .entry-content .learn-more a {
    font-family: var(--thim_font_title-font-family);
    text-transform: uppercase;
    border-bottom: 2px solid var(--thim_font_title-color);
    color: var(--thim_font_title-color);
    font-weight: var(--thim_font_title-variant)
}

.blog-layout-2 .archive-content article .content-inner .entry-content .learn-more a:hover {
    color: var(--thim_body_primary_color, #ffb606);
    border-color: var(--thim_body_primary_color, #ffb606)
}

.blog-layout-2 .archive-content article .content-inner .entry-content .category {
    font-family: var(--thim_font_title-font-family);
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: none
}

.blog-layout-2 .archive-content article .content-inner .entry-content .category a {
    color: #8a8a8a
}

.blog-layout-2 .archive-content article .content-inner .entry-content .comment-total {
    display: none
}

.blog-layout-2 .archive-content article .content-inner .blog_title {
    font-size: var(--thim_font_h4-font-size);
    line-height: var(--thim_font_h4-line-height);
    margin-bottom: 10px;
    text-transform: capitalize
}

.blog-layout-2 .archive-content article .content-inner .entry-header {
    margin-bottom: 20px
}

.blog-layout-2 .archive-content article .content-inner .entry-meta i {
    margin-right: 10px
}

.blog-layout-2 .archive-content article .content-inner .entry-meta li {
    margin-right: 20px;
    color: var(--thim_font_body-color)
}

.blog-layout-2 .archive-content article .content-inner .entry-meta li::before {
    content: none
}

.blog-layout-2 .archive-content article .content-inner .entry-meta li a {
    font-weight: var(--thim_font_body-variant);
    color: var(--thim_font_body-color)
}

.blog-layout-2 .archive-content.post-list>article {
    width: 100%
}

.blog-layout-2 .archive-content.post-list>article .content-inner {
    display: flex;
    max-height: 230px;
    overflow: hidden
}

@media (max-width:600px) {
    .blog-layout-2 .archive-content.post-list>article .content-inner {
        flex-direction: column;
        max-height: initial
    }
}

.blog-layout-2 .archive-content.post-list>article .content-inner .post-formats-wrapper {
    overflow: hidden;
    flex-basis: 50%
}

.blog-layout-2 .archive-content.post-list>article .content-inner .post-formats-wrapper img {
    width: 100%;
    min-height: 100%
}

.blog-layout-2 .archive-content.post-list>article .content-inner .entry-content {
    flex-basis: 50%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--thim_body_border_color);
    border-left: none
}

@media (max-width:600px) {
    .blog-layout-2 .archive-content.post-list>article .content-inner .entry-content {
        border-top: none;
        border-left: 1px solid var(--thim_body_border_color)
    }
}

.blog-layout-2 .archive-content.post-list>article .content-inner .entry-content .category {
    display: block
}

.blog-layout-2 .archive-content.post-list>article .content-inner .entry-content .entry-summary>p:first-child {
    display: none
}

.blog-layout-2 .archive-content.post-list>article .content-inner .entry-content .blog_title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.blog-layout-2 .archive-content.single-content {
    margin-left: 0;
    margin-right: 0
}

.blog-layout-2 .archive-content.single-content article .content-inner .entry-content {
    border: none;
    padding: 0
}

.blog-layout-2 .archive-content.single-content article .content-inner .entry-content .comment-total {
    display: inline-block
}

.blog-layout-2 .archive-content.single-content article .content-inner .entry-content .category {
    display: block
}

.blog-layout-2 .archive-content.single-content article .content-inner .entry-content .entry-tag {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
    margin-top: 40px
}

.blog-layout-2 .archive-content.single-content article .content-inner .entry-content .entry-tag a {
    background-color: #e8f8ff;
    padding: 3px 10px;
    font-size: 14px !important;
    color: #4a5f67
}

.blog-layout-2 .archive-content.single-content article .content-inner .entry-content .entry-tag a:hover {
    background-color: var(--thim_body_primary_color, #ffb606);
    color: #fff
}

.blog-layout-2 .archive-content.single-content article .content-inner .entry-content .blog_title {
    font-size: var(--thim_font_h2-font-size)
}

.blog-layout-2 .archive-content.single-content article .content-inner .post-formats-wrapper {
    max-height: inherit;
    margin-bottom: 30px
}

.blog-layout-2 .archive-content.single-content article .content-inner .post-formats-wrapper .flexslider {
    max-height: inherit
}

.blog-layout-2 .archive-content.single-content .comments-area {
    width: 100%
}

.blog-layout-2 .archive-content.single-content .comments-area #respond.comment-respond .comment-reply-title {
    text-transform: uppercase;
    font-size: var(--thim_font_h5-font-size);
    margin-bottom: 15px;
    margin-top: 60px
}

.blog-layout-2 .archive-content.single-content .comments-area #respond.comment-respond .comment-form .comment-notes {
    padding-bottom: 0;
    margin-bottom: 50px;
    color: var(--thim_font_body-color)
}

.blog-layout-2 .archive-content.single-content .comments-area #respond.comment-respond .comment-form .comment-notes::before {
    content: none
}

.blog-layout-2 .archive-content.single-content .comments-area #respond.comment-respond .comment-form label {
    display: block;
    margin-bottom: 10px;
    font-weight: var(--thim_font_body-variant)
}

.blog-layout-2 .archive-content.single-content .comments-area #respond.comment-respond .comment-form *::placeholder {
    font-size: 0
}

.blog-layout-2 .archive-content.single-content .comments-area #respond.comment-respond .comment-form .required {
    color: #ff0000
}

.blog-layout-2 .archive-content.single-content .comments-area #respond.comment-respond .comment-form .comment-form-author,
.blog-layout-2 .archive-content.single-content .comments-area #respond.comment-respond .comment-form .comment-form-email,
.blog-layout-2 .archive-content.single-content .comments-area #respond.comment-respond .comment-form .comment-form-url {
    width: 100%
}

.blog-layout-2 .archive-content.single-content .comments-area #respond.comment-respond .comment-form .form-submit #submit {
    font-family: var(--thim_font_title-font-family);
    font-size: var(--thim_font_body-font-size);
    border-radius: 0;
    font-weight: var(--thim_font_title-variant);
    padding: 10px 30px;
    text-transform: uppercase;
    margin-top: 10px
}

.blog-layout-2 .archive-content.single-content .related-archive .related-title {
    margin-top: 40px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: var(--thim_font_h5-font-size)
}

.blog-layout-2 .archive-content.single-content .related-archive article .content-inner .post-formats-wrapper {
    max-height: 230px;
    margin-bottom: 0
}

.blog-layout-2 .archive-content.single-content .related-archive article .content-inner .entry-content {
    padding: 30px;
    border: 1px solid var(--thim_body_border_color);
    border-top: none
}

.blog-layout-2 .archive-content.single-content .related-archive article .content-inner .entry-content .blog_title {
    font-size: var(--thim_font_h3-font-size)
}

.blog-layout-2 .archive-content.single-content .related-archive article .content-inner .entry-content .comment-total {
    display: none
}

.blog-layout-2 .archive-content.single-content .related-archive article .content-inner .entry-content .category {
    display: none
}

.blog-layout-2 .archive-content .wave-loading {
    height: 100%;
    min-height: 500px;
    background: linear-gradient(90deg, hsla(0, 0%, 74.5%, 0.2) 25%, hsla(0, 0%, 50.6%, 0.24) 37%, hsla(0, 0%, 74.5%, 0.2) 63%);
    animation: waveLoading 1.4s ease infinite;
    background-size: 400% 100%;
    width: 100%;
    margin-left: 15px;
    margin-right: 15px
}

@keyframes waveLoading {
    0% {
        background-position: 0% 50%
    }

    to {
        background-position: 100% 50%
    }
}

.blog-layout-2 .loop-pagination,
.blog-layout-2 .pagination {
    display: flex;
    justify-content: center;
    margin: 0;
    margin-top: 30px
}

.blog-layout-2 .loop-pagination .page-numbers li .page-numbers,
.blog-layout-2 .pagination .page-numbers li .page-numbers {
    background-color: #ecf7ff;
    color: #4a5f67;
    font-size: 14px;
    font-weight: 600
}

.blog-layout-2 .loop-pagination .page-numbers li .page-numbers.next,
.blog-layout-2 .loop-pagination .page-numbers li .page-numbers.prev,
.blog-layout-2 .pagination .page-numbers li .page-numbers.next,
.blog-layout-2 .pagination .page-numbers li .page-numbers.prev {
    padding-left: 25px;
    padding-right: 25px
}

.blog-layout-2 .loop-pagination .page-numbers li .page-numbers:hover,
.blog-layout-2 .loop-pagination .page-numbers li .page-numbers.current,
.blog-layout-2 .pagination .page-numbers li .page-numbers:hover,
.blog-layout-2 .pagination .page-numbers li .page-numbers.current {
    background-color: var(--thim_body_primary_color, #ffb606);
    color: #ffffff
}

.blog-layout-2 .loop-pagination .page-numbers li:first-child i,
.blog-layout-2 .pagination .page-numbers li:first-child i {
    margin-right: 10px
}

.blog-layout-2 .loop-pagination .page-numbers li:last-child i,
.blog-layout-2 .pagination .page-numbers li:last-child i {
    margin-left: 10px
}

.blog-layout-2 .archive-content .loop-pagination {
    margin-left: 0
}

.blog-layout-2 .site-content {
    padding-top: 40px
}

.blog-layout-2.single-post .thim-article-heading .heading__secondary {
    display: none
}

.thim-display-mode-header {
    padding-bottom: 30px
}

.thim-display-mode-header .thim-display-mode {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
    flex-wrap: wrap;
    row-gap: 20px
}

.thim-display-mode-header .thim-display-mode .thim-switch-layout {
    display: flex;
    column-gap: 20px;
    margin-left: auto;
    align-items: center
}

.thim-display-mode-header .thim-display-mode .thim-switch-layout>div {
    cursor: pointer;
    height: 20px
}

.thim-display-mode-header .thim-display-mode .thim-switch-layout>div:hover i {
    color: #000
}

.thim-display-mode-header .thim-display-mode .thim-switch-layout>div:hover svg path {
    fill: #000
}

.thim-display-mode-header .thim-display-mode .thim-switch-layout>div.switch-active i {
    color: #000
}

.thim-display-mode-header .thim-display-mode .thim-switch-layout>div.switch-active svg path {
    fill: #000
}

.sort-by {
    padding: 7px 12px 7px 22px;
    border: 1px solid var(--thim_body_border_color);
    font-size: 14px
}

.sort-by span {
    font-weight: 500;
    color: #000
}

.sort-by select {
    border: none;
    padding: 5px 15px;
    background-color: transparent;
    cursor: pointer
}

.sort-by form {
    display: inline-block
}

.pagination-center {
    text-align: center
}

.loop-pagination,
.pagination {
    display: inline-block;
    width: 100%;
    margin: 0
}

.loop-pagination ul,
.loop-pagination li,
.pagination ul,
.pagination li {
    margin: 0
}

.loop-pagination li,
.pagination li {
    display: inline-block;
    zoom: 1;
    list-style: none;
    margin-right: 12px
}

.loop-pagination li .page-numbers,
.pagination li .page-numbers {
    font-size: 16px;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    display: inline-block;
    overflow: hidden;
    color: #5a5a5a;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase
}

.loop-pagination li .page-numbers.next,
.loop-pagination li .page-numbers.prev,
.pagination li .page-numbers.next,
.pagination li .page-numbers.prev {
    width: auto;
    padding-left: 10px;
    padding-right: 10px
}

.loop-pagination li .page-numbers.next:hover,
.loop-pagination li .page-numbers.next.current,
.loop-pagination li .page-numbers.prev:hover,
.loop-pagination li .page-numbers.prev.current,
.pagination li .page-numbers.next:hover,
.pagination li .page-numbers.next.current,
.pagination li .page-numbers.prev:hover,
.pagination li .page-numbers.prev.current {
    background: transparent
}

.loop-pagination li .page-numbers.next,
.loop-pagination li .page-numbers.prev,
.pagination li .page-numbers.next,
.pagination li .page-numbers.prev {
    white-space: nowrap
}

.archive-content .loop-pagination {
    margin-left: 80px
}

.comments-area {
    margin-top: 15px;
    border-top: 1px solid #eee
}

.comments-area .comment-list {
    margin: 0
}

.comments-area .comment-list .comment-list-inner {}

.comments-area .comment-list .comment-list-inner .comments-title {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    line-height: 40px;
    padding-bottom: 11px;
    margin: 20px 0 40px
}

.comments-area .comment-list .comment-list-inner .comments-title:before {
    content: "";
    width: 30px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffb606
}

.comments-area .comment-list .comment-list-inner .comment-author.meta {
    color: #b3b3b3
}

.comments-area .comment-list .comment-list-inner .comment-author.meta strong {
    color: #000
}

.comments-area .comment-list .comment-list-inner>li {
    list-style: none outside none;
    margin-bottom: 25px
}

.comments-area .comment-list .comment-list-inner li {
    margin: 0
}

.comments-area .comment-list .comment-list-inner li .wrapper-comment {
    overflow: hidden;
    padding: 45px 0;
    border-top: 1px solid #eee
}

.comments-area .comment-list .comment-list-inner li .avatar {
    width: 70px;
    height: 70px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 30px
}

.comments-area .comment-list .comment-list-inner li .comment-right {
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    float: left
}

.comments-area .comment-list .comment-list-inner li .comment-awaiting-moderation {
    margin-left: 20px
}

.comments-area .comment-list .comment-list-inner li .comment-extra-info .author {
    font-size: 15px;
    font-weight: 700
}

.comments-area .comment-list .comment-list-inner li .comment-extra-info .author a,
.comments-area .comment-list .comment-list-inner li .comment-extra-info .author .author-name {
    text-transform: capitalize
}

.comments-area .comment-list .comment-list-inner li .comment-extra-info .date {
    font-size: 12px;
    font-weight: 700;
    color: #ccc
}

.comments-area .comment-list .comment-list-inner li .comment-extra-info .author,
.comments-area .comment-list .comment-list-inner li .comment-extra-info .date {
    float: none;
    display: inline-block;
    margin-right: 15px
}

.comments-area .comment-list .comment-list-inner li .comment-extra-info .comment-edit-link,
.comments-area .comment-list .comment-list-inner li .comment-extra-info .comment-reply-link {
    display: inline-block;
    float: right;
    font-weight: 400;
    font-size: 13px
}

.comments-area .comment-list .comment-list-inner li .comment-extra-info .comment-edit-link:hover,
.comments-area .comment-list .comment-list-inner li .comment-extra-info .comment-reply-link:hover {
    text-decoration: underline
}

.comments-area .comment-list .comment-list-inner li .comment-extra-info .comment-edit-link {
    margin-left: 15px
}

.comments-area .comment-list .comment-list-inner li .content-comment {
    padding: 15px 30px 0 0
}

.comments-area .comment-list .comment-list-inner .children {
    margin: 0;
    margin-left: 100px
}

.comments-area .comment-list .comment-list-inner .children li {
    list-style: none
}

.comments-area .comment-list .comment-list-inner .comment-form-author,
.comments-area .comment-list .comment-list-inner .comment-form-email,
.comments-area .comment-list .comment-list-inner .comment-form-url {
    width: 100%;
    display: block
}

.comments-area .comment-list .comment-list-inner .comment-form-author input,
.comments-area .comment-list .comment-list-inner .comment-form-email input,
.comments-area .comment-list .comment-list-inner .comment-form-url input {
    width: 100%;
    line-height: 30px;
    padding: 4px 10px;
    min-height: 40px;
    display: inline-block
}

.comments-area .comment-list .comment-list-inner textarea {
    width: 100%;
    padding: 4px 10px
}

.comments-area .comment-list .comment-list-inner .form-submit input#submit {
    text-shadow: none;
    box-shadow: none;
    border: none;
    line-height: 30px;
    padding: 7px 25px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px
}

.comments-area .comment-respond-area #respond.comment-respond .comment-reply-title {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    line-height: 40px;
    padding-bottom: 0;
    margin: 20px 0 0
}

.comments-area .comment-respond-area #respond.comment-respond .comment-notes {
    color: #999;
    position: relative;
    padding-bottom: 23px;
    margin-bottom: 55px
}

.comments-area .comment-respond-area #respond.comment-respond .comment-notes:before {
    content: "";
    width: 30px;
    height: 1px;
    background: #000;
    bottom: 0;
    position: absolute;
    left: 0
}

.comments-area .comment-respond-area #respond.comment-respond .comment-form {}

.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-author,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-email,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-url {
    width: 31%;
    display: inline-block;
    margin-bottom: 30px;
    float: left
}

.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-author input,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-email input,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-url input {
    width: 100%;
    line-height: 30px;
    padding: 4px 10px;
    min-height: 40px;
    display: inline-block;
    border: 1px solid var(--thim_body_border_color)
}

.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-author,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-email {
    margin-right: 3.5%
}

.comments-area .comment-respond-area #respond.comment-respond .comment-form textarea {
    width: 100%;
    padding: 4px 10px;
    border: 1px solid var(--thim_body_border_color)
}

.comments-area .comment-respond-area #respond.comment-respond .comment-form .form-submit input#submit {
    text-shadow: none;
    box-shadow: none;
    border: none;
    line-height: 30px;
    padding: 7px 25px;
    font-weight: 500;
    font-size: 14px
}

.comments-area .comment-respond-area #respond.comment-respond .comment-form label {
    display: none
}

.single-content .content-inner {
    border-bottom: none;
    margin-bottom: 0
}

.archive-content .content-inner {
    padding-bottom: 20px;
    margin-bottom: 30px
}

.archive-content .content-inner .post-formats-wrapper {
    margin-bottom: 20px
}

.archive-content .content-inner .entry-header {
    margin-bottom: 15px
}

.archive-content .content-inner .entry-summary>p {
    margin-bottom: 10px
}

.archive-content .content-inner .blog_title {
    margin-top: 0;
    font-size: var(--thim_font_h2-font-size);
    line-height: var(--thim_font_h2-line-height);
    margin-bottom: 8px
}

@media (max-width:767px) {
    .archive-content .content-inner .blog_title {
        font-size: 24px
    }
}

.archive-content .content-inner .entry-meta .author a {
    text-transform: capitalize
}

.box-pinterest .textwidget {
    text-align: center;
    margin-top: 2px;
    margin-bottom: 2px
}

.widget-area ul {
    margin-left: 0
}

.widget-area aside {
    overflow: hidden;
    margin-bottom: 25px
}

.widget-area aside.widget_search-room {
    overflow: visible
}

.widget-area aside.widget_search-room.thim-fixed.fixed {
    background-color: #fff
}

.widget-area aside .widget-title {
    position: relative;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

.widget-area aside .widget-title span {
    z-index: 9;
    position: relative;
    padding-left: 0;
    padding-right: 5px
}

.widget-area aside ul li {
    padding-top: 8px;
    padding-bottom: 8px;
    list-style: none;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -o-transition: all 3s;
    -ms-transition: all 3s;
    transition: all 3s
}

.widget-area aside select {
    max-width: 100%;
    width: 100%;
    border: 1px solid var(--thim_body_border_color);
    padding: 6px 10px
}

.widget-area aside select:focus {
    outline: none;
    box-shadow: 0 0 0
}

.widget-area .screen-reader-text {
    display: none
}

.search-form {
    position: relative
}

.search-form:after {
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 13px;
    top: 13px
}

.search-form label {
    width: 100%;
    display: inline-block;
    font-weight: normal
}

.search-form label .screen-reader-text {
    display: none
}

.search-form label .search-field {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
    padding: 5px 10px
}

.search-form label .search-submit {
    margin-left: 0;
    margin-right: 0
}

.search-form .search-submit {
    display: none;
    margin: 0;
    padding: 0 16px
}

.widget.thim_search_widget a.widget-search-form {
    cursor: pointer
}

.widget_rss .rsswidget {
    font-weight: bold
}

.widget_rss .rss-date {
    display: block;
    font-style: italic;
    font-size: 90%
}

.widget_rss cite {
    color: #000;
    font-weight: bold
}

.widget_categories ul li,
.widget_pages ul li {
    border-bottom: 1px solid var(--thim_body_border_color);
    margin: 5px 0;
    padding-bottom: 10px;
    text-transform: none;
    font-size: 16px;
    font-weight: 500
}

.widget_categories ul li:last-child,
.widget_pages ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.widget_categories ul li:first-child,
.widget_pages ul li:first-child {
    margin-top: 0
}

.widget_nav_menu ul ul {
    margin: 0 0 0 25px
}

.widget_nav_menu ul ul li {
    margin: 0
}

.widget_nav_menu li.menu-item-has-children {
    padding-bottom: 0
}

.widget_recent_entries ul li .post-date {
    font-size: 14px;
    font-style: italic;
    display: block
}

.sidebar .widget {
    margin-bottom: 35px
}

@media (max-width:767px) {
    .sidebar .widget:last-child {
        margin-bottom: 0
    }
}

.sidebar .widget.widget_heading {
    margin-bottom: 0
}

.sidebar .widget .widget-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-transform: none
}

.sidebar .widget .widget-title:before {
    margin-top: -2px
}

.sidebar .widget .widget-title span {
    display: inline-block;
    padding: 0;
    line-height: 30px
}

.sidebar .widget:first-child .widget-title {
    margin-top: -3px
}

.blog-layout-2 .theiaStickySidebar>.sidebar,
.blog-layout-2 #sidebar>.sidebar {
    border: 1px solid var(--thim_body_border_color)
}

.blog-layout-2 .theiaStickySidebar>.sidebar>aside.widget,
.blog-layout-2 #sidebar>.sidebar>aside.widget {
    padding: 30px;
    border-bottom: 1px solid var(--thim_body_border_color);
    margin-bottom: 0
}

.blog-layout-2 .theiaStickySidebar>.sidebar>aside.widget .widget-title,
.blog-layout-2 #sidebar>.sidebar>aside.widget .widget-title {
    text-transform: uppercase;
    font-size: 20px;
    text-align: left
}

.blog-layout-2 .theiaStickySidebar>.sidebar>aside.widget .tagcloud,
.blog-layout-2 #sidebar>.sidebar>aside.widget .tagcloud {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px
}

.blog-layout-2 .theiaStickySidebar>.sidebar>aside.widget .tagcloud a,
.blog-layout-2 #sidebar>.sidebar>aside.widget .tagcloud a {
    background-color: #e8f8ff;
    padding: 3px 10px;
    font-size: 14px !important;
    color: #4a5f67
}

.blog-layout-2 .theiaStickySidebar>.sidebar>aside.widget .tagcloud a:hover,
.blog-layout-2 #sidebar>.sidebar>aside.widget .tagcloud a:hover {
    background-color: var(--thim_body_primary_color, #ffb606);
    color: #fff
}

.blog-layout-2 .theiaStickySidebar>.sidebar>aside.widget.widget_categories .cat-item,
.blog-layout-2 #sidebar>.sidebar>aside.widget.widget_categories .cat-item {
    font-weight: var(--thim_font_body-variant);
    border: none
}

.blog-layout-2 .theiaStickySidebar>.sidebar>aside.widget.widget_categories .cat-item:hover,
.blog-layout-2 #sidebar>.sidebar>aside.widget.widget_categories .cat-item:hover {
    color: #000
}

.blog-layout-2 .theiaStickySidebar>.sidebar>aside.widget.widget_categories .cat-item:hover a,
.blog-layout-2 #sidebar>.sidebar>aside.widget.widget_categories .cat-item:hover a {
    color: #000
}

.blog-layout-2 .theiaStickySidebar>.sidebar>aside.widget.widget_search label .search-field,
.blog-layout-2 #sidebar>.sidebar>aside.widget.widget_search label .search-field {
    font-size: 14px;
    height: 44px
}

.blog-layout-2 .theiaStickySidebar>.sidebar>aside.widget.widget_search .search-form:after,
.blog-layout-2 #sidebar>.sidebar>aside.widget.widget_search .search-form:after {
    content: none
}

.blog-layout-2 .theiaStickySidebar>.sidebar>aside.widget.widget_list-post .article-image,
.blog-layout-2 #sidebar>.sidebar>aside.widget.widget_list-post .article-image {
    height: 65px;
    margin-top: 7px
}

.blog-layout-2 .theiaStickySidebar>.sidebar>aside.widget.widget_list-post .article-title-wrapper h5,
.blog-layout-2 #sidebar>.sidebar>aside.widget.widget_list-post .article-title-wrapper h5 {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 24px
}

.blog-layout-2 .theiaStickySidebar>.sidebar>aside.widget.widget_list-post .article-date,
.blog-layout-2 #sidebar>.sidebar>aside.widget.widget_list-post .article-date {
    font-size: 14px;
    display: flex;
    align-items: center;
    line-height: 1.5
}

.blog-layout-2 .theiaStickySidebar>.sidebar>aside.widget.widget_list-post .article-date .day,
.blog-layout-2 #sidebar>.sidebar>aside.widget.widget_list-post .article-date .day {
    position: relative;
    padding-left: 25px
}

.blog-layout-2 .theiaStickySidebar>.sidebar>aside.widget.widget_list-post .article-date .day::before,
.blog-layout-2 #sidebar>.sidebar>aside.widget.widget_list-post .article-date .day::before {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.75 1.30769H11.875V0.653846C11.875 0.480435 11.8092 0.314127 11.6919 0.191507C11.5747 0.0688871 11.4158 0 11.25 0C11.0842 0 10.9253 0.0688871 10.8081 0.191507C10.6908 0.314127 10.625 0.480435 10.625 0.653846V1.30769H4.375V0.653846C4.375 0.480435 4.30915 0.314127 4.19194 0.191507C4.07473 0.0688871 3.91576 0 3.75 0C3.58424 0 3.42527 0.0688871 3.30806 0.191507C3.19085 0.314127 3.125 0.480435 3.125 0.653846V1.30769H1.25C0.918479 1.30769 0.600537 1.44547 0.366116 1.69071C0.131696 1.93595 0 2.26856 0 2.61538V15.6923C0 16.0391 0.131696 16.3717 0.366116 16.617C0.600537 16.8622 0.918479 17 1.25 17H13.75C14.0815 17 14.3995 16.8622 14.6339 16.617C14.8683 16.3717 15 16.0391 15 15.6923V2.61538C15 2.26856 14.8683 1.93595 14.6339 1.69071C14.3995 1.44547 14.0815 1.30769 13.75 1.30769ZM3.125 2.61538V3.26923C3.125 3.44264 3.19085 3.60895 3.30806 3.73157C3.42527 3.85419 3.58424 3.92308 3.75 3.92308C3.91576 3.92308 4.07473 3.85419 4.19194 3.73157C4.30915 3.60895 4.375 3.44264 4.375 3.26923V2.61538H10.625V3.26923C10.625 3.44264 10.6908 3.60895 10.8081 3.73157C10.9253 3.85419 11.0842 3.92308 11.25 3.92308C11.4158 3.92308 11.5747 3.85419 11.6919 3.73157C11.8092 3.60895 11.875 3.44264 11.875 3.26923V2.61538H13.75V5.23077H1.25V2.61538H3.125ZM13.75 15.6923H1.25V6.53846H13.75V15.6923ZM10.7547 8.69125C10.8128 8.75197 10.8589 8.82409 10.8904 8.90346C10.9218 8.98284 10.938 9.06792 10.938 9.15385C10.938 9.23977 10.9218 9.32485 10.8904 9.40423C10.8589 9.48361 10.8128 9.55572 10.7547 9.61644L7.00469 13.5395C6.94664 13.6003 6.87771 13.6485 6.80184 13.6814C6.72596 13.7143 6.64463 13.7313 6.5625 13.7313C6.48037 13.7313 6.39904 13.7143 6.32316 13.6814C6.24729 13.6485 6.17836 13.6003 6.12031 13.5395L4.24531 11.578C4.12804 11.4553 4.06215 11.2889 4.06215 11.1154C4.06215 10.9419 4.12804 10.7755 4.24531 10.6528C4.36259 10.5301 4.52165 10.4612 4.6875 10.4612C4.85335 10.4612 5.01241 10.5301 5.12969 10.6528L6.5625 12.1525L9.87031 8.69125C9.92836 8.63046 9.99729 8.58223 10.0732 8.54933C10.149 8.51642 10.2304 8.49949 10.3125 8.49949C10.3946 8.49949 10.476 8.51642 10.5518 8.54933C10.6277 8.58223 10.6966 8.63046 10.7547 8.69125Z' fill='%23656565'/%3E%3C/svg%3E%0A");
    width: 15px;
    height: 17px;
    left: 0;
    top: 0
}

.sidebar .widget_list-post .thim-list-posts.sidebar .post-extra {
    display: none
}

.thim-sidebar-about-blog .thim-image {
    position: relative;
    margin-bottom: 10px;
    max-width: 270px
}

@media (max-width:767px) {
    .thim-sidebar-about-blog .thim-image {
        max-width: 100%
    }

    .thim-sidebar-about-blog .thim-image img {
        width: 100%
    }
}

.thim-sidebar-about-blog .thim-image .thim-bg-color {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    z-index: 9
}

.thim-sidebar-about-blog .thim-image img.thim-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    z-index: 10
}

.thim-sidebar-about-blog .thim-description {
    word-break: break-all
}

.thim-list-posts.sidebar .item-post {
    clear: both;
    margin-bottom: 20px;
    overflow: hidden
}

.thim-list-posts.sidebar .item-post:last-child {
    margin-bottom: 10px
}

.thim-list-posts.sidebar .article-image {
    float: left;
    width: 100px;
    margin-right: 20px;
    height: 80px;
    overflow: hidden
}

.thim-list-posts.sidebar .article-image img {
    width: 100%;
    margin-top: -10px
}

.thim-list-posts.sidebar .article-title-wrapper h5 {
    font-size: 16px;
    font-weight: var(--thim_font_title-variant);
    margin: 0 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.thim-list-posts.sidebar .article-date {
    font-size: 14px;
    font-weight: normal;
    color: #7a7a7a
}

.thim-list-posts.sidebar .article-date span {
    margin-right: 5px
}

.thim-list-posts.sidebar .article-date span.month:after {
    content: ","
}

.thim-list-posts.sidebar .article-date span.year {
    margin-right: 0
}

.thim-sidebar-pinterest {
    padding-left: 2px;
    padding-bottom: 2px;
    padding-right: 2px
}

.thim-sidebar-pinterest span[class*=PIN_] {
    max-width: 100%;
    overflow: hidden
}

#sidebar .wrapper-line-heading {
    margin-bottom: 0;
    margin-top: 69px;
    padding: 39px 0 0;
    text-align: center
}

#sidebar .wrapper-line-heading .heading__primary {
    font-size: var(--thim_font_h5-font-size)
}

#sidebar .wrapper-line-heading .line-heading {
    margin-top: 16px
}

#sidebar .elementor-widget-thim-search-room .wrapper-line-heading,
#sidebar .thim-widget-search-room .wrapper-line-heading {
    padding-top: 28px;
    margin-top: 0
}

#sidebar .dk-option {
    padding-top: 0;
    padding-bottom: 0
}

#sidebar .hotel-booking-search {
    padding: 23px 30px 30px
}

#sidebar .hotel-booking-search.hb-search-room-results {
    padding: 0
}

#sidebar .hotel-booking-search.hb-search-room-results .price {
    margin-top: 10px;
    color: var(--thim_body_primary_color, #ffb606)
}

#sidebar .hotel-booking-search form .hb-form-field {
    padding: 0
}

#sidebar .hotel-booking-search form .hb-form-field label {
    color: #fff
}

#sidebar .hotel-booking-search form input,
#sidebar .hotel-booking-search form select,
#sidebar .hotel-booking-search form button {
    width: 100%;
    min-width: auto;
    border-radius: 0;
    font-size: 14px
}

#sidebar .hotel-booking-search form input.error,
#sidebar .hotel-booking-search form select.error,
#sidebar .hotel-booking-search form button.error {
    border-color: red
}

#sidebar .hotel-booking-search form input.error:focus,
#sidebar .hotel-booking-search form select.error:focus,
#sidebar .hotel-booking-search form button.error:focus {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

#sidebar .hotel-booking-search form span {
    font-size: 14px
}

#sidebar .hotel-booking-search form button {
    border-color: transparent;
    font-family: var(--thim_font_title-font-family);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

#sidebar .hotel-booking-search .hb_input_field {
    display: block
}

#sidebar .hotel-booking-search .hb_input_field:after {
    right: 12px
}

#sidebar .hotel-booking-search .hb_input_field .hb_input_date_check {
    padding-right: 20px
}

@media (max-width:991px) {
    #sidebar .hotel-booking-search .hb_input_field .hb_input_date_check {
        padding-right: 30px
    }
}

#sidebar .widget.widget_mini-cart-room {
    display: none;
}

#sidebar .elementor-widget-thim-mini-cart-room,
#sidebar .thim-widget-mini-cart-room {
    display: none;

    border: 1px solid var(--thim_body_primary_color, #ffb606);
    padding: 25px 20px
}

#sidebar .elementor-widget-thim-mini-cart-room .wrapper-line-heading,
#sidebar .thim-widget-mini-cart-room .wrapper-line-heading {
    margin: 0;
    padding: 0
}

#sidebar .elementor-widget-thim-mini-cart-room .hb_mini_cart_footer .hb_button,
#sidebar .thim-widget-mini-cart-room .hb_mini_cart_footer .hb_button {
    padding: 10px 12px
}

#sidebar ul.rooms {
    margin: 0
}

#sidebar ul.rooms.tp-hotel-booking li.hb_room {
    margin-bottom: 10px;
    width: 100%;
    padding: 0
}

#sidebar ul.rooms.tp-hotel-booking li.hb_room .summary .title-room {
    padding: 15px 15px 0
}

#sidebar ul.rooms.tp-hotel-booking li.hb_room .summary .description {
    padding: 0 15px;
    margin-top: 10px
}

#sidebar ul.rooms.tp-hotel-booking li.hb_room .summary .footer-content-room .price {
    padding: 10px 0 0;
    margin: 0;
    text-align: center
}

#sidebar ul.rooms.tp-hotel-booking li.hb_room .summary .footer-content-room .price span {
    font-size: 20px
}

#sidebar ul.rooms.tp-hotel-booking li.hb_room .summary .footer-content-room .actions {
    text-align: center
}

#sidebar .widget-sailing-room-single__booking {
    border: 1px solid var(--thim_body_primary_color, #ffb606);
    margin-bottom: 30px
}

#sidebar .widget-sailing-room-single__booking #hotel_booking_room_hidden {
    max-width: 100%;
    min-width: auto;
    padding: 0
}

#sidebar .widget-sailing-room-single__booking .sailing-booking-room-form-head {
    padding: 30px 30px 0;
    margin-bottom: 20px
}

#sidebar .widget-sailing-room-single__booking .sailing-booking-room-form-head .title {
    margin: 0
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search {
    padding: 0
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb-search-results-form-container {
    display: flex;
    row-gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
    border: 0;
    padding: 0
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb-search-results-form-container .hb-booking-room-form-group {
    width: 100%;
    padding: 0 30px;
    text-align: left
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb-search-results-form-container .hb-booking-room-form-group:last-child {
    padding: 0;
    margin-bottom: 0;
    margin-top: 10px
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb-search-results-form-container .hb-booking-room-form-group .hb-form-field-input {
    position: relative;
    overflow: hidden
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb-search-results-form-container .hb-booking-room-form-group .hb-form-field-input label {
    color: var(--thim_font_body-color)
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb-search-results-form-container .hb-booking-room-form-group .hb-form-field-input input {
    border-width: 0 0 1px;
    padding: 5px 0;
    min-width: auto
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb-search-results-form-container .hb-booking-room-form-group .hb-form-field-input .ui-datepicker-trigger {
    width: 100%;
    -webkit-mask: url(./assets/images/calendar-new.svg) no-repeat 100% center !important;
    mask: url(./assets/images/calendar-new.svg) no-repeat 100% center !important;
    mask-size: 20px !important;
    -webkit-mask-size: 20px !important
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb-search-results-form-container .hb-booking-room-form-group .hb_extra_detail_price {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb-search-results-form-container .hb-booking-room-form-group .hb_extra_detail_price .hb_optional_quantity {
    order: 2;
    width: 100%
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb-search-results-form-container .hb-booking-room-form-group .hb_extra_detail_price label {
    order: 1
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb-search-results-form-container .hb_addition_package_extra {
    margin-top: 0;
    padding: 0 30px !important
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb-search-results-form-container .hb_addition_package_extra input[type=checkbox] {
    margin: 0;
    width: 18px;
    height: 18px;
    border-radius: 0
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb-search-results-form-container .hb_addition_package_extra input[type=number] {
    max-width: 60px;
    padding: 4px 10px
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb-booking-room-form-head {
    padding: 0 30px
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb-booking-room-form-head h2 {
    display: none
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb-booking-room-form-head .description {
    font-size: var(--thim_font_body-font-size);
    line-height: 1.3;
    text-align: left
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb-booking-room-form-head .hotel_booking_room_errors p {
    font-size: 16px;
    line-height: 1.3
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb-booking-room-form-head .hotel_booking_room_errors p:first-child {
    margin-bottom: 5px
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb-booking-room-form-head .hotel_booking_room_errors p:last-child {
    margin-bottom: 20px
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb-booking-room-form-group {
    width: 100%;
    float: none;
    margin: 0
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb-booking-room-form-group .hb-booking-room-form-field input {
    border-radius: var(--border-radius-item, 0);
    width: 100%;
    margin: 0;
    height: auto
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb-booking-room-form-group .hb_button {
    width: 100%
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hotel-booking-search {
    padding: 0
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb-search-results-form-container {
    border: none
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb-booking-room-form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    margin-top: 20px;
    flex-wrap: wrap;
    padding: 0 30px 30px
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb-booking-room-form-footer .hb_button {
    padding: 10px 6px;
    line-height: 24px;
    font-weight: 500;
    border-radius: var(--thim_border_radius-item, 0)
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb-booking-room-form-footer .hb_button.hb_previous_step {
    background-color: #fff;
    color: var(--thim_body_primary_color, #ffb606);
    border: 1px solid var(--thim_body_primary_color, #ffb606)
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb-booking-room-form-footer .hb_button.hb_previous_step:hover {
    background-color: var(--thim_body_primary_color, #ffb606);
    color: #fff
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb_button {
    min-width: unset;
    height: auto;
    text-align: center;
    font-weight: 500
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb_addition_package_title {
    display: none
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb_addition_packages {
    border: none;
    padding: 0;
    margin: 0
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb_addition_packages .hb_extra_title p {
    display: none
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb_addition_packages_ul {
    padding: 0
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb_addition_packages_ul li {
    border: none;
    padding: 0;
    margin-bottom: 20px !important
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb_addition_packages_ul li:last-child {
    margin-bottom: 0 !important
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb_addition_packages_ul li .hb_extra_optional_right input[type=checkbox]:checked:after {
    display: none
}

#sidebar .widget-sailing-room-single__booking .hotel-booking-search .hb_extra_detail_price input {
    border-radius: var(--thim_border_radius-item, 0)
}

.thim-search-room .hotel-booking-search,
.wp-hotel-booking-search-rooms .hotel-booking-search {
    padding: 0
}

.thim-search-room .hotel-booking-search h3,
.wp-hotel-booking-search-rooms .hotel-booking-search h3 {
    margin-bottom: 30px
}

.thim-search-room .hotel-booking-search:before,
.wp-hotel-booking-search-rooms .hotel-booking-search:before {
    position: absolute;
    content: "";
    top: -17px;
    left: -17px;
    border-left: transparent;
    border-top: transparent;
    border-bottom: #eaeaea;
    border-style: solid;
    border-width: 17px;
    border-right: transparent;
    border-bottom-width: 45px;
    box-shadow: 0 -1px 0 -1px #cfcfcf
}

.thim-search-room .hotel-booking-search:after,
.wp-hotel-booking-search-rooms .hotel-booking-search:after {
    position: absolute;
    content: "";
    top: -17px;
    right: -17px;
    border-right: transparent;
    border-top: transparent;
    border-bottom: #eaeaea;
    border-style: solid;
    border-width: 17px;
    border-left: transparent;
    border-bottom-width: 45px;
    box-shadow: 0 -1px 0 -1px #cfcfcf
}

.thim-search-room .hotel-booking-search form,
.wp-hotel-booking-search-rooms .hotel-booking-search form {
    background-color: #fff;
    display: block;
    padding: 30px 20px;
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
    max-width: 100%;
    margin: 0 auto
}

.thim-search-room .hotel-booking-search form:after,
.wp-hotel-booking-search-rooms .hotel-booking-search form:after {
    content: "";
    display: block;
    clear: both
}

.thim-search-room .hotel-booking-search form .hb-form-table,
.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table {
    width: 80%;
    float: left
}

.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field,
.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field {
    width: 20%;
    padding: 0 2px;
    margin: 0;
    float: left
}

.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field label,
.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field label {
    display: none
}

.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list,
.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list {
    padding: 12px 16px
}

@media (min-width:1200px) {

    .thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list,
    .wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list {
        margin-left: 2px;
        margin-right: 2px;
        width: 98%
    }
}

@media (max-width:1199px) and (min-width:780px) {

    .thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list,
    .wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list {
        width: 130%;
        margin-left: 10px
    }
}

@media (min-width:781px) and (max-width:900px) {

    .thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list,
    .wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list {
        margin-left: 5px
    }
}

.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list .hb-form-field-input,
.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list .hb-form-field-input {
    margin-bottom: 0;
    margin-left: 8px;
    margin-right: 8px;
    display: inline-block
}

.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list .number-box,
.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list .number-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid #ddd;
    border-radius: 0 !important;
    padding: 8px 12px;
    background: #fff
}

.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list .number-box .number-icons,
.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list .number-box .number-icons {
    cursor: pointer;
    float: none;
    background: transparent;
    color: #000;
    margin-left: 0;
    height: auto
}

.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list .name,
.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list .name {
    font-weight: 500;
    font-family: var(--thim_font_title-font-family);
    color: #000
}

.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field .hb_input_field,
.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field .hb_input_field {
    display: block
}

.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field input,
.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field button,
.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field select,
.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field input,
.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field button,
.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field select {
    width: 100%;
    min-width: auto;
    border-radius: unset;
    height: 44px;
    line-height: 44px;
    color: var(--thim_font_body-color)
}

.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field input::placeholder,
.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field button::placeholder,
.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field select::placeholder,
.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field input::placeholder,
.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field button::placeholder,
.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field select::placeholder {
    color: #7a7a7a
}

.thim-search-room .hotel-booking-search form .hb-submit,
.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-submit {
    width: 20%;
    float: left;
    padding: 0 2px
}

.thim-search-room .hotel-booking-search form .hb-submit button,
.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-submit button {
    width: 100%;
    min-width: auto;
    height: 44px;
    line-height: 40px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--thim_font_title-font-family);
    text-transform: uppercase
}

.thim-search-room .hotel-booking-search form .hb-submit button .lds-ring,
.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-submit button .lds-ring {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px
}

.thim-search-room .hotel-booking-search input::-webkit-input-placeholder,
.wp-hotel-booking-search-rooms .hotel-booking-search input::-webkit-input-placeholder {
    color: #7a7a7a
}

.thim-search-room .hotel-booking-search input:-moz-placeholder,
.wp-hotel-booking-search-rooms .hotel-booking-search input:-moz-placeholder {
    color: #7a7a7a
}

.thim-search-room .hotel-booking-search input::-moz-placeholder,
.wp-hotel-booking-search-rooms .hotel-booking-search input::-moz-placeholder {
    color: #7a7a7a
}

.thim-search-room .hotel-booking-search input:-ms-input-placeholder,
.wp-hotel-booking-search-rooms .hotel-booking-search input:-ms-input-placeholder {
    color: #7a7a7a
}

.thim-search-room .hotel-booking-search input:before,
.wp-hotel-booking-search-rooms .hotel-booking-search input:before {
    content: "\f073";
    display: block;
    position: absolute;
    top: 10px;
    right: 10px
}

.thim-search-room .hotel-booking-search input,
.thim-search-room .hotel-booking-search button,
.thim-search-room .hotel-booking-search select,
.wp-hotel-booking-search-rooms .hotel-booking-search input,
.wp-hotel-booking-search-rooms .hotel-booking-search button,
.wp-hotel-booking-search-rooms .hotel-booking-search select {
    line-height: 40px;
    padding: 0px 8px
}

.thim-search-room .hotel-booking-search .hb-form-field,
.wp-hotel-booking-search-rooms .hotel-booking-search .hb-form-field {
    position: relative
}

.thim-search-room .hotel-booking-search .hb-form-field .hb_input_field .hb_input_date_check,
.wp-hotel-booking-search-rooms .hotel-booking-search .hb-form-field .hb_input_field .hb_input_date_check {
    padding-right: 20px
}

.thim-search-room .hotel-booking-search .hb-form-field .hb_input_field input.error,
.wp-hotel-booking-search-rooms .hotel-booking-search .hb-form-field .hb_input_field input.error {
    border-color: red
}

.thim-search-room .hotel-booking-search .hb-form-field .hb_input_field input.error:focus,
.wp-hotel-booking-search-rooms .hotel-booking-search .hb-form-field .hb_input_field input.error:focus {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.thim-search-room .hotel-booking-search.col-3 form .hb-form-table .hb-form-field,
.wp-hotel-booking-search-rooms .hotel-booking-search.col-3 form .hb-form-table .hb-form-field {
    width: 33.33%
}

.thim-search-room .hotel-booking-search.col-2 form .hb-form-table .hb-form-field,
.wp-hotel-booking-search-rooms .hotel-booking-search.col-2 form .hb-form-table .hb-form-field {
    width: 50%
}

.thim-search-room.thim-search-no-padding form,
.wp-hotel-booking-search-rooms.thim-search-no-padding form {
    background: transparent;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    max-width: 1190px
}

.thim-search-room.thim-search-no-padding form:after,
.thim-search-room.thim-search-no-padding form:before,
.wp-hotel-booking-search-rooms.thim-search-no-padding form:after,
.wp-hotel-booking-search-rooms.thim-search-no-padding form:before {
    display: none
}

.wp-hotel-booking-search-rooms .hotel-booking-search form {
    padding: 0;
    box-shadow: none
}

.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table {
    margin-left: -8px
}

@media (max-width:767px) {
    .wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table {
        margin-left: 0
    }
}

form[name=hb-payment-form] .hb-form-field,
form[name=hb-search-form] .hb-form-field {
    position: relative
}

form[name=hb-payment-form] button.hb_loading,
form[name=hb-search-form] button.hb_loading {
    position: relative;
    cursor: progress;
    border: 0
}

form[name=hb-payment-form] button.hb_loading:before,
form[name=hb-search-form] button.hb_loading:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url("assets/images/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.5) !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

form[name=hb-payment-form] .hb-form-field #number-of-rooms span,
form[name=hb-payment-form] .hb-form-field #adults span,
form[name=hb-payment-form] .hb-form-field #child span,
form[name=hb-search-form] .hb-form-field #number-of-rooms span,
form[name=hb-search-form] .hb-form-field #adults span,
form[name=hb-search-form] .hb-form-field #child span {
    position: absolute;
    top: 50%;
    left: 35px;
    z-index: 2;
    transform: translateY(-50%);
    color: #7a7a7a;
    white-space: nowrap
}

form[name=hb-payment-form] .hb-form-field .hb-form-field-input,
form[name=hb-search-form] .hb-form-field .hb-form-field-input {
    background-color: #fff
}

form[name=hb-payment-form] .nav-room.hb-form-field-list,
form[name=hb-payment-form] .nav-guest.hb-form-field-list,
form[name=hb-payment-form] .nav-child.hb-form-field-list,
form[name=hb-search-form] .nav-room.hb-form-field-list,
form[name=hb-search-form] .nav-guest.hb-form-field-list,
form[name=hb-search-form] .nav-child.hb-form-field-list {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 12px 16px;
    background: #ffffff;
    z-index: 9;
    margin-top: 1px !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid var(--thim_body_border_color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 0 !important
}

form[name=hb-payment-form] .nav-room.hb-form-field-list.active,
form[name=hb-payment-form] .nav-guest.hb-form-field-list.active,
form[name=hb-payment-form] .nav-child.hb-form-field-list.active,
form[name=hb-search-form] .nav-room.hb-form-field-list.active,
form[name=hb-search-form] .nav-guest.hb-form-field-list.active,
form[name=hb-search-form] .nav-child.hb-form-field-list.active {
    opacity: 1;
    visibility: visible
}

form[name=hb-payment-form] .nav-room.hb-form-field-list .hb-form-field-input,
form[name=hb-payment-form] .nav-guest.hb-form-field-list .hb-form-field-input,
form[name=hb-payment-form] .nav-child.hb-form-field-list .hb-form-field-input,
form[name=hb-search-form] .nav-room.hb-form-field-list .hb-form-field-input,
form[name=hb-search-form] .nav-guest.hb-form-field-list .hb-form-field-input,
form[name=hb-search-form] .nav-child.hb-form-field-list .hb-form-field-input {
    margin-bottom: 0;
    margin-left: 8px;
    margin-right: 8px;
    display: inline-block
}

form[name=hb-payment-form] .nav-room.hb-form-field-list .number-box,
form[name=hb-payment-form] .nav-guest.hb-form-field-list .number-box,
form[name=hb-payment-form] .nav-child.hb-form-field-list .number-box,
form[name=hb-search-form] .nav-room.hb-form-field-list .number-box,
form[name=hb-search-form] .nav-guest.hb-form-field-list .number-box,
form[name=hb-search-form] .nav-child.hb-form-field-list .number-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid #ddd;
    border-radius: 0 !important;
    padding: 8px 12px;
    background: #fff
}

form[name=hb-payment-form] .nav-room.hb-form-field-list .number-box .number-icons,
form[name=hb-payment-form] .nav-guest.hb-form-field-list .number-box .number-icons,
form[name=hb-payment-form] .nav-child.hb-form-field-list .number-box .number-icons,
form[name=hb-search-form] .nav-room.hb-form-field-list .number-box .number-icons,
form[name=hb-search-form] .nav-guest.hb-form-field-list .number-box .number-icons,
form[name=hb-search-form] .nav-child.hb-form-field-list .number-box .number-icons {
    cursor: pointer;
    float: none;
    background: transparent;
    color: #000;
    margin-left: 0;
    height: auto;
    width: 25px;
    text-align: center
}

form[name=hb-payment-form] .nav-room.hb-form-field-list .number-box .number-icons i,
form[name=hb-payment-form] .nav-guest.hb-form-field-list .number-box .number-icons i,
form[name=hb-payment-form] .nav-child.hb-form-field-list .number-box .number-icons i,
form[name=hb-search-form] .nav-room.hb-form-field-list .number-box .number-icons i,
form[name=hb-search-form] .nav-guest.hb-form-field-list .number-box .number-icons i,
form[name=hb-search-form] .nav-child.hb-form-field-list .number-box .number-icons i {
    font-size: 14px
}

form[name=hb-payment-form] .nav-room.hb-form-field-list .number-box .number-icons:hover i,
form[name=hb-payment-form] .nav-guest.hb-form-field-list .number-box .number-icons:hover i,
form[name=hb-payment-form] .nav-child.hb-form-field-list .number-box .number-icons:hover i,
form[name=hb-search-form] .nav-room.hb-form-field-list .number-box .number-icons:hover i,
form[name=hb-search-form] .nav-guest.hb-form-field-list .number-box .number-icons:hover i,
form[name=hb-search-form] .nav-child.hb-form-field-list .number-box .number-icons:hover i {
    color: var(--thim_body_primary_color, #ffb606)
}

form[name=hb-payment-form] .nav-room.hb-form-field-list .name,
form[name=hb-payment-form] .nav-guest.hb-form-field-list .name,
form[name=hb-payment-form] .nav-child.hb-form-field-list .name,
form[name=hb-search-form] .nav-room.hb-form-field-list .name,
form[name=hb-search-form] .nav-guest.hb-form-field-list .name,
form[name=hb-search-form] .nav-child.hb-form-field-list .name {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--thim_font_title-font-family);
    color: #000
}

form[name=hb-payment-form] .nav-room.hb-form-field-list .select2-container--default .select2-selection--single,
form[name=hb-payment-form] .nav-guest.hb-form-field-list .select2-container--default .select2-selection--single,
form[name=hb-payment-form] .nav-child.hb-form-field-list .select2-container--default .select2-selection--single,
form[name=hb-search-form] .nav-room.hb-form-field-list .select2-container--default .select2-selection--single,
form[name=hb-search-form] .nav-guest.hb-form-field-list .select2-container--default .select2-selection--single,
form[name=hb-search-form] .nav-child.hb-form-field-list .select2-container--default .select2-selection--single {
    border: none
}

form[name=hb-payment-form] .nav-room.hb-form-field-list .select2-container,
form[name=hb-payment-form] .nav-guest.hb-form-field-list .select2-container,
form[name=hb-payment-form] .nav-child.hb-form-field-list .select2-container,
form[name=hb-search-form] .nav-room.hb-form-field-list .select2-container,
form[name=hb-search-form] .nav-guest.hb-form-field-list .select2-container,
form[name=hb-search-form] .nav-child.hb-form-field-list .select2-container {
    width: auto !important;
    pointer-events: none
}

form[name=hb-payment-form] .nav-room.hb-form-field-list .select2-container--default .select2-selection--single .select2-selection__arrow,
form[name=hb-payment-form] .nav-guest.hb-form-field-list .select2-container--default .select2-selection--single .select2-selection__arrow,
form[name=hb-payment-form] .nav-child.hb-form-field-list .select2-container--default .select2-selection--single .select2-selection__arrow,
form[name=hb-search-form] .nav-room.hb-form-field-list .select2-container--default .select2-selection--single .select2-selection__arrow,
form[name=hb-search-form] .nav-guest.hb-form-field-list .select2-container--default .select2-selection--single .select2-selection__arrow,
form[name=hb-search-form] .nav-child.hb-form-field-list .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none
}

form[name=hb-payment-form] .nav-room.hb-form-field-list .select2-container--default .select2-selection--single .select2-selection__rendered,
form[name=hb-payment-form] .nav-guest.hb-form-field-list .select2-container--default .select2-selection--single .select2-selection__rendered,
form[name=hb-payment-form] .nav-child.hb-form-field-list .select2-container--default .select2-selection--single .select2-selection__rendered,
form[name=hb-search-form] .nav-room.hb-form-field-list .select2-container--default .select2-selection--single .select2-selection__rendered,
form[name=hb-search-form] .nav-guest.hb-form-field-list .select2-container--default .select2-selection--single .select2-selection__rendered,
form[name=hb-search-form] .nav-child.hb-form-field-list .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 5px 0 0;
    font-size: 14px
}

.rtl form[name=hb-search-form] .hb-form-field-list .number-icons {
    float: left;
    margin-right: 12px;
    margin-left: 0
}

.hotel_booking_invalid_quantity .dk-selected {
    border-color: red
}

.hotel_checkout_errors {
    display: none
}

button.ui-datepicker-trigger {
    cursor: pointer !important;
    position: absolute !important;
    display: inline;
    padding: 0 !important;
    font-size: 14px;
    -webkit-mask: url(./assets/images/calendar-new.svg) no-repeat 95% center !important;
    mask: url(./assets/images/calendar-new.svg) no-repeat 95% center !important;
    mask-size: 20px !important;
    -webkit-mask-size: 20px !important;
    background-color: #7a7a7a !important;
    color: #aaa;
    left: 0;
    text-align: right;
    border-color: transparent !important;
    opacity: 0.5
}

button.ui-datepicker-trigger:before {
    display: none !important
}

.rtl button.ui-datepicker-trigger {
    -webkit-mask: url(./assets/images/calendar-new.svg) no-repeat 5% center !important;
    mask: url(./assets/images/calendar-new.svg) no-repeat 5% center !important;
    mask-size: 20px !important;
    -webkit-mask-size: 20px !important
}

.hb_input_field:after {
    display: none
}

.thim-search-room-slider {
    margin-top: -655px;
    width: 480px;
    right: 0;
    float: right;
    height: 550px;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative
}

.thim-search-room-slider .elementor-column-gap-default {
    width: 100%
}

@media (max-width:1199px) {
    .thim-search-room-slider {
        margin-top: -600px
    }
}

@media (max-width:991px) {
    .thim-search-room-slider {
        margin-top: -550px;
        width: 400px
    }
}

@media (max-width:768px) {
    .thim-search-room-slider {
        background: rgba(0, 0, 0, 0.7)
    }
}

@media (max-width:780px) {
    .thim-search-room-slider.panel-row-style {
        background: rgba(0, 0, 0, 0.7)
    }
}

@media (max-width:780px) {
    .thim-search-room-slider.panel-row-style .wrapper-line-heading {
        position: relative;
        writing-mode: inherit
    }
}

@media (max-width:780px) {
    .thim-search-room-slider.panel-row-style .wrapper-line-heading .line-heading {
        display: block
    }
}

@media (max-width:780px) {
    .thim-search-room-slider.panel-row-style .hotel-booking-search {
        padding: 13px 30px
    }
}

.thim-search-room-slider .wrapper-line-heading {
    padding-bottom: 0;
    writing-mode: vertical-rl;
    position: absolute;
    right: 0
}

@media (max-width:768px) {
    .thim-search-room-slider .wrapper-line-heading {
        position: relative;
        writing-mode: inherit
    }
}

.thim-search-room-slider .wrapper-line-heading .heading__primary {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px
}

@media (max-width:480px) {
    .thim-search-room-slider .wrapper-line-heading .heading__primary {
        font-size: 24px
    }
}

.thim-search-room-slider .wrapper-line-heading .line-heading {
    display: none
}

@media (max-width:768px) {
    .thim-search-room-slider .wrapper-line-heading .line-heading {
        display: block
    }
}

.thim-search-room-slider .hb-form-field {
    text-align: left
}

.thim-search-room-slider .hotel-booking-search button,
.thim-search-room-slider .hotel-booking-search input,
.thim-search-room-slider .hotel-booking-search select,
.thim-search-room-slider .hotel-booking-search textarea {
    width: 100%
}

.thim-search-room-slider .hb_input_field {
    width: 100%;
    display: block
}

.thim-search-room-slider .hotel-booking-search {
    padding: 0px 100px 0px 0px
}

@media (max-width:991px) {
    .thim-search-room-slider .hotel-booking-search {
        padding: 0px 50px 0px 0px
    }
}

@media (max-width:768px) {
    .thim-search-room-slider .hotel-booking-search {
        padding: 13px 15px
    }
}

.thim-search-room-slider .hotel-booking-search input,
.thim-search-room-slider .hotel-booking-search select,
.thim-search-room-slider .hotel-booking-search button {
    height: 44px;
    font-size: 16px;
    background: transparent;
    border-radius: 0;
    border: none;
    color: #fff;
    padding-left: 0
}

.thim-search-room-slider .hotel-booking-search input,
.thim-search-room-slider .hotel-booking-search select {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2)
}

.thim-search-room-slider .hotel-booking-search input:hover,
.thim-search-room-slider .hotel-booking-search select:hover {
    cursor: pointer;
    border-bottom: 2px solid rgb(255, 255, 255)
}

.thim-search-room-slider .hotel-booking-search input::placeholder,
.thim-search-room-slider .hotel-booking-search select::placeholder {
    color: #fff
}

@media (max-width:480px) {
    .thim-search-room-slider .hotel-booking-search button {
        font-size: 16px
    }
}

.thim-search-room-slider .hotel-booking-search .hb-form-table .hb-form-field {
    margin-bottom: 25px
}

.thim-search-room-slider .hotel-booking-search .hb-form-table .hb-form-field .hb-form-field-input {
    background-color: transparent
}

.thim-search-room-slider .hotel-booking-search .hb-form-table .hb-form-field .hb-form-field-input #adults span,
.thim-search-room-slider .hotel-booking-search .hb-form-table .hb-form-field .hb-form-field-input #child span {
    color: #fff
}

.thim-search-room-slider .hotel-booking-search .hb-form-table .hb-form-field .hb-form-field-input #adults input,
.thim-search-room-slider .hotel-booking-search .hb-form-table .hb-form-field .hb-form-field-input #child input {
    position: relative;
    background: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23ffffff%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A) no-repeat;
    background-position-x: 100%;
    background-position-y: 50%
}

.thim-search-room-slider .hotel-booking-search .hb-form-table .hb-form-field .hb-form-field-input .ui-datepicker-trigger {
    -webkit-mask-position-x: 100% !important;
    background-color: #fff !important;
    opacity: 1
}

.thim-search-room-slider .hotel-booking-search .hb-form-table .hb-form-field .hb-form-field-input .ui-datepicker-trigger i {
    padding-right: 0;
    font-size: 24px
}

.thim-search-room-slider .hotel-booking-search .hb-form-table .hb-form-field .hb-form-field-input .ui-datepicker-trigger i::before {
    content: "\f133";
    font-family: thim-ekits !important;
    font-weight: 400
}

.thim-search-room-slider .hotel-booking-search .hb-form-table .hb-form-field .hb-form-field-input select {
    position: relative;
    background: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23ffffff%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A) no-repeat;
    background-position-x: 100%;
    background-position-y: 50%
}

.thim-search-room-slider .hotel-booking-search .hb-form-table .hb-form-field .hb-form-field-input select option {
    background: #000
}

.thim-search-room-slider .hotel-booking-search .hb-form-table .hb-form-field label {
    display: none
}

.thim-search-room-slider .hotel-booking-search .hb-submit button {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    text-align: left;
    text-transform: uppercase;
    font-family: var(--thim_font_title-font-family);
    font-size: 14px;
    font-weight: 500
}

.thim-search-room-slider .hotel-booking-search .hb-submit button::before {
    position: absolute;
    content: "\f061";
    font-family: thim-ekits !important;
    font-weight: 400;
    font-size: 18px;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.thim-search-room-slider .hotel-booking-search .hb-submit button:hover {
    border-bottom: 2px solid var(--thim_body_primary_color);
    background: transparent
}

.thim-search-room-slider .widget_search-room {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    left: 0;
    right: 0
}

@media (max-width:767px) {

    .widget_heading .text-left.heading-left .sc-heading,
    .thim-widget-heading .text-left.heading-left .sc-heading {
        text-align: center
    }
}

.widget_heading .text-left .sc-heading,
.thim-widget-heading .text-left .sc-heading {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0
}

.widget_heading .text-left .heading__primary,
.thim-widget-heading .text-left .heading__primary {
    font-size: 40px
}

.nav-right .hb_room_carousel_container {
    position: relative
}

.nav-right .hb_room_carousel_container .navigation {
    display: inline-block;
    float: right
}

@media (max-width:767px) {
    .nav-right .hb_room_carousel_container .navigation {
        float: unset;
        display: block
    }
}

.nav-right .hb_room_carousel_container .text_link {
    text-align: right;
    position: absolute;
    right: 16px;
    top: 0;
    margin: 0 50px
}

@media (max-width:767px) {
    .nav-right .hb_room_carousel_container .text_link {
        position: relative;
        text-align: center
    }
}

.nav-right .hb_room_carousel_container .hb_room_carousel {
    padding-top: 50px
}

@media (max-width:768px) {
    .nav-right .hb_room_carousel_container .hb_room_carousel {
        padding-top: 30px
    }
}

.thim-border-bottom:after {
    border-bottom: 1px solid #eee;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    display: block
}

.hb-search-room-results .hb_success_message {
    display: none !important
}

.hotel-booking-search button.error,
.hotel-booking-search input.error,
.hotel-booking-search select.error,
.hotel-booking-search textarea.error {
    border-color: red
}

button.ui-datepicker-trigger i {
    padding: 10px
}

.rtl button.ui-datepicker-trigger i {
    float: left
}

.hb-select-extra-results .hb_extra_optional_right input {
    cursor: pointer;
    text-align: center;
    height: 14px;
    width: 14px;
    outline: 0 !important;
    border: 1px solid #979797;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-transition: 0.05s border-color ease-in-out;
    transition: 0.05s border-color ease-in-out;
    line-height: 14px;
    margin-top: 0
}

.hb-select-extra-results .hb_extra_optional_right input:checked:before {
    content: "✔" !important;
    margin-top: -9px;
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    font: 400 20px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.hb-select-extra-results .hb_addition_packages {
    border-bottom: 1px solid var(--thim_body_border_color);
    margin-bottom: 10px
}

.hb-select-extra-results .hb_button {
    margin: 0 2px;
    height: 40px;
    border: 0;
    border-radius: 0;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px;
    min-width: 100px;
    float: left;
    display: inline-block
}

.hotel-booking-search.layout-special form .hb-form-table .hb-form-field .hb_input_field .hb_input_date_check,
.hotel-booking-search.layout-special form .hb-form-table .hb-form-field .hb_input_field .check-date {
    border: 0;
    min-width: 0;
    height: 0;
    width: 1px;
    padding: 0;
    float: left;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.dk-select,
.dk-select *,
.dk-select *:before,
.dk-select *:after,
.dk-select-multi,
.dk-select-multi *,
.dk-select-multi *:before,
.dk-select-multi *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.dk-select,
.dk-select-multi {
    position: relative;
    display: block;
    vertical-align: middle;
    line-height: 38px;
    width: 100%;
    cursor: pointer;
    color: #aaa
}

.dk-selected {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    background-color: white;
    border: 1px solid var(--thim_body_border_color);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0px 30px 0px 8px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.dk-selected:before,
.dk-selected:after {
    content: "";
    display: block;
    position: absolute;
    right: 0
}

.dk-selected:before {
    top: 50%;
    border: solid transparent;
    border-width: 5px 5px 0px;
    border-top-color: #CCCCCC;
    margin: -0.125em 0.5em 0 0
}

.dk-selected:after {
    top: 0;
    height: 100%;
    margin: 0 1.5em 0 0
}

.dk-selected-disabled {
    color: #BBBBBB
}

.dk-select .dk-select-options {
    position: absolute;
    display: none;
    left: 0;
    right: 0
}

.dk-select-open-up .dk-select-options {
    border-radius: 0.4em 0.4em 0 0;
    margin-bottom: -1px;
    bottom: 100%
}

.dk-select-open-down .dk-select-options {
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
    margin-top: -1px;
    top: 100%;
    padding: 0
}

.dk-select-multi .dk-select-options {
    max-height: 10em
}

.dk-select-options {
    background-color: white;
    border: 1px solid var(--thim_body_border_color);
    border-radius: 0.4em;
    list-style: none;
    margin: 0;
    max-height: 10.5em;
    min-width: 80px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0.25em 0;
    width: auto;
    z-index: 100
}

.dk-option-selected {
    color: #fff
}

.dk-select-options-highlight .dk-option-selected {
    background-color: transparent;
    color: inherit
}

.dk-option {
    padding: 0px 8px;
    margin-bottom: 0 !important
}

.dk-select-options .dk-option-highlight {
    color: #fff
}

.dk-select-options .dk-option-disabled {
    color: #BBBBBB;
    background-color: transparent
}

.dk-optgroup {
    border: solid var(--thim_body_border_color);
    border-width: 1px 0;
    padding: 0.25em 0;
    margin-top: 0.25em
}

.dk-optgroup+.dk-option {
    margin-top: 0.25em
}

.dk-optgroup+.dk-optgroup {
    border-top-width: 0;
    margin-top: 0
}

.dk-optgroup:nth-child(2) {
    padding-top: 0;
    border-top: none;
    margin-top: 0
}

.dk-optgroup:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.dk-optgroup-label {
    padding: 0 0.5em 0.25em;
    font-weight: bold;
    width: 100%
}

.dk-optgroup-options {
    list-style: none;
    padding-left: 0
}

.dk-optgroup-options li {
    padding-left: 1.2em
}

.dk-select-open-up .dk-selected {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.dk-select-open-down .dk-selected {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.dk-select-open-up .dk-selected:before,
.dk-select-open-down .dk-selected:before {
    border-width: 0px 5px 5px
}

.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-multi:focus .dk-select-options {
    display: block
}

.dk-select-multi:hover,
.dk-select-multi:focus {
    outline: none
}

.dk-selected:hover,
.dk-selected:focus {
    outline: none
}

.dk-select-disabled {
    opacity: 0.6;
    color: #BBBBBB;
    cursor: not-allowed
}

.dk-select-disabled .dk-selected:hover,
.dk-select-disabled .dk-selected:focus {
    border-color: inherit
}

.dk-select-disabled .dk-selected:hover:before,
.dk-select-disabled .dk-selected:focus:before {
    border-top-color: inherit
}

.dk-select-disabled .dk-selected:hover:after,
.dk-select-disabled .dk-selected:focus:after {
    border-left-color: inherit
}

select[data-dkcacheid] {
    display: none
}

a,
button,
button[type=button],
button[type=submit],
input[type=submit],
.bg-video-play,
.navigation .navbar-nav>li>span,
.hb_search_room_item_detail_price_close {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s
}

.hb_related_other_room .navigation span[class*=pe-]:before,
.hb_related_other_room .navigation span[class*=pe-]:after,
.hb_room_carousel_container .navigation span[class*=pe-]:before,
.hb_room_carousel_container .navigation span[class*=pe-]:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s
}

.elementor-widget-thim-icon-box .wrapper-box-icon.has_custom_image.box_shadow_icon .smicon-box .icon-images img,
.thim-widget-icon-box .wrapper-box-icon.has_custom_image.box_shadow_icon .smicon-box .icon-images img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}

.elementor-widget-thim-icon-box .wrapper-box-icon.has_custom_image.box_shadow_icon .smicon-box:hover .icon-images img,
.thim-widget-icon-box .wrapper-box-icon.has_custom_image.box_shadow_icon .smicon-box:hover .icon-images img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15)
}

.thim-map-iframe iframe {
    height: 100%;
    width: 100%
}

.event-list {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 18px
}

.event-list .col,
.event-list [class*=col-] {
    padding-bottom: 40px
}

.event-list .col .flower,
.event-list [class*=col-] .flower {
    background: #00b9f1
}

.event-list .col:nth-child(15) .flower,
.event-list .col:nth-child(8) .flower,
.event-list .col:nth-child(1) .flower,
.event-list [class*=col-]:nth-child(15) .flower,
.event-list [class*=col-]:nth-child(8) .flower,
.event-list [class*=col-]:nth-child(1) .flower {
    background: #f9c00c
}

.event-list .col:nth-child(16) .flower,
.event-list .col:nth-child(9) .flower,
.event-list .col:nth-child(2) .flower,
.event-list [class*=col-]:nth-child(16) .flower,
.event-list [class*=col-]:nth-child(9) .flower,
.event-list [class*=col-]:nth-child(2) .flower {
    background: #00b9f1
}

.event-list .col:nth-child(17) .flower,
.event-list .col:nth-child(10) .flower,
.event-list .col:nth-child(3) .flower,
.event-list [class*=col-]:nth-child(17) .flower,
.event-list [class*=col-]:nth-child(10) .flower,
.event-list [class*=col-]:nth-child(3) .flower {
    background: #56a902
}

.event-list .col:nth-child(18) .flower,
.event-list .col:nth-child(11) .flower,
.event-list .col:nth-child(4) .flower,
.event-list [class*=col-]:nth-child(18) .flower,
.event-list [class*=col-]:nth-child(11) .flower,
.event-list [class*=col-]:nth-child(4) .flower {
    background: #bd66ff
}

.event-list .col:nth-child(19) .flower,
.event-list .col:nth-child(12) .flower,
.event-list .col:nth-child(5) .flower,
.event-list [class*=col-]:nth-child(19) .flower,
.event-list [class*=col-]:nth-child(12) .flower,
.event-list [class*=col-]:nth-child(5) .flower {
    background: #519d9e
}

.event-list .col:nth-child(20) .flower,
.event-list .col:nth-child(13) .flower,
.event-list .col:nth-child(6) .flower,
.event-list [class*=col-]:nth-child(20) .flower,
.event-list [class*=col-]:nth-child(13) .flower,
.event-list [class*=col-]:nth-child(6) .flower {
    background: #ee7785
}

.event-list .col:nth-child(21) .flower,
.event-list .col:nth-child(14) .flower,
.event-list .col:nth-child(7) .flower,
.event-list [class*=col-]:nth-child(21) .flower,
.event-list [class*=col-]:nth-child(14) .flower,
.event-list [class*=col-]:nth-child(7) .flower {
    background: #448ccb
}

.event-list .feature-event {
    margin-bottom: 60px
}

.event-list .feature-event .image-event>img {
    width: 100%
}

.event-list .feature-event .image-event .slide-image {
    position: relative
}

.event-list .feature-event .image-event .slide-image .wrap-arrow-slick {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px
}

.event-list .feature-event .image-event .slide-image .wrap-arrow-slick .arow-slick {
    pointer-events: auto;
    cursor: pointer;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(149, 149, 149, 0.8);
    transition: all 0.2s
}

.event-list .feature-event .image-event .slide-image .wrap-arrow-slick .arow-slick:hover {
    background: #ff5f2e
}

.event-list .feature-event .image-event .slide-image .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
    display: none
}

.event-list .feature-event .image-event .slide-image .wrap-arrow-slick .arow-slick[aria-disabled=true] {
    visibility: hidden
}

.event-list .feature-event .text-event {
    margin-top: -175px;
    margin-left: 7.7%;
    margin-right: 7.7%;
    padding: 0px 20px 32px 20px;
    position: relative;
    z-index: 1
}

.event-list .feature-event .text-event::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 62px);
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    background: #f5f4f0
}

.event-list .feature-event .text-event .tp_event_counter {
    background-color: transparent;
    border: none;
    padding: 0;
    margin-bottom: 27px
}

.event-list .feature-event .text-event .tp_event_counter .countdown-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
    background: transparent;
    border: 0;
    padding: 0
}

.event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section {
    background-color: transparent;
    border: none;
    width: 124px;
    height: 126px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 15px
}

.event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section:nth-child(1) {
    background-image: url(assets/images/icon-box-bg-01.png)
}

.event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section:nth-child(2) {
    background-image: url(assets/images/icon-box-bg-02.png)
}

.event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section:nth-child(3) {
    background-image: url(assets/images/icon-box-bg-03.png)
}

.event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section:nth-child(4) {
    background-image: url(assets/images/icon-box-bg-04.png)
}

.event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section .countdown-amount {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 45px;
    line-height: 1;
    color: #fff;
    height: unset
}

.event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section .countdown-period {
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    color: #fff
}

.event-list .feature-event .text-event .title-event {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.3;
    color: #56509f;
    word-break: break-word;
    text-align: center;
    margin-bottom: 3px
}

.event-list .feature-event .text-event .title-event a {
    color: inherit;
    transition: all 0.2s
}

.event-list .feature-event .text-event .title-event a:hover {
    color: #ff5f2e
}

.event-list .feature-event .text-event .info-event {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.75;
    color: #797979;
    text-align: center
}

.event-list .feature-event .text-event .info-event span {
    display: inline-block;
    margin: 0 15px
}

.event-list .feature-event .text-event .info-event span i {
    font-size: 14px;
    margin-right: 5px
}

.event-list .item-event {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: left
}

.event-list .item-event .date-event {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 54px;
    height: 54px;
    position: absolute;
    z-index: 0;
    top: 15px;
    left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.event-list .item-event .date-event .number-date {
    font-size: 14px
}

.event-list .item-event .date-event .icon-background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.event-list .item-event .date-event .icon-background .flower {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    position: relative
}

.event-list .item-event .date-event .icon-background .flower .petal {
    height: 54px;
    width: 16px;
    position: absolute;
    top: calc(50% - 27px);
    left: calc(50% - 8px);
    background-color: inherit;
    border-radius: 8px
}

.event-list .item-event .date-event .icon-background .flower .petal:nth-child(2) {
    transform: rotateZ(36deg)
}

.event-list .item-event .date-event .icon-background .flower .petal:nth-child(3) {
    transform: rotateZ(72deg)
}

.event-list .item-event .date-event .icon-background .flower .petal:nth-child(4) {
    transform: rotateZ(108deg)
}

.event-list .item-event .date-event .icon-background .flower .petal:nth-child(5) {
    transform: rotateZ(144deg)
}

.event-list .item-event .date-event .icon-background img {
    width: 100%;
    height: 100%
}

.event-list .item-event .image-event {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden
}

.event-list .item-event .image-event img {
    width: 100%;
    transition: all 0.5s ease
}

.event-list .item-event .image-event:hover img {
    transform: scale(1.05)
}

.event-list .item-event .text-event {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid var(--thim_body_border_color);
    border-top: none;
    padding: 25px 18px
}

.event-list .item-event .text-event .title-event {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.333333;
    color: #56509f;
    word-break: break-word;
    margin-bottom: 13px
}

.event-list .item-event .text-event .title-event a {
    color: inherit;
    transition: all 0.2s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    height: 45px;
    overflow: hidden
}

.event-list .item-event .text-event .title-event a:hover {
    color: #ff5f2e
}

.event-list .item-event .text-event .info-event {
    flex-grow: 1;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #797979;
    margin-bottom: 22px
}

.event-list .item-event .text-event .info-event span {
    display: block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 4px
}

.event-list .item-event .text-event .info-event span:last-child {
    margin-bottom: 0
}

.event-list .item-event .text-event .info-event span i {
    color: #ff5f2e;
    position: absolute;
    top: 3px;
    left: 0
}

.event-list .item-event .text-event .author-event {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

.event-list .item-event .text-event .author-event .ava-author {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    overflow: hidden
}

.event-list .item-event .text-event .author-event .ava-author img {
    border-radius: inherit
}

.event-list .item-event .text-event .author-event .text-author {
    width: calc(100% - 39px - 16px);
    align-self: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.375;
    color: #797979;
    word-break: break-word;
    margin-top: -2px
}

.event-list .item-event .text-event .author-event .text-author .name-author {
    display: block
}

.event-list .item-event .text-event .author-event .text-author a {
    color: #ff5f2e;
    transition: all 0.2s
}

.event-list .item-event .text-event .author-event .text-author a:hover {
    color: #56509f
}

.event-list .load-more-events {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    height: 50px;
    border-radius: 25px;
    background: #ff5f2e;
    padding: 0 54px;
    margin-top: 20px;
    transition: all 0.2s
}

.event-list .load-more-events:hover {
    background: #fa3b00
}

.event-list .fa-spinner {
    margin-left: 5px
}

@media (max-width:991px) {
    .responsive .event-list .feature-event .text-event {
        margin-top: -100px
    }

    .responsive .event-list .feature-event .text-event::before {
        height: calc(100% - 41px)
    }

    .responsive .event-list .feature-event .text-event .tp_event_counter {
        margin-bottom: 17px
    }

    .responsive .event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section {
        width: 80px;
        height: 80px
    }

    .responsive .event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section .countdown-amount {
        font-size: 25px
    }

    .responsive .event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section .countdown-period {
        font-size: 14px
    }

    .responsive .event-list .feature-event .text-event .title-event {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .responsive .event-list .feature-event .image-event .slide-image .wrap-arrow-slick {
        padding: 0 20px
    }

    .responsive .event-list .feature-event .image-event .slide-image .wrap-arrow-slick .arow-slick {
        font-size: 25px;
        width: 35px;
        height: 35px
    }

    .responsive .event-list .feature-event .text-event {
        margin-top: -41px;
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:575px) {
    .responsive .event-list .feature-event .text-event {
        margin-top: 0px;
        padding: 30px 20px 32px 20px
    }

    .responsive .event-list .feature-event .text-event::before {
        height: 100%
    }

    .responsive .event-list .feature-event .text-event .tp_event_counter .countdown-row {
        margin: 0 -8px
    }

    .responsive .event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section {
        width: 70px;
        height: 70px;
        margin: 8px
    }

    .responsive .event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section .countdown-amount {
        font-size: 20px
    }

    .responsive .event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section .countdown-period {
        font-size: 14px
    }
}

.bl-event-detail .detail-event .title-event {
    font-size: var(--thim_font_h2-font-size);
    line-height: 1.3;
    word-break: break-word;
    margin-bottom: 40px
}

.bl-event-detail .detail-event .image-event {
    margin-bottom: 30px
}

.bl-event-detail .detail-event .image-event img {
    width: 100%
}

.bl-event-detail .detail-event .content-event {
    height: 100%;
    padding-right: 10.7%
}

.bl-event-detail .detail-event .content-event h4 {
    font-size: 18px;
    line-height: 1.5;
    text-transform: uppercase;
    word-break: break-word;
    margin-bottom: 30px
}

.bl-event-detail .detail-event .content-event>*:last-child {
    margin-bottom: 0
}

.bl-event-detail .detail-event .info-event .item-info {
    margin-bottom: 20px
}

.bl-event-detail .detail-event .info-event .item-info:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.bl-event-detail .detail-event .info-event .item-info .name-info {
    margin-bottom: 12px
}

.bl-event-detail .detail-event .info-event .item-info .value-info {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.bl-event-detail .detail-event .info-event .item-info .value-info li {
    color: #828282;
    line-height: 1.75;
    margin-bottom: 0;
    position: relative;
    padding-left: 24px
}

.bl-event-detail .detail-event .info-event .item-info .value-info li a {
    color: inherit;
    transition: all 0.2s
}

.bl-event-detail .detail-event .info-event .item-info .value-info li a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

.bl-event-detail .detail-event .info-event .item-info .value-info li i {
    font-size: 15px;
    color: var(--thim_body_primary_color, #ffb606);
    position: absolute;
    top: 5px;
    left: 0
}

.bl-event-detail .detail-event .info-event .item-info.share-link .namefield {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
    color: #56509f;
    display: inline-block;
    margin-right: 15px;
    position: relative
}

.bl-event-detail .detail-event .info-event .item-info.share-link .namefield:after {
    position: absolute;
    content: ":";
    right: -5px;
    bottom: 0
}

.bl-event-detail .detail-event .info-event .item-info.share-link .socials {
    display: inline-block
}

.bl-event-detail .detail-event .info-event .item-info.share-link .socials a {
    color: #828282;
    line-height: 1.75;
    display: inline-block;
    margin-right: 15px;
    transition: all 0.2s
}

.bl-event-detail .detail-event .info-event .item-info.share-link .socials a:hover {
    color: #ff5f2e
}

.bl-event-detail .detail-event .info-event .item-info.share-link .socials a i {
    position: static;
    color: inherit;
    font-size: inherit
}

.bl-event-detail .detail-event .col,
.bl-event-detail .detail-event [class*=col-] {
    padding-bottom: 53px
}

.bl-event-detail .author-event {
    border: 1px solid var(--thim_body_border_color);
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 53px
}

.bl-event-detail .author-event .ava-author {
    width: 87px
}

.bl-event-detail .author-event .ava-author img {
    width: 100%
}

.bl-event-detail .author-event .text-author {
    width: calc(100% - 87px - 21px);
    align-self: center
}

.bl-event-detail .author-event .text-author .name-author {
    margin-bottom: 9px
}

.bl-event-detail .form-join-event .title-form {
    font-size: 26px;
    margin-bottom: 32px
}

.bl-event-detail .form-join-event form .row {
    margin-right: -10px;
    margin-left: -10px
}

.bl-event-detail .form-join-event form .row .col,
.bl-event-detail .form-join-event form .row [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px
}

.bl-event-detail .form-join-event form label {
    display: block;
    width: 100%
}

.bl-event-detail .form-join-event form label textarea,
.bl-event-detail .form-join-event form label input {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #797979;
    width: 100%;
    background: transparent;
    padding: 0 18px;
    border: 1px solid var(--thim_body_border_color)
}

.bl-event-detail .form-join-event form label textarea:focus,
.bl-event-detail .form-join-event form label input:focus {
    border-color: #ff5f2e
}

.bl-event-detail .form-join-event form label input {
    height: 50px
}

.bl-event-detail .form-join-event form label textarea {
    display: block;
    margin-bottom: 0;
    min-height: 200px;
    padding-top: 19px;
    padding-bottom: 19px
}

.bl-event-detail .form-join-event form button {
    cursor: pointer;
    font-family: Sniglet;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    min-width: 200px;
    overflow: hidden;
    height: 50px;
    border-radius: 25px;
    background: #ff5f2e;
    padding: 0 40px;
    transition: all 0.2s;
    margin-top: 40px
}

.bl-event-detail .form-join-event form button:hover {
    background: #fa3b00
}

@media (max-width:767px) {
    .responsive .bl-event-detail .detail-event .title-event {
        font-size: 28px
    }

    .responsive .bl-event-detail .detail-event .content-event {
        padding-right: 0;
        border-right: none
    }
}

@media (max-width:1572px) and (min-width:1441px) {
    .menu-right .thim-sc-button .thim-button {
        padding: 0 30px
    }

    .wrapper-header_v3 #masthead.header_v3 .navigation .tm-flex .header-right .right-menu .width-navigation.main-navigation .inner-navigation ul#primary-menu li.menu-item {
        padding: 15px 10px
    }
}

@media (max-width:1440px) {
    #masthead.header_v3 .navigation .tm-flex .menu-center {
        margin-left: 0 !important
    }

    #masthead.header_v3 .navigation .tm-flex .header-left {
        display: none
    }

    .testimonial_style_new {
        display: inline
    }

    .testimonial_style_new .avatar-testimonial {
        display: none
    }

    .testimonial_style_new .sc-testimonials .testimonial_content {
        width: 100%
    }
}

@media (max-width:1366px) {
    #masthead.header_v3 .navigation .tm-flex .menu-center {
        margin-left: 0 !important
    }

    #masthead.header_v3 .navigation .tm-flex .header-left {
        display: none
    }

    .testimonial_style_new .sc-testimonials .testimonial_content {
        width: 100%
    }
}

@media (max-width:1280px) {
    .thim-holiday {
        padding: 70px 47px
    }

    #masthead.header_v3 .navigation .tm-flex .header-right .thim-search-wrapper {
        display: none
    }
}

@media (min-width:1200px) {
    .content-pusher.boxed-area {
        max-width: 1200px;
        overflow: hidden;
        margin: 0 auto;
        box-shadow: 0 0 32px rgba(0, 0, 0, 0.23)
    }

    .content-pusher.boxed-area .container {
        padding-left: 55px;
        padding-right: 55px
    }

    .content-pusher.boxed-area .container.home-page,
    .content-pusher.boxed-area .container.site-content {
        background: #fff
    }

    .content-pusher.boxed-area .thim-top-rev-slider {
        position: relative
    }

    .content-pusher.boxed-area .thim-top-rev-slider .tp-rightarrow {
        right: 0;
        left: auto !important
    }

    .content-pusher.boxed-area .text-center .desc-icon-box {
        padding-left: 15px;
        padding-right: 15px
    }

    .content-pusher.boxed-area .newletter .mc4wp-form input[type=email] {
        width: 240px
    }

    .content-pusher.boxed-area #sidebar .thim-widget-mini-cart-room .hb_mini_cart_footer .hb_button {
        margin: 0;
        padding: 10px 12px
    }

    .container {
        width: var(--thim_body_container)
    }

    .siteorigin-panels-stretch {
        margin-left: -385px;
        margin-right: -385px;
        padding-left: 385px;
        padding-right: 385px
    }

    .siteorigin-panels-stretch.thim-fix-stretched {
        padding-left: 0;
        padding-right: 0
    }

    .siteorigin-panels-stretch.thim-fix-stretched.thim-bg-image-cover {
        background-repeat: no-repeat !important;
        background-size: cover !important
    }
}

@media (max-width:1200px) {

    #main,
    #sidebar {
        width: 100%;
        float: left;
        clear: both
    }

    .thim-widget-event .item-event .event-thumbnail {
        display: none
    }

    #masthead.header_v3 .navigation .tm-flex .header-left {
        display: none
    }

    #masthead.header_v3 .navigation .tm-flex .header-right .thim-search-wrapper {
        display: none
    }
}

@media (max-width:1024px) {
    body .hb_room_carousel_container .item {
        min-height: 258px;
        min-width: 242px
    }

    body .hb_single_room .hb_single_room_details .hb_single_room_tabs>li {
        padding-right: 15px
    }

    .text-center .desc-icon-box {
        padding-left: 0;
        padding-right: 0
    }

    .thim-list-posts.sidebar .article-image {
        margin-bottom: 10px
    }

    .thim-list-posts.sidebar .article-title-wrapper {
        clear: both
    }

    #sidebar .hotel-booking-search {
        padding-left: 30px;
        padding-right: 30px
    }

    #sidebar .hotel_booking_mini_cart .hb_mini_cart_footer .hb_button {
        min-width: 100px;
        margin-bottom: 10px
    }

    #sidebar .widget-area aside.widget_search-room {
        width: 100% !important
    }

    #hotel-booking-cart table td,
    #hotel-booking-payment table td {
        padding: 10px 7px
    }

    #hotel-booking-cart .hb_advance_payment .hb-align-right,
    #hotel-booking-cart .hb_advance_grand_total .hb-align-right,
    #hotel-booking-cart .hb_advance_tax .hb-align-right,
    #hotel-booking-cart .hb_sub_total .hb-align-right,
    #hotel-booking-payment .hb_advance_payment .hb-align-right,
    #hotel-booking-payment .hb_advance_grand_total .hb-align-right,
    #hotel-booking-payment .hb_advance_tax .hb-align-right,
    #hotel-booking-payment .hb_sub_total .hb-align-right {
        width: 128px
    }

    .top_site_main.images_parallax {
        min-height: 350px
    }

    .wp-hotel-booking-room-page .rooms.tp-hotel-booking>.hb_room {
        width: 50%
    }

    #sidebar .widget-area aside.widget_search-room {
        width: 100% !important
    }

    #masthead.header_v3 .navigation .tm-flex .header-left {
        display: none
    }

    #masthead.header_v3 .navigation .tm-flex .width-logo {
        margin: 0
    }

    #masthead.header_v3 .navigation .tm-flex .header-right .menu-right {
        width: 190px;
        padding: 0;
        float: none
    }

    #masthead.header_v3 .navigation .tm-flex .header-right .menu-right li {
        padding: 0
    }

    #masthead.header_v3 .navigation .tm-flex .header-right .menu-right li .thim-sc-button .thim-button {
        padding: 0 15px
    }

    #masthead.header_v3 .navigation .tm-flex .width-logo .sm-logo img {
        margin-bottom: 0
    }

    .thim_tours_slider .navigation .next {
        right: 0
    }

    .thim_tours_slider .navigation .prev {
        left: 0
    }

    .owl-carousel {
        margin: 0
    }

    .thim-widget-heading .style_new.sc-heading.article_heading .content-heading .heading__primary {
        padding: 0
    }

    .thim-widget-gallery-images .thim-gallery-images-column .list_image {
        margin: 0 15px
    }

    .thim-holiday {
        padding: 40px 30px
    }

    footer#colophon.footer_style_new aside .newletter .mc4wp-form input[type=email] {
        width: 100px
    }

    .single-room-layout-2 .hb_single_room .top-content {
        padding: 30px 0
    }

    .single-room-layout-2 .hb_single_room .top-content .price-single {
        margin: 0
    }

    .single-room-layout-2 .hb_single_room .top-content .price-single .price .title-price {
        margin-top: 15px
    }

    .single-room-layout-2 .hb_single_room .top-content .title {
        width: 100%
    }

    .single-room-layout-2 .hb_single_room #sidebar .form-booking-by-email form .button-submit .wpcf7-submit {
        text-wrap: unset;
        padding: 7px
    }

    .rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info {
        width: 50%;
        padding: 20px 30px
    }

    .rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-thumbnail {
        width: 50%
    }

    .rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results {
        overflow: hidden
    }

    .rooms-layout-2.wp-hotel-booking-search-rooms #sidebar {
        display: block
    }

    .thim-list-event .item-event .time-from {
        margin: 0 30px
    }

    .thim-list-event .item-event .event-wrapper {
        padding: 0 30px;
        flex-basis: 60%
    }

    .single-room-layout-2 .hb_single_room #hb_room_images #carousel img {
        min-height: 90px
    }

    .single-room-layout-2 .hb_single_room .bottom-content .hotel-booking-search form .hb-submit button {
        height: fit-content;
        line-height: 1.2em;
        padding: 8px
    }

    .single-room-layout-2 .hb_single_room .bottom-content {
        padding: 40px 0
    }

    .single-room-layout-2 .hb_single_room .bottom-content .title {
        margin-bottom: 30px
    }
}

@media (min-width:768px) and (max-width:992px) {
    .container {
        width: 900px;
        max-width: 100%
    }

    body .hb_room_carousel_container .item {
        min-height: 308px;
        min-width: 300px
    }

    .list-html-content {
        margin-bottom: 50px
    }

    .list-html-content .item-content {
        padding-left: 0
    }

    .list-html-content .col-sm-6:nth-child(2n) {
        padding-right: 0;
        padding-left: 45px
    }

    .filter-restaurant .erm_product {
        width: 100%
    }

    footer#colophon .row aside.col-sm-3 {
        width: 100%;
        text-align: center
    }

    footer#colophon.footer_style_new aside .widget-title:before {
        left: auto
    }

    footer#colophon.footer_style_new aside .newletter .mc4wp-form input[type=email] {
        width: 200px;
        max-width: 200px
    }

    #masthead.header_v3 .navigation .tm-flex .header-right .menu-right {
        display: none
    }
}

@media (max-width:991px) {
    .thim-widget-column-post-base .thim-column-posts .post-item {
        margin-bottom: 30px
    }

    .woocommerce .product-info .right,
    .woocommerce-page .product-info .right {
        padding-left: 15px
    }

    .woocommerce div.product .product_title,
    .woocommerce-page div.product .product_title {
        margin-top: 0
    }

    .single-room-layout-2 .hb_single_room #hb_room_images #carousel {
        max-width: 100%;
        margin: 0;
        left: 0
    }

    .single-room-layout-2 .hb_single_room #hb_room_images #carousel .flex-direction-nav .flex-prev {
        left: 10px
    }

    .single-room-layout-2 .hb_single_room #hb_room_images #carousel .flex-direction-nav .flex-next {
        right: 10px
    }

    .rooms-layout-2.wp-hotel-booking-search-rooms .site-main {
        width: 100%
    }

    .rooms-layout-2.wp-hotel-booking-search-rooms .site-main .hb-page-search-room-results {
        padding: 0
    }

    .rooms-layout-2.wp-hotel-booking-search-rooms #sidebar {
        width: 100%
    }

    .rooms-layout-2.wp-hotel-booking-search-rooms #sidebar .widget:last-child {
        margin-bottom: 0
    }

    .single-tp_event .event-info .tp-event-info {
        width: 50%
    }

    .rooms-layout-2.wp-hotel-booking-search-rooms .site-main {
        margin-bottom: 30px
    }

    #booking-customer .customer-details li {
        width: 100%
    }

    #hotel-booking-cart td.hb_gross_total,
    #hotel-booking-payment td.hb_gross_total {
        width: 100%
    }

    .wp-hotel-booking-cart .site-main,
    .wp-hotel-booking-cart #sidebar,
    .wp-hotel-booking-checkout .site-main,
    .wp-hotel-booking-checkout #sidebar {
        width: 100%
    }

    .wp-hotel-booking-cart .site-main,
    .wp-hotel-booking-checkout .site-main {
        margin-bottom: 30px
    }

    #hotel-booking-cart .hb_check_in_check_out,
    #hotel-booking-cart .hb_room_type,
    #hotel-booking-payment .hb_check_in_check_out,
    #hotel-booking-payment .hb_room_type {
        min-width: 140px
    }

    #hotel-booking-cart,
    #hotel-booking-payment {
        overflow-x: scroll;
        scrollbar-color: #01aa90 #e0e0e0;
        scrollbar-width: thin;
        padding-bottom: 20px
    }
}

@media (min-width:781px) and (max-width:900px) {

    .thim-search-room .hotel-booking-search form,
    .wp-hotel-booking-search-rooms .hotel-booking-search form {
        padding: 30px 5px
    }

    .thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field,
    .wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field {
        padding: 0 5px
    }

    .thim-search-room .hotel-booking-search form .hb-submit,
    .wp-hotel-booking-search-rooms .hotel-booking-search form .hb-submit {
        padding: 0 5px
    }

    body .navbar-nav>li>a,
    body .navbar-nav>li>span.disable_link,
    body .navbar-nav>li>span:not(.icon-toggle) {
        padding-right: 10px
    }

    .single-tp_event .site-main {
        width: 65%
    }

    .single-tp_event #sidebar {
        width: 35%
    }
}

@media (max-width:780px) {
    #hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li.hb_search_add_to_cart .hb_button.hb_view_cart {
        color: #fff
    }

    #hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li.hb_search_add_to_cart .hb_button.hb_view_cart:hover {
        color: #fff
    }

    footer#colophon.footer_style_new aside .newletter .mc4wp-form input[type=email] {
        width: 200px;
        max-width: 200px
    }

    #hotel-booking-results .hb-search-results>.hb-room .hb-room-info {
        width: calc(100% - 270px);
        padding-left: 30px
    }

    .wp-hotel-booking-search-rooms #sidebar {
        display: none
    }

    .thim-search-room-slider {
        margin-top: 0 !important;
        width: 100%;
        height: auto;
        position: static;
        float: none;
        padding: 30px 0
    }

    .thim-search-room-slider .widget_search-room {
        position: static;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none
    }

    .site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li>a,
    .site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li>span.disable_link,
    .site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li>span:not(.icon-toggle) {
        padding: 15px
    }

    .site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li.menu-item-has-children a {
        padding-right: 25px
    }

    .site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li.menu-item-has-children .icon-toggle {
        right: 12px
    }

    .admin-bar .site-header.affix {
        top: 46px
    }

    .thim-fixed {
        position: relative !important;
        width: 100% !important;
        top: auto !important
    }

    .wpcf7-form {
        margin-left: 0
    }

    .rooms {
        margin: 0
    }

    .post-type-archive-hb_room .rooms[class*=hb-catalog-column-]>.hb_room {
        width: 50% !important
    }

    .counter-box {
        margin: 0 auto
    }

    #main,
    #sidebar {
        width: 100%;
        float: left;
        clear: both
    }

    .blog .site-main.alignleft,
    .archive .site-main.alignleft,
    .single .site-main.alignleft {
        padding-right: 15px;
        padding-bottom: 60px
    }

    .blog .site-main.alignright,
    .archive .site-main.alignright,
    .single .site-main.alignright {
        padding-left: 15px;
        padding-bottom: 60px
    }

    #sidebar .thim-widget-mini-cart-room .hb_mini_cart_footer .hb_button {
        padding: 10px 25px;
        margin: 0 2px
    }

    .thim-search-room .hotel-booking-search form .hb-form-table,
    .wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table {
        width: 100%;
        float: none;
        margin-left: 0
    }

    .thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field,
    .wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field {
        width: 100% !important;
        max-width: none;
        float: none;
        margin-bottom: 20px
    }

    .thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list,
    .wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .thim-search-room .hotel-booking-search form .hb-submit,
    .wp-hotel-booking-search-rooms .hotel-booking-search form .hb-submit {
        width: 100%;
        float: none
    }

    .thim-search-room .hotel-booking-search form .hb-submit button,
    .wp-hotel-booking-search-rooms .hotel-booking-search form .hb-submit button {
        max-width: none;
        width: 100%
    }

    .site-main .hotel-booking-search {
        padding-bottom: 0px
    }

    .site-main .hotel-booking-search .hb-form-field,
    .site-main .hotel-booking-search form button {
        max-width: 100%
    }

    .site-main .hotel-booking-search .hb-form-field-input {
        display: block
    }

    .thim-list-posts.sidebar .article-title-wrapper {
        clear: right
    }

    .layout-special form {
        width: 100%
    }

    .single-tp_event #sidebar .widget_book-event {
        margin-bottom: 0
    }

    .single-room-layout-2 .hb_single_room .bottom-content .hotel-booking-search form .hb-submit button {
        padding: 17px
    }
}

@media (min-width:768px) and (max-width:780px) {

    .navigation .navbar-nav>li.current-menu-item>a:after,
    .navigation .navbar-nav>li:hover>a:after,
    .navigation .navbar-nav>li.current-menu-item>span:after,
    .navigation .navbar-nav>li:hover>span:after {
        left: 15px;
        right: 15px
    }

    .thim-our-service {
        padding-left: 0;
        margin-top: 60px
    }

    body .hb_room_carousel_container .hb_room {
        min-height: 272px;
        min-width: 256px
    }

    .thim-search-room .hotel-booking-search form,
    .wp-hotel-booking-search-rooms .hotel-booking-search form {
        padding-left: 0;
        padding-right: 0
    }

    .site-main.alignleft {
        float: left
    }

    .thim-widget-box .box_image.style_2 .image_background img {
        width: 100%
    }

    .thim_tours_slider .navigation .next {
        right: 0
    }

    .thim_tours_slider .navigation .prev {
        left: 0
    }

    .owl-carousel {
        margin: 0
    }

    .wpcf7-form .contact-form-new {
        margin: 0 auto
    }

    .thim-widget-gallery-images .thim-gallery-images-column .list_image {
        margin: 15px
    }

    .thim-background-right {
        z-index: 1 !important;
        padding: 30px 0
    }

    .thim-margin-top {
        margin-top: 0
    }

    .wpcf7-form .contact-form-new {
        margin: 0 auto
    }

    .thim-holiday {
        margin: 0
    }

    #masthead.header_v3 .navigation .tm-flex .header-right .menu-right {
        display: none
    }

    #masthead.header_v3 .navigation .tm-flex .header-right .right-menu {
        height: 80px
    }

    #masthead.header_v3 .navigation .tm-flex .header-right .right-menu .width-navigation.main-navigation .inner-navigation ul#primary-menu li.menu-item {
        padding: 15px
    }
}

@media (min-width:768px) {
    .width-logo .mobile-logo {
        display: none
    }

    .thim-border-grid .panel-grid-cell:first-child .panel-widget-style {
        position: relative;
        overflow: hidden;
        padding-right: 30px
    }

    .thim-border-grid .panel-grid-cell:first-child .panel-widget-style:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 1px;
        background: var(--thim_body_border_color)
    }

    .top_site_main .banner-wrapper {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        display: inline-block
    }

    .top_site_main.images_parallax:before {
        content: "";
        position: absolute;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        opacity: 0.4;
        background: #000
    }

    .thim-widget-counters-box {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .thim-search-room-slider .hotel-booking-search {
        padding: 13px 15px
    }

    .site-header.header_v2 .header-left.table-cell {
        display: none
    }

    .site-header.header_v2 .header-right.table-cell {
        display: none;
        width: 100%;
        margin-top: 10px;
        text-align: center;
        margin-bottom: 5px
    }

    .site-header.header_v2 .header-right.table-cell .thim-float-right {
        float: none
    }

    .site-header.header_v2 .navigation {
        padding: 0
    }

    .site-header.header_v2 .width-logo {
        width: 100%;
        text-align: center;
        display: block
    }

    .site-header.header_v2 .width-logo>a.mobile-logo {
        display: table-cell
    }

    .width-navigation .inner-navigation {
        width: 100%;
        display: inline-block
    }

    .width-navigation .inner-navigation .header-right {
        display: inline-block;
        padding-top: 10px
    }

    .width-navigation .inner-navigation .header-right .thim-float-right {
        float: none
    }

    .site-header.header_v2 .navigation .table-center .inner-navigation .header-right {
        display: inline-block
    }

    .nav-right.panel-widget-style {
        margin-top: 20px !important
    }

    .nav-right .hb_room_carousel_container .text_link {
        left: 0;
        text-align: center
    }

    .nav-right .hb_room_carousel_container .hb_room_carousel {
        padding-top: 0
    }

    .site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li.menu-item-has-children .icon-toggle {
        top: 0;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0)
    }

    .site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li:after {
        display: none
    }

    .width-logo .mobile-logo {
        display: block
    }

    .width-logo .no-mobile-logo {
        display: none
    }

    .affix .width-logo .sticky-logo {
        display: block
    }

    .affix .width-logo .mobile-logo {
        display: none
    }

    .thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field,
    .wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field {
        padding: 0
    }

    .thim-search-room .hotel-booking-search form .hb-submit,
    .wp-hotel-booking-search-rooms .hotel-booking-search form .hb-submit {
        padding: 0
    }

    #hotel-booking-results .hb-search-results>.hb-room .hb-room-info {
        padding: 0
    }

    .wp-hotel-booking-search-rooms .site-main .hb-form-search-page,
    .wp-hotel-booking-search-rooms .site-main form.hb-page-search-room-results {
        padding: 0
    }

    .width-navigation {
        overflow: auto;
        overflow-x: hidden
    }

    .top-header .thim-social ul.social_link {
        margin-left: -10px;
        margin-right: 0
    }

    .top_site_main img {
        position: absolute;
        height: 100%;
        left: 0;
        right: 0
    }

    .top_site_main .page-title-wrapper {
        padding: 0
    }

    .top_site_main .page-title-wrapper .banner-description p {
        margin-bottom: 0
    }

    .top_site_main .page-title-wrapper .banner-wrapper.article_heading {
        display: inline-block;
        position: absolute;
        top: 58%;
        width: 100%;
        left: 0;
        transform: translate(0, -50%)
    }

    .list-html-content {
        text-align: left;
        position: relative;
        padding-bottom: 0;
        margin-bottom: 50px
    }

    .list-html-content .line-center {
        display: none
    }

    .list-html-content .item-content {
        padding: 0
    }

    .erm_menu_content.menu_content_two_column li.erm_product {
        width: 100%
    }

    .otw-wrapper .col-sm-3 {
        margin-bottom: 25px
    }

    .otw-wrapper .otw-button-wrap {
        margin-bottom: 0
    }

    .border-widget .panel-grid-cell {
        width: 50% !important;
        float: left !important;
        margin-bottom: 30px
    }

    .border-widget .panel-grid-cell:nth-child(1) {
        padding-right: 15px !important
    }

    .border-widget .panel-grid-cell:nth-child(2) {
        padding-left: 15px !important
    }

    .border-widget .panel-grid-cell:last-child {
        margin-top: 25px !important;
        width: 100% !important
    }

    .border-widget .widget.so-panel {
        min-height: inherit
    }

    .wrapper-gallery-filter .fancybox {
        display: inline-block;
        margin-bottom: 10px
    }

    .top-header {
        padding-top: 10px
    }

    .top-header aside {
        display: block;
        margin-left: 15px;
        padding: 5px 0 2px;
        border-bottom: 0 !important
    }

    .footer aside {
        padding-bottom: 10px
    }

    footer#colophon .footer aside {
        margin-bottom: 0px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 15px;
        margin-right: 15px
    }

    .footer aside:first-child {
        padding-bottom: 5px
    }

    .footer aside:last-child {
        padding-bottom: 0
    }

    .footer .newletter {
        display: block;
        text-align: left
    }

    .rtl .footer .newletter {
        text-align: right
    }

    .thim-list-posts.sidebar .article-title-wrapper {
        clear: initial
    }

    .list-html-content .col-sm-6 {
        clear: both
    }

    .list-html-content .item-content .desc-list {
        float: none;
        max-width: none;
        padding-top: 12px;
        padding-bottom: 20px
    }

    .thim-widget-gallery .wrapper-gallery-filter .col-sm-4 {
        width: 50%;
        padding-left: 5px;
        padding-right: 5px
    }

    .thim-widget-gallery .wrapper-gallery-filter .item-photo .inner {
        margin-bottom: 10px
    }

    .thim-widget-gallery .wrapper-gallery-filter .fancybox {
        margin-bottom: 0
    }

    .widget_shopping_cart .widget_shopping_cart_content {
        min-width: 200px;
        width: 200px
    }

    #hotel-booking-cart .hb_check_in,
    #hotel-booking-cart .hb_check_out,
    #hotel-booking-payment .hb_check_in,
    #hotel-booking-payment .hb_check_out {
        display: block
    }

    .hb-booking-room-details {
        left: auto;
        right: 10px
    }

    td.hb_addition_no {
        display: none
    }

    .site-header.header_v2 .navigation .table-center .inner-navigation .header-left {
        display: block
    }

    .site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav {
        display: initial
    }

    .rooms.tp-hotel-booking .thim-room-list .hb_room .media {
        display: block;
        width: 100%
    }

    .rooms.tp-hotel-booking .thim-room-list .hb_room .content-room {
        display: block;
        width: 100%;
        border-right: none
    }

    .rooms.tp-hotel-booking .thim-room-list .hb_room .footer-content-room {
        display: block;
        width: 100%;
        padding-bottom: 30px
    }

    #masthead.header_v3 .navigation .tm-flex .menu-center .width-navigation.main-navigation .inner-navigation ul#primary-menu li.menu-item .sub-menu {
        min-width: auto
    }

    #masthead.header_v3 .navigation .tm-flex .menu-center .width-navigation.main-navigation .inner-navigation ul#primary-menu li.menu-item .sub-menu li {
        padding: 0
    }

    #masthead.header_v3 .navigation .tm-flex .menu-mobile-effect {
        margin-left: 30px
    }

    .thim-widget-box .box_image.style_1 .image .image-right,
    .thim-widget-box .box_image.style_1 .image .image-left {
        width: 50%;
        float: left
    }

    .thim-widget-box .box_image.style_2 .image_background img {
        width: 100%
    }

    .thim_tours_slider .navigation .next {
        right: 0
    }

    .thim_tours_slider .navigation .prev {
        left: 0
    }

    .owl-carousel {
        margin: 0
    }

    .thim-widget-gallery-images .thim-gallery-images-column .list_image {
        margin: 15px
    }

    .thim-background-right {
        z-index: 1 !important;
        padding: 30px 0
    }

    .thim-margin-top {
        margin-top: 0
    }

    .wpcf7-form .contact-form-new {
        margin: 0 auto
    }

    .thim-holiday {
        margin: 0
    }

    #masthead.header_v3 .navigation .tm-flex .header-right .right-menu .width-navigation.main-navigation {
        width: 300px !important
    }

    #masthead.header_v3 .navigation .tm-flex .header-right .right-menu .width-navigation.main-navigation .inner-navigation ul#primary-menu li.menu-item {
        width: 300px
    }

    .width-navigation .navbar-nav .icon-toggle {
        right: 10px;
        padding: 10px 20px
    }

    .rtl .width-navigation .navbar-nav .icon-toggle {
        left: 10px;
        right: auto
    }

    #masthead.header_v3 .navigation .tm-flex .header-right .right-menu .width-navigation.main-navigation .inner-navigation ul#primary-menu li.menu-item .sub-menu li {
        padding: 5px 15px
    }

    #masthead.header_v3 .navigation .tm-flex .header-right .menu-right li {
        list-style: none
    }

    .menu-right li span {
        color: #ffffff
    }

    .rtl .site-header.header_v1 .navbar-nav li {
        text-align: right
    }

    .list-product-cat {
        margin-bottom: 30px
    }

    .list-product-cat .product-cat {
        display: flex;
        padding: 0;
        margin: 0;
        max-width: 330px;
        overflow: auto
    }

    .list-product-cat .product-cat li a {
        margin: 0 10px 10px
    }

    .rooms-layout-2.wp-hotel-booking-search-rooms .hotel-booking-search form {
        padding: 0
    }

    .thim-list-event .item-event {
        flex-direction: column;
        position: relative;
        align-items: start;
        padding: 0;
        border: none;
        margin-bottom: 40px
    }

    .thim-list-event .item-event .image-event {
        order: 1
    }

    .thim-list-event .item-event .event-wrapper {
        order: 2;
        padding: 20px 0 0 0
    }

    .thim-list-event .item-event .event-wrapper::before {
        content: none
    }

    .thim-list-event .item-event .time-from {
        position: absolute;
        background-color: #fff;
        padding: 15px;
        top: 20px;
        margin: 0 20px
    }

    .wrapper-box-icon.has_custom_image .sc-heading .heading__primary {
        font-size: 24px
    }
}

@media (max-width:667px) {
    .single-hb_room .hb_single_room .hb-share {
        margin: 0;
        float: left
    }

    .single-hb_room .hb_single_room .hb-share .share_show {
        margin: 0
    }

    .thim-sailing-hotel .width50 {
        width: 100%
    }

    .thim-sailing-hotel .width50:first-child {
        margin-bottom: 30px
    }

    .thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .content-room {
        position: static;
        width: 100%;
        transform: translate(0, 0)
    }

    .thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media img {
        width: 100%;
        padding: 0
    }

    .owl-carousel {
        margin: 0
    }

    .thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media .actions a img {
        width: auto
    }

    .thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media .actions {
        left: 0
    }

    .thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .title-room .title h4 a {
        font-size: 25px
    }

    .thim-holiday {
        margin: 0;
        padding: 15px
    }

    .wpcf7-form .contact-form-new {
        margin: 0 auto
    }

    .thim-widget-box .box_image.style_1 .image .image-right,
    .thim-widget-box .box_image.style_1 .image .image-left {
        width: 50%;
        float: left
    }

    .layout-special form {
        width: 100%
    }

    .layout-special form .hb-form-table {
        display: block
    }

    .layout-special form p.hb-submit {
        width: 100%;
        display: block
    }

    .layout-special form p.hb-submit button {
        padding: 15px 0;
        width: 100%
    }

    .thim-widget-box .box_image.style_2 .image_background img {
        width: 100%
    }

    .thim_tours_slider .navigation .next {
        right: 0
    }

    .thim_tours_slider .navigation .prev {
        left: 0
    }

    .thim-background-right {
        z-index: 1 !important;
        padding: 30px 0
    }

    .thim-margin-top {
        margin-top: 0
    }

    .rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results .hb-room-content {
        flex-direction: column
    }

    .rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info {
        width: 100%
    }

    .rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-thumbnail {
        width: 100%
    }
}

@media (max-width:600px) {
    .top_site_main {
        height: auto
    }

    body .ui-datepicker {
        width: 16.5em
    }

    .content-area #pg-1904-1>.panel-row-style {
        padding: 50px 0px
    }

    .content-area #pg-1904-1>.panel-row-style .counter-box {
        margin: 15px auto
    }

    .content-area .panel-grid-cell .wrapper-line-heading {
        padding-bottom: 0px
    }

    .content-area .sc-heading.article_heading {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .content-area .list-html-content {
        margin-bottom: 10px
    }

    .thim-widget-event .item-event {
        display: block
    }

    .thim-widget-event .item-event .event-thumbnail,
    .thim-widget-event .item-event .content-item,
    .thim-widget-event .item-event .content-right {
        display: block;
        width: 100%;
        overflow: hidden
    }

    .thim-widget-tab-restaurant-menu .nav-menu-tabs li a span.box>span {
        display: none
    }

    .woocommerce-page div.product div.images,
    .woocommerce-page div.product div.summary,
    .woocommerce div.product div.images,
    .woocommerce div.product div.summary {
        width: 100% !important
    }

    .erm_menu_content.layout-default .erm_product.with_image a.image-popup {
        width: 60px
    }

    .erm_menu_content.layout-default .erm_product.with_image .item-left,
    .erm_menu_content.layout-default .erm_product.with_image .erm_product_price {
        width: 100%;
        display: block;
        padding-left: 15px
    }

    .erm_menu_content.layout-default .erm_product.with_image .erm_product_price {
        margin-top: 0;
        padding: 0 15px 15px
    }

    .erm_menu_content.layout-default .erm_product.with_image .erm_product_price li {
        display: inline-block;
        margin-right: 7px
    }

    .single-tp_event .event-info .tp-event-info {
        width: 100%
    }
}

@media (max-width:480px) {
    #hotel_booking_room_hidden {
        min-width: auto
    }

    #hotel_booking_room_hidden .hb-search-results-form-container .hb-booking-room-form-group {
        width: 100%;
        margin-bottom: 10px;
        flex: auto
    }

    #hotel_booking_room_hidden .hb-search-results-form-container .hb-booking-room-form-group input {
        min-width: 100%
    }

    #hotel_booking_room_hidden .hb_addition_package_extra {
        width: 100%
    }

    #hotel_booking_room_hidden .hb_addition_package_extra .hb_addition_packages {
        width: 100%
    }

    .top_site_main .page-title-wrapper {
        padding: 45px 0 15px
    }

    body .hb_single_room .price {
        display: inline;
        overflow: hidden;
        width: 100%;
        float: left;
        margin-top: 0
    }

    body .hb_single_room .title h4 {
        margin-bottom: 20px;
        font-size: 30px
    }

    .newletter .mc4wp-form input[type=email] {
        width: 180px
    }

    .product-grid .col-sm-6 {
        width: 100%
    }

    .product-grid .product_thumb {
        display: block;
        text-align: center
    }

    .border-widget .panel-grid-cell {
        width: 100% !important;
        float: none !important;
        margin-bottom: 30px !important
    }

    .border-widget .panel-grid-cell:nth-child(1) {
        padding-right: 0 !important
    }

    .border-widget .panel-grid-cell:nth-child(2) {
        padding-left: 0 !important
    }

    .woocommerce-cart table.cart .product-thumbnail {
        display: none
    }

    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
        float: none
    }

    #hotel-booking-results .hb-search-results>.hb-room .hb-room-thumbnail {
        margin-bottom: 30px;
        width: 100%
    }

    #hotel-booking-results .hb-search-results>.hb-room .hb-room-info {
        clear: both;
        margin-left: 0
    }

    .hb_single_room .price {
        margin: 10px 0 20px;
        float: none;
        clear: both
    }

    .hb_single_room table.hb_room_pricing_plans {
        max-width: 92vw;
        overflow: hidden
    }

    .hb_single_room table.hb_room_pricing_plans tr td {
        padding: 10px 0
    }

    td.hb_addition_quantity {
        display: none
    }

    .hb-order-new-customer .hb-form-table.col-2 {
        width: 100%;
        clear: none
    }

    .hb-order-new-customer .hb-form-table.col-2 li {
        max-width: 100%
    }

    .hb_single_room .hb-share {
        float: left;
        margin-bottom: 0
    }

    .hb_single_room .hb-share ul {
        margin: 0px 0px 10px 0px
    }

    .hb_single_room .hb_single_room_details .hb_single_room_tabs>li {
        width: 100%;
        margin-top: 10px
    }

    .hb_single_room .hb_single_room_details .hb_single_room_tabs>li a {
        padding-bottom: 0
    }

    .rev_slider .tparrows.zeus {
        min-width: 40px !important;
        min-height: 40px !important
    }

    .rev_slider .tparrows.zeus:before {
        line-height: 40px !important;
        font-size: 14px !important
    }

    .rev_slider .tparrows.zeus.tp-leftarrow {
        transform: none !important;
        left: 5px !important;
        right: auto !important
    }

    .rev_slider .tparrows.zeus.tp-rightarrow {
        transform: none !important;
        left: auto !important;
        right: 5px !important
    }

    .hb_advance_payment .hb-align-right {
        text-align: right !important;
        border: none !important
    }

    .archive-content .loop-pagination {
        margin-left: 0;
        text-align: center
    }

    .rooms {
        margin: 0
    }

    .post-type-archive-hb_room .rooms[class*=hb-catalog-column-]>.hb_room {
        width: 100% !important
    }

    #hotel-booking-results .hb-search-results>.hb-room .hb-room-info {
        width: 100%;
        padding-left: 0
    }

    .hb_single_room table.hb_room_pricing_plans,
    .hb_single_room thead,
    .hb_single_room tbody,
    .hb_single_room th,
    .hb_single_room td,
    .hb_single_room tr {
        display: block
    }

    .hb_single_room #hb_room_pricing_plans table.hb_room_pricing_plans thead tr {
        position: absolute
    }

    .hb_single_room #hb_room_pricing_plans table.hb_room_pricing_plans thead tr th {
        width: auto;
        padding: 10px 30px
    }

    .hb_single_room #hb_room_pricing_plans table.hb_room_pricing_plans tbody tr td {
        width: auto
    }

    .top_site_main.images_parallax {
        min-height: 300px
    }

    .top_site_main.images_parallax:before {
        content: "";
        position: absolute;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        opacity: 0.4;
        background: #000
    }

    .wp-hotel-booking-room-page .rooms.tp-hotel-booking #thim-room-archive .hb_room {
        width: 100%
    }

    #masthead.header_v3 .navigation .tm-flex .header-right {
        display: table
    }

    #masthead.header_v3 .navigation .tm-flex .header-right .menu-right {
        display: none
    }

    #masthead.header_v3 .navigation .tm-flex .width-logo {
        position: static;
        margin: 0 auto
    }

    #masthead.header_v3 .menu-mobile-effect {
        margin-left: 20px
    }

    #masthead.header_v3 .navigation .tm-flex .menu-center .width-navigation.main-navigation {
        width: 300px
    }

    #masthead.header_v3 .navigation .tm-flex .menu-center .width-navigation.main-navigation .inner-navigation ul#primary-menu li.menu-item .icon-toggle {
        padding: 15px
    }

    .thim-widget-heading .style_new.sc-heading.article_heading .content-heading {
        padding: 0
    }

    .thim-widget-heading .style_new.sc-heading.article_heading .content-heading .heading__primary {
        padding: 0
    }

    .thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .content-room {
        position: static;
        width: 100%;
        transform: translate(0, 0)
    }

    .thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media img {
        width: 100%;
        padding: 0
    }

    .owl-carousel {
        margin: 0
    }

    .thim-widget-gallery-images .thim-gallery-images-column .list_image {
        margin: 0;
        border: none
    }

    .thim-widget-gallery-images .thim-gallery-images-column .list_image .item-image {
        display: block
    }

    .thim-holiday {
        margin: 0;
        padding: 15px
    }

    .testimonial_style_new .sc-testimonials {
        padding: 15px;
        text-align: center
    }

    .thim-background-right {
        padding: 0
    }

    .wpcf7-form .contact-form-new {
        margin-left: 0
    }

    .thim-sc-video-box .box-inner .title {
        font-size: 30px
    }

    .thim-sc-video-box .box-inner {
        padding: 5px
    }

    .thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media .actions a img {
        width: auto
    }

    .thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media .actions {
        left: 0
    }

    .thim_tours_slider .navigation .prev {
        left: 0
    }

    .thim_tours_slider .navigation .next {
        right: 0
    }

    .thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .title-room .title h4 a {
        font-size: 25px
    }

    .rooms.tp-hotel-booking[class*=hb-catalog-column-]>.hb_room {
        width: 100%
    }

    .post-type-archive-hb_room .rooms .hb_room {
        width: 100%;
        padding: 0
    }

    #hotel-booking-payment .hb-col-padding {
        padding: 15px
    }
}

@media (max-width:375px) {
    .top_site_main.images_parallax {
        min-height: 325px
    }

    .top_site_main .page-title-wrapper .banner-wrapper .heading__secondary {
        font-size: 40px
    }

    .top_site_main.images_parallax:before {
        content: "";
        position: absolute;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        opacity: 0.4;
        background: #000
    }

    .hb_single_room #hb_room_load_booking_form.hb_primary {
        margin-right: 0;
        float: none;
        margin-bottom: 20px
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        padding-left: 15px;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%
    }

    #masthead.header_v3 .navigation .tm-flex .header-right {
        display: table
    }

    #masthead.header_v3 .navigation .tm-flex .header-right .menu-right {
        display: none
    }

    #masthead.header_v3 .navigation .tm-flex .width-logo {
        position: static;
        margin: 0 auto
    }

    #masthead.header_v3 .menu-mobile-effect {
        margin-left: 20px
    }

    #masthead.header_v3 .navigation .tm-flex .menu-center .width-navigation.main-navigation {
        width: 300px
    }

    #masthead.header_v3 .navigation .tm-flex .menu-center .width-navigation.main-navigation .inner-navigation ul#primary-menu li.menu-item .icon-toggle {
        padding: 15px
    }

    .thim-widget-heading .style_new.sc-heading.article_heading .content-heading {
        padding: 0
    }

    .thim-widget-heading .style_new.sc-heading.article_heading .content-heading .heading__primary {
        padding: 0
    }

    .thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .content-room {
        position: static;
        width: 100%;
        transform: translate(0, 0)
    }

    .thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media img {
        width: 100%;
        padding: 0
    }

    .owl-carousel {
        margin: 0
    }

    .thim-widget-gallery-images .thim-gallery-images-column .list_image {
        margin: 0;
        border: none
    }

    .thim-widget-gallery-images .thim-gallery-images-column .list_image .item-image {
        display: block
    }

    .thim-holiday {
        margin: 0;
        padding: 15px
    }

    .testimonial_style_new .sc-testimonials {
        padding: 15px;
        text-align: center
    }

    .thim-background-right {
        padding: 0
    }

    .wpcf7-form .contact-form-new {
        margin-left: 0
    }

    .thim-sc-video-box .box-inner .title {
        font-size: 30px
    }

    .thim-sc-video-box .box-inner {
        padding: 5px
    }

    .thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media .actions a img {
        width: auto
    }

    .thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media .actions {
        left: 0
    }

    .thim_tours_slider .navigation .prev {
        left: 0
    }

    .thim_tours_slider .navigation .next {
        right: 0
    }

    .thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .title-room .title h4 a {
        font-size: 25px
    }

    .thim-search-home-8 {
        margin: 0
    }

    .layout-special form {
        width: 100%
    }

    .layout-special .hb-form-table .hb-form-field {
        width: 100%;
        margin-top: 30px
    }

    .layout-special p.hb-submit {
        display: block
    }

    .layout-special form .hb-form-table {
        display: block
    }

    .layout-special form p.hb-submit {
        width: 100%;
        display: block
    }

    .layout-special form p.hb-submit button {
        padding: 15px 0;
        width: 100%
    }

    .thim-column-posts .post-item li .article-title-wrapper {
        padding: 30px 10px
    }

    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        width: 100%;
        float: none
    }

    .woocommerce thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    .woocommerce tr {
        border: 1px solid var(--thim_body_border_color)
    }

    .woocommerce td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%
    }

    .woocommerce .cart .button {
        margin-top: 10px
    }

    .woocommerce .cart .coupon .button {
        margin-top: 0
    }

    .woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals tr th {
        width: 100%;
        text-align: center
    }
}

@media (max-width:360px) {
    .woocommerce-cart table.cart .product-price {
        display: none
    }

    .woocommerce-cart table.cart td.actions input {
        margin-top: 10px
    }

    #hotel-booking-cart table td.hb_gross_total,
    #hotel-booking-payment table td.hb_gross_total {
        min-width: 100px;
        width: 100px
    }

    #hotel-booking-cart .hb_night,
    #hotel-booking-payment .hb_night {
        display: none
    }

    #hotel-booking-cart .hb_advance_payment .hb-align-right,
    #hotel-booking-cart .hb_advance_grand_total .hb-align-right,
    #hotel-booking-cart .hb_advance_tax .hb-align-right,
    #hotel-booking-cart .hb_sub_total .hb-align-right,
    #hotel-booking-payment .hb_advance_payment .hb-align-right,
    #hotel-booking-payment .hb_advance_grand_total .hb-align-right,
    #hotel-booking-payment .hb_advance_tax .hb-align-right,
    #hotel-booking-payment .hb_sub_total .hb-align-right {
        width: 90px
    }

    .hb-booking-room-details {
        min-width: inherit;
        max-width: 100%;
        width: 92vw
    }

    .rooms {
        margin: 0
    }

    .post-type-archive-hb_room .rooms[class*=hb-catalog-column-]>.hb_room {
        width: 100% !important
    }

    .width-logo>a {
        max-width: 250px
    }
}

@media (max-width:320px) {
    .top_site_main .page-title-wrapper {
        padding: 0
    }

    .top_site_main .page-title-wrapper .banner-wrapper .heading__secondary {
        font-size: 40px
    }

    .width-navigation {
        overflow: auto;
        width: 260px
    }

    .mobile-menu-open .content-pusher {
        -webkit-transform: translate(260px, 0);
        -moz-transform: translate(260px, 0);
        -ms-transform: translate(260px, 0);
        -o-transform: translate(260px, 0);
        left: 0
    }

    .woocommerce-cart table.cart .product-remove {
        display: table-cell;
        padding: 23px 5px
    }

    #hotel-booking-cart table td.hb_gross_total,
    #hotel-booking-payment table td.hb_gross_total {
        min-width: 80px;
        width: 80px
    }

    #hotel-booking-cart .hb_advance_payment .hb-align-right,
    #hotel-booking-cart .hb_advance_grand_total .hb-align-right,
    #hotel-booking-cart .hb_advance_tax .hb-align-right,
    #hotel-booking-cart .hb_sub_total .hb-align-right,
    #hotel-booking-payment .hb_advance_payment .hb-align-right,
    #hotel-booking-payment .hb_advance_grand_total .hb-align-right,
    #hotel-booking-payment .hb_advance_tax .hb-align-right,
    #hotel-booking-payment .hb_sub_total .hb-align-right {
        width: 77px
    }

    #hotel-booking-cart button#hb-apply-coupon,
    #hotel-booking-payment button#hb-apply-coupon {
        margin-left: 0
    }

    #hotel-booking-cart .hb_button.hb_checkout,
    #hotel-booking-cart .hb_button.update,
    #hotel-booking-payment .hb_button.hb_checkout,
    #hotel-booking-payment .hb_button.update {
        margin-bottom: 10px
    }

    #sidebar .hotel_booking_mini_cart .hb_mini_cart_footer .hb_button {
        min-width: 120px;
        margin-bottom: 10px
    }

    .width-logo>a {
        max-width: 200px
    }

    .layout-special form .hb-form-table .hb-form-field {
        width: 100%;
        padding: 20px;
        border-bottom: 1px solid #eee
    }

    .thim-widget-box .box_image.style_1 .image .image-left,
    .thim-widget-box .box_image.style_1 .image .image-right {
        width: 100%
    }
}

@media (max-width:240px) {
    .width-navigation {
        width: 200px
    }

    .mobile-menu-open .content-pusher {
        -webkit-transform: translate(200px, 0);
        -moz-transform: translate(200px, 0);
        -ms-transform: translate(200px, 0);
        -o-transform: translate(200px, 0);
        left: 0
    }

    .woocommerce-cart table.cart .product-quantity {
        display: none
    }

    #hotel-booking-cart table .hb_quantity,
    #hotel-booking-payment table .hb_quantity {
        display: none
    }

    #hotel-booking-cart .hb_button.hb_checkout,
    #hotel-booking-cart .hb_button.update,
    #hotel-booking-payment .hb_button.hb_checkout,
    #hotel-booking-payment .hb_button.update {
        margin-left: 0
    }

    .thim-list-posts.sidebar .article-title-wrapper {
        clear: both
    }
}

@media only screen and (max-width:760px),
(min-device-width:768px) and (max-device-width:1024px) {
    .quickview .product-info .left {
        display: inline-block;
        background: #fff;
        padding-left: 15px
    }

    .quickview .product-info .right {
        display: inline-block;
        background: #fff;
        margin-top: -10px
    }

    .quickview .product-info .quick-view-detail {
        position: static;
        background: #fff;
        padding: 10px 15px;
        width: 100%;
        display: block
    }
}

body {
    background-color: var(--thim_body_bg_color);
    font-family: var(--thim_font_body-font-family);
    font-size: var(--thim_font_body-font-size);
    font-weight: var(--thim_font_body-variant);
    line-height: var(--thim_font_body-line-height);
    color: var(--thim_font_body-color);
    overflow-x: hidden
}

body.bg-type-image {
    background-repeat: var(--thim_bg_repeat);
    background-position: var(--thim_bg_position);
    background-attachment: var(--thim_bg_attachment);
    background-size: var(--thim_bg_size);
    background-image: var(--thim_bg_pattern_upload)
}

body.bg-type-pattern {
    background-repeat: var(--thim_bg_repeat);
    background-position: var(--thim_bg_position);
    background-attachment: var(--thim_bg_attachment);
    background-size: var(--thim_bg_size);
    background-image: var(--thim_bg_pattern)
}

h1 {
    font-size: var(--thim_font_h1-font-size);
    text-transform: var(--thim_font_h1-text-transform);
    line-height: var(--thim_font_h1-line-height)
}

h2 {
    font-size: var(--thim_font_h2-font-size);
    text-transform: var(--thim_font_h2-text-transform);
    line-height: var(--thim_font_h2-line-height)
}

h3 {
    font-size: var(--thim_font_h3-font-size);
    text-transform: var(--thim_font_h3-text-transform);
    line-height: var(--thim_font_h3-line-height)
}

h4 {
    font-size: var(--thim_font_h4-font-size);
    text-transform: var(--thim_font_h4-text-transform);
    line-height: var(--thim_font_h4-line-height)
}

h5 {
    font-size: var(--thim_font_h5-font-size);
    text-transform: var(--thim_font_h5-text-transform);
    line-height: var(--thim_font_h5-line-height)
}

h6 {
    font-size: var(--thim_font_h6-font-size);
    text-transform: var(--thim_font_h6-text-transform);
    line-height: var(--thim_font_h6-line-height)
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: var(--thim_font_title-font-family);
    color: var(--thim_font_title-color);
    font-weight: var(--thim_font_title-variant)
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

a {
    color: var(--thim_body_primary_color, #ffb606)
}

.site-header {
    background: var(--thim_header_bg_color)
}

.site-header.affix {
    background: var(--thim_sticky_bg_main_menu_color)
}

.site-header .navbar-nav>li>a::before {
    background: var(--thim_body_primary_color, #ffb606)
}

@media (min-width:768px) {
    .site-header.header_overlay .navbar-nav>li>a::before {
        background: var(--thim_main_menu_text_color)
    }

    .site-header.header_overlay.affix .navbar-nav>li>a::before {
        background: var(--thim_sticky_main_menu_text_color)
    }

    .bg-custom-sticky.affix {
        background: var(--thim_sticky_bg_main_menu_color);
        box-shadow: 0 1px 5px -2px rgba(var(--thim_sticky_main_menu_text_color_rgb), 0.4)
    }

    .bg-custom-sticky.affix .top-header {
        color: rgba(var(--thim_sticky_main_menu_text_color_rgb), 0.7)
    }

    .bg-custom-sticky.affix .top-header a {
        color: rgba(var(--thim_sticky_main_menu_text_color_rgb), 0.7)
    }

    .bg-custom-sticky.affix .top-header b {
        color: var(--thim_sticky_main_menu_text_color)
    }

    .bg-custom-sticky.affix .top-header aside {
        border-bottom: 1px solid rgba(var(--thim_sticky_main_menu_text_color_rgb), 0.15)
    }
}

.top-header {
    font-size: var(--thim_font_size_top_header-font-size);
    color: var(--thim_color_toolbar)
}

.top-header b {
    color: var(--thim_color_toolbar)
}

.top-header a {
    color: var(--thim_color_toolbar)
}

.top-header a:hover {
    color: var(--thim_color_toolbar_hover)
}

.top-header aside {
    border-bottom: 1px solid var(--thim_color_toolbar)
}

.top_site_main {
    background-color: var(--thim_page_title_heading_bg_color);
    color: var(--thim_page_title_heading_text_color)
}

.top_site_main.images_parallax {
    background-image: var(--thim_page_title_top_image)
}

@media (min-width:768px) {

    .bg-custom-sticky.affix .navbar-nav>li.current-menu-item>a,
    .bg-custom-sticky.affix .navbar-nav>li.current-menu-item>span,
    .bg-custom-sticky.affix .navbar-nav>li .current-menu-ancestor>a,
    .bg-custom-sticky.affix .navbar-nav>li .current-menu-ancestor>span,
    .bg-custom-sticky.affix .navbar-nav>li:hover>a,
    .bg-custom-sticky.affix .navbar-nav>li:hover>span {
        color: var(--thim_sticky_main_menu_text_hover_color)
    }

    .bg-custom-sticky.affix .navbar-nav>li.current-menu-item>a span,
    .bg-custom-sticky.affix .navbar-nav>li.current-menu-item>span span,
    .bg-custom-sticky.affix .navbar-nav>li .current-menu-ancestor>a span,
    .bg-custom-sticky.affix .navbar-nav>li .current-menu-ancestor>span span,
    .bg-custom-sticky.affix .navbar-nav>li:hover>a span,
    .bg-custom-sticky.affix .navbar-nav>li:hover>span span {
        border-color: var(--thim_sticky_main_menu_text_hover_color)
    }

    .bg-custom-sticky.affix .navbar-nav>li .nav-active {
        color: var(--thim_sticky_main_menu_text_hover_color)
    }

    .bg-custom-sticky.affix .navbar-nav>li>a,
    .bg-custom-sticky.affix .navbar-nav>li>span {
        color: var(--thim_sticky_main_menu_text_color)
    }

    .bg-custom-sticky.affix .navbar-nav>li>a:hover,
    .bg-custom-sticky.affix .navbar-nav>li>span:hover {
        color: var(--thim_sticky_main_menu_text_hover_color)
    }

    .bg-custom-sticky.affix .navbar-nav>li>a:hover span,
    .bg-custom-sticky.affix .navbar-nav>li>span:hover span {
        border-color: var(--thim_sticky_main_menu_text_hover_color)
    }

    .bg-custom-sticky.affix .navbar-nav>li.menu-item-has-children>a:after,
    .bg-custom-sticky.affix .navbar-nav>li.menu-item-has-children>span.disable_link:after {
        color: var(--thim_sticky_main_menu_text_color)
    }

    .bg-custom-sticky.affix .menu-right li a,
    .bg-custom-sticky.affix .menu-right li span,
    .bg-custom-sticky.affix .menu-right li div {
        color: var(--thim_sticky_main_menu_text_color)
    }

    .bg-custom-sticky.affix .menu-right li a:hover,
    .bg-custom-sticky.affix .menu-right li span:hover,
    .bg-custom-sticky.affix .menu-right li div:hover {
        color: var(--thim_sticky_main_menu_text_hover_color)
    }

    .header_v1 .width-navigation .menu-right {
        border-color: rgba(var(--thim_main_menu_text_color_rgb), 0.4)
    }

    .navigation .navbar-nav li.tc-menu-layout-default .sub-menu {
        background: var(--thim_sub_menu_bg_color)
    }

    .navigation .navbar-nav li.tc-menu-layout-default .sub-menu li:after {
        background: var(--thim_sub_menu_border_color)
    }

    .navigation .navbar-nav li.tc-menu-layout-default .sub-menu li.current_page_item>a {
        color: var(--thim_sub_menu_text_color_hover)
    }

    .navigation .navbar-nav li.tc-menu-layout-default .sub-menu li.current_page_item>a>span {
        color: var(--thim_sub_menu_text_color_hover)
    }

    .navigation .navbar-nav li.tc-menu-layout-default .sub-menu li:hover>a {
        color: var(--thim_sub_menu_text_color_hover)
    }

    .navigation .navbar-nav li.tc-menu-layout-default .sub-menu li:hover>a>span {
        color: var(--thim_sub_menu_text_color_hover)
    }

    .navbar-nav li.multicolumn .megacol {
        background: var(--thim_sub_menu_bg_color)
    }

    .navbar-nav li.multicolumn .megacol>li>a,
    .navbar-nav li.multicolumn .megacol>li>span {
        border-bottom: 1px solid var(--thim_sub_menu_border_color);
        font-size: var(--thim_font_h6-font-size);
        color: var(--thim_font_title-color)
    }

    .nav>li .sub-menu a,
    .nav>li .sub-menu span,
    .nav>li.multicolumn>.sub-menu a,
    .nav>li.multicolumn>.sub-menu span,
    .nav>li.widget_area>.sub-menu a,
    .nav>li.widget_area>.sub-menu span {
        color: var(--thim_sub_menu_text_color)
    }

    .nav>li .sub-menu a:hover,
    .nav>li.multicolumn>.sub-menu a:hover,
    .nav>li.widget_area>.sub-menu a:hover {
        color: var(--thim_sub_menu_text_color_hover)
    }

    .menu-right li a,
    .menu-right li span,
    .menu-right li div {
        color: var(--thim_main_menu_text_color);
        font-size: var(--thim_main_menu-font-size)
    }

    .menu-right li a:hover,
    .menu-right li span:hover,
    .menu-right li div:hover {
        color: var(--thim_main_menu_text_hover_color)
    }

    .navigation .navbar-nav>li>a,
    .navigation .navbar-nav>li>span {
        color: var(--thim_main_menu_text_color);
        font-size: var(--thim_main_menu-font-size);
        font-weight: var(--thim_main_menu-variant);
        font-family: var(--thim_main_menu-font-family);
        text-transform: var(--thim_main_menu-text-transform)
    }

    .navigation .navbar-nav>li.menu-item-has-children>a:after,
    .navigation .navbar-nav>li.menu-item-has-children>span:after {
        color: var(--thim_main_menu_text_color)
    }

    .navigation .navbar-nav>li.current-menu-item>a,
    .navigation .navbar-nav>li.current-menu-item>span,
    .navigation .navbar-nav>li:hover>a,
    .navigation .navbar-nav>li:hover>span {
        color: var(--thim_main_menu_text_hover_color)
    }

    .navigation .navbar-nav>li.current-menu-item>a:after,
    .navigation .navbar-nav>li.current-menu-item>span:after,
    .navigation .navbar-nav>li:hover>a:after,
    .navigation .navbar-nav>li:hover>span:after {
        background: var(--thim_main_menu_text_color)
    }

    .bg-custom-sticky.affix .navigation .navbar-nav>li.current-menu-item>a:after,
    .bg-custom-sticky.affix .navigation .navbar-nav>li.current-menu-item>span:after,
    .bg-custom-sticky.affix .navigation .navbar-nav>li:hover>a:after,
    .bg-custom-sticky.affix .navigation .navbar-nav>li:hover>span:after {
        background: var(--thim_sticky_main_menu_text_color)
    }

    .navigation .navbar-nav>li .nav-active {
        color: var(--thim_main_menu_text_hover_color)
    }

    .navigation .navbar-nav>li .sub-menu a,
    .navigation .navbar-nav>li .sub-menu span {
        font-size: var(--thim_main_menu-font-size);
        font-weight: var(--thim_main_menu-variant);
        font-family: var(--thim_main_menu-font-family)
    }

    .navigation .navbar-nav #magic-line {
        background: var(--thim_main_menu_text_color)
    }

    .bg-custom-sticky.affix .navigation .navbar-nav #magic-line {
        background: var(--thim_sticky_main_menu_text_color)
    }

    .width-logo {
        width: var(--thim_width_logo)
    }

    .width-logo>a {
        width: var(--thim_width_logo) !important;
        overflow: hidden;
        display: block
    }

    .width-navigation {
        width: -moz-calc(100% - var(--thim_width_logo));
        width: -webkit-calc(100% - var(--thim_width_logo));
        width: calc(100% - var(--thim_width_logo))
    }

    .width-navigation-left,
    .width-navigation-right {
        width: -moz-calc(50% - var(--thim_width_logo)/2px);
        width: -webkit-calc(50% - var(--thim_width_logo)/2px);
        width: calc(50% - var(--thim_width_logo)/2px)
    }

    .width-navigation-left li {
        color: var(--thim_main_menu_text_color)
    }

    .width-navigation-left li a,
    .width-navigation-left li p,
    .width-navigation-left li div {
        color: var(--thim_main_menu_text_color)
    }

    .header_v2 .navbar-toggle .icon-bar {
        background-color: var(--thim_main_menu_text_color)
    }

    .header_v2 .navbar-toggle>div {
        color: var(--thim_main_menu_text_color)
    }

    .header_v2 .navbar-toggle:hover>div {
        color: var(--thim_main_menu_text_hover_color)
    }

    .header_v2 .navbar-toggle:hover .icon-bar {
        background-color: var(--thim_main_menu_text_hover_color)
    }

    .header_v2 .menu-main-menu {
        background: var(--thim_sub_menu_bg_color)
    }

    .header_v2 .width-navigation-left {
        font-size: var(--thim_main_menu-font-size);
        font-weight: var(--thim_main_menu-variant)
    }

    .header_v2 .width-navigation-right .menu-right:after {
        background: rgba(var(--thim_main_menu_text_color_rgb), 0.7)
    }
}

@media (max-width:767px) {
    .width-logo>a {
        width: var(--thim_width_logo);
        display: inline-block;
        overflow: hidden
    }

    .width-navigation {
        background: var(--thim_bg_mobile_menu_color)
    }

    .width-navigation ul li a,
    .width-navigation ul li span {
        color: var(--thim_mobile_menu_text_color)
    }

    .width-navigation ul li.current-menu-item>a,
    .width-navigation ul li.current-menu-item>span {
        color: var(--thim_mobile_menu_text_hover_color)
    }

    .top-header {
        color: var(--thim_color_toolbar)
    }

    .menu-mobile-effect span {
        background-color: var(--thim_icon_mobile_menu_color_background)
    }

    .navbar-nav .sub-menu:before {
        background: var(--thim_mobile_menu_text_color)
    }

    .navbar-nav .sub-menu li:before {
        background: var(--thim_mobile_menu_text_color)
    }

    .list-html-content .item-content .title-list h5 {
        color: var(--thim_font_title-color)
    }

    .footer aside:last-child {
        border-bottom: 0
    }

    .site-header .navbar-nav li:hover>a,
    .site-header .navbar-nav li:hover>a>span,
    .site-header .navbar-nav li.current_page_item>a,
    .site-header .navbar-nav li.current_page_item>a>span,
    .site-header .navbar-nav li.current-menu-ancestor>a,
    .site-header .navbar-nav li.current-menu-ancestor>a>span {
        color: var(--thim_mobile_menu_text_hover_color)
    }
}

.slider-sidebar {
    background: var(--thim_bg_offcanvas_color);
    color: var(--thim_offcanvas_text_color)
}

.slider-sidebar a {
    color: var(--thim_offcanvas_text_color)
}

.slider-sidebar a:hover {
    color: var(--thim_offcanvas_link_color)
}

.slider-sidebar .widget-title {
    color: var(--thim_offcanvas_text_color)
}

.slider-sidebar ul li {
    border-color: rgba(var(--thim_offcanvas_text_color_rgb), 0.6)
}

.archive-content .share-post .date-meta {
    background: var(--thim_body_primary_color, #ffb606)
}

.archive-content .share-post .social-share li a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

.archive-content .content-inner .blog_title a {
    color: var(--thim_font_title-color)
}

.archive-content .content-inner .blog_title a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

.archive-content .content-inner .entry-meta li a {
    color: var(--thim_font_title-color)
}

.archive-content .content-inner .entry-meta li a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

.loop-pagination li .page-numbers:hover,
.pagination li .page-numbers:hover {
    background: var(--thim_body_primary_color, #ffb606);
    color: #fff;
    border-color: var(--thim_body_primary_color, #ffb606)
}

.loop-pagination li .page-numbers.next:hover,
.loop-pagination li .page-numbers.next.current,
.loop-pagination li .page-numbers.prev:hover,
.loop-pagination li .page-numbers.prev.current,
.pagination li .page-numbers.next:hover,
.pagination li .page-numbers.next.current,
.pagination li .page-numbers.prev:hover,
.pagination li .page-numbers.prev.current {
    border-color: var(--thim_body_primary_color, #ffb606);
    background: var(--thim_body_primary_color, #ffb606);
    color: #fff
}

.loop-pagination li .page-numbers.current,
.pagination li .page-numbers.current {
    background: var(--thim_body_primary_color, #ffb606);
    border-color: var(--thim_body_primary_color, #ffb606);
    color: #fff
}

.comments-area .comment-list-inner .comments-title {
    color: var(--thim_font_title-color)
}

.comments-area .comment-list-inner li .comment-extra-info a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

.comments-area .comment-respond .form-submit input#submit {
    color: #fff;
    background: var(--thim_body_primary_color, #ffb606)
}

.comments-area .comment-respond .form-submit input#submit:hover {
    background: rgba(var(--thim_body_primary_color_rgb), 0.8)
}

.comments-area .comment-respond-area #respond.comment-respond .comment-reply-title {
    color: var(--thim_font_title-color)
}

.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-comment input:focus,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-comment textarea:focus,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-author input:focus,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-author textarea:focus,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-email input:focus,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-email textarea:focus,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-url input:focus,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-url textarea:focus {
    border-color: var(--thim_body_primary_color, #ffb606)
}

.elementor-widget-thim-event .item-event .content-item h3,
.thim-widget-event .item-event .content-item h3 {
    font-size: var(--thim_font_h6-font-size);
    line-height: var(--thim_font_h6-line-height)
}

.elementor-widget-thim-event .item-event .content-item h3 a,
.thim-widget-event .item-event .content-item h3 a {
    color: var(--thim_font_title-color)
}

.elementor-widget-thim-event .item-event .content-item h3 a:hover,
.thim-widget-event .item-event .content-item h3 a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

.elementor-widget-thim-event .item-event .content-item .view-detail:hover,
.thim-widget-event .item-event .content-item .view-detail:hover {
    color: var(--thim_font_title-color)
}

.elementor-widget-thim-event .item-event .content-item strong,
.thim-widget-event .item-event .content-item strong {
    color: var(--thim_font_title-color)
}

.elementor-widget-thim-event .item-event .content-right,
.thim-widget-event .item-event .content-right {
    background: var(--thim_body_primary_color, #ffb606)
}

.counter-block {
    color: var(--thim_font_title-color)
}

.scrollup {
    background: var(--thim_body_primary_color, #ffb606)
}

.scrollup:hover {
    background: rgba(var(--thim_body_primary_color_rgb), 80%);
    color: #fff
}

footer#colophon {
    background-color: var(--thim_footer_bg_color);
    color: var(--thim_footer_color-text)
}

footer#colophon .widget-title {
    color: var(--thim_footer_color-text)
}

footer#colophon a {
    color: var(--thim_footer_color-link)
}

footer#colophon a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

footer#colophon a .fa {
    color: var(--thim_footer_color-text)
}

footer#colophon a .fa:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

footer#colophon .row aside {
    color: var(--thim_footer_color-text)
}

footer#colophon .text-copyright {
    color: var(--thim_copyright_text_color)
}

footer#colophon .text-copyright a {
    color: var(--thim_copyright_link_color)
}

footer#colophon .text-copyright a:hover {
    text-decoration: underline
}

footer#colophon .text-copyright .elementor-widget-thim-copyright .copyright-text,
footer#colophon .text-copyright .thim-widget-copyright .copyright-text {
    color: var(--thim_copyright_text_color)
}

footer#colophon .text-copyright .elementor-widget-thim-copyright .copyright-text a,
footer#colophon .text-copyright .thim-widget-copyright .copyright-text a {
    color: var(--thim_copyright_link_color)
}

footer#colophon .text-copyright.border-copyright {
    border-top: 1px solid var(--thim_footer_color-line)
}

.wrapper-line-heading .line-heading {
    background: var(--thim_body_primary_color, #ffb606)
}

.otw-wrapper .otreservations-submit {
    background: var(--thim_body_primary_color, #ffb606);
    border-color: var(--thim_body_primary_color, #ffb606);
    color: var(--thim_font_title-color)
}

.otw-wrapper .otreservations-submit:hover {
    background: var(--thim_font_title-color);
    border-color: var(--thim_font_title-color);
    color: #fff
}

input[type=radio]:checked:before {
    background-color: var(--thim_body_primary_color, #ffb606)
}

input[type=checkbox]:checked:before {
    color: var(--thim_body_primary_color, #ffb606)
}

.filter-controls div,
.filter-controls .filter {
    color: var(--thim_font_title-color)
}

.filter-controls div.active,
.filter-controls div:hover,
.filter-controls .filter.active,
.filter-controls .filter:hover {
    color: var(--thim_body_primary_color, #ffb606);
    border-color: var(--thim_body_primary_color, #ffb606)
}

.widget-area aside {
    color: var(--thim_font_body-color)
}

.widget-area aside ul li:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

.widget-area aside ul li:hover a {
    color: var(--thim_body_primary_color, #ffb606)
}

.widget-area aside a {
    color: var(--thim_font_body-color)
}

.widget-area aside a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

.widget-area aside .widget-title {
    font-size: var(--thim_font_body-font-size);
    line-height: var(--thim_font_body-line-height)
}

.widget-area aside .widget-title span {
    background: var(--thim_body_bg_color)
}

.search-form:after {
    color: var(--thim_font_title-color)
}

.icon-box-title span {
    color: var(--thim_body_primary_color, #ffb606)
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--thim_body_primary_color, #ffb606)
}

.owl-carousel .testimonial-footer .title-regency h6,
.owl-carousel .testimonial-footer .title-regency h6 a {
    color: var(--thim_body_primary_color, #ffb606)
}

.owl-carousel .owl-buttons .owl-prev:hover span,
.owl-carousel .owl-buttons .owl-next:hover span {
    color: var(--thim_body_primary_color, #ffb606)
}

.owl-carousel .owl-buttons .owl-prev:hover span:after,
.owl-carousel .owl-buttons .owl-next:hover span:after {
    background: var(--thim_body_primary_color, #ffb606)
}

.border-widget .widget.so-panel .widget-title {
    font-size: var(--thim_font_body-font-size)
}

.thim-list-posts.homepage .article-date {
    background: var(--thim_body_primary_color, #ffb606)
}

.flexslider .flex-direction-nav .flex-prev:before,
.flexslider .flex-direction-nav .flex-next:before {
    color: var(--thim_font_title-color)
}

.flexslider .flex-direction-nav .flex-prev:hover,
.flexslider .flex-direction-nav .flex-next:hover {
    background: var(--thim_body_primary_color, #ffb606)
}

.thim-social a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

.wpcf7-form .wpcf7-submit {
    background: var(--thim_body_primary_color, #ffb606);
    border-color: var(--thim_body_primary_color, #ffb606);
    color: #fff
}

.wpcf7-form .wpcf7-submit:hover {
    background: rgba(var(--thim_body_primary_color_rgb), 80%);
    border-color: rgba(var(--thim_body_primary_color_rgb), 80%)
}

.wpcf7-form .wpcf7-form input:focus,
.wpcf7-form .wpcf7-form select:focus,
.wpcf7-form .wpcf7-form textarea:focus {
    border-color: var(--thim_body_primary_color, #ffb606)
}

.top_site_main .page-title-wrapper .banner-wrapper h1,
.top_site_main .page-title-wrapper .banner-wrapper h2 {
    font-size: var(--thim_font_h1-font-size)
}

.top_site_main .page-title-wrapper .banner-wrapper .heading__secondary {
    font-family: var(--thim_font_title-font-family)
}

.list-html-content .item-content .title-list h5 {
    color: var(--thim_font_title-color)
}

.main-bottom {
    background: var(--thim_body_primary_color, #ffb606)
}

.tp-button.primary {
    background: var(--thim_body_primary_color, #ffb606);
    color: #fff !important;
    font-family: var(--thim_font_body-font-family)
}

.tp-button.primary:hover {
    background: var(--thim_font_title-color)
}

.widget_recent_entries ul li a {
    color: var(--thim_font_title-color)
}

.widget_recent_entries ul li a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

.quickview .product-info .right .product_meta a {
    color: var(--thim_font_title-color)
}

.quickview .product-info .right .product_meta a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

.product-cat li a {
    color: var(--thim_font_title-color)
}

.product-cat li a:hover,
.product-cat li a.active {
    color: var(--thim_body_primary_color, #ffb606);
    border-color: var(--thim_body_primary_color, #ffb606)
}

.product-grid .product__title a {
    color: var(--thim_font_title-color)
}

.product-grid .product__title a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

.product-grid .product__title a.added_to_cart {
    color: #fff !important
}

.product-grid .product__title a.button.add_to_cart_button,
.product-grid .product__title .added_to_cart,
.product-grid .product__title a.button.product_type_variable {
    background: var(--thim_body_primary_color, #ffb606) !important
}

.product-grid .product__title a.button.add_to_cart_button:before,
.product-grid .product__title .added_to_cart:before,
.product-grid .product__title a.button.product_type_variable:before {
    color: #fff !important
}

.product-grid .product__title a.button.add_to_cart_button:hover,
.product-grid .product__title .added_to_cart:hover,
.product-grid .product__title a.button.product_type_variable:hover {
    background: var(--thim_body_primary_color, #ffb606) !important;
    color: #fff !important
}

button.load-more {
    color: var(--thim_font_title-color);
    font-family: var(--thim_font_title-font-family);
    font-weight: var(--thim_font_title-variant)
}

button.load-more:hover {
    background-color: var(--thim_body_primary_color, #ffb606)
}

.quickview .product-info .right .product_title {
    font-size: var(--thim_font_h3-font-size)
}

.quickview .product-info .right .cart a {
    color: var(--thim_font_body-color)
}

.quickview .product-info .right .cart a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

.quickview .product-info .right .cart button.button {
    background: var(--thim_body_primary_color, #ffb606);
    color: #fff
}

.quickview .product-info .right .cart button.button:hover {
    background: var(--thim_font_title-color);
    color: #fff
}

.quickview .quick-view-detail {
    color: var(--thim_font_body-color)
}

.quickview .quick-view-detail:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

.product_thumb .onsale {
    background: var(--thim_body_primary_color, #ffb606) !important
}

.woocommerce div.product .onsale,
.woocommerce-page div.product .onsale {
    background: var(--thim_body_primary_color, #ffb606) !important
}

.woocommerce div.product .product_title,
.woocommerce-page div.product .product_title {
    font-size: var(--thim_font_h2-font-size)
}

.woocommerce div.product .woocommerce-review-link,
.woocommerce-page div.product .woocommerce-review-link {
    color: var(--thim_font_body-color)
}

.woocommerce div.product .woocommerce-review-link:hover,
.woocommerce-page div.product .woocommerce-review-link:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

.woocommerce div.product .product_meta a,
.woocommerce-page div.product .product_meta a {
    color: var(--thim_font_body-color)
}

.woocommerce div.product .product_meta a:hover,
.woocommerce-page div.product .product_meta a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

.woocommerce div.product form.cart .button,
.woocommerce-page div.product form.cart .button {
    background: var(--thim_body_primary_color, #ffb606);
    color: var(--thim_font_title-color)
}

.woocommerce div.product form.cart .button:hover,
.woocommerce-page div.product form.cart .button:hover {
    color: #fff;
    background: var(--thim_font_title-color)
}

.woocommerce div.product .woocommerce-tabs .tabs .active a,
.woocommerce-page div.product .woocommerce-tabs .tabs .active a {
    border-bottom: 3px solid var(--thim_body_primary_color, #ffb606);
    color: var(--thim_body_primary_color, #ffb606) !important
}

.woocommerce div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form .form-submit .submit,
.woocommerce-page div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form .form-submit .submit {
    color: #fff !important;
    background-color: var(--thim_body_primary_color, #ffb606)
}

.woocommerce div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form .form-submit .submit:hover,
.woocommerce-page div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form .form-submit .submit:hover {
    color: #fff !important;
    background: rgba(var(--thim_body_primary_color_rgb), 70%) !important
}

.woocommerce div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form p textarea:focus,
.woocommerce div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form p input:focus,
.woocommerce-page div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form p textarea:focus,
.woocommerce-page div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form p input:focus {
    border-color: var(--thim_body_primary_color, #ffb606)
}

.woocommerce div.product .related-products>h2,
.woocommerce div.product .upsells-products>h2,
.woocommerce-page div.product .related-products>h2,
.woocommerce-page div.product .upsells-products>h2 {
    color: var(--thim_font_title-color)
}

.woocommerce div.product .related-products>h2:after,
.woocommerce div.product .upsells-products>h2:after,
.woocommerce-page div.product .related-products>h2:after,
.woocommerce-page div.product .upsells-products>h2:after {
    background: var(--thim_body_primary_color, #ffb606)
}

.woocommerce .star-rating,
.woocommerce-page .star-rating {
    color: var(--thim_body_primary_color, #ffb606)
}

.woocommerce .star-rating span::before,
.woocommerce-page .star-rating span::before {
    color: var(--thim_body_primary_color, #ffb606)
}

.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
    color: var(--thim_body_primary_color, #ffb606)
}

.woocommerce .comment-form-rating a,
.woocommerce-page .comment-form-rating a {
    color: var(--thim_body_primary_color, #ffb606)
}

.woocommerce .comment-form-rating a:hover,
.woocommerce-page .comment-form-rating a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

.woocommerce .woocommerce-shipping-calculator a,
.woocommerce-page .woocommerce-shipping-calculator a {
    color: var(--thim_body_primary_color, #ffb606)
}

.woocommerce div.woocommerce-message,
.woocommerce div.woocommerce-info,
.woocommerce-page div.woocommerce-message,
.woocommerce-page div.woocommerce-info {
    border-top-color: var(--thim_body_primary_color, #ffb606)
}

.woocommerce div.woocommerce-message:before,
.woocommerce div.woocommerce-info:before,
.woocommerce-page div.woocommerce-message:before,
.woocommerce-page div.woocommerce-info:before {
    color: var(--thim_body_primary_color, #ffb606)
}

.woocommerce .form-row label.checkbox a .showcoupon,
.woocommerce .form-row label.checkbox a .showlogin,
.woocommerce .woocommerce-info .showcoupon,
.woocommerce .woocommerce-info .showlogin,
.woocommerce-page .form-row label.checkbox a .showcoupon,
.woocommerce-page .form-row label.checkbox a .showlogin,
.woocommerce-page .woocommerce-info .showcoupon,
.woocommerce-page .woocommerce-info .showlogin {
    color: var(--thim_body_primary_color, #ffb606)
}

.woocommerce .form-row label.checkbox a .showcoupon:hover,
.woocommerce .form-row label.checkbox a .showlogin:hover,
.woocommerce .woocommerce-info .showcoupon:hover,
.woocommerce .woocommerce-info .showlogin:hover,
.woocommerce-page .form-row label.checkbox a .showcoupon:hover,
.woocommerce-page .form-row label.checkbox a .showlogin:hover,
.woocommerce-page .woocommerce-info .showcoupon:hover,
.woocommerce-page .woocommerce-info .showlogin:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

.smicon-read {
    color: var(--thim_body_primary_color, #ffb606);
    border-color: var(--thim_body_primary_color, #ffb606)
}

.woocommerce-page .button {
    color: #fff !important;
    background: var(--thim_body_primary_color, #ffb606) !important
}

.woocommerce-page .button:hover {
    background-color: rgba(var(--thim_body_primary_color_rgb), 80%) !important
}

.woocommerce-page .product-name a {
    color: var(--thim_font_title-color)
}

.woocommerce-page .product-name a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

.widget_shopping_cart .minicart_hover .cart-items-number span.wrapper-items-number {
    background: var(--thim_body_primary_color, #ffb606)
}

.widget_shopping_cart .widget_shopping_cart_content {
    color: var(--thim_font_title-color)
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li a {
    color: var(--thim_font_title-color)
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li dl {
    color: var(--thim_font_title-color)
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li span {
    color: var(--thim_font_title-color)
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .quantity {
    color: var(--thim_font_title-color)
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget .empty {
    color: var(--thim_font_title-color) !important
}

.widget_shopping_cart .widget_shopping_cart_content .total {
    color: var(--thim_font_title-color) !important
}

.widget_shopping_cart .widget_shopping_cart_content .total span {
    color: var(--thim_font_title-color) !important
}

.widget_shopping_cart .widget_shopping_cart_content .buttons a {
    color: var(--thim_font_title-color);
    border: 2px solid var(--thim_font_title-color)
}

.widget_shopping_cart .widget_shopping_cart_content .buttons a:hover {
    background: var(--thim_body_primary_color, #ffb606);
    border-color: var(--thim_body_primary_color, #ffb606)
}

.widget_shopping_cart .widget_shopping_cart_content .buttons .checkout {
    background: var(--thim_body_primary_color, #ffb606) !important;
    border-color: var(--thim_body_primary_color, #ffb606)
}

.widget_shopping_cart .widget_shopping_cart_content .buttons .checkout:hover {
    background: var(--thim_font_title-color) !important;
    border-color: var(--thim_font_title-color);
    color: #fff !important
}

.tp-bullets.preview4 .bullet.selected,
.tp-bullets.preview4 .bullet.selected:hover {
    background: var(--thim_body_primary_color, #ffb606) !important;
    width: 10px !important;
    height: 10px !important;
    border: none !important
}

.custom-gallery .filter-controls a:hover,
.custom-gallery .filter-controls a.active {
    border-color: var(--thim_body_primary_color, #ffb606)
}

.list-check li:before {
    color: var(--thim_body_primary_color, #ffb606)
}

.widget-title:after {
    background: var(--thim_body_primary_color, #ffb606)
}

.article-title-wrapper h5 a {
    color: var(--thim_font_title-color)
}

.article-title-wrapper h5 a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

.sale-off p {
    color: #fff
}

.sale-off p.learn-more a {
    background: var(--thim_body_primary_color, #ffb606);
    color: #fff
}

.sale-off p.learn-more a:hover {
    background: rgba(var(--thim_body_primary_color_rgb), 80%)
}

.sale-off p.heading {
    font-family: var(--thim_font_title-font-family)
}

.sale-off.banner-round p {
    color: var(--thim_font_title-color)
}

.testimonial_content {
    border: 1px solid #dce0e2
}

.testimonial-footer .avatar-testimonial {
    background: #fff
}

.thim-savings-home-4 .sale-off p {
    color: #fff
}

.wrapper-box-icon.has_custom_image .sc-heading .heading__primary {
    color: var(--thim_font_title-color)
}

.wrapper-box-icon.has_custom_image .sc-heading .heading__primary a {
    color: var(--thim_font_title-color)
}

.wrapper-box-icon.has_custom_image .sc-heading .heading__primary a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

.elementor-widget-thim-icon-box .smicon-read,
.thim-widget-icon-box .smicon-read {
    color: var(--thim_body_primary_color, #ffb606);
    border-color: var(--thim_body_primary_color, #ffb606)
}

.elementor-widget-thim-icon-box .smicon-read:hover,
.thim-widget-icon-box .smicon-read:hover {
    color: #fff;
    background: var(--thim_body_primary_color, #ffb606)
}

.hb_room_carousel_container .title a {
    color: var(--thim_font_title-color)
}

.hb_room_carousel_container .title a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

.hb_room_carousel_container .price {
    color: #fff
}

.hb_room_carousel_container .item .media a:before {
    border-bottom-color: var(--thim_body_primary_color, #ffb606)
}

.hb_room_carousel_container .span {
    font-family: var(--thim_font_title-font-family)
}

.hotel-booking-search form button {
    background: var(--thim_body_primary_color, #ffb606);
    border-color: var(--thim_body_primary_color, #ffb606)
}

.hotel-booking-search form button:hover {
    background: rgba(var(--thim_body_primary_color_rgb), 80%);
    border-color: rgba(var(--thim_body_primary_color_rgb), 80%)
}

.counter-box {
    color: #fff
}

.counter-box:before {
    background: var(--thim_body_primary_color, #ffb606)
}

.subscribe .mc4wp-form input[type=submit] {
    background: var(--thim_body_primary_color, #ffb606)
}

.subscribe .mc4wp-form input[type=submit]:hover {
    background: rgba(var(--thim_body_primary_color_rgb), 80%)
}

.newletter .mc4wp-form input[type=submit] {
    background: var(--thim_body_primary_color, #ffb606)
}

.newletter .mc4wp-form input[type=submit]:hover {
    background: rgba(var(--thim_body_primary_color_rgb), 80%)
}

.newletter .mc4wp-form input[type=email]:focus,
.newletter .mc4wp-form input[type=text]:focus {
    border: 1px solid var(--thim_body_primary_color, #ffb606)
}

.thim-color {
    color: var(--thim_body_primary_color, #ffb606)
}

.thim-bg-color {
    background-color: var(--thim_body_primary_color, #ffb606)
}

.thim-color-title {
    color: var(--thim_font_title-color)
}

.thim-bg-black {
    background-color: #000
}

#sidebar .hotel-booking-search form button {
    background-color: var(--thim_body_primary_color, #ffb606)
}

#sidebar .hotel-booking-search form button:hover {
    background: rgba(var(--thim_body_primary_color_rgb), 80%)
}

#sidebar .wrapper-line-heading .heading__primary {
    color: var(--thim_font_title-color)
}

#sidebar .wrapper-line-heading .line-heading:before,
#sidebar .wrapper-line-heading .line-heading:after,
#sidebar .wrapper-line-heading .line-heading span:before,
#sidebar .wrapper-line-heading .line-heading span:after {
    border-color: var(--thim_font_title-color)
}

#sidebar .elementor-widget-thim-search-room .wrapper-line-heading .heading__primary,
#sidebar .thim-widget-search-room .wrapper-line-heading .heading__primary {
    color: #fff
}

#sidebar .elementor-widget-thim-search-room .wrapper-line-heading .line-heading:before,
#sidebar .elementor-widget-thim-search-room .wrapper-line-heading .line-heading:after,
#sidebar .elementor-widget-thim-search-room .wrapper-line-heading .line-heading span:before,
#sidebar .elementor-widget-thim-search-room .wrapper-line-heading .line-heading span:after,
#sidebar .thim-widget-search-room .wrapper-line-heading .line-heading:before,
#sidebar .thim-widget-search-room .wrapper-line-heading .line-heading:after,
#sidebar .thim-widget-search-room .wrapper-line-heading .line-heading span:before,
#sidebar .thim-widget-search-room .wrapper-line-heading .line-heading span:after {
    border-color: #fff
}

body .hb_button {
    background: var(--thim_body_primary_color, #ffb606)
}

body .hb_button:hover {
    background: rgba(var(--thim_body_primary_color_rgb), 80%)
}

body .hb_button.update,
body .hb_button.hb_view_cart {
    background: var(--thim_font_title-color)
}

body .hb_button.update:hover,
body .hb_button.hb_view_cart:hover {
    background: var(--thim_body_primary_color, #ffb606)
}

body #fetch-customer-info {
    background: var(--thim_font_title-color)
}

body #fetch-customer-info:hover {
    background: var(--thim_body_primary_color, #ffb606)
}

body .rooms .hb_room .media a:before {
    border-bottom-color: var(--thim_body_primary_color, #ffb606)
}

body .rooms .hb_room .title h4 a {
    color: var(--thim_font_title-color)
}

body .rooms .hb_room .title h4 a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

body .hb_single_room .title h4 a {
    color: var(--thim_font_title-color)
}

body .hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul li.cameracurrent:before {
    border-color: var(--thim_body_primary_color, #ffb606)
}

body .hb_single_room .hb_single_room_details .hb_single_room_tabs>li a.active {
    color: var(--thim_font_title-color)
}

body .hb_single_room .hb_single_room_details .hb_single_room_tabs>li a.active:after {
    background: var(--thim_body_primary_color, #ffb606)
}

body .hb_single_room .price {
    color: #ff0000
}

body .hb_single_room .price span.title-price {
    color: var(--thim_font_title-color)
}

body .hb_single_room #reviews h2 {
    color: var(--thim_font_title-color)
}

body .hb_single_room #reviews .reply-title {
    color: var(--thim_font_title-color)
}

body .hb_single_room #reviews #review_form_wrapper form .form-submit input[type=submit] {
    background: var(--thim_body_primary_color, #ffb606);
    color: #fff
}

body .hb_single_room #reviews #review_form_wrapper form .form-submit input[type=submit]:hover {
    background: var(--thim_font_title-color)
}

body .hb_single_room #reviews #review_form_wrapper form p textarea:focus {
    border: 1px solid var(--thim_body_primary_color, #ffb606)
}

body .hb_related_other_room>.title {
    color: var(--thim_font_title-color)
}

body .hb_related_other_room>.title:after {
    background: var(--thim_body_primary_color, #ffb606)
}

body .hb_related_other_room .navigation .prev span[class*=pe-]:hover:before,
body .hb_related_other_room .navigation .next span[class*=pe-]:hover:before {
    color: var(--thim_body_primary_color, #ffb606)
}

body .hb_related_other_room .navigation .prev span[class*=pe-]:hover:after,
body .hb_related_other_room .navigation .next span[class*=pe-]:hover:after {
    background: var(--thim_body_primary_color, #ffb606)
}

body .rooms-pagination .page-numbers li span.current {
    border-color: var(--thim_body_primary_color, #ffb606);
    background: var(--thim_body_primary_color, #ffb606);
    color: #fff
}

body .rooms-pagination .page-numbers li a:hover {
    background: var(--thim_body_primary_color, #ffb606);
    color: #fff;
    border-color: var(--thim_body_primary_color, #ffb606)
}

body .rooms-pagination .page-numbers li a.prev:hover,
body .rooms-pagination .page-numbers li a.next:hover {
    background: var(--thim_body_primary_color, #ffb606);
    color: #fff;
    border-color: var(--thim_body_primary_color, #ffb606)
}

body .hb_room_carousel_container .item .title h4 a {
    color: var(--thim_font_title-color)
}

body .hb_room_carousel_container .item .title h4 a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

body .hb_room_carousel_container .text_link a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

body .hb_room_carousel_container .navigation .prev span[class*=pe-]:hover:before,
body .hb_room_carousel_container .navigation .next span[class*=pe-]:hover:before {
    color: var(--thim_body_primary_color, #ffb606)
}

body .hb_room_carousel_container .navigation .prev span[class*=pe-]:hover:after,
body .hb_room_carousel_container .navigation .next span[class*=pe-]:hover:after {
    background: var(--thim_body_primary_color, #ffb606)
}

body #hotel-booking-results .hb-search-results a {
    color: var(--thim_body_primary_color, #ffb606)
}

body #hotel-booking-results .hb-search-results a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

body #hotel-booking-results .hb-search-results>.hb-room .hb-room-name a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

body #hotel-booking-results .hb-search-results>.hb-room .hb_search_item_price {
    color: var(--thim_body_primary_color, #ffb606)
}

body #hotel-booking-results form .hb_button.hb_checkout,
body #hotel-booking-results form button.hb_add_to_cart,
body #hotel-booking-results form button[type=submit] {
    background: var(--thim_body_primary_color, #ffb606);
    color: #fff
}

body #hotel-booking-results form .hb_button.hb_checkout:hover,
body #hotel-booking-results form button.hb_add_to_cart:hover,
body #hotel-booking-results form button[type=submit]:hover {
    background: rgba(var(--thim_body_primary_color_rgb), 80%)
}

body #hotel-booking-payment .hb_remove_cart_item,
body #hotel-booking-cart .hb_remove_cart_item {
    color: var(--thim_font_title-color);
    text-decoration: none
}

body #hotel-booking-payment .hb_remove_cart_item:hover,
body #hotel-booking-cart .hb_remove_cart_item:hover {
    color: #ff0000;
    text-decoration: none
}

body #hotel-booking-payment .hb-cart-item-title a,
body #hotel-booking-cart .hb-cart-item-title a {
    color: var(--thim_body_primary_color, #ffb606)
}

body #hotel-booking-payment .hb-cart-item-title a:hover,
body #hotel-booking-cart .hb-cart-item-title a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

body #hotel-booking-payment button#hb-apply-coupon,
body #hotel-booking-cart button#hb-apply-coupon {
    background: var(--thim_body_primary_color, #ffb606)
}

body #hotel-booking-payment button#hb-apply-coupon:hover,
body #hotel-booking-cart button#hb-apply-coupon:hover {
    background: rgba(var(--thim_body_primary_color_rgb), 80%)
}

body #hotel-booking-payment .hb_button.hb_checkout,
body #hotel-booking-payment button[type=submit],
body #hotel-booking-payment button[type=button],
body #hotel-booking-cart .hb_button.hb_checkout,
body #hotel-booking-cart button[type=submit],
body #hotel-booking-cart button[type=button] {
    background: var(--thim_body_primary_color, #ffb606);
    color: #fff
}

body #hotel-booking-payment .hb_button.hb_checkout:hover,
body #hotel-booking-payment button[type=submit]:hover,
body #hotel-booking-payment button[type=button]:hover,
body #hotel-booking-cart .hb_button.hb_checkout:hover,
body #hotel-booking-cart button[type=submit]:hover,
body #hotel-booking-cart button[type=button]:hover {
    background: rgba(var(--thim_body_primary_color_rgb), 80%)
}

body #hotel-booking-payment .hb_button.hb_checkout.update,
body #hotel-booking-payment .hb_button.hb_checkout#fetch-customer-info,
body #hotel-booking-payment button[type=submit].update,
body #hotel-booking-payment button[type=submit]#fetch-customer-info,
body #hotel-booking-payment button[type=button].update,
body #hotel-booking-payment button[type=button]#fetch-customer-info,
body #hotel-booking-cart .hb_button.hb_checkout.update,
body #hotel-booking-cart .hb_button.hb_checkout#fetch-customer-info,
body #hotel-booking-cart button[type=submit].update,
body #hotel-booking-cart button[type=submit]#fetch-customer-info,
body #hotel-booking-cart button[type=button].update,
body #hotel-booking-cart button[type=button]#fetch-customer-info {
    background: var(--thim_font_title-color)
}

body #hotel-booking-payment .hb_button.hb_checkout.update:hover,
body #hotel-booking-payment .hb_button.hb_checkout#fetch-customer-info:hover,
body #hotel-booking-payment button[type=submit].update:hover,
body #hotel-booking-payment button[type=submit]#fetch-customer-info:hover,
body #hotel-booking-payment button[type=button].update:hover,
body #hotel-booking-payment button[type=button]#fetch-customer-info:hover,
body #hotel-booking-cart .hb_button.hb_checkout.update:hover,
body #hotel-booking-cart .hb_button.hb_checkout#fetch-customer-info:hover,
body #hotel-booking-cart button[type=submit].update:hover,
body #hotel-booking-cart button[type=submit]#fetch-customer-info:hover,
body #hotel-booking-cart button[type=button].update:hover,
body #hotel-booking-cart button[type=button]#fetch-customer-info:hover {
    background: var(--thim_body_primary_color, #ffb606)
}

body #hotel-booking-payment input[type=email]:focus,
body #hotel-booking-payment input[type=text]:focus,
body #hotel-booking-payment input[type=number]:focus,
body #hotel-booking-payment textarea:focus,
body #hotel-booking-cart input[type=email]:focus,
body #hotel-booking-cart input[type=text]:focus,
body #hotel-booking-cart input[type=number]:focus,
body #hotel-booking-cart textarea:focus {
    border-color: var(--thim_body_primary_color, #ffb606)
}

body .rating-input:before,
body .rating-input span:before {
    color: var(--thim_body_primary_color, #ffb606)
}

body.tp-hotel-booking .star-rating:before,
body.tp-hotel-booking .star-rating span:before,
body.wp-hotel-booking .star-rating:before,
body.wp-hotel-booking .star-rating span:before {
    color: var(--thim_body_primary_color, #ffb606)
}

body.tp-hotel-booking #reviews .commentlist li.comment,
body.wp-hotel-booking #reviews .commentlist li.comment {
    border-color: #dce0e2
}

body .tp-hotel-booking .star-rating:before,
body .tp-hotel-booking .star-rating span:before,
body .wp-hotel-booking .star-rating:before,
body .wp-hotel-booking .star-rating span:before {
    color: var(--thim_body_primary_color, #ffb606)
}

body .hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_remove:hover {
    background: var(--thim_body_primary_color, #ffb606)
}

body .hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_price span {
    color: var(--thim_body_primary_color, #ffb606)
}

body .hb-booking-room-details .hb_search_room_item_detail_price_close:hover {
    background: var(--thim_body_primary_color, #ffb606)
}

.bg-video-play:hover {
    background: var(--thim_body_primary_color, #ffb606)
}

.thim-heading-slider {
    font-family: var(--thim_font_title-font-family) !important
}

.thim-select-language .language ul li a {
    color: var(--thim_font_body-color)
}

.thim-select-language .language ul li a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

body .ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default:hover {
    background-color: var(--thim_body_primary_color, #ffb606)
}

.contact-support .contact-text {
    color: var(--thim_font_title-color)
}

body #preload {
    background-color: var(--thim_preload_bg_color)
}

body #preload .loading-inner .loading {
    background: var(--thim_body_primary_color, #ffb606)
}

body .mfp-image-holder .mfp-close:hover,
body .mfp-inline-holder .mfp-close:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

.hb_addition_package_extra a.hb_package_toggle:hover {
    color: var(--thim_body_primary_color, #ffb606) !important
}

.hb_extra_detail_price strong {
    color: var(--thim_body_primary_color, #ffb606) !important
}

.dk-select .dk-selected:focus {
    border-color: var(--thim_body_primary_color, #ffb606)
}

.dk-select .dk-selected:focus:before {
    border-top-color: var(--thim_body_primary_color, #ffb606)
}

.dk-select.dk-select-open-up .dk-selected:before,
.dk-select.dk-select-open-down .dk-selected:before {
    border-bottom-color: var(--thim_body_primary_color, #ffb606)
}

.dk-select.dk-select-open-up .dk-select-options,
.dk-select.dk-select-open-down .dk-select-options {
    border-color: var(--thim_body_primary_color, #ffb606)
}

.dk-select.dk-select-open-down .dk-selected {
    border-color: var(--thim_body_primary_color, #ffb606)
}

.dk-select .dk-select-options .dk-option-highlight {
    background-color: var(--thim_body_primary_color, #ffb606);
    color: #ffffff
}

.dk-option-selected {
    background-color: var(--thim_body_primary_color, #ffb606)
}

input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus {
    border-color: var(--thim_body_primary_color, #ffb606)
}

textarea:focus {
    border-color: var(--thim_body_primary_color, #ffb606)
}

.ui-datepicker.ui-widget {
    border-color: var(--thim_body_primary_color, #ffb606)
}

#tp_style_selector .tp-buy-theme a {
    background: var(--thim_body_primary_color, #ffb606)
}

#tp_style_selector .tp-buy-theme a:hover {
    background: rgba(var(--thim_body_primary_color_rgb), 80%)
}

#tp_style_selector .tp-chameleon-more-demo {
    background: var(--thim_body_primary_color, #ffb606)
}

#tp_style_selector .tp-chameleon-more-demo:hover {
    background: rgba(var(--thim_body_primary_color_rgb), 80%)
}

#tp_style_selector .input-box .tp-btn:hover {
    border-color: var(--thim_body_primary_color, #ffb606)
}

#tp_style_selector .tp_demo:hover,
#tp_style_selector .tp_demo.active {
    border-color: var(--thim_body_primary_color, #ffb606)
}

#tp_style_selector .tp_demo:hover .sub_title,
#tp_style_selector .tp_demo.active .sub_title {
    background-color: rgba(var(--thim_body_primary_color_rgb), 80%)
}

button.ui-datepicker-trigger i:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

.site-header.header_v2 .inner-header-top {
    font-size: var(--thim_header_typography-font-size);
    font-weight: var(--thim_header_typography-variant)
}

.site-header.header_v2 .inner-header-top ul li a {
    color: var(--thim_header_text_color)
}

.site-header.header_v2 .inner-header-top ul li.current-lang a,
.site-header.header_v2 .inner-header-top ul li.active a,
.site-header.header_v2 .inner-header-top ul li a:hover {
    color: var(--thim_header_text_color_hover)
}

.site-header.header_v2 .inner-header-top .thim-social a {
    font-size: var(--thim_header_typography-font-size)
}

.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li:after {
    background: var(--thim_main_menu_text_hover_color)
}

.thim-title-color {
    color: var(--thim_font_title-color)
}

.thim-title-color:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

.single-hb_room #carousel-gallery-room .flex-viewport ul li.flex-active-slide img {
    border: 2px solid var(--thim_body_primary_color, #ffb606)
}

.rooms .hb_room .summary .room-types a {
    color: var(--thim_body_primary_color, #ffb606)
}

.rooms .hb_room .media .actions .action-btn a {
    background: rgba(var(--thim_body_primary_color_rgb), 0.9)
}

.rooms .hb_room .media .actions .action-btn a:hover {
    background: rgba(var(--thim_body_primary_color_rgb), 75%)
}

.rooms .hb_room .price {
    font-family: var(--thim_font_title-font-family);
    color: var(--thim_font_title-color)
}

.rooms .hb_room .price span.title-price {
    color: var(--thim_font_body-color);
    font-family: var(--thim_font_title-font-family)
}

.rooms .hb_room .summary .description {
    font-family: var(--thim_font_body-font-family);
    color: var(--thim_font_body-color)
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce nav.woocommerce-MyAccount-navigation ul li:hover {
    background: var(--thim_body_primary_color, #ffb606)
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .footer-content-room .actions .action-btn a {
    background: var(--thim_body_primary_color, #ffb606);
    border: 1px solid var(--thim_body_primary_color, #ffb606)
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .footer-content-room .actions .action-btn a:hover {
    color: var(--thim_body_primary_color, #ffb606);
    border: 1px solid var(--thim_body_primary_color, #ffb606)
}

#masthead.header_v3 .navigation .tm-flex .header-left {
    padding-left: calc(var(--thim_width_logo) + 150px)
}

#masthead.header_v3 .navigation .tm-flex .header-left li p {
    color: var(--thim_main_menu_text_color)
}

#masthead.header_v3 .navigation .tm-flex .header-left li p span {
    color: var(--thim_body_primary_color, #ffb606)
}

#masthead.header_v3 .navigation .tm-flex .header-left li .textwidget {
    color: var(--thim_header_text_color)
}

#masthead.header_v3 .navigation .tm-flex .header-right .thim-search-wrapper .thim-search-form .search-form .search-field {
    color: var(--thim_main_menu_text_color);
    border-bottom: 4px solid var(--thim_body_primary_color, #ffb606)
}

#masthead.header_v3 .navigation .tm-flex .header-right .thim-search-wrapper .thim-search-form .search-form .search-notice {
    color: var(--thim_body_primary_color, #ffb606)
}

#masthead.header_v3 .navigation .tm-flex .header-right .thim-search-wrapper:hover .search-button {
    background: var(--thim_body_primary_color, #ffb606)
}

.wpcf7-form .contact-form-new .small-text {
    color: var(--thim_font_body-color)
}

.wpcf7-form .contact-form-new input.wpcf7-submit,
.wpcf7-form .contact-form-new textarea.wpcf7-submit {
    background: var(--thim_body_primary_color, #ffb606)
}

.wpcf7-form .contact-form-new .button {
    background: var(--thim_body_primary_color, #ffb606);
    border: 1px solid var(--thim_body_primary_color, #ffb606)
}

.wpcf7-form .contact-form-new .button:hover {
    background: rgba(var(--thim_body_primary_color_rgb), 80%);
    border-color: rgba(var(--thim_body_primary_color_rgb), 80%);
    color: #ffffff
}

.thim-sc-video-box .box-inner:before {
    border-color: var(--thim_body_primary_color, #ffb606)
}

.thim-sc-video-box .box-inner .background-title {
    color: rgba(var(--thim_body_primary_color_rgb), 0.25)
}

.thim-widget-box .box_image.style_2:after {
    background: rgba(var(--thim_body_primary_color_rgb), 0.7)
}

.thim-widget-gallery-images .thim-gallery-images-column .text_wellcome h3 {
    color: var(--thim_body_primary_color, #ffb606)
}

.thim-widget-heading .style_new.sc-heading.article_heading .button-heading a {
    background: var(--thim_body_primary_color, #ffb606)
}

.thim-widget-heading .style_new.sc-heading.article_heading .button-heading a:hover {
    background: rgba(var(--thim_body_primary_color_rgb), 80%)
}

.thim-widget-hotel-room .style_new .navigation .prev:hover {
    border: 1px solid var(--thim_body_primary_color, #ffb606);
    color: var(--thim_body_primary_color, #ffb606)
}

.thim-widget-hotel-room .style_new .navigation .next:hover {
    border: 1px solid var(--thim_body_primary_color, #ffb606);
    color: var(--thim_body_primary_color, #ffb606)
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media .actions a img {
    background: var(--thim_body_primary_color, #ffb606)
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media .actions:hover a {
    background: var(--thim_body_primary_color, #ffb606)
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .footer-content-room .price .price_value {
    color: var(--thim_body_primary_color, #ffb606)
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .footer-content-room .price .unit {
    color: var(--thim_body_primary_color, #ffb606)
}

.testimonial_style_new .sc-testimonials .testimonial_content .title-regency h6 a {
    color: var(--thim_body_primary_color, #ffb606);
    font-family: var(--thim_font_body-font-family)
}

.testimonial_style_new .sc-testimonials .testimonial_content .title-regency .regency {
    color: var(--thim_font_body-color);
    font-family: var(--thim_font_body-font-family)
}

.testimonial_style_new .sc-testimonials .testimonial_content .content-text {
    font-family: var(--thim_font_title-font-family);
    color: var(--thim_font_title-color)
}

.thim_tours_slider ul li .tour_price {
    background: var(--thim_body_primary_color, #ffb606)
}

.thim_tours_slider .navigation .prev:hover {
    background: var(--thim_body_primary_color, #ffb606);
    border-color: var(--thim_body_primary_color, #ffb606)
}

.thim_tours_slider .navigation .next:hover {
    background: var(--thim_body_primary_color, #ffb606);
    border-color: var(--thim_body_primary_color, #ffb606)
}

#masthead.header_v3.affix .navigation .tm-flex .header-left li p {
    color: var(--thim_sticky_main_menu_text_color)
}

#masthead.header_v3.affix .navigation .tm-flex .header-left li .textwidget {
    color: var(--thim_sticky_main_menu_text_color)
}

#masthead.header_v3.affix .navigation .tm-flex .header-right .thim-search-wrapper .search-button {
    color: var(--thim_sticky_main_menu_text_color)
}

.thim-holiday {
    background-color: var(--thim_body_primary_color, #ffb606)
}

.thim-column-posts .post-item li .article-title-wrapper .button_read_more a {
    border-color: var(--thim_body_primary_color, #ffb606);
    color: var(--thim_body_primary_color, #ffb606)
}

.thim-column-posts .post-item li .article-title-wrapper .button_read_more a:hover {
    background: var(--thim_body_primary_color, #ffb606)
}

.hb_old_layout .rooms .hb_room .media:before {
    border-bottom: 137px solid var(--thim_body_primary_color, #ffb606)
}

.navbar-nav li .sub-menu[class*=tc-columns-]>ul>li .sub-menu li:hover a span {
    color: var(--thim_sub_menu_text_color_hover)
}

.site-header.header_v2 .navigation .width-navigation,
.header_v2 .menu-main-menu {
    background-color: var(--thim_bg_main_menu_color)
}

#contact-form-registration .wpcf7 form input:focus {
    border: 1px solid var(--thim_body_primary_color, #ffb606)
}

.thim_tours_slider ul li .tour_content h3.tour_name a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

.has-text-color.has-primary-color {
    color: var(--thim_body_primary_color, #ffb606) !important
}

.has-text-color.has-title-color {
    color: var(--thim_font_title-color) !important
}

.has-background.has-primary-background-color {
    background-color: var(--thim_body_primary_color, #ffb606) !important
}

.has-background.has-title-background-color {
    background-color: var(--thim_font_title-color) !important
}

.has-background-dim.has-primary-background-color:before {
    background-color: var(--thim_body_primary_color, #ffb606) !important
}

.has-background-dim.has-title-background-color:before {
    background-color: var(--thim_font_title-color) !important
}

.testimonial-item-archive .side-right .blockquote a {
    color: var(--thim_body_primary_color, #ffb606)
}

.testimonial-item-archive .side-right .blockquote {
    color: var(--thim_body_primary_color, #ffb606)
}

.testimonial-item-archive .side-right .blockquote:before {
    color: var(--thim_body_primary_color, #ffb606);
    font-family: var(--thim_font_title-font-family)
}

div.event-list .feature-event .image-event .slide-image .wrap-arrow-slick .arow-slick:hover {
    background: var(--thim_body_primary_color, #ffb606)
}

div.event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section .countdown-amount {
    font-family: var(--thim_font_title-font-family)
}

div.event-list .feature-event .text-event .title-event a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

div.event-list .item-event .text-event .info-event span i {
    color: var(--thim_body_primary_color, #ffb606)
}

div.event-list .item-event .text-event .author-event .text-author a {
    color: var(--thim_body_primary_color, #ffb606)
}

div.event-list .item-event .text-event .author-event .text-author a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

div.event-list .load-more-events {
    background: var(--thim_body_primary_color, #ffb606)
}

div.event-list .load-more-events:hover {
    background: rgba(var(--thim_body_primary_color_rgb), 80%)
}

.element-main-slider .content-title .title {
    font-family: var(--thim_font_title-font-family)
}

.header_v1.affix .navigation .menu-left {
    color: var(--thim_sticky_main_menu_text_color)
}

.header_v1.affix .navigation .menu-left .thim-select-language .language {
    border-bottom: 1px solid var(--thim_sticky_main_menu_text_color)
}

.header_v1.affix .navigation .menu-left .thim-social a {
    color: var(--thim_sticky_main_menu_text_color)
}

.header_v1 .navigation .menu-left {
    color: var(--thim_main_menu_text_color)
}

.header_v1 .navigation .menu-left .thim-select-language .language {
    border-bottom: 1px solid var(--thim_main_menu_text_color)
}

.header_v1 .navigation .menu-left .thim-social a {
    color: var(--thim_main_menu_text_color)
}

body.woocommerce-page .site-content .entry-content .woocommerce-error,
body.woocommerce-page .site-content .entry-content .woocommerce-info,
body.woocommerce-page .site-content .entry-content .woocommerce-message {
    border-color: var(--thim_body_primary_color, #ffb606) !important
}

.padding-bt-30 .wrapper-line-heading {
    padding-bottom: 30px
}

body .thim-custom.tparrows.tp-leftarrow:before {
    content: "\f062";
    font-family: thim-ekits !important;
    font-weight: 400
}

body .thim-custom.tparrows.tp-rightarrow:before {
    content: "\f063";
    font-family: thim-ekits !important;
    font-weight: 400
}

.hotel-booking-search-noborder .hotel-booking-search form .hb-form-table .hb-form-field .room-input,
.hotel-booking-search-noborder .hotel-booking-search form .hb-form-table .hb-form-field .child-input,
.hotel-booking-search-noborder .hotel-booking-search form .hb-form-table .hb-form-field .adults-input,
.hotel-booking-search-noborder .hotel-booking-search form .hb-form-table .hb-form-field .hb_input_date_check {
    border-width: 0 0 1px;
    background: transparent;
    border-radius: 0;
    color: #fff;
    padding-left: 0
}

.hotel-booking-search-noborder .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-input>span {
    color: #fff !important
}

.hb-room-commentlist-sort-filter .gallery-filter a.active {
    background: var(--thim_body_primary_color, #ffb606)
}

#hotel_booking_room_hidden .hb_button {
    width: auto;
    padding: 9px 30px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px
}

@media (max-width:767px) {
    #hotel_booking_room_hidden .hb_button {
        width: 100%
    }
}

.heading-contact.demo-5 .wrapper-box-icon .sc-heading .line-heading {
    margin: 0
}

.box-contact-demo .contact-address,
.box-contact-demo .contact-time,
.box-contact-demo .contact-email {
    display: block
}

.heading-check-availability .sc-heading.article_heading {
    padding: 0 0 20px
}

@media (max-width:767px) {
    .heading-check-availability .sc-heading.article_heading {
        padding: 0 0 15px
    }
}

.thim-search-room.thim-search-reservation .hotel-booking-search form {
    padding: 0
}

#hotel_booking_room_hidden .hotel-booking-search .hb-search-results-form-container .hb-booking-room-form-group .hb-booking-room-form-field input {
    height: 44px !important
}

.hotel-booking-search-el .hb-form-check-in-check-out .hb-form-field-input:last-child {
    margin-left: 20px;
    position: relative
}

.hotel-booking-search-el .hb-form-check-in-check-out .hb-form-field-input:last-child::before {
    content: "-";
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    font-size: 21px;
    left: -16px
}

.thim-heading-no-padding-top .sc-heading {
    padding-top: 0
}

body .hotel-booking-search button {
    --hb-primary: var(--thim_body_primary_color, #ffb606)
}

body .room-container:has(.hotel-booking-rooms-search)>div:nth-child(2) {
    flex-direction: row-reverse;
    gap: 30px
}

.thim-ekits-mini-cart .widget_shopping_cart_content {
    border-radius: var(--thim_border_radius-item, 0)
}

.thim-ekits-mini-cart .widget_shopping_cart_content .cart_list.product_list_widget li {
    font-weight: 500
}

.thim-ekits-mini-cart .widget_shopping_cart_content .cart_list.product_list_widget li a {
    color: var(--thim_font_body-color)
}

.thim-ekits-mini-cart .widget_shopping_cart_content .cart_list.product_list_widget li a:hover {
    color: var(--thim_body_primary_color, #ffb606)
}

.thim-ekits-mini-cart .widget_shopping_cart_content .cart_list.product_list_widget li>img {
    width: 65px;
    margin-right: 12px;
    display: inline-block;
    float: left
}

.thim-ekits-mini-cart .widget_shopping_cart_content .cart_list.product_list_widget li .quantity {
    font-weight: normal
}

@media (max-width:767px) {
    body .panel-row-style .fix-colums-mobile .panel-grid .panel-row-style {
        flex-direction: row !important;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center
    }

    body .panel-row-style .fix-colums-mobile .panel-grid .panel-row-style .panel-grid-cell {
        width: 40% !important;
        margin-bottom: 10px !important
    }

    .fix-margin-bottom .wrapper-line-heading {
        padding-bottom: 20px
    }

    .widget_heading .text-left .heading__primary {
        font-size: 30px
    }

    .site-main .thim-search-reservation.thim-search-room .hotel-booking-search {
        padding-bottom: 0
    }

    .site-main .thim-search-reservation.thim-search-room .hotel-booking-search form {
        padding: 0
    }

    .thim-heading-our-standard .wrapper-line-heading {
        padding-bottom: 0
    }
}

@media (max-width:460px) {
    body.single #hotel_booking_room_hidden .hb_button {
        padding: 9px 30px;
        line-height: 1;
        min-height: 44px;
        font-size: 14px
    }
}

.hb_button {
    text-decoration: none;
    padding: 10px 25px;
    line-height: 20px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #ffb606;
    color: #fff;
    min-height: 44px;
    display: inline-block;
    font-family: var(--thim_font_title-font-family);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500
}

.hb_button:hover {
    background: var(--thim_font_title-color);
    color: #fff
}

.hb_button:focus {
    outline: none
}

.hb_add_to_cart.hb_loading {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5
}

#elementor-lightbox-slideshow-single-img {
    display: none !important
}

.hb_room_carousel_container {
    margin-bottom: 0px
}

.hb_room_carousel_container.base .rooms .hb_room .summary .room-types {
    position: absolute;
    left: 30px;
    bottom: 100%;
    z-index: 1;
    line-height: 1
}

@media (max-width:767px) {
    .hb_room_carousel_container.base .rooms .hb_room .summary .room-types {
        left: 20px
    }
}

.hb_room_carousel_container.base .rooms .hb_room .summary .room-types a {
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: var(--thim_font_title-font-family);
    background: var(--thim_body_primary_color);
    padding: 5px 10px;
    display: inline-block
}

.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary .room-types {
    position: unset;
    transform: none;
    line-height: var(--thim_font_body-line-height)
}

.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary .room-types a {
    background: transparent;
    color: var(--thim_font_body-color);
    padding: 10px 0 15px 0;
    font-family: var(--thim_font_body-font-family);
    font-size: var(--thim_font_body-font-size);
    text-transform: capitalize
}

.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary .meta-data-guests {
    display: flex;
    padding: 15px 0 30px;
    margin: 0 30px;
    border-top: 1px solid #e7e7e7;
    column-gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 5px
}

@media (max-width:767px) {
    .hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary .meta-data-guests {
        margin: 0 20px
    }
}

.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary .meta-data-guests .adults-data,
.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary .meta-data-guests .children-data {
    display: flex;
    align-items: center;
    line-height: 24px
}

.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary .meta-data-guests .price {
    margin: 0;
    padding: 0;
    border-top: none;
    display: flex;
    line-height: 1.5
}

.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary .meta-data-guests .price .title-price {
    display: none
}

.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary .meta-data-guests .price .price_value {
    font-size: var(--thim_font_body-font-size);
    font-weight: var(--thim_font_title-variant)
}

.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary .meta-data-guests .price .unit {
    font-size: var(--thim_font_body-font-size)
}

.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary .meta-data-guests .footer-content-room {
    margin-left: auto
}

@media (max-width:1024px) {
    .hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary .meta-data-guests .footer-content-room {
        margin-left: 0
    }
}

.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary .meta-data-guests svg {
    margin-right: 5px
}

.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary .title>* {
    font-size: 2rem;
    line-height: 1.4em
}

.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary .title-room {
    padding-top: 30px
}

.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary .media {
    overflow: hidden
}

.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary .media img {
    transition: 0.8s
}

.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary .description {
    display: none
}

.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary:hover {
    box-shadow: none
}

.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary:hover .media img {
    transform: scale(1.1)
}

.hb_room_carousel_container.base.style_show_guests .hb_room_carousel .owl-dots {
    margin-top: 40px
}

.hb_room_carousel_container.base.style_show_guests .hb_room_carousel .owl-dots .owl-dot span {
    transform: none;
    background: #ececec;
    border-radius: 50%;
    width: 10px;
    height: 10px
}

.hb_room_carousel_container.base.style_show_guests .hb_room_carousel .owl-dots .owl-dot.active span,
.hb_room_carousel_container.base.style_show_guests .hb_room_carousel .owl-dots .owl-dot:hover span {
    background: var(--thim_body_primary_color, #ffb606) !important;
    border: none
}

.hb_room_carousel_container.style-4 .hb_room .summary {
    position: relative
}

.hb_room_carousel_container.style-4 .hb_room .summary::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    opacity: 1;
    z-index: 3
}

@media (max-width:1199px) {
    .hb_room_carousel_container.style-4 .hb_room .summary::before {
        display: none
    }
}

.hb_room_carousel_container.style-4 .hb_room.slick-active .summary::before {
    background: transparent;
    opacity: 0;
    z-index: -1
}

.hb_room_carousel_container.style-4 .hb_room .summary .room-types {
    position: absolute;
    top: 0;
    left: 30px;
    transform: translateY(-100%);
    z-index: 1;
    line-height: 1
}

.hb_room_carousel_container.style-4 .hb_room .summary .room-types a {
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    background: var(--thim_body_primary_color);
    font-family: var(--thim_font_title-font-family);
    padding: 5px 10px;
    display: inline-block
}

.hb_room_carousel_container.style-4 .slick-dots {
    list-style-type: none;
    margin: 40px 0 0 0;
    text-align: center
}

@media (max-width:768px) {
    .hb_room_carousel_container.style-4 .slick-dots {
        margin: 25px 0 0 0
    }
}

.hb_room_carousel_container.style-4 .slick-dots li {
    cursor: pointer;
    display: inline-block;
    display: inline-block;
    line-height: 1;
    width: 11px;
    height: 11px;
    background: #dcdcdc;
    transform: rotate(45deg);
    margin: 0px 5px
}

.hb_room_carousel_container.style-4 .slick-dots li.slick-active,
.hb_room_carousel_container.style-4 .slick-dots li:hover {
    background: transparent;
    border: 1px solid #000
}

.hb_room_carousel_container.style-4 .slick-dots li button {
    font-size: 0;
    position: relative;
    line-height: 1;
    border: none
}

.hb_room_carousel_container .navigation-swapper {
    position: relative
}

.hb_room_carousel_container .hb_room_carousel {
    margin: 0 -15px
}

.hb_room_carousel_container .hb_room_carousel .owl-dots {
    margin-top: 45px
}

@media (max-width:767px) {
    .hb_room_carousel_container .hb_room_carousel .owl-dots {
        margin-top: 25px
    }
}

.hb_room_carousel_container .hb_room_carousel .owl-dots .owl-dot.active span,
.hb_room_carousel_container .hb_room_carousel .owl-dots .owl-dot:hover span {
    background: #ffffff !important;
    border: 1px solid #000
}

.hb_room_carousel_container .hb_room_carousel .owl-dots .owl-dot span {
    border-radius: unset;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    background: #e5e5e5
}

.hb_room_carousel_container .navigation {
    width: 215px;
    margin: 0 auto
}

.hb_room_carousel_container .navigation.bottom {
    margin-top: 40px
}

@media (max-width:767px) {
    .hb_room_carousel_container .navigation.bottom {
        margin-top: 30px
    }
}

.hb_room_carousel_container .navigation .prev,
.hb_room_carousel_container .navigation .next {
    line-height: 24px;
    height: 24px;
    width: 24px;
    background: url(../images/prev.png) no-repeat center left;
    display: inline-block;
    float: left;
    cursor: pointer;
    z-index: 20
}

.hb_room_carousel_container .navigation .prev span[class*=pe-],
.hb_room_carousel_container .navigation .next span[class*=pe-] {
    display: none
}

.hb_room_carousel_container .navigation .next {
    float: right;
    background: url(../images/next.png) no-repeat center right
}

.hb_room_carousel_container .text_link {
    line-height: 24px;
    text-align: center;
    margin: 28px auto 34px;
    z-index: 10
}

.hb_room_carousel_container .text_link.top {
    margin-bottom: 50px
}

@media (max-width:767px) {
    .hb_room_carousel_container .text_link.top {
        margin-bottom: 40px
    }
}

.hb_room_carousel_container .text_link a {
    color: var(--thim_font_title-color);
    line-height: 1.2;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    font-family: var(--thim_font_title-font-family);
    padding-top: 5px
}

.hb_room_carousel_container .hb_room {
    width: 300px;
    min-height: 290px;
    position: relative;
    padding: 0 15px;
    margin: 0
}

.rooms {
    margin: 0 -15px;
    list-style: none;
    clear: both;
    overflow: hidden
}

.rooms.hb-catalog-column-2 .hb_room:nth-child(2n+1) {
    clear: both
}

@media (max-width:1024px) {
    .rooms.hb-catalog-column-2 .hb_room:nth-child(2n+1) {
        clear: unset
    }
}

.rooms.hb-catalog-column-3 .hb_room:nth-child(3n+1) {
    clear: both
}

@media (max-width:1024px) {
    .rooms.hb-catalog-column-3 .hb_room:nth-child(3n+1) {
        clear: unset
    }
}

.rooms.hb-catalog-column-4 .hb_room:nth-child(4n+1) {
    clear: both
}

@media (max-width:1024px) {
    .rooms.hb-catalog-column-4 .hb_room:nth-child(4n+1) {
        clear: unset
    }
}

.rooms.hb-catalog-column-5 .hb_room:nth-child(5n+1) {
    clear: both
}

@media (max-width:1024px) {
    .rooms.hb-catalog-column-5 .hb_room:nth-child(5n+1) {
        clear: unset
    }
}

.rooms.hb-catalog-column-6 .hb_room:nth-child(6n+1) {
    clear: both
}

@media (max-width:1024px) {
    .rooms.hb-catalog-column-6 .hb_room:nth-child(6n+1) {
        clear: unset
    }
}

.rooms.tp-hotel-booking.hb-catalog-column-5>.hb_room {
    width: 20%
}

.rooms.tp-hotel-booking.hb-catalog-column-4>.hb_room {
    width: 25%
}

.rooms.tp-hotel-booking.hb-catalog-column-3>.hb_room {
    width: 33.33%
}

.rooms.tp-hotel-booking.hb-catalog-column-2>.hb_room {
    width: 50%
}

.rooms .hb_room {
    list-style: none;
    float: left;
    position: relative;
    margin-bottom: 30px
}

.rooms .hb_room .media {
    position: relative
}

.rooms .hb_room .media img {
    width: 100%;
    height: auto;
    max-height: 420px
}

.rooms .hb_room .media a:before {
    display: none
}

.rooms .hb_room .media .actions {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    z-index: 9;
    width: 100%
}

.rooms .hb_room .media .actions .action-btn a {
    font-size: 60px;
    color: #ffffff;
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2234%22%20height%3D%2217%22%20viewBox%3D%220%200%2034%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M33.1355%207.61595L25.7769%200.257233C25.5125%20-0.0514359%2025.048%20-0.0874186%2024.7393%200.176983C24.4307%200.441321%2024.3947%200.905873%2024.6591%201.21454C24.6837%201.24332%2024.7105%201.27019%2024.7393%201.29479L30.8397%207.40252H1.70655C1.30018%207.40252%200.970703%207.732%200.970703%208.13843C0.970703%208.54487%201.30018%208.87428%201.70655%208.87428H30.8397L24.7393%2014.9746C24.4307%2015.2389%2024.3947%2015.7035%2024.6591%2016.0122C24.9235%2016.3208%2025.388%2016.3568%2025.6966%2016.0924C25.7254%2016.0678%2025.7523%2016.0409%2025.7769%2016.0122L33.1356%208.65345C33.4209%208.36653%2033.4209%207.90299%2033.1355%207.61595Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center !important;
    display: inline-block;
    width: 40px;
    height: 40px
}

.rooms .hb_room .media .actions .action-btn a i {
    display: none
}

.rooms .hb_room .media:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    z-index: 1
}

.rooms .hb_room .summary {
    cursor: default;
    border: 1px solid #dce0e2;
    margin-bottom: 0
}

.rooms .hb_room .summary .media .rating {
    position: absolute;
    bottom: -10px;
    right: 25px;
    top: unset;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s
}

@media (max-width:767px) {
    .rooms .hb_room .summary .media .rating {
        right: 20px
    }
}

.rooms .hb_room .summary:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 4px 10px 0px
}

.rooms .hb_room .summary:hover .content-room .title-room .title h4 a {
    color: var(--thim_body_primary_color)
}

.rooms .hb_room .summary:hover .price {
    border-top: 1px solid var(--thim_body_primary_color);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0)
}

.rooms .hb_room .summary:hover .media .actions {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    transform: translate(-50%, -50%)
}

.rooms .hb_room .summary:hover .media:after {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

.rooms .hb_room .summary:hover .media .rating {
    bottom: 5px;
    opacity: 1;
    z-index: 2
}

@media (max-width:767px) {
    .rooms .hb_room .summary:hover .media .rating {
        bottom: 5px
    }
}

.rooms .hb_room .summary .content-room .title-room {
    padding-top: 25px
}

.rooms .hb_room .summary .content-room .title-room .rating {
    display: none
}

@media (max-width:767px) {
    .rooms .hb_room .summary .content-room .title-room {
        padding-top: 15px
    }
}

.rooms .hb_room .summary .title-room {
    position: relative;
    padding: 0 25px
}

@media (max-width:767px) {
    .rooms .hb_room .summary .title-room {
        padding: 15px 20px 0
    }
}

.rooms .hb_room .summary .room-types .sep {
    margin: 3px 10px;
    width: 4px;
    height: 4px;
    display: inline-block;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #ddd;
    border-radius: 0 50% 0 0
}

.rooms .hb_room .summary .description {
    padding: 0 25px;
    margin-top: 20px
}

@media (max-width:767px) {
    .rooms .hb_room .summary .description {
        padding: 0 20px
    }
}

.rooms .hb_room .summary .description ul {
    margin: 0;
    margin-top: 5px
}

.rooms .hb_room .summary .description ul li {
    list-style: none;
    margin: 0;
    display: inline-block;
    margin-bottom: 30px;
    padding: 0 15px;
    border-right: 1px solid #dce0e2
}

@media (max-width:991px) {
    .rooms .hb_room .summary .description ul li {
        padding: 0 12px;
        margin-bottom: 20px
    }
}

.rooms .hb_room .summary .description ul li:last-child {
    border-right: none
}

.rooms .hb_room .summary .description ul li:first-child {
    padding-left: 0
}

.rooms .hb_room .summary .description ul li i {
    color: #7a7a7a;
    font-size: 15px
}

.rooms .hb_room .title h4 {
    line-height: var(--thim_font_h4-line-height);
    margin: 0px;
    font-size: 24px
}

@media (max-width:767px) {
    .rooms .hb_room .title h4 {
        font-size: 20px
    }
}

.rooms .hb_room .title h4 a {
    white-space: nowrap;
    max-width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5
}

.rooms .hb_room .price {
    position: static;
    font-weight: 700;
    font-size: 24px;
    line-height: 27px;
    padding: 25px 0;
    margin: 0 25px;
    border-top: 1px solid #dce0e2;
    text-align: left
}

@media (max-width:767px) {
    .rooms .hb_room .price {
        margin: 0 20px
    }
}

.rooms .hb_room .price span {
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    border-bottom: none;
    padding-bottom: 0
}

.rooms .hb_room .price span.unit {
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    border-bottom: 0;
    padding: 0
}

.rooms .hb_room .price span.unit:before {
    content: "/"
}

.rooms .hb_room .price span.title-price {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-right: 5px;
    color: #b9b9b9
}

.rooms .hb_room .rating {
    position: absolute;
    right: 15px
}

.rooms-layout-2 .thim-room-top.switch-layout-container {
    min-height: auto;
    margin-bottom: 30px;
    flex-wrap: wrap;
    row-gap: 15px
}

.rooms-layout-2 .thim-room-top.switch-layout-container .thim-switch-layout.switch-layout {
    display: flex;
    column-gap: 20px
}

.rooms-layout-2 .thim-room-top.switch-layout-container .thim-switch-layout.switch-layout>div {
    cursor: pointer;
    height: 20px;
    margin: 0 !important
}

.rooms-layout-2 .thim-room-top.switch-layout-container .thim-switch-layout.switch-layout>div:hover svg path {
    fill: #000
}

.rooms-layout-2 .thim-room-top.switch-layout-container .thim-switch-layout.switch-layout>div.switch-active svg path {
    fill: #000
}

.rooms-layout-2 .thim-room-top.switch-layout-container .sort-by-wrapper {
    margin-left: auto;
    margin-right: 25px;
    margin-bottom: 0;
    padding: 0
}

@media (max-width:480px) {
    .rooms-layout-2 .thim-room-top.switch-layout-container .sort-by-wrapper {
        margin-right: 0
    }
}

.rooms-layout-2 .thim-room-top.switch-layout-container .sort-by-wrapper .sort-by {
    padding: 2px 15px
}

.rooms-layout-2 .thim-room-top.switch-layout-container .sort-by-wrapper .sort-by__list {
    margin: 0;
    min-width: 140px;
    border-radius: 0;
    padding: 10px 0;
    box-sizing: border-box;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1)
}

.rooms-layout-2 .thim-room-top.switch-layout-container .sort-by-wrapper .sort-by__list li {
    padding: 5px 10px
}

.rooms-layout-2 .thim-room-top.switch-layout-container .sort-by-wrapper .sort-by__list li:hover,
.rooms-layout-2 .thim-room-top.switch-layout-container .sort-by-wrapper .sort-by__list li.active {
    background-color: var(--thim_body_primary_color, #ffb606)
}

.rooms-layout-2 .thim-room-top.switch-layout-container .sort-by-wrapper .toggle {
    border: none;
    min-width: 140px;
    font-weight: var(--thim_font_body-variant);
    color: var(--thim_font_body-color)
}

.rooms-layout-2 .thim-room-top.switch-layout-container .sort-by-wrapper .toggle:after {
    width: 10px;
    height: 10px;
    top: 15px;
    right: 0;
    left: auto
}

@media (max-width:400px) {
    .rooms-layout-2 .thim-room-top.switch-layout-container {
        flex-direction: column;
        align-items: flex-start
    }

    .rooms-layout-2 .thim-room-top.switch-layout-container .sort-by-wrapper {
        margin-left: 0
    }
}

.rooms-layout-2 .sort-by-wrapper .sort-by {
    padding: 2px 18px
}

.rooms-layout-2 .sort-by-wrapper .sort-by__list {
    margin: 0;
    min-width: 140px;
    border-radius: 0;
    padding: 10px 0;
    box-sizing: border-box;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1)
}

.rooms-layout-2 .sort-by-wrapper .sort-by__list li {
    padding: 5px 10px
}

.rooms-layout-2 .sort-by-wrapper .sort-by__list li:hover,
.rooms-layout-2 .sort-by-wrapper .sort-by__list li.active {
    background-color: var(--thim_body_primary_color, #ffb606)
}

.rooms-layout-2 .sort-by-wrapper .sort-by .toggle {
    border: none;
    min-width: 140px;
    font-weight: var(--thim_font_body-variant);
    color: var(--thim_font_body-color)
}

.rooms-layout-2 .sort-by-wrapper .sort-by .toggle:after {
    width: 10px;
    height: 10px;
    top: 15px;
    right: 0;
    left: auto
}

.rooms-layout-2 #thim-room-archive {
    display: flex;
    flex-wrap: wrap
}

@media (max-width:540px) {
    .rooms-layout-2 #thim-room-archive {
        margin: 0
    }
}

.rooms-layout-2 #thim-room-archive .summary {
    border: 1px solid #dce0e2
}

.rooms-layout-2 #thim-room-archive .summary .media {
    margin: -1px
}

.rooms-layout-2 .rooms-pagination {
    display: flex;
    justify-content: center;
    margin: 0;
    margin-top: 15px
}

.rooms-layout-2 .rooms-pagination .page-numbers li .page-numbers {
    background-color: #ecf7ff;
    color: #4a5f67;
    font-size: 14px;
    font-weight: 600
}

.rooms-layout-2 .rooms-pagination .page-numbers li .page-numbers.next,
.rooms-layout-2 .rooms-pagination .page-numbers li .page-numbers.prev {
    padding-left: 25px;
    padding-right: 25px
}

.rooms-layout-2 .rooms-pagination .page-numbers li .page-numbers:hover,
.rooms-layout-2 .rooms-pagination .page-numbers li .page-numbers.current {
    background-color: var(--thim_body_primary_color, #ffb606);
    color: #ffffff
}

.rooms-layout-2 .rooms-pagination .page-numbers li:first-child i {
    margin-right: 10px
}

.rooms-layout-2 .rooms-pagination .page-numbers li:last-child i {
    margin-left: 10px
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary .room-types,
.rooms-layout-2 .hb_related_other_room .hb_room .summary .room-types {
    position: unset;
    transform: none;
    line-height: var(--thim_font_body-line-height)
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary .room-types a,
.rooms-layout-2 .hb_related_other_room .hb_room .summary .room-types a {
    background: transparent;
    color: var(--thim_font_body-color);
    padding: 10px 0 15px;
    font-family: var(--thim_font_body-font-family);
    font-size: var(--thim_font_body-font-size);
    text-transform: capitalize;
    display: block
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary .meta-data-guests,
.rooms-layout-2 .hb_related_other_room .hb_room .summary .meta-data-guests {
    display: flex;
    padding: 15px 0;
    margin: 0 25px;
    border-top: 1px solid #e7e7e7;
    column-gap: 20px;
    align-items: baseline;
    flex-wrap: wrap;
    row-gap: 5px
}

@media (max-width:767px) {

    .rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary .meta-data-guests,
    .rooms-layout-2 .hb_related_other_room .hb_room .summary .meta-data-guests {
        margin: 0 20px
    }
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary .meta-data-guests .price,
.rooms-layout-2 .hb_related_other_room .hb_room .summary .meta-data-guests .price {
    margin: 0;
    padding: 0;
    border-top: none
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary .meta-data-guests .price .title-price,
.rooms-layout-2 .hb_related_other_room .hb_room .summary .meta-data-guests .price .title-price {
    display: none
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary .meta-data-guests .price .price_value,
.rooms-layout-2 .hb_related_other_room .hb_room .summary .meta-data-guests .price .price_value {
    font-size: var(--thim_font_body-font-size);
    font-weight: var(--thim_font_title-variant)
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary .meta-data-guests .price .unit,
.rooms-layout-2 .hb_related_other_room .hb_room .summary .meta-data-guests .price .unit {
    font-size: var(--thim_font_body-font-size)
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary .meta-data-guests .footer-content-room,
.rooms-layout-2 .hb_related_other_room .hb_room .summary .meta-data-guests .footer-content-room {
    margin-left: auto
}

@media (max-width:1024px) {

    .rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary .meta-data-guests .footer-content-room,
    .rooms-layout-2 .hb_related_other_room .hb_room .summary .meta-data-guests .footer-content-room {
        margin-left: 0
    }
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary .meta-data-guests svg,
.rooms-layout-2 .hb_related_other_room .hb_room .summary .meta-data-guests svg {
    margin-right: 5px
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary .title>*,
.rooms-layout-2 .hb_related_other_room .hb_room .summary .title>* {
    font-size: 2rem;
    line-height: 1.4em;
    color: #000
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary .description,
.rooms-layout-2 .hb_related_other_room .hb_room .summary .description {
    display: none
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary .title-room,
.rooms-layout-2 .hb_related_other_room .hb_room .summary .title-room {
    padding: 25px 25px 0
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary .title-room .title a,
.rooms-layout-2 .hb_related_other_room .hb_room .summary .title-room .title a {
    white-space: break-spaces;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary .media,
.rooms-layout-2 .hb_related_other_room .hb_room .summary .media {
    overflow: hidden
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary .media img,
.rooms-layout-2 .hb_related_other_room .hb_room .summary .media img {
    transition: 0.8s
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary:hover,
.rooms-layout-2 .hb_related_other_room .hb_room .summary:hover {
    box-shadow: none
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary:hover .media img,
.rooms-layout-2 .hb_related_other_room .hb_room .summary:hover .media img {
    transform: scale(1.1)
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room_carousel .owl-dots,
.rooms-layout-2 .hb_related_other_room .hb_room_carousel .owl-dots {
    margin-top: 40px
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room_carousel .owl-dots .owl-dot span,
.rooms-layout-2 .hb_related_other_room .hb_room_carousel .owl-dots .owl-dot span {
    transform: none;
    background: #ececec;
    border-radius: 50%;
    width: 10px;
    height: 10px
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room_carousel .owl-dots .owl-dot.active span,
.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room_carousel .owl-dots .owl-dot:hover span,
.rooms-layout-2 .hb_related_other_room .hb_room_carousel .owl-dots .owl-dot.active span,
.rooms-layout-2 .hb_related_other_room .hb_room_carousel .owl-dots .owl-dot:hover span {
    background: var(--thim_body_primary_color, #ffb606) !important;
    border: none
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room {
    margin-bottom: 30px
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary {
    align-items: center
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .room-types a {
    background: transparent;
    padding: 0;
    color: var(--thim_body_primary_color, #ffb606)
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .room-types a:hover {
    color: rgba(var(--thim_body_primary_color_rgb), 80%)
}

@media (max-width:767px) {
    .rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .room-types {
        transform: none !important
    }
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .meta-data-guests {
    order: 3;
    display: flex;
    padding: 20px 0 0 0;
    border-top: 1px solid #e7e7e7;
    column-gap: 25px;
    align-items: baseline;
    flex-wrap: wrap;
    margin: 0
}

@media (max-width:992px) {
    .rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .meta-data-guests {
        column-gap: 10px
    }
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .meta-data-guests svg path {
    fill: var(--thim_body_primary_color, #ffb606)
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .meta-data-guests .price {
    margin: 0;
    padding: 0;
    border-top: none
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .meta-data-guests .price .title-price {
    display: none
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .meta-data-guests .price .price_value {
    font-size: var(--thim_font_body-font-size);
    font-weight: var(--thim_font_title-variant)
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .meta-data-guests .price .unit {
    font-size: var(--thim_font_body-font-size)
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .meta-data-guests .footer-content-room {
    margin-left: auto
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .meta-data-guests svg {
    margin-right: 5px
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .title>* {
    font-size: 2.5rem;
    line-height: 1.4em
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .media {
    overflow: hidden
}

@media (min-width:768px) {
    .rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .media {
        width: 40%
    }
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .media img {
    transition: 0.8s
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .content-room {
    display: flex;
    flex-direction: column
}

@media (min-width:768px) {
    .rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .content-room {
        width: 60%
    }
}

@media (max-width:767px) {
    .rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .content-room {
        padding-top: 20px;
        padding-left: 20px
    }
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .rating {
    position: unset;
    order: 2;
    padding-bottom: 10px
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .rating .star-rating {
    float: left
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .title-room {
    padding: 0 0 15px 0;
    display: flex;
    flex-direction: column-reverse;
    row-gap: 10px
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .title-room .title a {
    white-space: break-spaces;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width:992px) {
    .rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .title-room .title a {
        -webkit-line-clamp: 1;
        line-clamp: 1
    }
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .title-room .room-types {
    position: unset
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .description {
    order: 3;
    margin: 0;
    margin-bottom: 20px
}

@media (max-width:1024px) and (min-width:768px) {
    .rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .description {
        display: none
    }
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .description>* {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical
}

@media (max-width:992px) {
    .rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .description>* {
        -webkit-line-clamp: 2;
        line-clamp: 2
    }
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .description ul li {
    margin-bottom: 20px
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary:hover {
    box-shadow: none
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary:hover .media img {
    transform: scale(1.1)
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary:hover .title>* a {
    color: #000
}

.rooms-layout-2 .alignleft #thim-room-archive.thim-room-list .hb_room .summary .description,
.rooms-layout-2 .alignright #thim-room-archive.thim-room-list .hb_room .summary .description {
    display: none
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hb-form-search-page {
    display: none
}

.rooms-layout-2.wp-hotel-booking-search-rooms .hotel-booking-search h3 {
    display: none
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results {
    margin-top: 0
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results .hb-room-content {
    border: 1px solid #dce0e2
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room {
    border: none;
    padding-bottom: 0
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-thumbnail {
    width: 45%;
    margin-bottom: 0
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-thumbnail .hb-room-gallery {
    max-height: 300px;
    overflow: hidden
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-thumbnail .hb-room-gallery::before {
    background-color: rgba(var(--thim_body_primary_color_rgb), 80%)
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-thumbnail .hb-room-gallery::after {
    font-family: thim-ekits !important
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info {
    width: 55%;
    padding: 30px 30px
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info .hb-room-name {
    font-size: var(--thim_font_h3-font-size);
    margin-bottom: 15px
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info .hb-room-name a {
    color: var(--thim_font_title-color)
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info .hb-room-meta label {
    font-family: var(--thim_font_title-font-family)
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info .hb-room-meta li {
    margin-bottom: 15px
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info .hb-room-meta li.hb_search_capacity {
    padding-right: 15px;
    margin-right: 15px
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info .hb-room-meta li svg {
    margin-right: 5px
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info .hb-room-meta li.hb_search_price {
    margin-bottom: 30px
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info .hb-room-meta li.hb_search_price label {
    font-weight: var(--thim_font_title-variant)
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info .hb-room-meta li.hb_search_price .hb-booking-room-details {
    padding: 15px;
    min-width: 300px
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info .hb-room-meta li.hb_search_price .hb-booking-room-details .hb_search_room_pricing_price {
    margin-bottom: 5px
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info .hb-room-meta li.hb_search_price .hb-booking-room-details .hb_search_room_pricing_price tbody tr td {
    padding-bottom: 15px
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info .hb-room-meta li.hb_search_price .hb-booking-room-details .hb_search_room_pricing_price tbody tr:last-child td {
    padding-bottom: 15px
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info .hb-room-meta li.hb_search_price .hb-booking-room-details .hb_search_room_pricing_price tfoot td {
    padding-top: 15px
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info .hb-room-meta li>div {
    margin-left: 10px
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info .hb-room-meta li .hb_search_item_price {
    margin: 0;
    color: var(--thim_font_title-color);
    font-family: var(--thim_font_title-font-family)
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info .hb-room-meta li .hb_add_to_cart {
    height: auto;
    line-height: var(--thim_font_h4-line-height);
    padding: 10px 20px;
    font-size: var(--thim_font_body-font-size);
    font-weight: var(--thim_font_title-variant)
}

.rooms-layout-2.wp-hotel-booking-search-rooms #comments {
    display: none
}

.rooms-layout-2.wp-hotel-booking-search-rooms .thim-room-top.switch-layout-container .sort-by-wrapper {
    margin: 0;
    width: 100%;
    row-gap: 20px
}

.rooms-layout-2.wp-hotel-booking-search-rooms .hotel-booking-search-filter {
    display: none
}

.rooms-layout-2.wp-hotel-booking-search-rooms .sidebar .hotel-booking-search-filter {
    display: block
}

.rooms-layout-2.wp-hotel-booking-search-rooms .sidebar .thim-room-top.switch-layout-container {
    display: none
}

.rooms-layout-2 .rooms .hb_room .summary .room-types {
    position: unset;
    transform: none;
    line-height: var(--thim_font_body-line-height)
}

.rooms-layout-2 .rooms .hb_room .summary .room-types a {
    background: transparent;
    color: var(--thim_font_body-color);
    padding: 10px 0 15px;
    font-family: var(--thim_font_body-font-family);
    font-size: var(--thim_font_body-font-size);
    text-transform: capitalize;
    display: block
}

.rooms-layout-2 .rooms .hb_room .summary .meta-data-guests {
    display: flex;
    padding: 15px 0 30px;
    margin: 0 30px;
    border-top: 1px solid #e7e7e7;
    column-gap: 20px;
    align-items: baseline;
    flex-wrap: wrap;
    row-gap: 5px
}

@media (max-width:767px) {
    .rooms-layout-2 .rooms .hb_room .summary .meta-data-guests {
        margin: 0 20px
    }
}

.rooms-layout-2 .rooms .hb_room .summary .meta-data-guests .price {
    margin: 0;
    padding: 0;
    border-top: none
}

.rooms-layout-2 .rooms .hb_room .summary .meta-data-guests .price .title-price {
    display: none
}

.rooms-layout-2 .rooms .hb_room .summary .meta-data-guests .price .price_value {
    font-size: var(--thim_font_body-font-size);
    font-weight: var(--thim_font_title-variant)
}

.rooms-layout-2 .rooms .hb_room .summary .meta-data-guests .price .unit {
    font-size: var(--thim_font_body-font-size)
}

.rooms-layout-2 .rooms .hb_room .summary .meta-data-guests .footer-content-room {
    margin-left: auto
}

@media (max-width:1024px) {
    .rooms-layout-2 .rooms .hb_room .summary .meta-data-guests .footer-content-room {
        margin-left: 0
    }
}

.rooms-layout-2 .rooms .hb_room .summary .meta-data-guests svg {
    margin-right: 5px
}

.rooms-layout-2 .rooms .hb_room .summary .title>* {
    font-size: 2rem;
    line-height: 1.4em;
    color: #000
}

.rooms-layout-2 .rooms .hb_room .summary .description {
    display: none
}

.rooms-layout-2 .rooms .hb_room .summary .title-room {
    padding-top: 30px
}

.rooms-layout-2 .rooms .hb_room .summary .title-room .title a {
    white-space: break-spaces;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical
}

.rooms-layout-2 .rooms .hb_room .summary .title-room .rating {
    display: none
}

.rooms-layout-2 .rooms .hb_room .summary .media {
    overflow: hidden
}

.rooms-layout-2 .rooms .hb_room .summary .media img {
    transition: 0.8s
}

.rooms-layout-2 .rooms .hb_room .summary:hover {
    box-shadow: none
}

.rooms-layout-2 .rooms .hb_room .summary:hover .media img {
    transform: scale(1.1)
}

.rooms-layout-2 .rooms.tp-hotel-booking {
    display: block
}

.rooms-layout-2 .title-room .room-types {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.rooms-layout-2.post-type-archive-hb_room #sidebar .widget,
.rooms-layout-2.post-type-archive-hb_room #sidebar .widget_search-room,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .widget,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .widget_search-room,
.rooms-layout-2.wp-hotel-booking-page #sidebar .widget,
.rooms-layout-2.wp-hotel-booking-page #sidebar .widget_search-room {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
    background-color: #fff
}

.rooms-layout-2.post-type-archive-hb_room #sidebar .thim-widget-search-room .hotel-booking-search,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .thim-widget-search-room .hotel-booking-search,
.rooms-layout-2.wp-hotel-booking-page #sidebar .thim-widget-search-room .hotel-booking-search {
    padding: 30px 0px 30px
}

.rooms-layout-2.post-type-archive-hb_room #sidebar .thim-widget-search-room .hotel-booking-search.hb-search-room-results,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .thim-widget-search-room .hotel-booking-search.hb-search-room-results,
.rooms-layout-2.wp-hotel-booking-page #sidebar .thim-widget-search-room .hotel-booking-search.hb-search-room-results {
    padding: 0
}

.rooms-layout-2.post-type-archive-hb_room #sidebar .thim-widget-search-room .hotel-booking-search::before,
.rooms-layout-2.post-type-archive-hb_room #sidebar .thim-widget-search-room .hotel-booking-search::after,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .thim-widget-search-room .hotel-booking-search::before,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .thim-widget-search-room .hotel-booking-search::after,
.rooms-layout-2.wp-hotel-booking-page #sidebar .thim-widget-search-room .hotel-booking-search::before,
.rooms-layout-2.wp-hotel-booking-page #sidebar .thim-widget-search-room .hotel-booking-search::after {
    content: none
}

.rooms-layout-2.post-type-archive-hb_room #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table,
.rooms-layout-2.wp-hotel-booking-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table {
    width: 100%;
    margin: 0
}

.rooms-layout-2.post-type-archive-hb_room #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field,
.rooms-layout-2.wp-hotel-booking-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field {
    width: 100%;
    margin-bottom: 15px
}

.rooms-layout-2.post-type-archive-hb_room #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list,
.rooms-layout-2.wp-hotel-booking-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list {
    margin-left: 0;
    margin-right: 0;
    width: 100%
}

.rooms-layout-2.post-type-archive-hb_room #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field input,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field input,
.rooms-layout-2.wp-hotel-booking-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field input {
    border: none;
    border-bottom: 1px solid #dce0e2;
    border-top: 1px solid #dce0e2;
    padding: 0 30px;
    background-position-x: 92%;
    height: 44px;
    line-height: 44px
}

.rooms-layout-2.post-type-archive-hb_room #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field button.ui-datepicker-trigger,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field button.ui-datepicker-trigger,
.rooms-layout-2.wp-hotel-booking-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field button.ui-datepicker-trigger {
    -webkit-mask-position-x: 92% !important
}

.rooms-layout-2.post-type-archive-hb_room #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field label,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field label,
.rooms-layout-2.wp-hotel-booking-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field label {
    display: block;
    font-family: var(--thim_font_title-font-family);
    color: var(--thim_font_title-color);
    margin-bottom: 10px;
    padding: 0 30px;
    font-weight: var(--thim_font_title-variant)
}

.rooms-layout-2.post-type-archive-hb_room #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field #child span,
.rooms-layout-2.post-type-archive-hb_room #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field #adults span,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field #child span,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field #adults span,
.rooms-layout-2.wp-hotel-booking-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field #child span,
.rooms-layout-2.wp-hotel-booking-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field #adults span {
    left: 50px
}

.rooms-layout-2.post-type-archive-hb_room #sidebar .thim-widget-search-room .hotel-booking-search form .hb-submit,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-submit,
.rooms-layout-2.wp-hotel-booking-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-submit {
    margin-top: 25px;
    width: 100%;
    padding: 0 30px
}

.rooms-layout-2.post-type-archive-hb_room #sidebar .thim-widget-search-room .hotel-booking-search form .hb-submit button,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-submit button,
.rooms-layout-2.wp-hotel-booking-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-submit button {
    background-color: var(--thim_body_primary_color, #ffb606);
    font-weight: var(--thim_font_title-variant);
    height: auto;
    line-height: var(--thim_font_h4-line-height);
    padding: 10px 20px;
    font-size: var(--thim_font_body-font-size)
}

.rooms-layout-2.post-type-archive-hb_room #sidebar .thim-widget-search-room .hotel-booking-search form .hb-submit button:hover,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-submit button:hover,
.rooms-layout-2.wp-hotel-booking-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-submit button:hover {
    background-color: rgba(var(--thim_body_primary_color_rgb), 80%)
}

.rooms-layout-2.post-type-archive-hb_room #sidebar .thim-widget-search-room .wrapper-line-heading .heading__primary,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .thim-widget-search-room .wrapper-line-heading .heading__primary,
.rooms-layout-2.wp-hotel-booking-page #sidebar .thim-widget-search-room .wrapper-line-heading .heading__primary {
    color: var(--thim_font_title-color);
    text-align: left;
    margin-left: 30px
}

.rooms-layout-2.post-type-archive-hb_room #sidebar .thim-widget-search-room .line-heading,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .thim-widget-search-room .line-heading,
.rooms-layout-2.wp-hotel-booking-page #sidebar .thim-widget-search-room .line-heading {
    display: none
}

.wp-hotel-booking-rooms .room-container {
    width: auto;
    padding: 0;
    margin: 0 -15px
}

.wp-hotel-booking-page #sidebar #hotel-booking-search-filter {
    display: block;
    padding: 30px
}

.wp-hotel-booking-page.show-filter #hotel-booking-search-filter {
    display: block;
    padding: 0;
    box-shadow: none
}

.wp-hotel-booking-page #hotel-booking-search-filter,
.post-type-archive-hb_room #hotel-booking-search-filter,
.wp-hotel-booking-room-page #hotel-booking-search-filter {
    position: relative
}

.wp-hotel-booking-page #hotel-booking-search-filter .hotel-booking-search-filter-inner,
.post-type-archive-hb_room #hotel-booking-search-filter .hotel-booking-search-filter-inner,
.wp-hotel-booking-room-page #hotel-booking-search-filter .hotel-booking-search-filter-inner {
    padding: 20px;
    border: 1px solid #dce0e2;
    background: #fff
}

.wp-hotel-booking-page #hotel-booking-search-filter h3,
.post-type-archive-hb_room #hotel-booking-search-filter h3,
.wp-hotel-booking-room-page #hotel-booking-search-filter h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #dce0e2
}

.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .title,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .title,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .title {
    font-family: var(--thim_font_title-font-family);
    color: var(--thim_font_title-color);
    font-weight: var(--thim_font_title-variant);
    margin-bottom: 15px;
    font-size: var(--thim_font_body-font-size)
}

.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form h4,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form h4,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form h4 {
    font-size: var(--thim_font_body-font-size);
    margin-bottom: 10px
}

.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .hb-search-price .noUi-target,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .hb-search-price .noUi-target,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .hb-search-price .noUi-target {
    height: 3px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin-bottom: 15px;
    background-color: #dce0e2
}

.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .hb-search-price .noUi-target .noUi-connect,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .hb-search-price .noUi-target .noUi-connect,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .hb-search-price .noUi-target .noUi-connect {
    background-color: var(--thim_body_primary_color, #ffb606)
}

.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .hb-search-price .noUi-target .noUi-handle,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .hb-search-price .noUi-target .noUi-handle,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .hb-search-price .noUi-target .noUi-handle {
    width: 15px;
    height: 15px;
    right: -8px;
    top: -5px;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    background-color: var(--thim_body_primary_color, #ffb606);
    box-shadow: none
}

.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .hb-search-price .noUi-target .noUi-handle::before,
.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .hb-search-price .noUi-target .noUi-handle::after,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .hb-search-price .noUi-target .noUi-handle::before,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .hb-search-price .noUi-target .noUi-handle::after,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .hb-search-price .noUi-target .noUi-handle::before,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .hb-search-price .noUi-target .noUi-handle::after {
    content: none
}

.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .hb-search-price .min,
.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .hb-search-price .max,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .hb-search-price .min,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .hb-search-price .max,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .hb-search-price .min,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .hb-search-price .max {
    font-family: var(--thim_font_title-font-family);
    color: var(--thim_font_title-color);
    font-weight: var(--thim_font_title-variant)
}

.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .hb-rating-field,
.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .hb-type-field,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .hb-rating-field,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .hb-type-field,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .hb-rating-field,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .hb-type-field {
    padding-top: 30px;
    border-top: 1px solid #dce0e2
}

.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .hb-rating-field .list-item,
.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .hb-type-field .list-item,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .hb-rating-field .list-item,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .hb-type-field .list-item,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .hb-rating-field .list-item,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .hb-type-field .list-item {
    padding: 5px 0;
    font-size: 14px
}

.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .hb-rating-field .list-item label,
.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .hb-type-field .list-item label,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .hb-rating-field .list-item label,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .hb-type-field .list-item label,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .hb-rating-field .list-item label,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .hb-type-field .list-item label {
    font-weight: var(--thim_font_body-variant)
}

.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .hb-rating-field .list-item input[type=checkbox],
.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .hb-type-field .list-item input[type=checkbox],
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .hb-rating-field .list-item input[type=checkbox],
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .hb-type-field .list-item input[type=checkbox],
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .hb-rating-field .list-item input[type=checkbox],
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .hb-type-field .list-item input[type=checkbox] {
    margin-top: 0;
    background-color: transparent
}

.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .hb-rating-field .list-item input[type=checkbox]::after,
.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .hb-type-field .list-item input[type=checkbox]::after,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .hb-rating-field .list-item input[type=checkbox]::after,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .hb-type-field .list-item input[type=checkbox]::after,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .hb-rating-field .list-item input[type=checkbox]::after,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .hb-type-field .list-item input[type=checkbox]::after {
    display: none
}

.rooms-pagination .page-numbers {
    list-style: none;
    margin: 0 0 5px;
    text-align: center
}

.rooms-pagination .page-numbers li {
    display: inline-block;
    line-height: 30px;
    padding: 0 6px
}

.rooms-pagination .page-numbers li span {
    font-size: 16px;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    display: inline-block;
    overflow: hidden;
    color: #5a5a5a;
    text-transform: uppercase;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.rooms-pagination .page-numbers li span.current {
    background: #ffb606;
    color: var(--thim_font_title-color)
}

.rooms-pagination .page-numbers li a {
    font-size: 16px;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    display: inline-block;
    color: #5a5a5a;
    overflow: hidden;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.rooms-pagination .page-numbers li a:hover {
    background: #ffb606;
    color: var(--thim_font_title-color)
}

.rooms-pagination .page-numbers li a.next,
.rooms-pagination .page-numbers li a.prev {
    width: auto;
    background: transparent
}

.rooms-pagination .page-numbers li a.next:hover,
.rooms-pagination .page-numbers li a.prev:hover {
    background: transparent;
    color: #ffb606
}

.hb_single_room .title h4 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    margin: 0 0 30px
}

.hb_single_room .title h4 a {
    color: var(--thim_font_title-color)
}

.hb_single_room .price {
    float: right;
    margin-top: -65px;
    line-height: 30px;
    font-weight: 600;
    font-size: 30px;
    color: #ffb606
}

@media (max-width:480px) {
    .hb_single_room .price {
        font-size: 24px
    }
}

@media (max-width:360px) {
    .hb_single_room .price {
        font-size: 20px
    }
}

.hb_single_room .price span.title-price {
    margin-right: 5px;
    color: var(--thim_font_title-color);
    font-size: 15px;
    font-weight: 400
}

.hb_single_room .price span.unit {
    color: var(--thim_font_title-color);
    font-size: 14px;
    font-weight: 400
}

.hb_single_room .price span.unit:before {
    content: "/";
    padding: 0 5px
}

.hb_single_room .hb_room_gallery {
    --hb-primary: var(--thim_body_primary_color, #2eb0d1);
    margin-bottom: 20px !important;
    display: block;
    clear: both;
    overflow: hidden
}

.hb_single_room .hb_room_gallery .flex-direction-nav a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #121212;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    transform: translateY(-50%)
}

.hb_single_room .hb_room_gallery .flex-direction-nav a:before {
    font-size: 24px;
    line-height: 40px
}

.hb_single_room .hb_room_gallery .flex-direction-nav a:hover {
    background: var(--thim_body_primary_color, #ffb606)
}

.hb_single_room .hb_room_gallery .flex-direction-nav a:hover::before {
    color: #fff
}

.hb_single_room .hb_room_gallery .flex-direction-nav .flex-prev {
    left: 30px
}

.hb_single_room .hb_room_gallery .flex-direction-nav .flex-next {
    right: 30px
}

.hb_single_room .hb_room_gallery ul li img {
    width: 100%;
    height: auto
}

.hb_single_room #carousel ul.slides li {
    padding-right: 15px;
    position: relative;
    cursor: pointer
}

.hb_single_room #carousel ul.slides li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.4
}

.hb_single_room #carousel ul.slides li.flex-active-slide::before {
    opacity: 0
}

.hb_single_room #carousel ul.slides li:first-child {
    padding-left: 0
}

.hb_single_room #carousel ul.slides li:last-child {
    padding-right: 0
}

.hb_single_room #carousel ul.slides li:hover::before {
    opacity: 0
}

.hb_single_room .hb-share {
    clear: both;
    float: right;
    margin-bottom: -50px
}

.hb_single_room .hb-share ul {
    list-style: none;
    margin-top: 10px
}

.hb_single_room .hb-share ul li {
    display: inline-block;
    padding-left: 19px
}

.hb_single_room .hb-share ul li:first-child {
    padding-left: 0
}

.hb_single_room .hb-share ul li a {
    font-size: 16px
}

.hb_single_room .hb-share ul li a.facebook {
    color: #4c67a2
}

.hb_single_room .hb-share ul li a.twitter {
    color: #00acee
}

.hb_single_room .hb-share ul li a.googleplus {
    color: #da7c74
}

.hb_single_room .hb-share ul li a.pinterest {
    color: #d43b17
}

.hb_single_room .hb_single_room_details {
    clear: both;
    padding: 10px 0
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs {
    clear: both;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #ddd
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs>li {
    padding-right: 35px;
    border: 0;
    display: inline-block;
    line-height: 30px
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs>li a {
    text-transform: capitalize;
    font-weight: 600;
    font-size: var(--thim_font_body-font-size);
    color: #7a7a7a;
    position: relative;
    display: block;
    line-height: 30px;
    padding-bottom: 10px
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs>li a:after {
    content: "";
    bottom: -1px;
    height: 1px;
    background: transparent;
    left: 0;
    right: 0;
    width: 100%;
    position: absolute
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs>li a.active {
    color: var(--thim_font_title-color)
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs>li a.active:after {
    background: #ffb606
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs_content {
    padding: 30px 0
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs_content .hb-room-faqs-detail .room-faqs-box {
    margin-bottom: 20px;
    border: 1px solid rgba(204, 204, 204, 0.6);
    border-radius: 5px
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs_content .hb-room-faqs-detail .room-faqs-box .room-faqs-box__title {
    display: block;
    position: relative;
    margin: 0;
    padding: 25px 45px 25px 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    cursor: pointer
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs_content .hb-room-faqs-detail .room-faqs-box .room-faqs-box__title.active:after {
    content: "\f106"
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs_content .hb-room-faqs-detail .room-faqs-box .room-faqs-box__title:after {
    position: absolute;
    top: 50%;
    right: 28px;
    color: #6c6c6c;
    font-family: "FontAwesome";
    font-size: 12px;
    font-weight: 900;
    content: "\f107";
    transform: translateY(-50%);
    font-size: 20px
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs_content .hb-room-faqs-detail .room-faqs-box .room-faqs-box__content {
    display: none
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs_content .hb-room-faqs-detail .room-faqs-box .room-faqs-box__content .room-faqs-box__content-inner {
    padding: 0 28px 33px 28px;
    color: #666;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    -webkit-animation-name: room-faqs-box__content-inner-transform;
    animation-name: room-faqs-box__content-inner-transform;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs_content #hb_room_facilities h3 {
    margin-top: 10px;
    margin-bottom: 20px
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs_content #hb_room_facilities .facility_attr__label {
    margin-left: 10px
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs_content #hb_room_facilities .__hb_room_facility__attr {
    row-gap: 10px;
    flex-wrap: wrap
}

@media (max-width:1024px) {
    .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #hb_room_facilities .facility_attr {
        flex-basis: 50%
    }
}

@media (max-width:450px) {
    .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #hb_room_facilities .facility_attr {
        flex-basis: 100%
    }
}

.hb_single_room #reviews {
    clear: both
}

.hb_single_room #reviews #review_form_wrapper {
    margin-top: 30px
}

.hb_single_room #reviews #review_form_wrapper form input {
    min-height: auto;
    border: 1px solid #dce0e2;
    text-shadow: none;
    box-shadow: none
}

.hb_single_room #reviews #review_form_wrapper form p {
    margin-bottom: 20px
}

.hb_single_room #reviews #review_form_wrapper form p label {
    margin-bottom: 10px;
    display: block
}

.hb_single_room #reviews #review_form_wrapper form p textarea {
    height: 100px;
    padding: 10px;
    overflow-y: auto;
    width: 100%;
    border: 1px solid #dce0e2
}

.hb_single_room #reviews #review_form_wrapper form .form-submit input[type=submit] {
    padding: 10px 25px;
    line-height: 20px;
    border: 0;
    background: #ffb606;
    color: var(--thim_font_title-color)
}

.hb_single_room #reviews #review_form_wrapper form .form-submit input[type=submit]:hover {
    background: var(--thim_font_title-color);
    color: #fff
}

.hb_single_room #reviews #review_form_wrapper form .form-submit input[type=submit]:focus {
    outline: none
}

.hb_single_room table.hb_room_pricing_plans tr th {
    font-weight: 700;
    color: var(--thim_font_title-color);
    text-align: center
}

.hb_single_room table.hb_room_pricing_plans tr td {
    text-align: center;
    padding: 10px
}

.hb_related_other_room {
    margin: 0 -15px
}

.hb_related_other_room.has_slider li {
    float: unset
}

.hb_related_other_room .tp-hotel-booking,
.hb_related_other_room .wp-hotel-booking {
    margin: 0
}

.hb_related_other_room>.title {
    position: relative;
    line-height: 40px;
    padding-bottom: 11px;
    margin: 20px 15px 40px
}

.hb_related_other_room>.title:after {
    content: "";
    width: 60px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffb606
}

.hb_related_other_room .rooms li.hb_room {
    padding: 0 15px;
    min-width: 300px;
    width: 300px;
    max-width: 400px;
    margin: 0
}

.hb_related_other_room .rooms li.hb_room .price {
    float: unset
}

.hb_related_other_room .owl-nav {
    display: none
}

.hb_related_other_room .navigation {
    width: auto;
    float: right;
    margin-top: -80px;
    margin-right: 15px
}

.hb_related_other_room .navigation .prev,
.hb_related_other_room .navigation .next {
    line-height: 24px;
    height: 24px;
    width: 24px;
    background: url(../images/prev.png) no-repeat center left;
    display: inline-block;
    float: left;
    cursor: pointer;
    z-index: 20
}

.hb_related_other_room .navigation .prev span[class*=pe-],
.hb_related_other_room .navigation .next span[class*=pe-] {
    display: none
}

.hb_related_other_room .navigation .next {
    margin-left: 20px;
    float: right;
    background: url(../images/next.png) no-repeat center right
}

#hotel-booking-results>h3 {
    font-size: 40px;
    color: var(--thim_font_title-color);
    margin: 0px 0 15px;
    line-height: 40px
}

#hotel-booking-results form .hb_button.hb_checkout,
#hotel-booking-results form button.hb_add_to_cart,
#hotel-booking-results form button[type=submit] {
    text-decoration: none;
    padding: 10px 25px;
    line-height: 20px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #ffb606;
    color: var(--thim_font_title-color);
    font-size: 14px;
    font-weight: 500;
    font-family: var(--thim_font_title-font-family);
    text-transform: uppercase
}

#hotel-booking-results form .hb_button.hb_checkout:hover,
#hotel-booking-results form button.hb_add_to_cart:hover,
#hotel-booking-results form button[type=submit]:hover {
    background: var(--thim_font_title-color);
    color: #fff
}

#hotel-booking-results form .hb_button.hb_checkout:focus,
#hotel-booking-results form button.hb_add_to_cart:focus,
#hotel-booking-results form button[type=submit]:focus {
    outline: none
}

#hotel-booking-results .hb-search-results>.hb-room {
    margin: 0px 0 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-name {
    color: var(--thim_font_title-color);
    font-size: 30px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 25px;
    line-height: 30px
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-name a {
    line-height: 30px;
    display: inline-block;
    color: var(--thim_font_title-color);
    text-decoration: none
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-name a:hover {
    color: #ffb606
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-name label {
    display: inline-block;
    line-height: 30px;
    margin: 0;
    font-style: italic;
    font-weight: 400;
    font-size: 20px
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-thumbnail {
    max-width: 100%;
    width: 50%;
    float: left
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-thumbnail img {
    width: 100%;
    max-width: 100%;
    max-height: 420px
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-info {
    width: 50%;
    padding: 0 40px
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li {
    margin-bottom: 20px;
    display: block
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li:last-child {
    margin-bottom: 0
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li .hb_search_item_price {
    margin-left: 20px;
    margin-right: 15px
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li select {
    padding: 5px 25px 5px 5px
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li>label {
    width: auto;
    font-weight: 400;
    color: var(--thim_font_title-color);
    margin-bottom: 0
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li>div {
    width: auto;
    margin-left: 20px
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li>div.hb_view_price {
    margin-left: 0
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li.hb_search_quantity>label {
    line-height: 38px;
    float: left
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li.hb_search_price {
    position: relative
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li.hb_search_capacity,
#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li.hb_search_max_child {
    display: inline-block
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li.hb_search_capacity>div,
#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li.hb_search_max_child>div {
    font-weight: 700
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li.hb_search_capacity {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #eee
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li.hb_search_price {
    font-weight: 700
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li .hb-view-booking-room-details {
    color: #9a9a9a;
    font-weight: 400;
    font-style: italic
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li .hb-view-booking-room-details:hover {
    text-decoration: underline
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li.hb_search_quantity .number_room_select.hotel_booking_invalid_quantity {
    border-color: #ac2925;
    color: #ac2925
}

#hotel-booking-results a:hover {
    text-decoration: underline
}

#hotel-booking-results .rooms-pagination a:hover {
    text-decoration: none
}

#hotel-booking-cart,
#hotel-booking-payment {
    padding: 0
}

#hotel-booking-cart h3,
#hotel-booking-payment h3 {
    margin: 0px 0 30px;
    font-size: var(--thim_font_h3-font-size);
    line-height: var(--thim_font_h3-line-height);
    color: var(--thim_font_title-color)
}

#hotel-booking-cart .hb-form-field-input.error .dk-selected,
#hotel-booking-cart .hb-form-field-input.error input[type=number],
#hotel-booking-cart .hb-form-field-input.error input[type=text],
#hotel-booking-cart .hb-form-field-input.error input[type=email],
#hotel-booking-payment .hb-form-field-input.error .dk-selected,
#hotel-booking-payment .hb-form-field-input.error input[type=number],
#hotel-booking-payment .hb-form-field-input.error input[type=text],
#hotel-booking-payment .hb-form-field-input.error input[type=email] {
    border-color: red
}

#hotel-booking-cart input[name=tos].error,
#hotel-booking-payment input[name=tos].error {
    border-color: red
}

#hotel-booking-cart input[type=number],
#hotel-booking-cart input[type=text],
#hotel-booking-cart input[type=email],
#hotel-booking-payment input[type=number],
#hotel-booking-payment input[type=text],
#hotel-booking-payment input[type=email] {
    line-height: 20px;
    padding: 11px 20px 11px 10px;
    border: 1px solid #dce0e2;
    box-shadow: none;
    border-radius: 0;
    text-shadow: none
}

#hotel-booking-cart input[name=hb-coupon-code],
#hotel-booking-payment input[name=hb-coupon-code] {
    margin: 10px 0
}

#hotel-booking-cart button#hb-apply-coupon,
#hotel-booking-payment button#hb-apply-coupon {
    margin: 10px 0 10px 5px
}

#hotel-booking-cart input[type=number],
#hotel-booking-payment input[type=number] {
    max-width: 30px;
    text-align: center;
    padding: 10px
}

#hotel-booking-cart td.hb_quantity input[type=number],
#hotel-booking-payment td.hb_quantity input[type=number] {
    max-width: 60px;
    text-align: right;
    padding: 8px !important;
    -moz-appearance: textfield;
    text-align: center;
    background-color: transparent;
    border: none
}

#hotel-booking-cart td.hb_quantity input[type=number]::-webkit-outer-spin-button,
#hotel-booking-cart td.hb_quantity input[type=number]::-webkit-inner-spin-button,
#hotel-booking-payment td.hb_quantity input[type=number]::-webkit-outer-spin-button,
#hotel-booking-payment td.hb_quantity input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none
}

#hotel-booking-cart .hb_button.hb_checkout,
#hotel-booking-cart button[type=submit],
#hotel-booking-cart button[type=button],
#hotel-booking-payment .hb_button.hb_checkout,
#hotel-booking-payment button[type=submit],
#hotel-booking-payment button[type=button] {
    text-decoration: none;
    padding: 11px 25px 12px;
    border: 0;
    -webkit-border-radius: var(--thim_border_radius-button, 0);
    -moz-border-radius: var(--thim_border_radius-button, 0);
    border-radius: var(--thim_border_radius-button, 0);
    background: var(--thim_body_primary_color, #ffb606);
    color: var(--thim_button_text_color);
    font-family: var(--thim_font_title-font-family);
    line-height: var(--thim_font_button-line-height);
    font-weight: var(--thim_font_button-variant);
    font-size: var(--thim_font_button-font-size);
    text-transform: var(--thim_font_button-text-transform)
}

#hotel-booking-cart .hb_button.hb_checkout:hover,
#hotel-booking-cart button[type=submit]:hover,
#hotel-booking-cart button[type=button]:hover,
#hotel-booking-payment .hb_button.hb_checkout:hover,
#hotel-booking-payment button[type=submit]:hover,
#hotel-booking-payment button[type=button]:hover {
    background: rgba(var(--thim_body_primary_color_rgb), 80%)
}

#hotel-booking-cart .hb_button.hb_checkout:focus,
#hotel-booking-cart button[type=submit]:focus,
#hotel-booking-cart button[type=button]:focus,
#hotel-booking-payment .hb_button.hb_checkout:focus,
#hotel-booking-payment button[type=submit]:focus,
#hotel-booking-payment button[type=button]:focus {
    outline: none
}

#hotel-booking-cart .hb_button.hb_checkout.update,
#hotel-booking-cart button[type=submit].update,
#hotel-booking-cart button[type=button].update,
#hotel-booking-payment .hb_button.hb_checkout.update,
#hotel-booking-payment button[type=submit].update,
#hotel-booking-payment button[type=button].update {
    margin-left: 5px
}

#hotel-booking-cart select,
#hotel-booking-payment select {
    line-height: 22px;
    padding: 11px 20px 10px 5px;
    border: 1px solid #dce0e2
}

#hotel-booking-cart table.hb_table,
#hotel-booking-payment table.hb_table {
    margin-bottom: 30px;
    border-color: #dce0e2
}

#hotel-booking-cart table th,
#hotel-booking-payment table th {
    color: var(--thim_font_title-color);
    padding: 10px;
    text-align: center
}

#hotel-booking-cart table tr.hb_checkout_item td,
#hotel-booking-payment table tr.hb_checkout_item td {
    text-align: center
}

#hotel-booking-cart .hb-addition-information textarea,
#hotel-booking-payment .hb-addition-information textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #dce0e2;
    padding: 10px
}

#hotel-booking-cart .hb-payment-methods>li,
#hotel-booking-payment .hb-payment-methods>li {
    margin-bottom: 10px
}

#hotel-booking-cart .hb-payment-methods>li .hb-payment-method-form,
#hotel-booking-payment .hb-payment-methods>li .hb-payment-method-form {
    padding-left: 25px
}

#hotel-booking-cart a:hover,
#hotel-booking-payment a:hover {
    text-decoration: underline
}

#hotel-booking-cart .hb_sub_total .hb-align-right,
#hotel-booking-cart .hb_advance_grand_total .hb-align-right,
#hotel-booking-payment .hb_sub_total .hb-align-right,
#hotel-booking-payment .hb_advance_grand_total .hb-align-right {
    color: var(--thim_font_title-color);
    font-weight: 700
}

#hotel-booking-cart .hb_advance_payment .hb-align-right,
#hotel-booking-cart .hb_advance_grand_total .hb-align-right,
#hotel-booking-cart .hb_advance_tax .hb-align-right,
#hotel-booking-cart .hb_sub_total .hb-align-right,
#hotel-booking-payment .hb_advance_payment .hb-align-right,
#hotel-booking-payment .hb_advance_grand_total .hb-align-right,
#hotel-booking-payment .hb_advance_tax .hb-align-right,
#hotel-booking-payment .hb_sub_total .hb-align-right {
    float: right;
    width: 85px;
    min-width: 85px;
    margin: -10px 0;
    padding: 10px 0;
    border-left: 1px solid #eee;
    text-align: right
}

#hotel-booking-cart td,
#hotel-booking-payment td {
    padding: 10px
}

#hotel-booking-cart td.hb_gross_total,
#hotel-booking-payment td.hb_gross_total {
    width: 95px;
    min-width: 95px
}

@media (max-width:1024px) {

    #hotel-booking-cart td.hb_gross_total,
    #hotel-booking-payment td.hb_gross_total {
        width: auto
    }
}

#hotel-booking-cart td.hb_capacity p,
#hotel-booking-payment td.hb_capacity p {
    margin-bottom: 0;
    font-size: 15px
}

#hotel-booking-cart .hb_remove_cart_item,
#hotel-booking-payment .hb_remove_cart_item {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    display: table-cell;
    display: inline
}

#hotel-booking-cart .hb_remove_cart_item .fa,
#hotel-booking-payment .hb_remove_cart_item .fa {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px
}

.ui-datepicker.ui-widget {
    z-index: 9999 !important;
    display: none;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #dce0e2;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
    border-radius: 0;
    padding: 8px
}

.ui-datepicker.ui-widget .ui-datepicker-header {
    background: transparent;
    border: 0
}

.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next {
    background: transparent;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    background-position: center center;
    border: 0;
    cursor: pointer;
    width: 20px;
    height: 30px;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s
}

.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev:hover,
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev span,
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next span {
    display: none
}

.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev {
    float: left;
    left: 0;
    right: auto;
    top: 4px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==)
}

.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);
    float: right;
    right: 0;
    top: 4px;
    left: auto
}

.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title {
    color: var(--thim_font_title-color);
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700
}

.ui-datepicker.ui-widget .ui-datepicker-calendar {
    border: 0;
    margin-bottom: 24px
}

.ui-datepicker.ui-widget .ui-datepicker-calendar th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: 700;
    text-align: center
}

.ui-datepicker.ui-widget .ui-datepicker-calendar th span {
    cursor: help;
    border-bottom: 1px dotted #777
}

.ui-datepicker.ui-widget .ui-datepicker-calendar td {
    padding: 0;
    border: 0;
    height: 27px;
    overflow: hidden
}

.ui-datepicker.ui-widget .ui-datepicker-calendar td.ui-state-disabled {
    padding: 0;
    border: 0
}

.ui-datepicker.ui-widget .ui-datepicker-calendar td.ui-state-disabled .ui-state-default:hover {
    background: #f5f5f5;
    color: #666
}

.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default {
    cursor: pointer;
    display: block;
    outline: 0;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 17px;
    text-align: right;
    background: #f5f5f5
}

.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default:hover {
    color: #fff;
    background: #ffb606
}

.hb-booking-room-details {
    border: 1px solid #dce0e2;
    position: absolute;
    min-width: unset;
    visibility: hidden;
    left: 0;
    right: 0;
    padding: 15px;
    z-index: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s
}

.hb-booking-room-details.active {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    visibility: visible;
    z-index: 999
}

.hb-booking-room-details .hb_search_room_item_detail_price_close {
    background: var(--thim_font_title-color);
    color: #fff;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    position: absolute;
    top: -25px;
    right: 0;
    cursor: pointer
}

.hb-booking-room-details .hb_search_room_item_detail_price_close:hover {
    background: #ffb606
}

.hb-booking-room-details table tbody tr td {
    padding-bottom: 10px !important
}

.hb-booking-room-details table tbody tr td.hb_search_item_total_description {
    padding-left: 10px
}

.hb-booking-room-details table tfoot tr td {
    padding-top: 10px
}

.widget.widget_hb_widget_cart {
    display: none;
}

.hotel_booking_mini_cart {
    display: none;
}

.hotel_booking_mini_cart .hb_mini_cart_item {
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px
}

.hotel_booking_mini_cart .hb_mini_cart_item .hb_title {
    font-size: 18px;
    font-weight: 600;
    color: var(--thim_font_title-color);
    line-height: 30px;
    margin: 0;
    margin-top: 23px
}

.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_remove {
    position: absolute;
    top: 2px;
    right: 0;
    color: #333;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer
}

.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_remove:hover {
    background: #ffb606;
    color: #fff
}

.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_number,
.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_price {
    color: var(--thim_font_title-color);
    line-height: 30px
}

.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_number label,
.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_price label {
    font-weight: 400;
    font-size: 15px;
    margin-right: 12px;
    margin-bottom: 0
}

.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_number span,
.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_price span {
    font-weight: 700;
    font-size: 15px;
    color: var(--thim_font_title-color)
}

.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_price span {
    color: #ffb606
}

.hotel_booking_mini_cart .hb_mini_cart_footer {
    text-align: center;
    margin-top: 30px
}

.hotel_booking_mini_cart .hb_mini_cart_footer .hb_button {
    color: #fff;
    margin: 0 1px;
    border-radius: var(--thim_border_radius-button, 0);
    font-family: var(--thim_font_title-font-family);
    line-height: var(--thim_font_button-line-height);
    font-weight: var(--thim_font_button-variant);
    font-size: var(--thim_font_button-font-size);
    text-transform: var(--thim_font_button-text-transform)
}

.hotel_booking_mini_cart .hb_mini_cart_empty {
    text-align: center;
    margin: 10px 0 0;
    color: var(--thim_font_title-color)
}

body.post-type-archive-hb_room {
    background: #f7f7f7
}

@media (max-width:540px) {
    body.post-type-archive-hb_room .rooms {
        margin: 0
    }
}

body.post-type-archive-hb_room.rooms-layout-2 {
    background-color: #ffffff
}

#thim-room-archive .room-types {
    position: absolute;
    left: 25px;
    z-index: 1;
    line-height: 1;
    bottom: 100%
}

@media (max-width:767px) {
    #thim-room-archive .room-types {
        left: 20px
    }
}

#thim-room-archive .room-types a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1.6em;
    font-family: var(--thim_font_title-font-family);
    background: var(--thim_body_primary_color);
    padding: 4px 14px;
    display: inline-block
}

#thim-room-archive .summary {
    border: 0;
    background: #fff
}

.thim-room-top.switch-layout-container {
    margin-bottom: 30px;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width:767px) {
    .thim-room-top.switch-layout-container {
        min-height: auto
    }
}

@media (max-width:480px) {
    .thim-room-top.switch-layout-container .thim-switch-layout.switch-layout {
        display: none
    }
}

.thim-room-top.switch-layout-container .thim-switch-layout.switch-layout>div {
    font-size: 18px;
    display: inline-block;
    line-height: 1;
    margin-right: 5px;
    color: #ccc
}

.thim-room-top.switch-layout-container .thim-switch-layout.switch-layout>div i {
    color: #000;
    font-size: 21px;
    padding: 12px 8px;
    background: #fff;
    cursor: pointer
}

@media (max-width:767px) {
    .thim-room-top.switch-layout-container .thim-switch-layout.switch-layout>div i {
        padding: 10px
    }
}

@media (max-width:480px) {
    .thim-room-top.switch-layout-container .thim-switch-layout.switch-layout>div i {
        font-size: 20px;
        padding: 8px
    }
}

.thim-room-top.switch-layout-container .thim-switch-layout.switch-layout>div.list {
    margin-right: 10px
}

@media (max-width:767px) {
    .thim-room-top.switch-layout-container .thim-switch-layout.switch-layout>div.list {
        margin-right: 5px
    }
}

.thim-room-top.switch-layout-container .thim-switch-layout.switch-layout>div.switch-active i,
.thim-room-top.switch-layout-container .thim-switch-layout.switch-layout>div:hover i {
    color: #fff;
    background: var(--thim_body_primary_color)
}

.thim-room-top.switch-layout-container .room-index {
    display: inline-block
}

.rooms.tp-hotel-booking {
    margin: 0;
    display: block
}

.rooms.tp-hotel-booking .thim-room-grid {
    margin: 0 -15px
}

.rooms.tp-hotel-booking .thim-room-grid .hb_room .footer-content-room .actions {
    display: none
}

.rooms.tp-hotel-booking .thim-room-grid .hb_room .content-room {
    position: relative
}

.rooms.tp-hotel-booking .thim-room-grid .hb_room .content-room .rating {
    display: none
}

.rooms.tp-hotel-booking .thim-room-list {
    margin: 0 -15px
}

.rooms.tp-hotel-booking .thim-room-list .hb_room {
    display: table;
    width: 100%;
    margin-bottom: 50px
}

@media (max-width:991px) {
    .rooms.tp-hotel-booking .thim-room-list .hb_room {
        margin-bottom: 30px
    }
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .summary {
    display: flex;
    align-items: flex-end;
    box-shadow: rgba(100, 100, 111, 0) 0px 4px 10px 0px;
    margin-bottom: 0
}

@media (max-width:991px) {
    .rooms.tp-hotel-booking .thim-room-list .hb_room .summary {
        align-items: center
    }
}

@media (max-width:767px) {
    .rooms.tp-hotel-booking .thim-room-list .hb_room .summary {
        display: block
    }
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .summary:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 4px 10px 0px
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .summary:hover .media .actions {
    left: 40px;
    bottom: 35px
}

@media (max-width:767px) {
    .rooms.tp-hotel-booking .thim-room-list .hb_room .summary:hover .media .actions {
        left: 50%;
        right: auto;
        top: 50%;
        height: 40px;
        transform: translate(-50%, -50%)
    }
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .summary .content-room {
    box-shadow: unset;
    position: relative
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .summary .rating {
    display: block;
    top: unset;
    right: 40px;
    bottom: 30px
}

@media (max-width:1199px) {
    .rooms.tp-hotel-booking .thim-room-list .hb_room .summary .rating {
        bottom: 20px
    }
}

@media (max-width:991px) {
    .rooms.tp-hotel-booking .thim-room-list .hb_room .summary .rating {
        right: 20px
    }
}

@media (max-width:450px) {
    .rooms.tp-hotel-booking .thim-room-list .hb_room .summary .rating {
        top: -30px;
        bottom: auto
    }
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .media {
    width: 50%
}

@media (max-width:991px) {
    .rooms.tp-hotel-booking .thim-room-list .hb_room .media {
        width: 35%
    }
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .media .actions {
    width: unset;
    left: 0;
    bottom: 0;
    transform: unset;
    top: unset
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .media .rating {
    display: none
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .content-room {
    padding: 16px;
    width: 50%
}

@media (max-width:1199px) {
    .rooms.tp-hotel-booking .thim-room-list .hb_room .content-room {
        padding: 16px 30px 30px
    }
}

@media (max-width:991px) {
    .rooms.tp-hotel-booking .thim-room-list .hb_room .content-room {
        width: 65%
    }
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .content-room .title-room {
    padding: 0
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .content-room .title-room .title h4 {
    font-size: 36px;
    line-height: 1
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .content-room .title-room .title h4 a {
    line-height: 1.5;
    margin-bottom: 20px
}

@media (max-width:991px) {
    .rooms.tp-hotel-booking .thim-room-list .hb_room .content-room .title-room .title h4 {
        font-size: 28px
    }
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .content-room .title-room .room-types {
    position: static !important
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .content-room .description {
    padding: 0;
    margin-bottom: 30px
}

@media (max-width:1440px) {
    .rooms.tp-hotel-booking .thim-room-list .hb_room .content-room .description {
        margin-bottom: 0
    }
}

@media (max-width:1199px) {
    .rooms.tp-hotel-booking .thim-room-list .hb_room .content-room .description {
        margin-top: 10px
    }
}

@media (max-width:991px) {
    .rooms.tp-hotel-booking .thim-room-list .hb_room .content-room .description>p {
        margin-bottom: 10px
    }
}

@media (max-width:991px) {
    .rooms.tp-hotel-booking .thim-room-list .hb_room .content-room .description .information_services ul li {
        margin-bottom: 15px
    }
}

@media (max-width:767px) {
    .rooms.tp-hotel-booking .thim-room-list .hb_room .content-room .footer-content-room {
        padding-bottom: 0px
    }
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .content-room .footer-content-room .price {
    margin: 0;
    padding-bottom: 0
}

@media (max-width:991px) {
    .rooms.tp-hotel-booking .thim-room-list .hb_room .content-room .footer-content-room .price {
        padding-top: 20px
    }
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .content-room .footer-content-room .actions {
    display: none
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .content-room .rating {
    bottom: 18px
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .footer-content-room .actions .action-btn a {
    padding: 12px 25px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    border-radius: 3px;
    background: rgba(46, 176, 209, 0.9);
    border: 1px solid rgba(46, 176, 209, 0.9)
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .footer-content-room .actions .action-btn a:hover {
    background: #fff;
    color: rgba(46, 176, 209, 0.9);
    border: 1px solid rgba(46, 176, 209, 0.9)
}

.thim-widget-hotel-room .footer-content-room .actions {
    display: none
}

.hb_room_carousel .footer-content-room .actions {
    display: none
}

.hb_single_room .actions {
    display: none
}

.hb_related_other_room .rooms li.hb_room .footer-content-room .actions {
    display: none
}

#booking-customer .customer-details {
    display: inline-block;
    width: 100%
}

#booking-customer .customer-details ul {
    display: inline-grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%
}

#booking-customer .customer-details li {
    font-size: 16px;
    border: 1px solid #dce0e2;
    margin-bottom: 10px;
    padding: 10px 15px;
    color: #333;
    font-weight: 400
}

#booking-customer .customer-details li label {
    border-right: 1px solid #dce0e2;
    font-size: 16px;
    margin-bottom: 0;
    width: 30%;
    font-weight: 600
}

#booking-customer .customer-details li:nth-child(2n+1) {
    margin-right: 0
}

.hb_old_layout .rooms .hb_room .media:after {
    display: none
}

.hb_old_layout .hb_room_carousel .summary .media {
    position: relative
}

.hb_old_layout .hb_room_carousel .summary .media .description {
    max-width: 210px;
    width: 90%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    margin-top: 0;
    padding: 8px 0;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 2px 8px 0px
}

.hb_old_layout .hb_room_carousel .summary .media .description .information_services ul {
    text-align: center;
    margin-top: 0
}

.hb_old_layout .hb_room_carousel .summary .media .description .information_services ul li {
    margin-bottom: 0
}

.hb_old_layout .hb_room_carousel .summary .media .description .information_services ul li:first-child {
    padding-left: 15px
}

.hb_old_layout .hb_room_carousel .summary .content-room .title-room {
    padding-top: 50px;
    text-align: center
}

.hb_old_layout .hb_room_carousel .summary .content-room .title-room .room-types {
    display: none
}

.hb_old_layout .hb_room_carousel .summary .content-room .footer-content-room .price {
    border-top: unset;
    text-align: center;
    padding-top: 15px
}

.hb_old_layout .hb_room_carousel_container.style-3 .media .description>p {
    display: none
}

.wp-hotel-booking-page .footer-content-room .actions {
    display: none
}

@-webkit-keyframes room-faqs-box__content-inner-transform {
    from {
        opacity: 0;
        -webkit-transform: translateX(5%);
        -moz-transform: translateX(5%);
        -ms-transform: translateX(5%);
        -o-transform: translateX(5%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%)
    }
}

@keyframes room-faqs-box__content-inner-transform {
    from {
        opacity: 0;
        -webkit-transform: translateX(5%);
        -moz-transform: translateX(5%);
        -ms-transform: translateX(5%);
        -o-transform: translateX(5%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%)
    }
}

#booking-items table th,
#booking-items table td {
    padding: 10px 15px
}

#booking-items table thead th {
    color: var(--thim_font_title-color)
}

.wp-hotel-booking-thank-you .hb-message.message {
    padding: 1em 2em 1em 2em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f6f5f8;
    color: #515151;
    border-top: 3px solid var(--thim_body_primary_color, #ffb606);
    list-style: none outside;
    width: auto;
    word-wrap: break-word
}

.wp-hotel-booking-thank-you .hb-message.message .hb-message-content {
    margin: 0;
    color: var(--thim_body_primary_color, #ffb606)
}

.hb-search-results .hb_search_add_to_cart .hb_addition_package_extra input[type=checkbox] {
    border: 1px solid #aaafb6;
    background-color: transparent;
    border-radius: 0
}

.hb-search-results .hb_search_add_to_cart .hb_addition_package_extra input[type=checkbox]:checked::before {
    width: 16px;
    height: 16px;
    top: -1px;
    left: -1px;
    right: auto
}

.hb-search-results .hb_search_add_to_cart .hb_addition_package_extra input[type=number] {
    border: 1px solid #dce0e2;
    height: 32px;
    border-radius: 0
}

.hb-search-results .hb_search_add_to_cart .hb_addition_package_extra .hb_addition_packages_ul li {
    border-bottom: none
}

.hb-search-results .hb_search_add_to_cart .hb_addition_package_extra .hb_extra_title {
    margin-bottom: 2px
}

.hb-search-results .hb_search_add_to_cart .hb_addition_package_extra .hb_extra_title .hb_package_title,
.hb-search-results .hb_search_add_to_cart .hb_addition_package_extra .hb_extra_title label {
    font-weight: 500
}

.hb-search-results .hb_search_add_to_cart .room-extra-options .hb_button {
    font-size: 14px;
    font-weight: var(--thim_font_button-variant);
    text-transform: var(--thim_font_button-text-transform);
    border-radius: var(--thim_border_radius-button, 0)
}

body.wp-hotel-booking-page .rooms-pagination .page-numbers {
    margin: 0
}

body.wp-hotel-booking-page .rooms-pagination .page-numbers li .page-numbers {
    border-radius: 0
}

.tp-hotel-booking #reviews .commentlist .comment,
.wp-hotel-booking #reviews .commentlist .comment {
    padding: 50px 0;
    overflow: hidden;
    margin-bottom: 12px;
    background: #fff;
    border: 0;
    border-top: 1px solid #ededed
}

.tp-hotel-booking #reviews .commentlist .comment .avatar,
.wp-hotel-booking #reviews .commentlist .comment .avatar {
    width: 70px;
    height: 70px;
    border: 0;
    padding: 0;
    background: 0 0;
    border-radius: 50%;
    margin-right: 30px;
    float: left;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto
}

.tp-hotel-booking #reviews .commentlist .comment .comment-text,
.wp-hotel-booking #reviews .commentlist .comment .comment-text {
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    float: right;
    margin: 0;
    margin-top: -3px
}

.tp-hotel-booking #reviews .commentlist .comment .meta,
.wp-hotel-booking #reviews .commentlist .comment .meta {
    display: inline-block;
    float: left;
    margin-right: 40px
}

.tp-hotel-booking #reviews .commentlist .comment .meta .author,
.wp-hotel-booking #reviews .commentlist .comment .meta .author {
    display: inline-block;
    font-weight: 700;
    font-size: 17px;
    margin: 0;
    margin-right: 40px;
    line-height: 26px;
    text-transform: capitalize
}

.tp-hotel-booking #reviews .commentlist .comment .meta .date,
.wp-hotel-booking #reviews .commentlist .comment .meta .date {
    margin-right: 0;
    line-height: 26px;
    color: #ccc;
    font-size: 13px;
    font-weight: 400;
    display: inline-block
}

.tp-hotel-booking #reviews .commentlist .comment .star-rating,
.wp-hotel-booking #reviews .commentlist .comment .star-rating {
    float: right;
    position: relative;
    width: 80px;
    height: 18px;
    line-height: 1
}

.tp-hotel-booking #reviews .commentlist .comment .star-rating:before,
.wp-hotel-booking #reviews .commentlist .comment .star-rating:before {
    content: "\e601\e601\e601\e601\e601";
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    font-family: hotel-booking-star
}

.tp-hotel-booking #reviews .commentlist .comment .star-rating span,
.wp-hotel-booking #reviews .commentlist .comment .star-rating span {
    overflow: hidden;
    position: relative;
    display: inline-block;
    height: 18px
}

.tp-hotel-booking #reviews .commentlist .comment .star-rating span:before,
.wp-hotel-booking #reviews .commentlist .comment .star-rating span:before {
    content: "\e600\e600\e600\e600\e600";
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    font-family: hotel-booking-star
}

.tp-hotel-booking #reviews .commentlist .comment .description,
.wp-hotel-booking #reviews .commentlist .comment .description {
    clear: both
}

.tp-hotel-booking #reviews #review_form_wrapper,
.wp-hotel-booking #reviews #review_form_wrapper {
    clear: both
}

.tp-hotel-booking #reviews #review_form_wrapper .comment-form label,
.wp-hotel-booking #reviews #review_form_wrapper .comment-form label {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 15px;
    font-weight: 400
}

.tp-hotel-booking #reviews #review_form_wrapper .comment-form .comment-form-rating,
.wp-hotel-booking #reviews #review_form_wrapper .comment-form .comment-form-rating {
    margin-bottom: 10px
}

.tp-hotel-booking #reviews #review_form_wrapper .comment-form .comment-form-rating label,
.wp-hotel-booking #reviews #review_form_wrapper .comment-form .comment-form-rating label {
    margin-bottom: 5px
}

.tp-hotel-booking .star-rating,
.wp-hotel-booking .star-rating {
    width: 80px
}

#hb_room_reviews .hb-rating-input {
    width: 90px
}

#hb_room_reviews .hb-rating-input .rating-input {
    width: 18px;
    font-size: 13px
}

#contact-form-registration .wpcf7-form div.wpcf7-validation-errors,
#contact-form-registration .wpcf7-form div.wpcf7-mail-sent-ok {
    margin-top: 20px
}

#contact-form-registration .wpcf7-form .ajax-loader {
    left: 51px
}

#contact-form-registration {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    visibility: hidden;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.8);
    margin: 0;
    width: 100%;
    height: 100vh;
    -webkit-transform: scale(0.2, 0.2);
    -ms-transform: scale(0.2, 0.2);
    -o-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    overflow: auto
}

#contact-form-registration.active {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    visibility: visible
}

body.thim-contact-popup-active #contact-form-registration {
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress
}

#contact-form-registration .wpcf7-form {
    margin: 0
}

#contact-form-registration>.wpcf7 {
    max-width: 500px;
    overflow: hidden;
    padding: 30px;
    background: #fff;
    margin: auto;
    position: relative;
    top: 60px;
    cursor: default
}

#contact-form-registration>.wpcf7 form h3 {
    margin-top: 0;
    margin-bottom: 30px
}

#contact-form-registration>.wpcf7 form .title {
    font-size: 20px;
    margin-bottom: 15px
}

#contact-form-registration>.wpcf7 form>p {
    margin-bottom: 0
}

#contact-form-registration>.wpcf7 form>p>span {
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: left
}

#contact-form-registration>.wpcf7 form textarea,
#contact-form-registration>.wpcf7 form select,
#contact-form-registration>.wpcf7 form input:not(.wpcf7-submit) {
    margin-bottom: 30px
}

#contact-form-registration>.wpcf7 form textarea {
    height: 150px;
    resize: none;
    width: 100%
}

#contact-form-registration>.wpcf7 form select {
    color: #7a7a7a;
    background: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2212%22%20height%3D%227%22%20viewBox%3D%220%200%2012%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20opacity%3D%220.2%22%20d%3D%22M0.275392%200.274999C0.458725%200.0916658%200.692057%20-4.57148e-07%200.97539%20-4.44763e-07C1.25872%20-4.32378e-07%201.49206%200.0916659%201.67539%200.274999L5.57539%204.175L9.47539%200.275C9.65872%200.0916662%209.89206%20-5.50035e-08%2010.1754%20-4.26186e-08C10.4587%20-3.02337e-08%2010.6921%200.0916663%2010.8754%200.275C11.0587%200.458333%2011.1504%200.691666%2011.1504%200.974999C11.1504%201.25833%2011.0587%201.49167%2010.8754%201.675L6.27539%206.275C6.17539%206.375%206.06706%206.446%205.95039%206.488C5.83372%206.52933%205.70872%206.55%205.57539%206.55C5.44206%206.55%205.31706%206.52933%205.20039%206.488C5.08372%206.446%204.97539%206.375%204.87539%206.275L0.275392%201.675C0.0920581%201.49167%200.000389998%201.25833%200.00039001%200.974999C0.000390023%200.691666%200.0920582%200.458332%200.275392%200.274999Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A) no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position-x: 95%;
    background-position-y: 50%
}

#contact-form-registration>.wpcf7 form button.ui-datepicker-trigger {
    text-align: right;
    width: 100%;
    min-height: 50px
}

#contact-form-registration>.wpcf7 form .wpcf7-submit {
    font-family: var(--thim_font_title-font-family)
}

#contact-form-registration>.wpcf7 form .wpcf7-spinner {
    position: absolute;
    top: 40%;
    right: 40px
}

#contact-form-registration>.wpcf7 .thim-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #e6a303;
    line-height: 30px;
    text-align: center;
    display: none
}

#contact-form-registration>.wpcf7 .thim-close:hover {
    opacity: 0.8;
    filter: alpha(opacity=90)
}

.single-hb_room .price {
    float: unset;
    /* color: #ff0000 */
    color: #000000;
}

.single-hb_room .hb-booking-room-form-head {
    margin-bottom: 20px;
    margin: 0;
    display: none;
}

.single-hb_room .price-single {
    float: right;
    margin-top: -62px;
    display: table
}

@media (max-width:1024px) {
    .single-hb_room .price-single {
        display: block;
        float: unset;
        margin: 0 0 30px 0
    }
}

.single-hb_room .price-single .thim-button-register-room {
    display: table-cell;
    vertical-align: middle
}

.single-hb_room .price-single .price {
    float: none;
    display: table-cell;
    vertical-align: middle
}

.single-hb_room .price-single .price .title-price {
    margin-left: 30px
}

@media (max-width:480px) {
    .single-hb_room .price-single .price .title-price {
        margin-left: 0;
        margin-right: 0
    }
}

.single-hb_room .price-single .price span.unit:before {
    padding: 0 5px 0 0
}

.single-hb_room #sidebar #hb_room_load_booking_form {
    float: none;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--thim_font_title-font-family);
    font-size: 14px
}

.single-hb_room #hotel_booking_room_hidden .hb_addition_package_extra .hb_addition_packages_ul .hb_extra_optional_left p {
    display: none
}

.rtl .single-hb_room .price-single {
    float: left
}

.rtl .single-hb_room .price-single .price .title-price {
    margin-left: 0
}

.rtl .hb_single_room .hb-share {
    float: left
}

.rtl .hb_single_room .hb-share ul li:first-child {
    padding-left: 19px
}

.rtl .hb_single_room .hb-share ul li:last-child {
    padding-left: 0
}

@media (max-width:1024px) {
    #contact-form-registration>.wpcf7 .thim-close {
        display: inline-block
    }
}

@media (max-width:768px) {
    .single-hb_room .price-single {
        margin: 10px 0 30px 0
    }
}

form.hb-select-extra-results .hb_addition_package_title_toggle {
    font-size: var(--thim_font_h3-font-size);
    margin-bottom: 30px
}

form.hb-select-extra-results .hb_addition_packages {
    margin-bottom: 30px
}

form.hb-select-extra-results .hb_button {
    min-height: auto;
    height: auto;
    padding: 10px 20px;
    color: #000;
    background-color: #fff;
    border: 1px solid var(--thim_body_primary_color, #ffb606);
    border-radius: var(--thim_border_radius-button, 0);
    line-height: var(--thim_font_button-line-height);
    font-weight: var(--thim_font_button-variant);
    font-size: var(--thim_font_button-font-size);
    text-transform: var(--thim_font_button-text-transform)
}

form.hb-select-extra-results .hb_button:hover {
    background-color: var(--thim_body_primary_color, #ffb606);
    color: #fff
}

form.hb-select-extra-results button.hb_button {
    background-color: var(--thim_body_primary_color, #ffb606);
    color: #fff;
    margin-left: 15px
}

form.hb-select-extra-results button.hb_button:hover {
    background: rgba(var(--thim_body_primary_color_rgb), 80%)
}

.rooms-layout-2 #hotel-booking-cart .hb_button.hb_checkout,
.rooms-layout-2 #hotel-booking-cart button[type=submit],
.rooms-layout-2 #hotel-booking-cart button[type=button],
.rooms-layout-2 #hotel-booking-payment .hb_button.hb_checkout,
.rooms-layout-2 #hotel-booking-payment button[type=submit],
.rooms-layout-2 #hotel-booking-payment button[type=button] {
    font-weight: var(--thim_font_title-variant)
}

.rooms-layout-2 form.hb-select-extra-results .hb_button {
    font-weight: var(--thim_font_title-variant)
}

.rooms-layout-2 .hb_button {
    font-weight: var(--thim_font_title-variant)
}

.rooms-layout-2 input[type=checkbox]:checked:before {
    content: "✔" !important;
    margin-top: -2px;
    margin-left: 2px;
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    font: 400 14px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.rooms-layout-2 input[type=checkbox]:checked:after {
    display: none
}

#hotel-booking-cart .hb_button.hb_checkout,
#hotel-booking-cart button[type=submit],
#hotel-booking-cart button[type=button],
#hotel-booking-payment .hb_button.hb_checkout,
#hotel-booking-payment button[type=submit],
#hotel-booking-payment button[type=button] {
    border-radius: var(--thim_border_radius-button, 0)
}

.hotel-booking-single-room-action .hb-search-results-form-container {
    display: flex;
    justify-content: center;
    column-gap: 24px;
    overflow-y: auto
}

.hotel-booking-single-room-action .hb-search-results-form-container .hb-booking-room-form-group input {
    width: 100%;
    border-radius: 0;
    position: relative
}

.hotel-booking-single-room-action .hb-search-results-form-container .hb-booking-room-form-group .hb_button {
    width: 100%;
    border-radius: 0;
    font-weight: 500;
    border: 0;
    height: 100%
}

@media (max-width:767px) {
    .single-hb_room .flatpickr-calendar {
        position: fixed
    }

    .single-hb_room .hb_single_room_tab_details .flatpickr-calendar {
        position: static
    }
}

.single-room-layout-2 .site-content {
    width: 100%;
    padding-bottom: 0;
    padding-top: 0
}

.single-room-layout-2 .site-content .site-main {
    width: 100%;
    padding: 0
}

.single-room-layout-2 .hb_single_room #hb_room_images {
    float: none
}

.single-room-layout-2 .hb_single_room #hb_room_images .hb_room_gallery {
    margin-bottom: 0 !important
}

.single-room-layout-2 .hb_single_room #hb_room_images #slider {
    max-height: 75vh
}

.single-room-layout-2 .hb_single_room #hb_room_images #slider li {
    height: 75vh
}

.single-room-layout-2 .hb_single_room #hb_room_images #slider li img {
    height: 100%;
    object-fit: cover
}

.single-room-layout-2 .hb_single_room #hb_room_images #carousel {
    position: absolute;
    left: 50%;
    bottom: 15px;
    z-index: 9999;
    overflow: unset;
    max-width: var(--thim_body_container);
    margin-left: calc(var(--thim_body_container) * -0.505)
}

.single-room-layout-2 .hb_single_room #hb_room_images #carousel img {
    min-height: 120px;
    object-fit: cover
}

.single-room-layout-2 .hb_single_room #hb_room_images #carousel li:before {
    content: none
}

.single-room-layout-2 .hb_single_room #hb_room_images #carousel .flex-direction-nav li a {
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
    background-color: transparent;
    opacity: 1
}

.single-room-layout-2 .hb_single_room #hb_room_images #carousel .flex-direction-nav li a::before {
    font-size: 24px
}

.single-room-layout-2 .hb_single_room #hb_room_images #carousel .flex-direction-nav .flex-prev {
    left: -50px
}

.single-room-layout-2 .hb_single_room #hb_room_images #carousel .flex-direction-nav .flex-prev::before {
    color: #fff
}

.single-room-layout-2 .hb_single_room #hb_room_images #carousel .flex-direction-nav .flex-next {
    right: -50px
}

.single-room-layout-2 .hb_single_room #hb_room_images #carousel .flex-direction-nav .flex-next::before {
    color: #fff
}

.single-room-layout-2 .hb_single_room #hb_room_images #slider .flex-direction-nav a {
    opacity: 0
}

.single-room-layout-2 .hb_single_room .top-content {
    padding: 50px 0;
    margin-bottom: 30px;
    background-color: var(--thim_hb_single_top_content_bg)
}

.single-room-layout-2 .hb_single_room .top-content .title {
    width: 60%
}

.single-room-layout-2 .hb_single_room .top-content .title h4 {
    margin: 0;
    font-size: var(--thim_font_h2-font-size)
}

.single-room-layout-2 .hb_single_room .top-content .title h4 a {
    color: var(--thim_hb_single_top_content_color)
}

.single-room-layout-2 .hb_single_room .top-content .thim-button-register-room {
    margin-right: 30px;
    display: inline-flex;
    margin-top: 15px
}

.single-room-layout-2 .hb_single_room .top-content .price-single {
    margin-top: 0;
    float: none
}

.single-room-layout-2 .hb_single_room .top-content .price-single .price {
    font-family: var(--thim_font_title-font-family)
}

.single-room-layout-2 .hb_single_room .top-content .price-single .price .title-price {
    margin: 0;
    display: block;
    font-size: 14px;
    font-weight: var(--thim_font_title-variant);
    color: var(--thim_hb_single_top_content_color)
}

.single-room-layout-2 .hb_single_room .top-content .price-single .price .price_value {
    font-size: var(--thim_font_h4-font-size);
    color: var(--thim_hb_single_top_content_color)
}

.single-room-layout-2 .hb_single_room .top-content .price-single .price .price_value .unit {
    font-size: var(--thim_font_h4-font-size);
    color: var(--thim_hb_single_top_content_color);
    font-weight: 400;
    opacity: 0.6
}

.single-room-layout-2 .hb_single_room .hb_single_room_details {
    padding: 0
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs {
    display: none
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content {
    padding: 0
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content>* {
    display: block !important
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content .heading-title {
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--thim_body_primary_color, #ffb606)
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content .tab-content {
    margin-bottom: 30px;
    display: block !important
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #hb_room_facilities h3 {
    margin-bottom: 30px;
    font-size: var(--thim_font_body-font-size)
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #hb_room_facilities .__hb_room_facility__detail {
    padding: 30px;
    border: 1px solid #dce0e2
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #hb_room_facilities ._hb_room_facility {
    display: flex;
    flex-direction: column;
    row-gap: 30px
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content .hb_room_pricing_plan_data {
    padding: 17px 50px;
    background-color: var(--thim_hb_single_top_content_bg);
    font-size: var(--thim_font_body-font-size)
}

@media (max-width:1024px) {
    .single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content .hb_room_pricing_plan_data {
        padding: 17px 20px
    }
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #reviews h2,
.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #reviews h3 {
    font-size: var(--thim_font_body-font-size);
    margin-bottom: 10px;
    text-transform: uppercase
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #reviews .review-top-section .title {
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 0;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--thim_body_primary_color, #ffb606);
    font-size: var(--thim_font_h5-font-size)
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #reviews #review_form_wrapper .comment-form label {
    margin-bottom: 10px;
    display: block;
    font-weight: var(--thim_font_body-variant)
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #reviews #review_form_wrapper .comment-form .comment-form-cookies-consent label {
    display: inline-block
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #reviews #review_form_wrapper .comment-form input {
    padding: 4px 15px
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #reviews #review_form_wrapper .comment-form .form-submit .submit {
    padding: 15px 35px;
    font-weight: var(--thim_font_title-variant);
    font-family: var(--thim_font_title-font-family);
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    margin-bottom: 10px
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #reviews #review_form_wrapper .comment-form .form-submit .submit:hover {
    background-color: rgba(var(--thim_body_primary_color_rgb), 80%)
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #reviews .commentlist {
    margin: 0;
    padding-top: 20px
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #reviews .commentlist .comment {
    padding: 30px 0;
    margin-bottom: 0
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #reviews .commentlist .comment .meta {
    margin-bottom: 10px
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #reviews .commentlist .comment .meta .author {
    margin-right: 20px
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #reviews .commentlist .comment-text {
    display: flex;
    flex-direction: column
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #reviews .commentlist .comment-text .star-rating {
    float: none;
    display: flex;
    order: 3;
    margin-top: 10px
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #reviews .commentlist .comment-text .star-rating::before {
    color: #ffcb13
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #reviews .commentlist .comment-text .star-rating span:before {
    color: #ffcb13
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content .hb_room_pricing_plans {
    border: none;
    margin-top: 24px
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content .hb_room_pricing_plans th {
    font-family: var(--thim_font_title-font-family)
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content .hb_room_pricing_plans * {
    border: none
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content .hb-room-faqs-detail .room-faqs-box .room-faqs-box__title {
    padding: 15px 45px 15px 30px
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content .hb-room-faqs-detail .room-faqs-box {
    border-radius: 0
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .thim-list-in-room {
    margin: 30px 0 0 0;
    padding: 40px 15px 40px;
    background: transparent;
    border: 1px solid #dce0e2
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .thim-list-in-room h4 {
    padding-left: 15px;
    padding-bottom: 30px;
    text-transform: uppercase
}

@media (max-width:990px) {
    .single-room-layout-2 .hb_single_room .content-room {
        width: 100%
    }
}

.single-room-layout-2 .hb_single_room .content-room .meta-data-guests {
    display: flex;
    padding: 20px 30px;
    border: 1px solid #dce0e2;
    -moz-column-gap: 20px;
    column-gap: 20px;
    align-items: baseline;
    margin-bottom: 30px
}

.single-room-layout-2 .hb_single_room .content-room .meta-data-guests .footer-content-room {
    display: none
}

.single-room-layout-2 .hb_single_room .content-room .meta-data-guests>div {
    display: flex;
    align-items: center;
    column-gap: 10px
}

.single-room-layout-2 .hb_single_room .content-room .hb-share {
    display: none
}

.single-room-layout-2 .hb_single_room .hb_related_other_room .title {
    padding-bottom: 0;
    font-size: var(--thim_font_h4-font-size)
}

.single-room-layout-2 .hb_single_room .hb_related_other_room .title::after {
    content: none
}

.single-room-layout-2 .hb_single_room .hb_related_other_room .price {
    line-height: 1em
}

.single-room-layout-2 .hb_single_room .hb_related_other_room .price .price_value {
    margin-bottom: -4px
}

.single-room-layout-2 .hb_single_room .hb_related_other_room .media {
    margin: -1px
}

@media (max-width:990px) {
    .single-room-layout-2 .hb_single_room #sidebar {
        width: 100%
    }

    .single-room-layout-2 .hb_single_room #sidebar .theiaStickySidebar {
        position: static !important
    }
}

.single-room-layout-2 .hb_single_room #sidebar #hb_room_load_booking_form {
    font-size: var(--thim_font_body-font-size);
    padding: 15px 25px;
    background-color: #f2ac22;
    font-weight: var(--thim_font_title-variant);
    position: relative
}

.single-room-layout-2 .hb_single_room #sidebar #hb_room_load_booking_form:hover {
    background-color: rgba(var(--thim_body_primary_color_rgb), 80%)
}

.single-room-layout-2 .hb_single_room #sidebar #hb_room_load_booking_form::before {
    content: "";
    position: absolute;
    width: 95%;
    height: 75%;
    border: 1px dashed #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.single-room-layout-2 .hb_single_room #sidebar .thim-widget-mini-cart-room {
    padding: 40px 30px
}

.single-room-layout-2 .hb_single_room #sidebar .thim-widget-mini-cart-room .hb_mini_cart_empty {
    text-align: left
}

.single-room-layout-2 .hb_single_room #sidebar .thim-widget-mini-cart-room .wrapper-line-heading {
    text-align: left
}

.single-room-layout-2 .hb_single_room #sidebar .thim-widget-mini-cart-room .wrapper-line-heading .heading__primary {
    font-size: var(--thim_font_h5-font-size);
    text-transform: uppercase
}

.single-room-layout-2 .hb_single_room #sidebar .thim-widget-mini-cart-room .wrapper-line-heading .line-heading {
    display: none
}

.single-room-layout-2 .hb_single_room #sidebar .widget {
    margin-bottom: 30px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07)
}

.single-room-layout-2 .hb_single_room .bottom-content {
    margin-top: 80px;
    padding: 60px 0;
    background-color: var(--thim_page_title_heading_bg_color)
}

.single-room-layout-2 .hb_single_room .bottom-content .title {
    margin-bottom: 40px
}

.single-room-layout-2 .hb_single_room .bottom-content .hotel-booking-search {
    padding-bottom: 0
}

.single-room-layout-2 .hb_single_room .bottom-content .hotel-booking-search::after,
.single-room-layout-2 .hb_single_room .bottom-content .hotel-booking-search::before {
    content: none
}

.single-room-layout-2 .hb_single_room .bottom-content .hotel-booking-search form {
    background-color: transparent
}

.single-room-layout-2 .hb_single_room .bottom-content .hotel-booking-search form input {
    border: none
}

.single-room-layout-2 .hb_single_room .bottom-content .hotel-booking-search form .hb-submit button {
    background-color: #f2ac22;
    border: none;
    font-weight: var(--thim_font_title-variant)
}

.single-room-layout-2 .hb_single_room .bottom-content .hotel-booking-search form .hb-submit button:hover {
    background-color: rgba(var(--thim_body_primary_color_rgb), 80%)
}

.single-room-layout-2 #main {
    padding: 0
}

.single-room-layout-2 .hotel-booking-single-room-action .hb-search-results-form-container .hb-booking-room-form-group .hb_button {
    font-weight: var(--thim_font_title-variant)
}

#sidebar .form-booking-by-email {
    padding: 40px 0;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07)
}

#sidebar .form-booking-by-email .widget-title {
    font-size: var(--thim_font_h5-font-size);
    text-transform: uppercase;
    margin-bottom: 30px;
    padding: 0 30px
}

#sidebar .form-booking-by-email .widget-title::before {
    content: none
}

#sidebar .form-booking-by-email form {
    margin: 0;
    text-align: left
}

#sidebar .form-booking-by-email form input,
#sidebar .form-booking-by-email form select,
#sidebar .form-booking-by-email form textarea {
    padding: 7px 30px;
    border: none;
    border-bottom: 1px solid #dce0e2;
    margin-bottom: 15px
}

#sidebar .form-booking-by-email form input.wpcf7-not-valid,
#sidebar .form-booking-by-email form select.wpcf7-not-valid,
#sidebar .form-booking-by-email form textarea.wpcf7-not-valid {
    border-color: #ff0000
}

#sidebar .form-booking-by-email form select {
    max-width: 100%;
    background: url(data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIG9wYWNpdHk9IjAuMiIgZD0iTTAuMjc1MzkyIDAuMjc0OTk5QzAuNDU4NzI1IDAuMDkxNjY1OCAwLjY5MjA1NyAtNC41NzE0OGUtMDcgMC45NzUzOSAtNC40NDc2M2UtMDdDMS4yNTg3MiAtNC4zMjM3OGUtMDcgMS40OTIwNiAwLjA5MTY2NTkgMS42NzUzOSAwLjI3NDk5OUw1LjU3NTM5IDQuMTc1TDkuNDc1MzkgMC4yNzVDOS42NTg3MiAwLjA5MTY2NjIgOS44OTIwNiAtNS41MDAzNWUtMDggMTAuMTc1NCAtNC4yNjE4NmUtMDhDMTAuNDU4NyAtMy4wMjMzN2UtMDggMTAuNjkyMSAwLjA5MTY2NjMgMTAuODc1NCAwLjI3NUMxMS4wNTg3IDAuNDU4MzMzIDExLjE1MDQgMC42OTE2NjYgMTEuMTUwNCAwLjk3NDk5OUMxMS4xNTA0IDEuMjU4MzMgMTEuMDU4NyAxLjQ5MTY3IDEwLjg3NTQgMS42NzVMNi4yNzUzOSA2LjI3NUM2LjE3NTM5IDYuMzc1IDYuMDY3MDYgNi40NDYgNS45NTAzOSA2LjQ4OEM1LjgzMzcyIDYuNTI5MzMgNS43MDg3MiA2LjU1IDUuNTc1MzkgNi41NUM1LjQ0MjA2IDYuNTUgNS4zMTcwNiA2LjUyOTMzIDUuMjAwMzkgNi40ODhDNS4wODM3MiA2LjQ0NiA0Ljk3NTM5IDYuMzc1IDQuODc1MzkgNi4yNzVMMC4yNzUzOTIgMS42NzVDMC4wOTIwNTgxIDEuNDkxNjcgMC4wMDAzODk5OTggMS4yNTgzMyAwLjAwMDM5MDAxIDAuOTc0OTk5QzAuMDAwMzkwMDIzIDAuNjkxNjY2IDAuMDkyMDU4MiAwLjQ1ODMzMiAwLjI3NTM5MiAwLjI3NDk5OVoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=) no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position-x: 89%;
    background-position-y: 50%;
    cursor: pointer
}

#sidebar .form-booking-by-email form .button-submit {
    margin: 15px 30px 0;
    position: relative
}

#sidebar .form-booking-by-email form .button-submit .wpcf7-submit {
    font-family: var(--thim_font_title-font-family);
    font-size: var(--thim_font_body-font-size);
    margin-bottom: 0
}

#sidebar .form-booking-by-email form .button-submit .wpcf7-spinner {
    position: absolute;
    left: 0;
    top: 15px
}

#sidebar .form-booking-by-email form input[type=date]::-webkit-calendar-picker-indicator {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 5H6C5.44772 5 5 5.44772 5 6V26C5 26.5523 5.44772 27 6 27H26C26.5523 27 27 26.5523 27 26V6C27 5.44772 26.5523 5 26 5Z' stroke='%23656565' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 3V7' stroke='%23656565' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 3V7' stroke='%23656565' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 11H27' stroke='%23656565' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

#sidebar .form-booking-by-email form input[type=number] {
    -moz-appearance: textfield
}

#sidebar .form-booking-by-email form input[type=number]::-webkit-inner-spin-button,
#sidebar .form-booking-by-email form input[type=number]::-webkit-outer-spin-button {
    opacity: 0
}

#sidebar .form-booking-by-email form .wpcf7-response-output {
    display: block;
    position: unset;
    padding: 0 30px
}

.fa-x-twitter,
.fa-square-x-twitter {
    font-family: thim-ekits;
    font-style: normal;
    font-weight: normal
}

.fa-x-twitter:before {
    content: "\ea31"
}

.fa-square-x-twitter:before {
    content: "\ea30"
}

.booking-policies .booking-item {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    position: relative
}

.booking-policies .booking-item:last-child {
    margin-bottom: 0
}

.booking-policies .booking-item:last-child:before {
    content: none
}

.booking-policies .booking-item::before {
    content: "";
    background: var(--thim_body_primary_color, #ffb606);
    width: 2px;
    height: 100%;
    position: absolute;
    top: 40px;
    left: 20px;
    z-index: 2
}

.booking-policies .icon-left {
    border: 2px solid var(--thim_body_primary_color, #ffb606);
    color: var(--thim_body_primary_color, #ffb606);
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 5;
    font-family: var(--thim_font_body-font-family);
    background-color: #fff
}

.booking-policies ul li {
    list-style: disc;
    margin-left: 20px
}

.booking-policies h5 {
    margin-top: 0
}

.wp-hotel-booking-cart .hotel_booking_mini_cart .hb_mini_cart_footer .hb_view_cart,
.wp-hotel-booking-checkout .hotel_booking_mini_cart .hb_mini_cart_footer .hb_view_cart {
    display: none
}

.wp-hotel-booking-cart .hotel_booking_mini_cart .hb_mini_cart_footer .hb_checkout,
.wp-hotel-booking-checkout .hotel_booking_mini_cart .hb_mini_cart_footer .hb_checkout {
    display: block
}

.wp-hotel-booking-cart .hb_addition_services_title td,
.wp-hotel-booking-checkout .hb_addition_services_title td {
    font-style: normal;
    font-weight: var(--thim_font_title-variant)
}

.wp-hotel-booking-cart td,
.wp-hotel-booking-checkout td {
    font-weight: var(--thim_font_body-variant)
}

.wp-hotel-booking-cart .hb_table,
.wp-hotel-booking-checkout .hb_table {
    border-color: #dce0e2
}

.wp-hotel-booking-cart .hb_table .hb_payment_all input[type=checkbox],
.wp-hotel-booking-checkout .hb_table .hb_payment_all input[type=checkbox] {
    margin-top: -2px
}

.wp-hotel-booking-cart .hb-col-border,
.wp-hotel-booking-checkout .hb-col-border {
    border-color: #dce0e2
}

.wp-hotel-booking-cart input[name=tos],
.wp-hotel-booking-checkout input[name=tos] {
    margin-top: -2px
}

.wp-hotel-booking-cart #hotel-booking-cart td a,
.wp-hotel-booking-cart .hotel-booking-payment td a,
.wp-hotel-booking-checkout #hotel-booking-cart td a,
.wp-hotel-booking-checkout .hotel-booking-payment td a {
    font-weight: var(--thim_font_title-variant);
    color: var(--thim_font_title-color)
}

.wp-hotel-booking-cart .hb_mini_cart_price_packages .hb_package_title,
.wp-hotel-booking-checkout .hb_mini_cart_price_packages .hb_package_title {
    font-style: normal;
    font-weight: inherit;
    font-size: 1em
}

.comment-form .upload-images {
    display: none !important
}

#hb-room-review-form-popup .comment-form .upload-images {
    display: block !important
}

.review-top-section .header button {
    line-height: var(--thim_font_button-line-height);
    font-weight: var(--thim_font_button-variant);
    font-size: var(--thim_font_button-font-size);
    text-transform: var(--thim_font_button-text-transform);
    padding: 12px 20px;
    border-radius: var(--thim_border_radius-button, 0);
    color: var(--thim_body_primary_color, #ffb606)
}

.review-top-section .header button svg {
    display: none
}

.review-top-section .header button:hover {
    background-color: rgba(var(--thim_body_primary_color_rgb), 80%);
    color: #fff
}

.review-top-section .star-rating {
    width: auto
}

.hb-room-commentlist-sort-filter .sort-by {
    padding: 0;
    border: none
}

.thim-single-search-form-bottom {
    padding: 0 15px;
    margin-top: 60px
}

.thim-single-search-form-bottom .article_heading {
    margin-bottom: 20px
}

.thim-single-search-form-bottom .heading__primary {
    text-transform: capitalize
}

.thim-single-search-form-bottom .thim-search-room .hotel-booking-search form,
.thim-single-search-form-bottom .wp-hotel-booking-search-rooms .hotel-booking-search form {
    background: #f2f4f8;
    box-shadow: unset
}

body table.hb_table,
body table.hb_room_pricing_plans,
body table.hb_booking_table,
body table.booking_item_table {
    margin-bottom: 24px
}

body .room-container {
    max-width: var(--thim_body_container)
}

.wphb-single-room-booking-container {
    margin-bottom: 30px
}

body .room-container .hotel-booking-rooms-search {
    margin-bottom: 40px
}

body .room-container .hotel-booking-rooms-search>h3 {
    display: none
}

body .room-container .hotel-booking-rooms-search form.hb-form-table {
    background: var(--thim-color-white, #fff);
    padding: 20px;
    border: 1px solid #dce0e2
}

body .room-container .hotel-booking-rooms-search form.hb-form-table .rooms-check-avaibility {
    background-color: var(--thim_body_primary_color, #ffb606);
    border-radius: 0
}

body .room-container .hotel-booking-rooms-search form.hb-form-table .rooms-check-avaibility:hover {
    background-color: rgba(var(--thim_body_primary_color_rgb), 80%)
}

body .room-container .hotel-booking-rooms-search form.hb-form-table .hb-form-field,
body .room-container .hotel-booking-rooms-search form.hb-form-table .hb-form-field-input {
    flex: 1;
    margin: 0
}

body .room-container .hotel-booking-rooms-search form.hb-form-table .hb-form-field label,
body .room-container .hotel-booking-rooms-search form.hb-form-table .hb-form-field-input label {
    --form--label-weight: 700;
    margin-bottom: 5px
}

body .room-container .hotel-booking-rooms-search form.hb-form-table .hb-form-field input,
body .room-container .hotel-booking-rooms-search form.hb-form-table .hb-form-field-input input {
    border-radius: 0 !important
}

body .room-container .hotel-booking-rooms-search form.hb-form-table .hb-form-field .hb-form-field-input {
    text-align: center
}

body .hotel-booking-search-filter .clear-reset-filter .hb-room-filter-btn {
    background-color: var(--thim_body_primary_color, #ffb606);
    border-radius: 0
}

body .hotel-booking-search-filter .clear-reset-filter .hb-room-filter-btn:hover {
    background-color: rgba(var(--thim_body_primary_color_rgb), 80%)
}

body .hotel-booking-search-filter .clear-reset-filter .clear-filter button {
    border-radius: 0 !important
}

body .hotel-booking-search-filter .clear-reset-filter .clear-filter button:hover {
    background-color: var(--thim_body_primary_color, #ffb606) !important;
    color: #fff !important
}

.thim-room-filter-button {
    display: none
}

.thim-room-filter-button .filter-button {
    min-height: auto;
    height: auto;
    padding: 10px 20px;
    color: #000;
    background-color: #fff;
    border: 1px solid var(--thim_body_primary_color, #ffb606);
    border-radius: var(--thim_border_radius-button, 0);
    line-height: var(--thim_font_button-line-height);
    font-weight: var(--thim_font_button-variant);
    font-size: var(--thim_font_button-font-size);
    text-transform: var(--thim_font_button-text-transform)
}

.thim-room-filter-button .filter-button:hover {
    background-color: var(--thim_body_primary_color, #ffb606);
    color: #fff
}

button.filter-close-btn {
    display: none;
    position: absolute;
    top: 20px;
    right: 30px;
    background: transparent;
    border: 0;
    font-size: 20px
}

.flatpickr-calendar.open {
    padding: 16px
}

.flatpickr-calendar.open .dayContainer {
    justify-content: flex-start
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: var(--thim_body_primary_color, #ffb606) !important;
    border-color: var(--thim_body_primary_color, #ffb606) !important
}

.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)) {
    box-shadow: -10px 0 0 var(--thim_body_primary_color, #ffb606) !important
}

.flatpickr-day.today {
    border-color: var(--thim_body_primary_color, #ffb606);
    background: var(--thim_body_primary_color, #ffb606);
    color: #fff
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
    border-color: var(--thim_body_primary_color, #ffb606);
    background: var(--thim_body_primary_color, #ffb606);
    color: #fff
}

.flatpickr-day.inRange {
    box-shadow: -10px 0 0 var(--thim_body_primary_color, #ffb606), 10px 0 0 var(--thim_body_primary_color, #ffb606)
}

@media (max-width:768px) {

    button.filter-close-btn,
    .thim-room-filter-button {
        display: block
    }

    body .room-container .hotel-booking-search-filter {
        display: none;
        transition: all 1.5s ease-in
    }

    body .room-container .hotel-booking-search-filter::before {
        content: "";
        background: rgba(0, 0, 0, 0.8);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1
    }

    body .room-container .hotel-booking-search-filter.active {
        position: fixed !important;
        top: 0;
        right: 0;
        z-index: 99999;
        width: 100%;
        height: 100%;
        display: block;
        overflow-y: auto
    }

    body .room-container .hotel-booking-search-filter.active .hotel-booking-search-filter-inner {
        max-width: 320px;
        width: 100%;
        background: #fff;
        float: right;
        padding: 40px 20px
    }

    body .room-container .hotel-booking-rooms-search form.hb-form-table {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        flex-direction: row;
        align-items: flex-end
    }

    body .room-container .hotel-booking-rooms-search form.hb-form-table .hb-form-field,
    body .room-container .hotel-booking-rooms-search form.hb-form-table .hb-form-field-input {
        flex: 0 1 46%
    }

    body .room-container .hotel-booking-rooms-search form.hb-form-table .hb-form-field input,
    body .room-container .hotel-booking-rooms-search form.hb-form-table .hb-form-field select,
    body .room-container .hotel-booking-rooms-search form.hb-form-table .hb-form-field .rooms-check-avaibility,
    body .room-container .hotel-booking-rooms-search form.hb-form-table .hb-form-field-input input,
    body .room-container .hotel-booking-rooms-search form.hb-form-table .hb-form-field-input select,
    body .room-container .hotel-booking-rooms-search form.hb-form-table .hb-form-field-input .rooms-check-avaibility {
        min-width: unset
    }
}

#hotel-booking-payment.hb-checkout-modern .hb-checkout-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}

#hotel-booking-payment.hb-checkout-modern .hb-checkout-left-column {
    flex: 1 1 65%;
    min-width: 0
}

#hotel-booking-payment.hb-checkout-modern .hb-checkout-left-column h3 {
    display: none
}

#hotel-booking-payment.hb-checkout-modern .hb-checkout-left-column .hb-addition-information .hb-col-padding.hb-col-border,
#hotel-booking-payment.hb-checkout-modern .hb-checkout-left-column #hb-order-new-customer .hb-col-padding.hb-col-border {
    padding: 0;
    border: none;
    margin: 0
}

#hotel-booking-payment.hb-checkout-modern .hb-checkout-left-column .hb-addition-information .hb-col-padding.hb-col-border .hb-form-field,
#hotel-booking-payment.hb-checkout-modern .hb-checkout-left-column #hb-order-new-customer .hb-col-padding.hb-col-border .hb-form-field {
    margin: 24px 0
}

#hotel-booking-payment.hb-checkout-modern .hb-checkout-left-column .hb-addition-information .hb-col-padding.hb-col-border .hb-form-field select,
#hotel-booking-payment.hb-checkout-modern .hb-checkout-left-column .hb-addition-information .hb-col-padding.hb-col-border .hb-form-field input,
#hotel-booking-payment.hb-checkout-modern .hb-checkout-left-column .hb-addition-information .hb-col-padding.hb-col-border .hb-form-field textarea,
#hotel-booking-payment.hb-checkout-modern .hb-checkout-left-column #hb-order-new-customer .hb-col-padding.hb-col-border .hb-form-field select,
#hotel-booking-payment.hb-checkout-modern .hb-checkout-left-column #hb-order-new-customer .hb-col-padding.hb-col-border .hb-form-field input,
#hotel-booking-payment.hb-checkout-modern .hb-checkout-left-column #hb-order-new-customer .hb-col-padding.hb-col-border .hb-form-field textarea {
    border-radius: var(--thim_border_radius-item, 0)
}

#hotel-booking-payment.hb-checkout-modern .hb-checkout-left-column .hb-addition-information .hb-col-padding.hb-col-border .hb-form-field:last-child,
#hotel-booking-payment.hb-checkout-modern .hb-checkout-left-column #hb-order-new-customer .hb-col-padding.hb-col-border .hb-form-field:last-child {
    margin-bottom: 0
}

#hotel-booking-payment.hb-checkout-modern .hb-checkout-left-column .hb-addition-information .hb-col-padding.hb-col-border h4,
#hotel-booking-payment.hb-checkout-modern .hb-checkout-left-column #hb-order-new-customer .hb-col-padding.hb-col-border h4 {
    margin: 0 0 24px
}

#hotel-booking-payment.hb-checkout-modern .hb-addition-information textarea {
    border-radius: var(--thim_border_radius-item, 0)
}

#hotel-booking-payment.hb-checkout-modern .hb-checkout-right-column {
    flex: 1 1 30%;
    min-width: 0
}

#hotel-booking-payment.hb-checkout-modern .hb-checkout-login-notice {
    padding: 20px;
    background: #f8f9fa;
    border-radius: var(--thim_border_radius-item, 0);
    margin-bottom: 20px
}

#hotel-booking-payment.hb-checkout-modern .hb-checkout-login-notice a {
    color: var(--thim_body_primary_color, #ffb606);
    text-decoration: none
}

#hotel-booking-payment.hb-checkout-modern .hb-checkout-login-notice a:hover {
    text-decoration: underline
}

#hotel-booking-payment.hb-checkout-modern .hb-coupon-toggle-wrapper {
    margin-bottom: 25px
}

#hotel-booking-payment.hb-checkout-modern .hb-coupon-toggle-wrapper .hb-coupon-toggle {
    padding: 12px 20px;
    background: rgba(0, 173, 255, 0.1019607843);
    border: 2px solid #007AFF;
    border-radius: var(--thim_border_radius-item, 0);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--thim_font_body-color)
}

#hotel-booking-payment.hb-checkout-modern .hb-coupon-toggle-wrapper .hb-coupon-toggle i.fa-tag {
    color: var(--thim_body_primary_color, #ffb606);
    font-size: 16px
}

#hotel-booking-payment.hb-checkout-modern .hb-coupon-toggle-wrapper .hb-coupon-toggle .hb-show-coupon-form {
    color: var(--thim_body_primary_color, #ffb606);
    text-decoration: none;
    font-weight: 500;
    margin-left: 5px;
    transition: all 0.3s ease
}

#hotel-booking-payment.hb-checkout-modern .hb-coupon-toggle-wrapper .hb-coupon-toggle .hb-show-coupon-form:hover {
    text-decoration: underline
}

#hotel-booking-payment.hb-checkout-modern .hb-coupon-toggle-wrapper .hb-coupon-form-wrapper {
    margin-top: 15px;
    padding: 20px;
    background: #fff;
    border: 1px solid #dce0e2;
    border-radius: var(--thim_border_radius-item, 0);
    animation: slideDown 0.3s ease-out
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary {
    background: var(--thim-bg-order-cart, #f2f4f4);
    border-radius: var(--thim_border_radius-item-big, 0);
    padding: 30px;
    position: sticky;
    top: 100px
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-summary-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--thim_font_title-color);
    margin: 0 0 20px
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-summary-content {
    margin-bottom: 20px
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-summary-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #dce0e2
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-summary-header span {
    color: var(--thim_font_title-color)
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid #dce0e2
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-item:last-of-type {
    margin-bottom: 20px
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-item:last-child {
    border-bottom: none
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-item .hb-order-item-details {
    flex: 1;
    padding-right: 15px
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-item .hb-order-item-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--thim_font_title-color);
    margin: 0 0 8px;
    line-height: 1.4
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-item .hb-order-item-title .hb-order-item-qty {
    font-weight: 400;
    color: var(--thim_font_body-color);
    margin-left: 5px
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-item .hb-order-item-meta p {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--thim_font_body-color)
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-item .hb-order-item-meta p:last-child {
    margin-bottom: 0
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-item .hb-order-item-meta .hb-meta-label {
    font-weight: 700;
    color: var(--thim_font_title-color);
    margin-right: 5px;
    font-size: 14px
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-item .hb-order-extra-services {
    margin-top: 10px
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-item .hb-order-extra-services .hb-meta-label {
    display: block;
    font-weight: 700;
    color: var(--thim_font_title-color);
    margin-bottom: 5px;
    font-size: 14px
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-item .hb-order-extra-services .hb-extra-services-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-item .hb-order-extra-services .hb-extra-services-list li {
    font-size: 13px;
    color: var(--thim_font_body-color);
    padding: 3px 0;
    padding-left: 15px;
    position: relative
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-item .hb-order-extra-services .hb-extra-services-list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #dce0e2
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-item .hb-order-item-price {
    font-size: 16px;
    font-weight: 600;
    color: var(--thim_font_title-color);
    white-space: nowrap
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb_coupon {
    padding: 12px 0
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb_coupon .hb-remove-coupon {
    display: inline-block;
    cursor: pointer;
    float: right
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 15px;
    border-bottom: 1px solid #dce0e2;
    width: 100%
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-summary-row.hb-order-total {
    padding: 15px 0;
    margin-top: 5px
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-summary-row.hb-order-total .hb-order-label,
#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-summary-row.hb-order-total .hb-order-value {
    font-size: 18px;
    font-weight: 700;
    color: var(--thim_font_title-color)
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-summary-row .hb-order-label {
    font-weight: 500;
    color: var(--thim_font_body-color)
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-summary-row .hb-order-label small {
    font-size: 12px;
    font-weight: 400;
    opacity: 0.7
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-summary-row .hb-order-value {
    font-weight: 600;
    color: var(--thim_font_title-color)
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-payment-form {
    margin-bottom: 0
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-payment-form .hb-col-padding.hb-col-border {
    padding: 0;
    border: none
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-payment-form .hb-col-padding.hb-col-border h4 {
    display: none
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-payment-form .hb-col-padding.hb-col-border input[type=radio]:checked:before {
    width: 10px;
    height: 10px
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-pay-all {
    padding: 15px 0 10px
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-pay-all label {
    display: flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-pay-all label input[type=checkbox] {
    margin-right: 8px
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-terms {
    padding: 15px 0 0;
    border-top: 1px solid #dce0e2
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-terms label {
    display: flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    line-height: 1.6
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-terms label input[type=checkbox] {
    margin-right: 8px;
    flex-shrink: 0
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-terms label a {
    color: var(--thim_body_primary_color, #ffb606);
    text-decoration: none;
    padding-left: 0.5em;
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-terms label a:hover {
    text-decoration: underline
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-place .hb-btn-place-order {
    width: 100%;
    text-align: center;
    border: none;
    border-radius: var(--thim_border_radius-button, 0);
    background-color: var(--thim_body_primary_color, #ffb606);
    color: var(--thim_button_text_color);
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: var(--thim_font_button-text-transform)
}

#hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-place .hb-btn-place-order:hover {
    background: rgba(var(--thim_body_primary_color_rgb), 80%)
}

@media (max-width:991px) {
    #hotel-booking-payment.hb-checkout-modern .hb-checkout-wrapper {
        flex-direction: column
    }

    #hotel-booking-payment.hb-checkout-modern .hb-checkout-left-column,
    #hotel-booking-payment.hb-checkout-modern .hb-checkout-right-column {
        flex: 1 1 100%;
        width: 100%
    }

    #hotel-booking-payment.hb-checkout-modern .hb-order-summary {
        position: static
    }
}

@media (max-width:767px) {
    #hotel-booking-payment.hb-checkout-modern .hb-checkout-wrapper {
        margin: 0;
        gap: 20px
    }

    #hotel-booking-payment.hb-checkout-modern .hb-checkout-left-column,
    #hotel-booking-payment.hb-checkout-modern .hb-checkout-right-column {
        padding: 0
    }

    #hotel-booking-payment.hb-checkout-modern .hb-order-summary {
        padding: 20px
    }

    #hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-summary-title {
        font-size: 20px
    }

    #hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-item {
        flex-direction: column
    }

    #hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-item .hb-order-item-details {
        padding-right: 0;
        margin-bottom: 10px
    }

    #hotel-booking-payment.hb-checkout-modern .hb-order-summary .hb-order-item .hb-order-item-price {
        align-self: flex-end
    }
}

.hb-cart-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start
}

.hb-cart-wrapper .hb-cart-items-column {
    flex: 1;
    min-width: 0
}

.hb-cart-wrapper .hb-cart-total-column {
    width: 320px;
    flex-shrink: 0
}

.hb-cart-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: table !important;
    border: 0px
}

.hb-cart-table thead th {
    border-width: 0 0 1px
}

.hb-cart-table thead th.hb-col-room {
    text-align: left !important;
    padding-left: 0 !important
}

.hb-cart-table thead th.hb-col-price,
.hb-cart-table thead th.hb-col-quantity {
    text-align: center
}

.hb-cart-table thead th.hb-col-subtotal {
    text-align: right !important;
    padding-right: 0 !important
}

.hb-cart-table tbody td {
    padding: 20px 10px !important;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #dce0e2
}

.hb-cart-table tbody td.hb-col-deposit {
    text-align: center
}

.hb-cart-table tbody td.hb-col-remove {
    text-align: left !important
}

.hb-cart-table tbody td.hb-col-subtotal {
    text-align: right !important
}

.hb-cart-table tbody tr {
    display: table-row !important
}

.hb-cart-table .hb-col-remove {
    width: 40px;
    position: relative
}

.hb-cart-table .hb-cart-item-remove {
    color: #aaafb6;
    font-size: 18px;
    text-decoration: none;
    transition: color 0.3s
}

.hb-cart-table .hb-cart-item-remove:hover {
    color: #ff4d4f
}

.hb-cart-table .hb-col-info {
    min-width: 200px
}

.hb-cart-table .hb-room-thumb {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: var(--thim_border_radius-item, 0);
    overflow: hidden;
    float: left;
    margin-right: 16px
}

.hb-cart-table .hb-room-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--thim_border_radius-item, 0) !important
}

.hb-cart-table .hb-cart-item-title {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4
}

.hb-cart-table .hb-cart-item-title a {
    color: #121212;
    text-decoration: none
}

.hb-cart-table .hb-cart-item-title a:hover {
    color: var(--thim_body_primary_color, #687e69);
    text-decoration: none
}

.hb-cart-table .hb-cart-item-meta p {
    font-size: 14px;
    color: var(--thim_font_body-color);
    line-height: 1.5
}

.hb-cart-table .hb-cart-item-meta .hb-meta-label {
    font-weight: 700;
    margin-right: 4px
}

.hb-cart-table td.hb-col-price,
.hb-cart-table td.hb-col-subtotal {
    width: 100px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #121212
}

.hb-cart-table td.hb-col-quantity {
    width: 130px;
    text-align: center
}

.hb-cart-table .hb-quantity-control {
    display: inline-flex;
    align-items: center;
    overflow: hidden
}

.hb-cart-table .hb-quantity-control .hb-qty-btn {
    width: 32px;
    height: 36px;
    line-height: 7px !important;
    font-size: 24px !important;
    padding: 0px !important;
    cursor: pointer;
    align-items: center;
    background: transparent !important;
    color: #444 !important
}

.hb-cart-table .hb-quantity-control .hb-qty-btn:hover {
    color: var(--thim_body_primary_color)
}

.hb-cart-table .hb-quantity-control input {
    width: 40px;
    height: 36px;
    text-align: center;
    border: none !important;
    font-size: 16px !important
}

.hb-cart-table .hb-quantity-control input::-webkit-outer-spin-button,
.hb-cart-table .hb-quantity-control input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.hb-cart-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    gap: 20px;
    flex-wrap: wrap
}

.hb-cart-actions .hb-coupon-section {
    display: flex;
    gap: 12px
}

.hb-cart-actions .hb-coupon-section .hb-coupon-input {
    width: 280px;
    padding: 14px 20px;
    border: 1px solid #e8edf1;
    border-radius: 50px;
    font-size: 14px;
    outline: none
}

.hb-cart-actions .hb-coupon-section .hb-coupon-input:focus {
    border-color: var(--thim_body_primary_color, #687e69);
    outline: 2px solid var(--thim_body_primary_color, #687e69);
    outline-offset: 2px
}

.hb-cart-actions .hb-coupon-section .hb-coupon-input::placeholder {
    color: #aaafb6
}

.hb-btn {
    margin-top: 20px;
    padding: 11px 25px 12px;
    border: 0;
    border-radius: var(--thim_border_radius-button, 0) !important;
    background: var(--thim_body_primary_color, #ffb606);
    color: var(--thim_button_text_color);
    font-family: var(--thim_font_title-font-family);
    line-height: var(--thim_font_button-line-height);
    font-weight: var(--thim_font_button-variant);
    font-size: var(--thim_font_button-font-size);
    text-transform: var(--thim_font_button-text-transform);
    display: block;
    text-align: center
}

.hb-btn:focus {
    outline: none;
    text-decoration: none !important
}

.hb-btn:hover {
    background: rgba(var(--thim_body_primary_color_rgb), 80%);
    color: #fff !important;
    text-decoration: none !important
}

.hb-btn.hb-btn-primary {
    display: inline-block
}

.hb-cart-total-box {
    background: var(--thim-bg-input, #f2f4f4);
    border-radius: var(--thim_border_radius-item, 0) !important;
    padding: 30px;
    position: sticky;
    top: 120px
}

.hb-cart-total-box .hb-cart-total-title {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 600;
    color: #121212
}

.hb-cart-total-box .hb-cart-total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e8edf1
}

.hb-cart-total-box .hb-cart-total-row:last-of-type {
    border-bottom: none
}

.hb-cart-total-box .hb-cart-total-label {
    font-size: 15px;
    color: var(--thim_font_title-color)
}

.hb-cart-total-box .hb-cart-total-label small {
    display: block;
    font-size: 12px;
    color: var(--thim_font_title-color)
}

.hb-cart-total-box .hb-cart-total-value {
    font-size: 16px;
    color: var(--thim_font_title-color)
}

.hb-cart-total-box .hb-cart-grand-total .hb-cart-total-label,
.hb-cart-total-box .hb-cart-grand-total .hb-cart-total-value {
    font-weight: 400
}

.hb-cart-total-box .hb-cart-grand-total .hb-cart-total-label.hb_grand_total_value,
.hb-cart-total-box .hb-cart-grand-total .hb-cart-total-value.hb_grand_total_value {
    font-weight: 700
}

.hb-cart-total-box .hb-cart-extras-total {
    background: rgba(104, 126, 105, 0.05);
    margin: 0 -28px;
    padding: 12px 28px !important;
    border-radius: 0
}

.hb-cart-total-box .hb-cart-advance {
    background: inherit;
    margin: 0 -28px;
    padding: 12px 28px !important
}

.hb-cart-total-box .hb-cart-advance .hb-cart-total-label,
.hb-cart-total-box .hb-cart-advance .hb-cart-total-value {
    color: var(--thim_font_title-color)
}

.hb-cart-total-box .hb_coupon {
    padding: 12px 0;
    border-bottom: 1px solid #e8edf1
}

.hb-cart-total-box .hb_coupon .hb-remove-coupon {
    display: inline-block;
    float: right;
    cursor: pointer;
    color: #444 !important
}

.hb-cart-total-box .hb_coupon .hb-remove-coupon:hover {
    color: #ff4d4f !important
}

.hb-room-details {
    overflow: hidden
}

.hb-col-nights {
    width: 80px;
    text-align: center;
    vertical-align: middle
}

.hb-col-nights .hb-nights-count {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #121212;
    line-height: 1
}

.hb-col-nights .hb-nights-label {
    display: block;
    font-size: 12px;
    color: #888;
    margin-top: 4px
}

.hb-meta-icon {
    margin-right: 6px;
    color: var(--thim_body_primary_color, #687e69)
}

.hb-date-separator,
.hb-guest-separator {
    margin: 0 2px
}

.hb-cart-item-guests {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px
}

.hb-cart-item-guests .hb-guest-adults,
.hb-cart-item-guests .hb-guest-children {
    color: #444;
    font-weight: 400;
    font-size: 14px
}

.hd-coupons-update-cart {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width:767px) {
    .hd-coupons-update-cart {
        flex-wrap: wrap
    }
}

.hd-coupons-update-cart input[type=text] {
    border-radius: var(--thim_border_radius-item, 0) !important
}

.hb-extra-packages-list {
    position: relative;
    margin: 0;
    padding-left: 8px
}

.hb-extra-packages-list li {
    list-style: none;
    font-size: 14px
}

.hb-extra-packages-list li .hb_package_remove {
    color: #aaafb6 !important;
    font-size: 16px;
    cursor: pointer
}

.hb-extra-packages-list li .hb_package_remove:hover {
    color: #ff0004 !important;
    text-decoration: none !important
}

.hb-extra-packages-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 1px;
    height: 100%;
    background: #e8edf1
}

.hb-similar-rooms-section .hb-similar-rooms-title {
    margin: 80px 0 48px;
    text-align: center
}

@media (min-width:767px) {
    .hb-similar-rooms-section .rooms.tp-hotel-booking {
        margin: 0 -15px
    }
}

.hb-similar-rooms-section .rooms.tp-hotel-booking .rating {
    bottom: 30px
}

.hb-empty-cart {
    text-align: center
}

@media (max-width:1024px) {
    .hb-cart-wrapper {
        flex-direction: column
    }

    .hb-cart-wrapper .hb-cart-total-column {
        width: 100%
    }

    .hb-cart-wrapper .hb-cart-total-box {
        position: static
    }

    .hb-cart-wrapper .hb-cart-table {
        display: table !important;
        width: 100%
    }
}

@media (max-width:767px) {
    .hb-cart-wrapper .hb-cart-items-column {
        width: 100%
    }

    .hb-cart-wrapper .hb-cart-table thead {
        display: none
    }

    .hb-cart-wrapper .hb-cart-table,
    .hb-cart-wrapper .hb-cart-table tbody,
    .hb-cart-wrapper .hb-cart-table tr,
    .hb-cart-wrapper .hb-cart-table td {
        display: block !important;
        width: 100%
    }

    .hb-cart-wrapper .hb-cart-table tbody tr {
        background: #f9f9f9;
        border-radius: 12px;
        margin-bottom: 16px;
        padding: 16px;
        border: none;
        position: relative
    }

    .hb-cart-wrapper .hb-cart-table tbody td {
        padding: 8px 0 !important;
        border: none
    }

    .hb-cart-wrapper .hb-cart-table tbody td.hb-col-subtotal {
        text-align: left !important
    }

    .hb-cart-wrapper .hb-col-remove {
        width: auto !important;
        position: absolute;
        top: 0;
        right: 16px
    }

    .hb-cart-wrapper .hb-col-remove a {
        font-size: 24px
    }

    .hb-cart-wrapper .hb-room-thumb {
        width: 100%;
        height: 180px;
        float: none;
        margin: 20px 0 16px
    }

    .hb-cart-wrapper td.hb-col-price,
    .hb-cart-wrapper td.hb-col-quantity,
    .hb-cart-wrapper td.hb-col-subtotal,
    .hb-cart-wrapper td.hb-col-nights {
        width: 100%;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .hb-cart-wrapper td.hb-col-price::before {
        content: "Price:";
        font-weight: 500;
        color: #666
    }

    .hb-cart-wrapper td.hb-col-quantity::before {
        content: "Quantity:";
        font-weight: 500;
        color: #666
    }

    .hb-cart-wrapper td.hb-col-subtotal::before {
        content: "Subtotal:";
        font-weight: 500;
        color: #666
    }

    .hb-cart-wrapper td.hb-col-nights::before {
        content: "Nights:";
        font-weight: 500;
        color: #666
    }

    .hb-cart-wrapper .hb-cart-actions {
        flex-direction: column;
        align-items: stretch
    }

    .hb-cart-wrapper .hb-coupon-section {
        flex-direction: column
    }

    .hb-cart-wrapper .hb-coupon-input {
        width: 100%
    }

    .hb-cart-wrapper .hb-cart-extra-item,
    .hb-cart-wrapper .hb-cart-room-subtotal {
        margin-left: 0;
        padding-left: 16px;
        border-left: 3px solid var(--thim_body_primary_color, #687e69);
        background: rgba(104, 126, 105, 0.05)
    }

    .hb-similar-rooms-section .rooms.tp-hotel-booking[class*=hb-catalog-column-]>.hb_room {
        padding: 0
    }
}

.single-hb_room .price-single {
    display: none;
}