.wcs-recurring-totals-panel {
    position: relative;
    padding: 1em 0 0
}

.wcs-recurring-totals-panel::after {
    border-style: solid;
    border-width: 1px 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wcs-recurring-totals-panel+.wcs-recurring-totals-panel::after {
    border-top-width: 0
}

.wcs-recurring-totals-panel .wc-block-components-panel .wc-block-components-totals-item {
    padding-left: 0;
    padding-right: 0
}

.wcs-recurring-totals-panel .wc-block-components-totals-item__label::first-letter {
    text-transform: capitalize
}

.wcs-recurring-totals-panel .wcs-recurring-totals-panel__title .wc-block-components-totals-item__label {
    font-weight: 700
}

.wcs-recurring-totals-panel__title {
    margin: 0
}

.wcs-recurring-totals-panel__details .wc-block-components-panel__button,.wcs-recurring-totals-panel__details .wc-block-components-panel__button:hover,.wcs-recurring-totals-panel__details .wc-block-components-panel__button:focus {
    font-size: .875em
}

.wcs-recurring-totals-panel__details .wc-block-components-panel__content>.wc-block-components-totals-item:first-child {
    margin-top: 0
}

.wcs-recurring-totals-panel__details .wc-block-components-panel__content>.wc-block-components-totals-item:last-child {
    margin-bottom: 0
}

.wcs-recurring-totals-panel__details .wcs-recurring-totals-panel__details-total .wc-block-components-totals-item__label {
    font-weight: 700
}

.wcs-recurring-totals__subscription-length {
    float: right
}

@charset "UTF-8";.wp-block-archives-dropdown label {
    display: block
}

.wp-block-avatar {
    box-sizing: border-box
}

.wp-block-avatar.aligncenter {
    text-align: center
}

.wp-block-audio {
    box-sizing: border-box
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.wp-block-button__link {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    word-break: break-word;
    box-sizing: border-box
}

.wp-block-button__link.aligncenter {
    text-align: center
}

.wp-block-button__link.alignright {
    text-align: right
}

:where(.wp-block-button__link) {
    box-shadow: none;
    text-decoration: none;
    border-radius: 9999px;
    padding: calc(.667em + 2px) calc(1.333em + 2px)
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
    text-decoration: inherit
}

.wp-block-buttons>.wp-block-button.has-custom-width {
    max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
    width: calc(25% - var(--wp--style--block-gap, .5em)*0.75)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
    width: calc(50% - var(--wp--style--block-gap, .5em)*0.5)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
    width: calc(75% - var(--wp--style--block-gap, .5em)*0.25)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
    width: 100%;
    flex-basis: 100%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25 {
    width: 25%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
    width: 50%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75 {
    width: 75%
}

.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius {
    border-radius: 0!important
}

.wp-block-button.is-style-outline>.wp-block-button__link,.wp-block-button .wp-block-button__link.is-style-outline {
    border: 2px solid;
    padding: .667em 1.333em
}

.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color),.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: currentColor
}

.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background),.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background) {
    background-color: transparent;
    background-image: none
}

.wp-block-buttons.is-vertical {
    flex-direction: column
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
    margin-bottom: 0
}

.wp-block-buttons>.wp-block-button {
    display: inline-block;
    margin: 0
}

.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
    align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
    align-items: center
}

.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right.is-vertical {
    align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between
}

.wp-block-buttons.aligncenter {
    text-align: center
}

.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link {
    text-decoration: inherit
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-button.aligncenter,.wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td,.wp-block-calendar th {
    padding: .25em;
    border: 1px solid #ddd
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse
}

.wp-block-calendar table th {
    font-weight: 400;
    background: #ddd
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar table caption,.wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-categories {
    box-sizing: border-box
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-code {
    box-sizing: border-box
}

.wp-block-code code {
    display: block;
    font-family: inherit;
    overflow-wrap: break-word;
    white-space: pre-wrap
}

.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    box-sizing: border-box;
    flex-wrap: wrap!important;
    align-items: normal!important
}

@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap:nowrap!important
    }
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

@media (max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis:100%!important
    }
}

@media (min-width: 782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis:0%;
        flex-grow: 1
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }
}

.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap!important
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
    flex-basis: 0%;
    flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
    flex-grow: 0
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-post-comments .alignleft {
    float: left
}

.wp-block-post-comments .alignright {
    float: right
}

.wp-block-post-comments .navigation:after {
    content: "";
    display: table;
    clear: both
}

.wp-block-post-comments .commentlist {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .commentlist .comment {
    min-height: 2.25em;
    padding-left: 3.25em
}

.wp-block-post-comments .commentlist .comment p {
    font-size: 1em;
    line-height: 1.8;
    margin: 1em 0
}

.wp-block-post-comments .commentlist .children {
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .comment-author {
    line-height: 1.5
}

.wp-block-post-comments .comment-author .avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-top: .5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-post-comments .comment-author cite {
    font-style: normal
}

.wp-block-post-comments .comment-meta {
    font-size: .875em;
    line-height: 1.5
}

.wp-block-post-comments .comment-meta b {
    font-weight: 400
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
    margin-top: 1em;
    margin-bottom: 1em;
    display: block
}

.wp-block-post-comments .comment-body .commentmetadata {
    font-size: .875em
}

.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea {
    display: block;
    box-sizing: border-box;
    width: 100%
}

.wp-block-post-comments .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: .35em
}

.wp-block-post-comments .comment-reply-title {
    margin-bottom: 0
}

.wp-block-post-comments .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium,smaller);
    margin-left: .5em
}

.wp-block-post-comments .reply {
    font-size: .875em;
    margin-bottom: 1.4em
}

.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea {
    border: 1px solid #949494;
    font-size: 1em;
    font-family: inherit
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea {
    padding: calc(.667em + 2px)
}

:where(.wp-block-post-comments input[type=submit]) {
    border: none
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous {
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
    margin-right: 1ch;
    display: inline-block
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
    margin-left: 1ch;
    display: inline-block
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-comments-pagination.aligncenter {
    justify-content: center
}

.wp-block-comment-template {
    margin-bottom: 0;
    max-width: 100%;
    list-style: none;
    padding: 0
}

.wp-block-comment-template li {
    clear: both
}

.wp-block-comment-template ol {
    margin-bottom: 0;
    max-width: 100%;
    list-style: none;
    padding-left: 2rem
}

.wp-block-comment-template.alignleft {
    float: left
}

.wp-block-comment-template.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-comment-template.alignright {
    float: right
}

.wp-block-cover,.wp-block-cover-image {
    position: relative;
    background-position: 50%;
    min-height: 430px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]),.wp-block-cover .has-background-dim:not([class*=-background-color]) {
    background-color: #000
}

.wp-block-cover-image .has-background-dim.has-background-gradient,.wp-block-cover .has-background-dim.has-background-gradient {
    background-color: transparent
}

.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
    opacity: 0
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
    opacity: .1
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
    opacity: .2
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
    opacity: .3
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
    opacity: .4
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
    opacity: .5
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
    opacity: .6
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
    opacity: .7
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
    opacity: .8
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
    opacity: .9
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
    opacity: 1
}

.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-cover-image:after,.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports (position: sticky) {
    .wp-block-cover-image:after,.wp-block-cover:after {
        content:none
    }
}

.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    z-index: 1;
    color: #fff
}

.wp-block-cover-image.is-light .wp-block-cover__inner-container,.wp-block-cover.is-light .wp-block-cover__inner-container {
    color: #000
}

.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background,.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none
}

.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat
}

@supports (-webkit-overflow-scrolling:touch) {
    .wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wp-block-cover__image-background,.wp-block-cover__video-background {
    z-index: 0
}

.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center
}

.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"] {
    max-width: 360px;
    width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
    min-width: 280px
}

.wp-block-cover .wp-block-embed {
    min-width: 320px;
    min-height: 240px
}

.wp-block-embed {
    overflow-wrap: break-word
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-embed iframe {
    max-width: 100%
}

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file:not(.wp-element-button) {
    font-size: .8em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

.wp-block-file__embed {
    margin-bottom: 1em
}

:where(.wp-block-file__button) {
    border-radius: 2em;
    padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images) {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: calc(50% - 1em)
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
    margin: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 3em .77em .7em;
    color: #fff;
    text-align: center;
    font-size: .8em;
    background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
    box-sizing: border-box;
    margin: 0;
    z-index: 2
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption {
    flex-grow: 1
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
    width: 100%;
    height: 100%;
    flex: 1;
    object-fit: cover
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media (min-width: 600px) {
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
        width:calc(33.33333% - .66667em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
        width: calc(25% - .75em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
        width: calc(20% - .8em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
        width: calc(16.66667% - .83333em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
        width: calc(14.28571% - .85714em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
        width: calc(12.5% - .875em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
    align-self: flex-start
}

figure.wp-block-gallery.has-nested-images {
    align-items: normal
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2);
    margin: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    position: relative;
    flex-direction: column;
    max-width: 100%;
    box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div {
    margin: 0;
    flex-direction: column;
    flex-grow: 1
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
    display: block;
    height: auto;
    max-width: 100%!important;
    width: auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
    bottom: 0;
    color: #fff;
    font-size: 13px;
    left: 0;
    margin-bottom: 0;
    max-height: 60%;
    overflow: auto;
    padding: 0 8px 8px;
    position: absolute;
    text-align: center;
    width: 100%;
    box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
    display: inline
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
    color: inherit
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
    box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div {
    flex: 1 1 auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
    flex: initial;
    background: none;
    color: inherit;
    margin: 0;
    padding: 10px 10px 9px;
    position: relative
}

.wp-block-gallery.has-nested-images figcaption {
    flex-grow: 1;
    flex-basis: 100%;
    text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
    margin-top: 0;
    margin-bottom: auto
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
    align-self: inherit
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone) {
    display: flex
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    width: 100%;
    flex: 1 0 0%;
    height: 100%;
    object-fit: cover
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
        width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*0.66667)
    }

    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
        width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*0.75)
    }

    .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
        width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*0.8)
    }

    .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
        width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*0.83333)
    }

    .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
        width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*0.85714)
    }

    .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
        width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*0.875)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
        width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*0.66667)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
        width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*0.5)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
        width: 100%
    }
}

.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-gallery.has-nested-images.aligncenter {
    justify-content: center
}

.wp-block-group {
    box-sizing: border-box
}

h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background {
    padding: 1.25em 2.375em
}

.wp-block-image img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom
}

.wp-block-image.has-custom-border img,.wp-block-image img {
    box-sizing: border-box
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,.wp-block-image.alignwide img {
    height: auto;
    width: 100%
}

.wp-block-image.aligncenter,.wp-block-image .aligncenter,.wp-block-image.alignleft,.wp-block-image .alignleft,.wp-block-image.alignright,.wp-block-image .alignright {
    display: table
}

.wp-block-image.aligncenter>figcaption,.wp-block-image .aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image.alignright>figcaption,.wp-block-image .alignright>figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

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

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image: none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        -webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0
    }
}

.wp-block-image :where(.has-border-color) {
    border-style: solid
}

.wp-block-image :where([style*=border-top-color]) {
    border-top-style: solid
}

.wp-block-image :where([style*=border-right-color]) {
    border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-color]) {
    border-left-style: solid
}

.wp-block-image :where([style*=border-width]) {
    border-style: solid
}

.wp-block-image :where([style*=border-top-width]) {
    border-top-style: solid
}

.wp-block-image :where([style*=border-right-width]) {
    border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-width]) {
    border-left-style: solid
}

.wp-block-image figure {
    margin: 0
}

ol.wp-block-latest-comments {
    margin-left: 0
}

.wp-block-latest-comments .wp-block-latest-comments {
    padding-left: 0
}

.wp-block-latest-comments__comment {
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 2.25em;
    list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 3.25em
}

.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    line-height: 1.8;
    margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: .75em
}

.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    padding-left: 0
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 1.25em 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
        width:calc(50% - .625em)
    }

    .wp-block-latest-posts.columns-2 li:nth-child(2n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - .9375em)
    }

    .wp-block-latest-posts.columns-4 li:nth-child(4n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em)
    }

    .wp-block-latest-posts.columns-5 li:nth-child(5n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em)
    }

    .wp-block-latest-posts.columns-6 li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date {
    display: block;
    font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-latest-posts__featured-image a {
    display: inline-block
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto;
    max-width: 100%
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em;
    float: left
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em;
    float: right
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

ol,ul {
    box-sizing: border-box
}

ol.has-background,ul.has-background {
    padding: 1.25em 2.375em
}

.wp-block-media-text {
    /*!rtl:begin:ignore*/
    direction: ltr;
    /*!rtl:end:ignore*/
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto;
    box-sizing: border-box
}

.wp-block-media-text.has-media-on-the-right {
    grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media {
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1;
    /*!rtl:end:ignore*/
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1 /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1 /*!rtl:end:ignore*/
}

.wp-block-media-text__media img,.wp-block-media-text__media video {
    height: auto;
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
    display: block;
    height: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns:100%!important
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2
    }
}

.wp-block-navigation {
    position: relative;
    --navigation-layout-justification-setting: flex-start;
    --navigation-layout-direction: row;
    --navigation-layout-wrap: wrap;
    --navigation-layout-justify: flex-start;
    --navigation-layout-align: center
}

.wp-block-navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0
}

.wp-block-navigation ul,.wp-block-navigation ul li {
    list-style: none;
    padding: 0
}

.wp-block-navigation .wp-block-navigation-item {
    display: flex;
    align-items: center;
    position: relative
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
    display: none
}

.wp-block-navigation .wp-block-navigation-item__content {
    display: block
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
    text-decoration: underline
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
    text-decoration: line-through
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
    text-decoration: none
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
    align-self: center;
    line-height: 0;
    display: inline-block;
    font-size: inherit;
    padding: 0;
    background-color: inherit;
    color: currentColor;
    border: none;
    width: .6em;
    height: .6em;
    margin-left: .25em
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
    display: inline-block;
    stroke: currentColor;
    width: inherit;
    height: inherit;
    margin-top: .075em
}

.wp-block-navigation.is-vertical {
    --navigation-layout-direction: column;
    --navigation-layout-justify: initial;
    --navigation-layout-align: flex-start
}

.wp-block-navigation.no-wrap {
    --navigation-layout-wrap: nowrap
}

.wp-block-navigation.items-justified-center {
    --navigation-layout-justification-setting: center;
    --navigation-layout-justify: center
}

.wp-block-navigation.items-justified-center.is-vertical {
    --navigation-layout-align: center
}

.wp-block-navigation.items-justified-right {
    --navigation-layout-justification-setting: flex-end;
    --navigation-layout-justify: flex-end
}

.wp-block-navigation.items-justified-right.is-vertical {
    --navigation-layout-align: flex-end
}

.wp-block-navigation.items-justified-space-between {
    --navigation-layout-justification-setting: space-between;
    --navigation-layout-justify: space-between
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
    background-color: inherit;
    color: inherit;
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: normal;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
    left: -1px;
    top: 100%
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
    display: flex;
    flex-grow: 1
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
    margin-right: 0;
    margin-left: auto
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    margin: 0
}

@media (min-width: 782px) {
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left:100%;
        top: -1px
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
        content: "";
        position: absolute;
        right: 100%;
        height: 100%;
        display: block;
        width: .5em;
        background: transparent
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
        margin-right: .25em
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
        transform: rotate(-90deg)
    }
}

.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px
}

.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
    left: 0;
    top: 100%
}

@media (min-width: 782px) {
    .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left:100%;
        top: 0
    }
}

.wp-block-navigation-submenu {
    position: relative;
    display: flex
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
    stroke: currentColor
}

button.wp-block-navigation-item__content {
    background-color: transparent;
    border: none;
    color: currentColor;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-transform: inherit;
    text-align: left
}

.wp-block-navigation-submenu__toggle {
    cursor: pointer
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
    padding-right: .85em
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon {
    margin-left: -.6em;
    pointer-events: none
}

.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog {
    gap: inherit
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)) {
    padding: .5em 1em
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container {
    left: auto;
    right: 0
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: -1px;
    right: -1px
}

@media (min-width: 782px) {
    .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left:auto;
        right: 100%
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: #fff;
    color: #000;
    border: 1px solid rgba(0,0,0,.15)
}

.wp-block-navigation__container {
    display: flex;
    flex-wrap: var(--navigation-layout-wrap,wrap);
    flex-direction: var(--navigation-layout-direction,initial);
    justify-content: var(--navigation-layout-justify,initial);
    align-items: var(--navigation-layout-align,initial);
    list-style: none;
    margin: 0;
    padding-left: 0
}

.wp-block-navigation__container .is-responsive {
    display: none
}

.wp-block-navigation__container:only-child,.wp-block-page-list:only-child {
    flex-grow: 1
}

@keyframes overlay-menu__fade-in-animation {
    0% {
        opacity: 0;
        transform: translateY(.5em)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.wp-block-navigation__responsive-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.wp-block-navigation__responsive-container .wp-block-navigation-link a {
    color: inherit
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
    display: flex;
    flex-wrap: var(--navigation-layout-wrap,wrap);
    flex-direction: var(--navigation-layout-direction,initial);
    justify-content: var(--navigation-layout-justify,initial);
    align-items: var(--navigation-layout-align,initial)
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
    color: inherit!important;
    background-color: inherit!important
}

.wp-block-navigation__responsive-container.is-menu-open {
    display: flex;
    flex-direction: column;
    background-color: inherit;
    animation: overlay-menu__fade-in-animation .1s ease-out;
    animation-fill-mode: forwards;
    padding: var(--wp--style--root--padding-top,2rem) var(--wp--style--root--padding-right,2rem) var(--wp--style--root--padding-bottom,2rem) var(--wp--style--root--padding-left,2rem);
    overflow: auto;
    z-index: 100000
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-navigation__responsive-container.is-menu-open {
        animation-duration: 1ms;
        animation-delay: 0s
    }
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    padding-top: calc(2rem + 24px);
    overflow: visible;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: var(--navigation-layout-justification-setting,inherit)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
    display: none
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
    opacity: 1;
    visibility: visible;
    height: auto;
    width: auto;
    overflow: initial;
    min-width: 200px;
    position: static;
    border: none;
    padding-left: 2rem;
    padding-right: 2rem
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    gap: inherit
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    padding-top: var(--wp--style--block-gap,2em)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    display: flex;
    flex-direction: column;
    align-items: var(--navigation-layout-justification-setting,initial)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
    color: inherit!important;
    background: transparent!important
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    right: auto;
    left: auto
}

@media (min-width: 600px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display:block;
        width: 100%;
        position: relative;
        z-index: auto;
        background-color: inherit
    }

    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
        display: none
    }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
        left: 0
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #fff;
    color: #000
}

.wp-block-navigation__toggle_button_label {
    font-size: 1rem;
    font-weight: 700
}

.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open {
    vertical-align: middle;
    cursor: pointer;
    color: currentColor;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
    text-transform: inherit
}

.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg {
    fill: currentColor;
    pointer-events: none;
    display: block;
    width: 24px;
    height: 24px
}

.wp-block-navigation__responsive-container-open {
    display: flex
}

@media (min-width: 600px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display:none
    }
}

.wp-block-navigation__responsive-container-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

.wp-block-navigation__responsive-close {
    width: 100%;
    max-width: var(--wp--style--global--wide-size,100%);
    margin-left: auto;
    margin-right: auto
}

.wp-block-navigation__responsive-close:focus {
    outline: none
}

.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog {
    box-sizing: border-box
}

.wp-block-navigation__responsive-dialog {
    position: relative
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
    margin-top: 46px
}

@media (min-width: 782px) {
    .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
        margin-top:32px
    }
}

html.has-modal-open {
    overflow: hidden
}

.wp-block-navigation .wp-block-navigation-item__label {
    word-break: normal;
    overflow-wrap: break-word
}

.wp-block-navigation .wp-block-navigation-item__description {
    display: none
}

.wp-block-navigation .wp-block-page-list {
    display: flex;
    flex-direction: var(--navigation-layout-direction,initial);
    justify-content: var(--navigation-layout-justify,initial);
    align-items: var(--navigation-layout-align,initial);
    flex-wrap: var(--navigation-layout-wrap,wrap);
    background-color: inherit
}

.wp-block-navigation .wp-block-navigation-item {
    background-color: inherit
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

p.has-drop-cap.has-background {
    overflow: hidden
}

p.has-background {
    padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .5em
}

.wp-block-post-author__avatar {
    margin-right: 1em
}

.wp-block-post-author__bio {
    margin-bottom: .7em;
    font-size: .7em
}

.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0%
}

.wp-block-post-author__name {
    margin: 0
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
    font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
    font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
    font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
    line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
    font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
    letter-spacing: inherit
}

.wp-block-post-comments-form input[type=submit] {
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    overflow-wrap: break-word
}

.wp-block-post-comments-form input:not([type=submit]),.wp-block-post-comments-form textarea {
    border: 1px solid #949494;
    font-size: 1em;
    font-family: inherit
}

.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form textarea {
    padding: calc(.667em + 2px)
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form .comment-form textarea {
    display: block;
    box-sizing: border-box;
    width: 100%
}

.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: .35em
}

.wp-block-post-comments-form .comment-reply-title {
    margin-bottom: 0
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium,smaller);
    margin-left: .5em
}

.wp-block-post-date {
    box-sizing: border-box
}

.wp-block-post-excerpt__more-link {
    display: inline-block
}

.wp-block-post-featured-image {
    margin-left: 0;
    margin-right: 0
}

.wp-block-post-featured-image a {
    display: block
}

.wp-block-post-featured-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: bottom;
    box-sizing: border-box
}

.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img {
    width: 100%
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
    position: absolute;
    inset: 0;
    background-color: #000
}

.wp-block-post-featured-image {
    position: relative
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
    background-color: transparent
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
    opacity: 0
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
    opacity: .1
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
    opacity: .2
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
    opacity: .3
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
    opacity: .4
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
    opacity: .5
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
    opacity: .6
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
    opacity: .7
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
    opacity: .8
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
    opacity: .9
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
    opacity: 1
}

.wp-block-post-terms__separator {
    white-space: pre-wrap
}

.wp-block-post-title {
    word-break: break-word;
    box-sizing: border-box
}

.wp-block-post-title a {
    display: inline-block
}

.wp-block-preformatted {
    white-space: pre-wrap
}

.wp-block-preformatted.has-background {
    padding: 1.25em 2.375em
}

.wp-block-pullquote {
    margin: 0 0 1em;
    padding: 3em 0;
    text-align: center;
    overflow-wrap: break-word;
    box-sizing: border-box
}

.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p {
    color: inherit
}

.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright {
    max-width: 420px
}

.wp-block-pullquote cite,.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote.has-text-align-left blockquote {
    text-align: left
}

.wp-block-pullquote.has-text-align-right blockquote {
    text-align: right
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-post-template {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
    list-style: none;
    padding: 0
}

.wp-block-post-template.wp-block-post-template {
    background: none
}

.wp-block-post-template.is-flex-container {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25em
}

.wp-block-post-template.is-flex-container li {
    margin: 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li {
        width:calc(50% - .625em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li {
        width: calc(25% - .9375em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li {
        width: calc(20% - 1em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li {
        width: calc(16.66667% - 1.04167em)
    }
}

.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous {
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-child {
    margin-inline-start:auto}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child {
    margin-inline-end:auto}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
    margin-right: 1ch;
    display: inline-block
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
    margin-left: 1ch;
    display: inline-block
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-query-pagination.aligncenter {
    justify-content: center
}

.wp-block-query-title,.wp-block-quote {
    box-sizing: border-box
}

.wp-block-quote {
    overflow-wrap: break-word
}

.wp-block-quote.is-large:not(.is-style-plain),.wp-block-quote.is-style-large:not(.is-style-plain) {
    margin-bottom: 1em;
    padding: 0 1em
}

.wp-block-quote.is-large:not(.is-style-plain) p,.wp-block-quote.is-style-large:not(.is-style-plain) p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large:not(.is-style-plain) cite,.wp-block-quote.is-large:not(.is-style-plain) footer,.wp-block-quote.is-style-large:not(.is-style-plain) cite,.wp-block-quote.is-style-large:not(.is-style-plain) footer {
    font-size: 1.125em;
    text-align: right
}

.wp-block-read-more {
    display: block;
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-read-more:not([style*=text-decoration]),.wp-block-read-more:not([style*=text-decoration]):active,.wp-block-read-more:not([style*=text-decoration]):focus {
    text-decoration: none
}

ul.wp-block-rss {
    list-style: none;
    padding: 0
}

ul.wp-block-rss.wp-block-rss {
    box-sizing: border-box
}

ul.wp-block-rss.alignleft {
    margin-right: 2em
}

ul.wp-block-rss.alignright {
    margin-left: 2em
}

ul.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

ul.wp-block-rss.is-grid li {
    margin: 0 1em 1em 0;
    width: 100%
}

@media (min-width: 600px) {
    ul.wp-block-rss.columns-2 li {
        width:calc(50% - 1em)
    }

    ul.wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }

    ul.wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }

    ul.wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }

    ul.wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author,.wp-block-rss__item-publish-date {
    display: block;
    font-size: .8125em
}

.wp-block-search__button {
    margin-left: .625em;
    word-break: normal
}

.wp-block-search__button.has-icon {
    line-height: 0
}

.wp-block-search__button svg {
    min-width: 1.5em;
    min-height: 1.5em;
    fill: currentColor;
    vertical-align: text-bottom
}

:where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: .375em .625em
}

.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.wp-block-search__label {
    width: 100%
}

.wp-block-search__input {
    padding: 8px;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 3em;
    border: 1px solid #949494;
    text-decoration: unset!important
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    padding: 4px;
    border: 1px solid #949494
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
    border-radius: 0;
    border: none;
    padding: 0 0 0 .25em
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
    outline: none
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
    padding: .125em .5em
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto
}

.wp-block-separator {
    border: 1px solid;
    border-right: none;
    border-left: none
}

.wp-block-separator.is-style-dots {
    background: none!important;
    border: none;
    text-align: center;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "···";
    color: currentColor;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

.wp-block-site-logo {
    box-sizing: border-box;
    line-height: 0
}

.wp-block-site-logo a {
    display: inline-block
}

.wp-block-site-logo.is-default-size img {
    width: 120px;
    height: auto
}

.wp-block-site-logo img {
    height: auto;
    max-width: 100%
}

.wp-block-site-logo a,.wp-block-site-logo img {
    border-radius: inherit
}

.wp-block-site-logo.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.wp-block-site-logo.is-style-rounded {
    border-radius: 9999px
}

.wp-block-social-links {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
    margin-left: 0;
    background: none
}

.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none
}

.wp-block-social-links .wp-social-link a {
    padding: .25em
}

.wp-block-social-links .wp-social-link svg {
    width: 1em;
    height: 1em
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
    margin-left: .5em;
    margin-right: .5em;
    font-size: .65em
}

.wp-block-social-links.has-small-icon-size {
    font-size: 16px
}

.wp-block-social-links,.wp-block-social-links.has-normal-icon-size {
    font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
    font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
    font-size: 48px
}

.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex
}

.wp-block-social-links.alignright {
    justify-content: flex-end
}

.wp-block-social-link {
    display: block;
    border-radius: 9999px;
    transition: transform .1s ease;
    height: auto
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-social-link {
        transition-duration: 0s;
        transition-delay: 0s
    }
}

.wp-block-social-link a {
    align-items: center;
    display: flex;
    line-height: 0;
    transition: transform .1s ease
}

.wp-block-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
    color: currentColor;
    fill: currentColor
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
    background-color: #ff424d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #ff4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp {
    background-color: #25d366;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
    padding: 0
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 1.25em;
    height: 1.25em
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
    color: #ff424d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #ff4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
    color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp {
    color: #25d366
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    color: #d32422
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: .66667em;
    padding-right: .66667em
}

.wp-block-spacer {
    clear: both
}

.wp-block-tag-cloud.aligncenter {
    text-align: center;
    justify-content: center
}

.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em
}

.wp-block-tag-cloud a {
    display: inline-block;
    margin-right: 5px
}

.wp-block-tag-cloud span {
    display: inline-block;
    margin-left: 5px;
    text-decoration: none
}

.wp-block-tag-cloud.is-style-outline {
    display: flex;
    flex-wrap: wrap;
    gap: 1ch
}

.wp-block-tag-cloud.is-style-outline a {
    border: 1px solid;
    font-size: unset!important;
    margin-right: 0;
    padding: 1ch 2ch;
    text-decoration: none!important
}

.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-table td,.wp-block-table th {
    border: 1px solid;
    padding: .5em
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-table .has-border-color>*,.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr {
    border-color: inherit
}

.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th,.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th {
    border-top-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
    border-top-color: currentColor
}

.wp-block-table table[style*=border-right-color]>*,.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr {
    border-right-color: inherit
}

.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th,.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th {
    border-bottom-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
    border-bottom-color: currentColor
}

.wp-block-table table[style*=border-left-color]>*,.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr {
    border-left-color: inherit
}

.wp-block-table table[style*=border-style]>*,.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr {
    border-style: inherit
}

.wp-block-table table[style*=border-width]>*,.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr {
    border-width: inherit;
    border-style: inherit
}

.wp-block-text-columns,.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

pre.wp-block-verse {
    font-family: inherit;
    overflow: auto;
    white-space: pre-wrap
}

.wp-block-video {
    box-sizing: border-box
}

.wp-block-video video {
    width: 100%
}

@supports (position: sticky) {
    .wp-block-video [poster] {
        object-fit:cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-element-button {
    cursor: pointer
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg,#00d084,#0693e3)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg,#faaca8,#dad0ec)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg,#fafae1,#67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg,#fdd79a,#004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg,#330968,#31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg,#020381,#2874fc)
}

.has-regular-font-size {
    font-size: 1em
}

.has-larger-font-size {
    font-size: 2.625em
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge)
}

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

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

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

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important
}

.screen-reader-text:focus {
    background-color: #ddd;
    clip: auto!important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

figure {
    margin: 0 0 1em
}

.components-custom-select-control {
    position: relative
}

.components-custom-select-control__label {
    display: block;
    margin-bottom: 8px
}

.components-custom-select-control__button {
    border: 1px solid #757575;
    border-radius: 2px;
    min-height: 30px;
    min-width: 130px;
    position: relative;
    text-align: left
}

.components-custom-select-control__button.components-custom-select-control__button {
    padding-right: 24px
}

.components-custom-select-control__button:focus:not(:disabled) {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color)
}

.components-custom-select-control__button .components-custom-select-control__button-icon {
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}

.components-custom-select-control__menu {
    background-color: #fff;
    border: 1px solid #1e1e1e;
    border-radius: 2px;
    max-height: 400px;
    min-width: 100%;
    outline: none;
    overflow: auto;
    padding: 0;
    position: absolute;
    transition: none;
    z-index: 1000000
}

.components-custom-select-control__menu[aria-hidden=true] {
    display: none
}

.components-custom-select-control__item {
    align-items: center;
    cursor: default;
    display: flex;
    line-height: 28px;
    list-style-type: none;
    padding: 8px
}

.components-custom-select-control__item.is-highlighted {
    background: #ddd
}

.components-custom-select-control__item .components-custom-select-control__item-icon {
    margin-left: auto;
    margin-right: 0
}

.components-custom-select-control__item:last-child {
    margin-bottom: 0
}

.components-snackbar {
    background-color: #1e1e1e;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: 13px;
    max-width: 600px;
    padding: 16px 24px;
    pointer-events: auto;
    width: 100%
}

@media(min-width: 600px) {
    .components-snackbar {
        width:-webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.components-snackbar:focus {
    box-shadow: 0 0 0 1px #fff,0 0 0 3px var(--wp-admin-theme-color)
}

.components-snackbar.components-snackbar-explicit-dismiss {
    cursor: default
}

.components-snackbar .components-snackbar__content-with-icon {
    margin-left: 24px
}

.components-snackbar .components-snackbar__icon {
    left: 28px;
    position: absolute;
    top: 24px
}

.components-snackbar .components-snackbar__dismiss-button {
    cursor: pointer;
    margin-left: 32px
}

.components-snackbar__action.components-button {
    color: #fff;
    flex-shrink: 0;
    height: auto;
    line-height: 1.4;
    margin-left: 32px;
    padding: 0
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary) {
    background-color: transparent;
    text-decoration: underline
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus {
    box-shadow: none;
    color: #fff;
    outline: 1px dotted #fff
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
    color: var(--wp-admin-theme-color)
}

.components-snackbar__content {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    line-height: 1.4
}

.components-snackbar-list {
    box-sizing: border-box;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 100000
}

.components-snackbar-list__notice-container {
    padding-top: 8px;
    position: relative
}

.components-combobox-control {
    width: 100%
}

input.components-combobox-control__input[type=text] {
    border: none;
    box-shadow: none;
    font-size: 16px;
    line-height: inherit;
    margin: 0;
    min-height: auto;
    padding: 2px;
    width: 100%
}

@media(min-width: 600px) {
    input.components-combobox-control__input[type=text] {
        font-size:13px
    }
}

input.components-combobox-control__input[type=text]:focus {
    box-shadow: none;
    outline: none
}

.components-combobox-control__suggestions-container {
    align-items: flex-start;
    border: 1px solid #949494;
    border-radius: 2px;
    box-shadow: 0 0 0 transparent;
    display: flex;
    flex-wrap: wrap;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: 16px;
    line-height: normal;
    margin: 0 0 8px;
    padding: 4px;
    transition: box-shadow .1s linear;
    width: 100%
}

@media(prefers-reduced-motion:reduce) {
    .components-combobox-control__suggestions-container {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@media(min-width: 600px) {
    .components-combobox-control__suggestions-container {
        font-size:13px;
        line-height: normal
    }
}

.components-combobox-control__suggestions-container:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-combobox-control__suggestions-container::-webkit-input-placeholder {
    color: rgba(30,30,30,.62)
}

.components-combobox-control__suggestions-container::-moz-placeholder {
    color: rgba(30,30,30,.62);
    opacity: 1
}

.components-combobox-control__suggestions-container:-ms-input-placeholder {
    color: rgba(30,30,30,.62)
}

.components-combobox-control__suggestions-container:focus-within {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-combobox-control__reset.components-button {
    display: flex;
    height: 24px;
    min-width: 24px;
    padding: 0
}

.components-form-token-field__input-container {
    align-items: center;
    border: 1px solid #949494;
    border-radius: 2px;
    box-shadow: 0 0 0 transparent;
    cursor: text;
    display: flex;
    flex-wrap: wrap;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: 16px;
    line-height: normal;
    margin: 0 0 8px;
    padding: 2px 4px;
    transition: box-shadow .1s linear;
    width: 100%
}

@media(prefers-reduced-motion:reduce) {
    .components-form-token-field__input-container {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@media(min-width: 600px) {
    .components-form-token-field__input-container {
        font-size:13px;
        line-height: normal
    }
}

.components-form-token-field__input-container:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-form-token-field__input-container::-webkit-input-placeholder {
    color: rgba(30,30,30,.62)
}

.components-form-token-field__input-container::-moz-placeholder {
    color: rgba(30,30,30,.62);
    opacity: 1
}

.components-form-token-field__input-container:-ms-input-placeholder {
    color: rgba(30,30,30,.62)
}

.components-form-token-field__input-container.is-disabled {
    background: #ddd;
    border-color: #ddd
}

.components-form-token-field__input-container.is-active {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-form-token-field__input-container input[type=text].components-form-token-field__input {
    background: inherit;
    border: 0;
    box-shadow: none;
    color: #1e1e1e;
    display: inline-block;
    flex: 1;
    font-size: 16px;
    margin-left: 4px;
    max-width: 100%;
    min-height: 24px;
    min-width: 50px;
    padding: 0;
    width: 100%
}

@media(min-width: 600px) {
    .components-form-token-field__input-container input[type=text].components-form-token-field__input {
        font-size:13px
    }
}

.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus {
    box-shadow: none;
    outline: none
}

.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input {
    width: auto
}

.components-form-token-field__label {
    display: inline-block;
    margin-bottom: 4px
}

.components-form-token-field__help {
    color: #757575;
    font-size: 12px;
    font-style: normal
}

.components-form-token-field__token {
    color: #1e1e1e;
    display: flex;
    font-size: 13px;
    margin: 2px 4px 2px 0;
    max-width: 100%
}

.components-form-token-field__token.is-success .components-form-token-field__remove-token,.components-form-token-field__token.is-success .components-form-token-field__token-text {
    background: #4ab866
}

.components-form-token-field__token.is-error .components-form-token-field__remove-token,.components-form-token-field__token.is-error .components-form-token-field__token-text {
    background: #cc1818
}

.components-form-token-field__token.is-validating .components-form-token-field__remove-token,.components-form-token-field__token.is-validating .components-form-token-field__token-text {
    color: #757575
}

.components-form-token-field__token.is-borderless {
    padding: 0 16px 0 0;
    position: relative
}

.components-form-token-field__token.is-borderless .components-form-token-field__token-text {
    background: transparent;
    color: var(--wp-admin-theme-color)
}

.components-form-token-field__token.is-borderless .components-form-token-field__remove-token {
    background: transparent;
    color: #757575;
    position: absolute;
    right: 0;
    top: 1px
}

.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text {
    color: #4ab866
}

.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text {
    border-radius: 4px 0 0 4px;
    color: #cc1818;
    padding: 0 4px 0 6px
}

.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text {
    color: #1e1e1e
}

.components-form-token-field__token.is-disabled .components-form-token-field__remove-token {
    cursor: default
}

.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text {
    background: #ddd;
    display: inline-block;
    height: auto;
    line-height: 24px;
    min-width: unset;
    transition: all .2s cubic-bezier(.4,1,.4,1)
}

@media(prefers-reduced-motion:reduce) {
    .components-form-token-field__remove-token.components-button,.components-form-token-field__token-text {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-duration: 1ms;
        animation-duration: 1ms;
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.components-form-token-field__token-text {
    border-radius: 2px 0 0 2px;
    overflow: hidden;
    padding: 0 0 0 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.components-form-token-field__remove-token.components-button {
    border-radius: 0 2px 2px 0;
    color: #1e1e1e;
    cursor: pointer;
    line-height: 10px;
    overflow: initial;
    padding: 0 2px
}

.components-form-token-field__remove-token.components-button:hover {
    color: #1e1e1e
}

.components-form-token-field__suggestions-list {
    border-top: 1px solid #757575;
    flex: 1 0 100%;
    list-style: none;
    margin: 4px -4px -4px;
    max-height: 9em;
    min-width: 100%;
    overflow-y: auto;
    padding: 0;
    transition: all .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .components-form-token-field__suggestions-list {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.components-form-token-field__suggestion {
    color: #757575;
    cursor: pointer;
    display: block;
    font-size: 13px;
    margin: 0;
    padding: 4px 8px
}

.components-form-token-field__suggestion.is-selected {
    background: var(--wp-admin-theme-color);
    color: #fff
}

.components-form-token-field__suggestion-match {
    text-decoration: underline
}

.wc-block-grid__products .wc-block-grid__product-image {
    display: block;
    position: relative;
    text-decoration: none
}

.wc-block-grid__products .wc-block-grid__product-image a {
    border: 0;
    box-shadow: none;
    outline: 0;
    text-decoration: none
}

.wc-block-grid__products .wc-block-grid__product-image img {
    height: auto;
    max-width: 100%;
    width: auto
}

.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
    display: none
}

.wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
    border: 1px solid #f2f2f2
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title {
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    line-height: 1.2;
    padding: 0
}

.wc-block-grid__product-price {
    display: block
}

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
    margin-right: .5em
}

.wc-block-grid__product-add-to-cart.wp-block-button {
    white-space: normal;
    word-break: break-word
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    display: inline-flex;
    font-size: 1em;
    justify-content: center;
    margin-left: auto!important;
    margin-right: auto!important;
    padding: .5em 1em;
    text-align: center;
    white-space: normal;
    word-break: break-word
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
    opacity: .25
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
    content: "";
    display: inline-block;
    font-family: WooCommerce;
    height: auto;
    margin-left: .5em;
    width: auto
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    content: "";
    display: inline-block;
    font-family: WooCommerce;
    height: auto;
    margin-left: .5em;
    width: auto
}

.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after {
    content: "";
    margin: 0
}

.wc-block-grid__product-rating {
    display: block
}

.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
    font-family: star;
    font-size: 1em;
    font-weight: 400;
    height: 1.618em;
    line-height: 1.618;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 5.3em
}

.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
    content: "SSSSS";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
    color: inherit;
    content: "SSSSS";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.wc-block-grid__product-onsale {
    background: #fff;
    border: 1px solid #43454b;
    border-radius: 3px;
    color: #43454b;
    display: inline-block;
    font-size: .875em;
    font-weight: 600;
    padding: .25em .75em;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    z-index: 9
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),.wc-block-grid__product .wc-block-grid__product-title {
    margin: 0 0 12px
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating {
    margin: 0 auto 12px
}

.theme-twentysixteen .wc-block-grid .price ins {
    color: #77a464
}

.theme-twentynineteen .wc-block-grid__product {
    font-size: .88889em
}

.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif
}

.theme-twentynineteen .wc-block-grid__product-title:before {
    display: none
}

.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale {
    line-height: 1
}

.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color) {
    color: #fff
}

.theme-twentytwenty .wc-block-grid__product-link {
    color: #000
}

.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title {
    color: #cd2653;
    font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;
    font-size: 1em
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
    margin-top: 0
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value {
    font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;
    font-size: .9em
}

.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del {
    opacity: .5
}

.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins {
    text-decoration: none
}

.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating {
    font-size: .7em
}

.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
    line-height: 1
}

.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link {
    font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif
}

.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    background: #cd2653;
    color: #fff;
    font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    text-transform: uppercase
}

.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
    position: static
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
    position: absolute
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 1
}

.theme-twentytwenty .wc-block-active-filters__title,.theme-twentytwenty .wc-block-attribute-filter__title,.theme-twentytwenty .wc-block-price-filter__title,.theme-twentytwenty .wc-block-stock-filter__title {
    font-size: 1em
}

.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all {
    font-size: .75em
}

.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    font-size: .75em;
    padding: .5em
}

@media only screen and (min-width: 768px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size:.875em;
        padding: .5em
    }
}

@media only screen and (min-width: 1168px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size:.875em;
        padding: .5em
    }
}

.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart {
    display: block;
    margin-top: 12px
}

.theme-twentytwentytwo .wc-block-components-product-price ins,.theme-twentytwentytwo .wc-block-grid__product-price ins {
    text-decoration: none
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    word-wrap: normal!important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal!important;
    padding: 0;
    position: absolute!important;
    width: 1px
}

.screen-reader-text:focus {
    clip: auto!important;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    -webkit-clip-path: none;
    clip-path: none;
    color: #2b2d2f;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.wc-block-components-product-add-to-cart-attribute-picker {
    flex-basis: 100%;
    margin: 0
}

.wc-block-components-product-add-to-cart-attribute-picker label {
    display: block;
    font-size: 1em
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__container {
    position: relative
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select {
    margin: 0 0 .75em
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select select {
    min-height: 1.75em;
    min-width: 60%
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error {
    margin-bottom: 24px
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select {
    border-color: #cc1818
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select:focus {
    outline-color: #cc1818
}

.wc-block-components-product-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button {
    margin: 0 0 .75em
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text {
    display: block
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text>svg {
    fill: currentColor;
    height: 1.5em;
    margin: -.25em 0 -.25em .5em;
    vertical-align: top;
    width: 1.5em
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
    color: #43454b;
    flex-basis: 5em;
    margin: 0 1em .75em 0;
    padding: .618em;
    text-align: center
}

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    line-height: 1;
    max-width: 100%!important;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    z-index: 1
}

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button>*,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity>*,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button>*,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity>* {
    visibility: hidden
}

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:after,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity:after,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button:after,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-grid .wc-block-components-product-add-to-cart {
    justify-content: center
}

.wc-block-components-product-add-to-cart-notice {
    margin: 0
}

.wp-block-button.wc-block-components-product-button {
    white-space: normal;
    word-break: break-word
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
    border-style: none;
    display: inline-flex;
    font-family: inherit;
    font-weight: inherit;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    white-space: normal;
    word-break: break-word
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    line-height: 1;
    max-width: 100%!important;
    min-height: 3em;
    min-width: 8em;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    z-index: 1
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder>* {
    visibility: hidden
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-all-products .wp-block-button.wc-block-components-product-button {
    margin-bottom: 12px
}

.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button {
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    line-height: 1;
    max-width: 100%!important;
    min-height: 3em;
    min-width: 8em;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    z-index: 1
}

.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button>* {
    visibility: hidden
}

.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-button>.wc-block-components-product-button__button {
        -webkit-animation: none;
        animation: none
    }
}

.theme-twentytwentyone .editor-styles-wrapper .wc-block-components-product-button .wp-block-button__link {
    background-color: var(--button--color-background);
    border-color: var(--button--color-background);
    color: var(--button--color-text)
}

.wc-block-components-product-category-list {
    margin-bottom: .75em;
    margin-top: 0
}

.wc-block-components-product-category-list ul {
    display: inline;
    margin: 0;
    padding: 0
}

.wc-block-components-product-category-list ul li {
    display: inline;
    list-style: none
}

.wc-block-components-product-category-list ul li:after {
    content: ", "
}

.wc-block-components-product-category-list ul li:last-child:after {
    content: ""
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image,.wc-block-components-product-image {
    display: block;
    position: relative;
    text-decoration: none
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a,.wc-block-components-product-image a {
    border: 0;
    border-radius: inherit;
    box-shadow: none;
    outline: 0;
    text-decoration: none
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img,.wc-block-components-product-image img {
    border-radius: inherit;
    vertical-align: middle;
    width: 100%
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[hidden],.wc-block-components-product-image img[hidden] {
    display: none
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[alt=""],.wc-block-components-product-image img[alt=""] {
    border: 1px solid #f2f2f2
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-left {
    left: 4px;
    margin: 0;
    position: absolute;
    right: auto;
    top: 4px
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-center {
    left: 50%;
    margin: 0;
    position: absolute;
    right: auto;
    top: 4px;
    transform: translateX(-50%)
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-right {
    left: auto;
    margin: 0;
    position: absolute;
    right: 4px;
    top: 4px
}

.is-loading .wc-block-components-product-image {
    background-color: currentColor!important;
    border: 0!important;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    line-height: 1;
    max-width: 100%!important;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    width: auto;
    z-index: 1
}

.is-loading .wc-block-components-product-image>* {
    visibility: hidden
}

.is-loading .wc-block-components-product-image:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-image {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-product-image {
    margin: 0 0 12px
}

.wc-block-components-product-price {
    display: block
}

.wc-block-all-products .wc-block-components-product-price {
    margin-bottom: 12px
}

.wc-block-components-product-rating {
    display: block
}

.wc-block-components-product-rating__stars {
    display: inline-block;
    font-family: star;
    font-size: 1em;
    font-weight: 400;
    height: 1.618em;
    line-height: 1.618;
    overflow: hidden;
    position: relative;
    width: 5.3em
}

.wc-block-components-product-rating__stars:before {
    color: inherit;
    content: "SSSSS";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.wc-block-components-product-rating__stars span {
    color: inherit;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-product-rating__stars span:before {
    color: inherit;
    content: "SSSSS";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.wc-block-components-product-rating__link {
    display: inline-block;
    font-size: .875em;
    text-align: inherit;
    width: 100%
}

.wc-block-all-products .wc-block-components-product-rating {
    margin-bottom: 12px;
    margin-top: 0
}

.wc-block-single-product .wc-block-components-product-rating__stars {
    margin: 0
}

.wc-block-all-products .is-loading .wc-block-components-product-rating,.wp-block-query .is-loading .wc-block-components-product-rating {
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    line-height: 1;
    max-width: 100%!important;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    width: 7em;
    z-index: 1
}

.wc-block-all-products .is-loading .wc-block-components-product-rating>*,.wp-block-query .is-loading .wc-block-components-product-rating>* {
    visibility: hidden
}

.wc-block-all-products .is-loading .wc-block-components-product-rating:after,.wp-block-query .is-loading .wc-block-components-product-rating:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-all-products .is-loading .wc-block-components-product-rating,.wp-block-query .is-loading .wc-block-components-product-rating {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-product-sale-badge {
    background: #fff;
    border: 1px solid #43454b;
    border-radius: 3px;
    box-sizing: border-box;
    color: #43454b;
    display: inline-block;
    font-size: .875em;
    font-weight: 600;
    margin: 0 auto 12px;
    padding: .25em .75em;
    position: static;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    z-index: 9
}

.wc-block-components-product-sale-badge span {
    background-color: inherit;
    color: inherit
}

.wc-block-components-product-sku {
    display: block;
    font-size: .875em;
    margin-bottom: 12px;
    margin-top: 0;
    text-transform: uppercase
}

.wc-block-components-product-stock-indicator {
    display: block;
    font-size: .875em;
    margin-bottom: .75em;
    margin-top: 0
}

.wc-block-components-product-summary {
    margin-bottom: 12px;
    margin-top: 0
}

.is-loading .wc-block-components-product-summary:before {
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor!important;
    content: ".";
    display: block;
    height: 6em;
    line-height: 1;
    max-width: 100%!important;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    z-index: 1
}

.is-loading .wc-block-components-product-summary:before>* {
    visibility: hidden
}

.is-loading .wc-block-components-product-summary:before:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-summary:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-product-tag-list {
    margin-bottom: .75em;
    margin-top: 0
}

.wc-block-components-product-tag-list ul {
    display: inline;
    margin: 0;
    padding: 0
}

.wc-block-components-product-tag-list ul li {
    display: inline;
    list-style: none
}

.wc-block-components-product-tag-list ul li:after {
    content: ", "
}

.wc-block-components-product-tag-list ul li:last-child:after {
    content: ""
}

.wc-block-components-product-title {
    display: block;
    font-size: inherit;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 12px;
    margin-top: 0;
    padding: 0
}

.wc-block-components-product-title a {
    color: inherit;
    font-size: inherit
}

.is-loading .wc-block-components-product-title:before {
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor!important;
    content: ".";
    display: block;
    display: inline-block;
    line-height: 1;
    max-width: 100%!important;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    width: 7em;
    z-index: 1
}

.is-loading .wc-block-components-product-title:before>* {
    visibility: hidden
}

.is-loading .wc-block-components-product-title:before:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-title:before {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-grid .wc-block-components-product-title:before {
    width: 10em
}

.wc-block-components-product-title--align-left {
    text-align: left
}

.wc-block-components-product-title--align-center {
    text-align: center
}

.wc-block-components-product-title--align-right {
    text-align: right
}

.wc-block-components-error {
    align-items: center;
    color: #757575;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 40px 0;
    padding: 40px 0;
    text-align: center
}

.wc-block-components-error__header {
    color: #646970;
    font-size: 2em;
    margin: 0
}

.wc-block-components-error__image {
    margin: 0 0 24px;
    width: 25%
}

.wc-block-components-error__text {
    color: #8c8f94;
    font-size: 1.25em;
    margin: 1em 0 0;
    max-width: 60ch
}

.wc-block-components-error__message {
    color: #8c8f94;
    font-style: italic;
    margin: 1em auto 0;
    max-width: 60ch
}

.wc-block-error__button {
    margin: 40px 0 0
}

.wc-block-components-button:not(.is-link) {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 3em;
    position: relative;
    text-align: center;
    transition: box-shadow .1s linear
}

.wc-block-components-button:not(.is-link):focus {
    box-shadow: 0 0 0 2px #0675c4;
    box-shadow: inset 0 0 0 1px #fff,0 0 0 2px #0675c4;
    outline: 3px solid transparent
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
    display: block
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg {
    fill: currentColor
}

.wc-block-components-button:not(.is-link) .wc-block-components-spinner+.wc-block-components-button__text {
    visibility: hidden
}

.wc-block-components-button:not(.is-link).text {
    color: #1e1e1e
}

.wc-block-components-button:not(.is-link).text:hover {
    opacity: .9
}

.wc-block-components-button:not(.is-link).outlined {
    background: transparent;
    color: currentColor
}

.wc-block-components-button:not(.is-link).outlined:not(:focus) {
    box-shadow: inset 0 0 0 1px currentColor
}

.wc-block-components-button:not(.is-link).outlined:active,.wc-block-components-button:not(.is-link).outlined:disabled,.wc-block-components-button:not(.is-link).outlined:focus,.wc-block-components-button:not(.is-link).outlined:hover {
    background-color: #1e1e1e;
    color: #fff
}

.wc-block-components-button:not(.is-link).outlined:hover {
    background-color: #1e1e1e;
    color: #fff;
    opacity: 1
}

body:not(.theme-twentytwentythree,.theme-zaino) .wc-block-components-button:not(.is-link) {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 700;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1;
    padding: 0 1em;
    text-decoration: inherit;
    text-decoration: none;
    text-transform: inherit;
    text-transform: none
}

body:not(.theme-twentytwentythree,.theme-zaino) .wc-block-components-button:not(.is-link):focus {
    box-shadow: 0 0 0 2px #0675c4;
    box-shadow: inset 0 0 0 1px #fff,0 0 0 2px #0675c4;
    outline: 3px solid transparent
}

body:not(.theme-twentytwentythree,.theme-zaino) .wc-block-components-button:not(.is-link).text {
    color: #1e1e1e
}

body:not(.theme-twentytwentythree,.theme-zaino) .wc-block-components-button:not(.is-link).text:hover {
    opacity: .9
}

body:not(.theme-twentytwentythree,.theme-zaino) .wc-block-components-button:not(.is-link).contained,body:not(.theme-twentytwentythree,.theme-zaino) .wc-block-components-button:not(.is-link).contained:active,body:not(.theme-twentytwentythree,.theme-zaino) .wc-block-components-button:not(.is-link).contained:disabled,body:not(.theme-twentytwentythree,.theme-zaino) .wc-block-components-button:not(.is-link).contained:focus,body:not(.theme-twentytwentythree,.theme-zaino) .wc-block-components-button:not(.is-link).contained:hover {
    background-color: #1e1e1e;
    color: #fff
}

body:not(.theme-twentytwentythree,.theme-zaino) .wc-block-components-button:not(.is-link).contained:hover {
    opacity: .9
}

.wc-block-components-form {
    counter-reset: checkout-step
}

.wc-block-components-form .wc-block-components-checkout-step {
    background: none;
    border: none;
    margin: 0;
    padding: 0 0 0 24px;
    position: relative
}

.is-mobile .wc-block-components-form .wc-block-components-checkout-step,.is-small .wc-block-components-form .wc-block-components-checkout-step {
    padding-left: 0
}

.wc-block-components-checkout-step--disabled {
    opacity: .6
}

.wc-block-components-checkout-step__container {
    position: relative
}

.wc-block-components-checkout-step__content>* {
    margin-bottom: 1em
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content>:last-child {
    margin-bottom: 0;
    padding-bottom: 1.5em
}

.wc-block-components-checkout-step__heading {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: space-between;
    margin: .75em 0 1em;
    position: relative
}

.wc-block-components-checkout-step:first-child .wc-block-components-checkout-step__heading,.wc-block-components-express-payment-continue-rule+.wc-block-components-checkout-step .wc-block-components-checkout-step__heading {
    margin-top: 0
}

.wc-block-components-checkout-step__title {
    margin: 0 12px 0 0
}

.wc-block-components-checkout-step__heading-content {
    font-size: .75em
}

.wc-block-components-checkout-step__heading-content a {
    color: inherit;
    font-weight: 700
}

.wc-block-components-checkout-step__description {
    font-size: .875em;
    line-height: 1.25;
    margin-bottom: 16px
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
    background: transparent;
    border: 0;
    border-radius: 0;
    content: " " counter(checkout-step) ".";
    content: " " counter(checkout-step) "."/"";
    counter-increment: checkout-step;
    left: -24px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translateX(-50%);
    vertical-align: baseline;
    white-space: nowrap;
    width: 24px
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
    border-left: 1px solid;
    content: "";
    height: 100%;
    left: -24px;
    opacity: .3;
    position: absolute;
    top: 0
}

.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before,.is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
    content: counter(checkout-step) ". ";
    content: counter(checkout-step) ". "/"";
    left: auto;
    position: static;
    top: auto;
    transform: none
}

.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after,.is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
    content: unset
}

.editor-styles-wrapper .wp-block h4.wc-block-components-checkout-step__title {
    font-size: 1em;
    line-height: 24px;
    margin: 0 12px 0 0
}

.wc-block-components-order-summary .wc-block-components-panel__button {
    margin-top: 0;
    padding-top: 0
}

.wc-block-components-order-summary .wc-block-components-panel__content {
    margin-bottom: 0
}

.wc-block-components-order-summary__content {
    display: table;
    width: 100%
}

.wc-block-components-order-summary-item {
    display: flex;
    font-size: .875em;
    padding-bottom: 1px;
    padding-top: 16px;
    position: relative;
    width: 100%
}

.wc-block-components-order-summary-item:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-order-summary-item:first-child {
    padding-top: 0
}

.wc-block-components-order-summary-item:last-child>div {
    padding-bottom: 0
}

.wc-block-components-order-summary-item:last-child:after {
    display: none
}

.wc-block-components-order-summary-item .wc-block-components-product-metadata {
    font-size: 1em
}

.wc-block-components-order-summary-item__description,.wc-block-components-order-summary-item__image {
    display: table-cell;
    vertical-align: top
}

.wc-block-components-order-summary-item__image {
    padding-bottom: 16px;
    position: relative;
    width: 48px
}

.wc-block-components-order-summary-item__image>img {
    max-width: 48px;
    width: 48px
}

.wc-block-components-order-summary-item__quantity {
    align-items: center;
    background: #fff;
    border: 2px solid;
    border-radius: 1em;
    box-shadow: 0 0 0 2px #fff;
    color: #000;
    display: flex;
    justify-content: center;
    line-height: 1;
    min-height: 20px;
    min-width: 20px;
    padding: 0 .4em;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%,-50%);
    white-space: nowrap;
    z-index: 1
}

.wc-block-components-order-summary-item__description {
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 12px
}

.wc-block-components-order-summary-item__description .wc-block-components-product-metadata,.wc-block-components-order-summary-item__description p {
    line-height: 1.375;
    margin-top: 4px
}

.wc-block-components-order-summary-item__total-price {
    font-weight: 700;
    margin-left: auto;
    text-align: right
}

.wc-block-components-order-summary-item__individual-prices {
    display: block
}

.wc-block-components-payment-method-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 14px
}

.wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    display: inline-block;
    height: 24px;
    margin: 0 4px 2px;
    max-height: 24px;
    max-width: 38px;
    padding: 0;
    width: auto
}

.wc-block-components-payment-method-icons--align-left {
    justify-content: flex-start
}

.wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon {
    margin-left: 0;
    margin-right: 8px
}

.wc-block-components-payment-method-icons--align-right {
    justify-content: flex-end
}

.wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon {
    margin-left: 8px;
    margin-right: 0
}

.wc-block-components-payment-method-icons:last-child {
    margin-bottom: 0
}

.is-mobile .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon,.is-small .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    height: 16px
}

.wc-block-components-payment-method-label--with-icon {
    display: inline-block;
    vertical-align: middle
}

.wc-block-components-payment-method-label--with-icon>img,.wc-block-components-payment-method-label--with-icon>svg {
    margin: -2px 4px 0 0;
    vertical-align: middle
}

.is-mobile .wc-block-components-payment-method-label--with-icon>img,.is-mobile .wc-block-components-payment-method-label--with-icon>svg,.is-small .wc-block-components-payment-method-label--with-icon>img,.is-small .wc-block-components-payment-method-label--with-icon>svg {
    display: none
}

.editor-styles-wrapper .wc-block-components-checkout-policies,.wc-block-components-checkout-policies {
    font-size: .75em;
    line-height: 1;
    list-style: none outside;
    margin: 24px 0;
    text-align: center
}

.wc-block-components-checkout-policies__item {
    display: inline-block;
    list-style: none outside;
    margin: 0;
    padding: 0 .25em
}

.wc-block-components-checkout-policies__item:not(:first-child) {
    border-left: 1px solid #ccc
}

.wc-block-components-checkout-policies__item>a {
    color: inherit;
    padding: 0 .25em
}

.wc-block-components-product-badge {
    border: 1px solid;
    border-radius: 2px;
    display: inline-block;
    font-size: .75em;
    font-weight: 600;
    padding: 0 .66em;
    text-transform: uppercase;
    white-space: nowrap
}

.wc-block-components-product-details.wc-block-components-product-details {
    list-style: none;
    margin: .5em 0;
    padding: 0
}

.wc-block-components-product-details.wc-block-components-product-details:last-of-type {
    margin-bottom: 0
}

.wc-block-components-product-details.wc-block-components-product-details li {
    margin-left: 0
}

.wc-block-components-product-details__name,.wc-block-components-product-details__value {
    display: inline-block
}

.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name {
    font-weight: 700
}

img.wc-block-components-product-image[alt=""] {
    border: 1px solid #f2f2f2
}

.wc-block-components-product-metadata {
    font-size: .75em
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,.wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
    margin: .25em 0
}

.wc-block-components-checkout-return-to-cart-button {
    box-shadow: none;
    color: inherit;
    padding-left: calc(24px + .25em);
    position: relative;
    text-decoration: none
}

.wc-block-components-checkout-return-to-cart-button svg {
    fill: currentColor;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.rtl .wc-block-components-checkout-return-to-cart-button svg {
    transform: translateY(-50%) scale(-1)
}

.wc-block-components-shipping-calculator-address {
    margin-bottom: 0
}

.wc-block-components-shipping-calculator-address__button {
    margin-top: 1.5em;
    width: 100%
}

.wc-block-components-shipping-calculator {
    padding: .5em 0 .75em
}

.wc-block-components-shipping-rates-control__package {
    margin: 0;
    position: relative
}

.wc-block-components-shipping-rates-control__package:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-shipping-rates-control__package.wc-block-components-panel {
    margin-bottom: 0
}

.wc-block-components-shipping-rates-control__package .wc-block-components-panel__button {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: .75em;
    padding-top: .75em
}

.wc-block-components-shipping-rates-control__package:last-child {
    position: relative
}

.wc-block-components-shipping-rates-control__package:last-child:after {
    border-style: solid;
    border-width: 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-shipping-rates-control__package:last-child .wc-block-components-panel__button {
    padding-bottom: 0
}

.wc-block-components-shipping-rates-control__package .wc-block-components-panel__content {
    padding-bottom: .75em
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control {
    margin-bottom: .75em
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control,.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option-layout,.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__option-layout {
    padding-bottom: 0
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__label-group {
    font-size: .875em
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__description-group {
    color: #757575;
    font-size: .75em
}

.wc-block-components-shipping-rates-control__package-items {
    display: block;
    font-size: .875em;
    list-style: none;
    margin: 0;
    padding: 0
}

.wc-block-components-shipping-rates-control__package-item {
    display: inline-block;
    margin: 0;
    overflow-wrap: anywhere;
    padding: 0;
    word-break: break-word;
    -ms-word-break: break-all
}

.wc-block-components-shipping-rates-control__package-item:not(:last-child):after {
    content: ", ";
    white-space: pre
}

.wc-block-components-totals-coupon .wc-block-components-panel__button {
    margin-top: 0;
    padding-top: 0
}

.wc-block-components-totals-coupon .wc-block-components-panel__content {
    padding-bottom: 0
}

.wc-block-components-totals-coupon__form {
    display: flex;
    margin-bottom: 0;
    width: 100%
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
    flex-grow: 1;
    margin-bottom: 0;
    margin-top: 0
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    flex-shrink: 0;
    height: 3em;
    margin-left: 8px;
    padding-left: 24px;
    padding-right: 24px;
    white-space: nowrap
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button.no-margin {
    margin: 0
}

.wc-block-components-totals-coupon__content {
    flex-direction: column;
    position: relative
}

.wc-block-components-totals-discount__coupon-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.wc-block-components-totals-discount .wc-block-components-totals-item__value {
    color: #4ab866
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 1.25em
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 700
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax {
    margin-bottom: 0
}

.wc-block-components-totals-shipping fieldset.wc-block-components-totals-shipping__fieldset {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0
}

.wc-block-components-totals-shipping .wc-block-components-shipping-address {
    display: block;
    margin-top: 16px
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__description,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__label,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-description,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-label {
    flex-basis: 100%;
    text-align: left
}

.wc-block-components-totals-shipping .wc-block-components-shipping-rates-control__no-results-notice {
    margin: 0 0 .75em
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    vertical-align: baseline
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:active,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:focus,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:hover {
    background: transparent;
    opacity: .8
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    vertical-align: baseline
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:active,.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:focus,.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:hover {
    background: transparent
}

.editor-styles-wrapper .wc-block-components-checkbox-list,.wc-block-components-checkbox-list {
    list-style: none outside;
    margin: 0;
    padding: 0
}

.editor-styles-wrapper .wc-block-components-checkbox-list li,.wc-block-components-checkbox-list li {
    list-style: none outside;
    margin: 0 0 4px;
    padding: 0
}

.editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button,.editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button,.wc-block-components-checkbox-list li.show-less button,.wc-block-components-checkbox-list li.show-more button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    text-decoration: underline
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,.wc-block-components-checkbox-list.is-loading li {
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    line-height: 1;
    max-width: 100%!important;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    z-index: 1
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li>*,.wc-block-components-checkbox-list.is-loading li>* {
    visibility: hidden
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li:after,.wc-block-components-checkbox-list.is-loading li:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,.wc-block-components-checkbox-list.is-loading li {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-chip {
    align-items: center;
    border: 0;
    border-radius: 0;
    color: inherit;
    display: inline-flex;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1;
    margin: 0 .365em .365em 0;
    max-width: 100%;
    padding: .25em .5em;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-components-chip,.wc-block-components-chip:active,.wc-block-components-chip:focus,.wc-block-components-chip:hover {
    background: transparent;
    border: 1px solid;
    color: inherit
}

.wc-block-components-chip.wc-block-components-chip--radius-small {
    border-radius: 3px
}

.wc-block-components-chip.wc-block-components-chip--radius-medium {
    border-radius: .433em
}

.wc-block-components-chip.wc-block-components-chip--radius-large {
    border-radius: 2em;
    padding-left: .75em;
    padding-right: .25em
}

.wc-block-components-chip .wc-block-components-chip__text {
    flex-grow: 1;
    font-size: .875em
}

.wc-block-components-chip.is-removable .wc-block-components-chip__text {
    padding-right: .5em
}

.wc-block-components-chip .wc-block-components-chip__remove {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #e0e0e0;
    border: 0;
    border-radius: 25px;
    height: 16px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    width: 16px
}

.wc-block-components-chip .wc-block-components-chip__remove-icon {
    fill: #1e1e1e
}

.theme-twentytwentyone .wc-block-components-chip,.theme-twentytwentyone .wc-block-components-chip:active,.theme-twentytwentyone .wc-block-components-chip:focus,.theme-twentytwentyone .wc-block-components-chip:hover {
    background: #fff
}

.theme-twentytwentyone .wc-block-components-chip:active button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip:focus button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip:hover button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background) {
    background: transparent
}

.wc-block-components-chip__remove:focus,.wc-block-components-chip__remove:hover,button.wc-block-components-chip:focus>.wc-block-components-chip__remove,button.wc-block-components-chip:hover>.wc-block-components-chip__remove {
    background: #949494
}

.wc-block-components-chip__remove:focus .wc-block-components-chip__remove-icon,.wc-block-components-chip__remove:hover .wc-block-components-chip__remove-icon,button.wc-block-components-chip:focus>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon,button.wc-block-components-chip:hover>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon {
    fill: #fff
}

.wc-block-components-chip__remove:disabled,button.wc-block-components-chip:disabled>.wc-block-components-chip__remove {
    fill: #fff;
    cursor: not-allowed
}

.wc-block-components-combobox .wc-block-components-combobox-control,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control {
    border: 0;
    border-radius: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-transform: inherit;
    vertical-align: baseline
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container {
    border: 0;
    border-radius: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: inherit;
    text-transform: inherit;
    vertical-align: baseline
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    background: #fff;
    border: 1px solid #50575e;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    color: inherit;
    color: #2b2d2f;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 400;
    height: 3em;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1;
    opacity: 1;
    outline: inherit;
    padding: 1.5em 16px .25em;
    text-align: left;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    text-transform: none;
    white-space: nowrap;
    width: 100%
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
    background-color: #fff;
    box-shadow: 0 0 0 1px #50575e;
    color: #2b2d2f;
    outline: 0
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    background-color: rgba(0,0,0,.1);
    border-color: hsla(0,0%,100%,.4);
    color: #fff
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus {
    background-color: rgba(0,0,0,.1);
    box-shadow: 0 0 0 1px hsla(0,0%,100%,.4);
    color: #fff
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
    background-color: #fff;
    border: 1px solid #50575e;
    border-top: 0;
    color: #2b2d2f;
    margin: 3em 0 0;
    max-height: 300px;
    min-width: 100%;
    overflow: auto;
    padding: 0;
    position: absolute;
    z-index: 10
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
    background-color: #1e1e1e;
    color: #fff
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
    color: #757575;
    cursor: default;
    font-size: 1em;
    list-style: none;
    margin: 0;
    padding: .25em 16px
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected {
    background-color: #ddd
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected {
    background-color: rgba(0,0,0,.4)
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover {
    background-color: #00669e;
    color: #fff
}

.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
    color: inherit;
    color: #757575;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1.375;
    margin: 0 0 0 17px;
    max-width: calc(100% - 32px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    transform: translateY(.75em);
    transform-origin: top left;
    transition: all .2s ease;
    white-space: nowrap;
    z-index: 1
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
    color: hsla(0,0%,100%,.6)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
        transition: none
    }
}

.wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label {
    color: #cc1818
}

.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input,.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active,.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover {
    border-color: #cc1818
}

.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus {
    box-shadow: 0 0 0 1px #cc1818
}

.wc-block-components-country-input {
    margin-top: 1.5em
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes slidein {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-480px)
    }
}

@keyframes slidein {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-480px)
    }
}

@media only screen and (max-width: 480px) {
    @-webkit-keyframes slidein {
        0% {
            transform:translateX(0)
        }

        to {
            transform: translateX(-100vw)
        }
    }

    @keyframes slidein {
        0% {
            transform: translateX(0)
        }

        to {
            transform: translateX(-100vw)
        }
    }
}

.wc-block-components-drawer__screen-overlay {
    background-color: rgba(95,95,95,.35);
    bottom: 0;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .3s;
    z-index: 9999
}

.wc-block-components-drawer__screen-overlay--with-slide-out {
    transition: opacity .3s
}

.wc-block-components-drawer__screen-overlay--with-slide-in {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: fadein;
    animation-name: fadein
}

.wc-block-components-drawer__screen-overlay--is-hidden {
    opacity: 0;
    pointer-events: none
}

.wc-block-components-drawer {
    background: #fff;
    display: block;
    height: 100%;
    left: 100%;
    position: relative;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(-480px);
    width: 480px
}

.wc-block-components-drawer:after {
    border-style: solid;
    border-width: 0 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

@media only screen and (max-width: 480px) {
    .wc-block-components-drawer {
        transform:translateX(-100vw);
        width: 100vw
    }
}

.wc-block-components-drawer__screen-overlay--with-slide-out .wc-block-components-drawer {
    transition: transform .3s
}

.wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: slidein;
    animation-name: slidein
}

.wc-block-components-drawer__screen-overlay--is-hidden .wc-block-components-drawer {
    transform: translateX(0)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-drawer,.wc-block-components-drawer__screen-overlay {
        -webkit-animation-name: none!important;
        animation-name: none!important;
        transition: none!important
    }
}

.wc-block-components-drawer .components-modal__content {
    padding: 40px 16px
}

.wc-block-components-drawer .components-modal__header {
    position: relative
}

.wc-block-components-drawer .components-modal__header .components-button {
    background: transparent;
    border: 0;
    border-radius: 0;
    margin: -1em;
    padding: 1em;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: baseline
}

.wc-block-components-drawer .components-modal__header .components-button>span {
    clip: rect(1px,1px,1px,1px);
    word-wrap: normal!important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal!important;
    padding: 0;
    position: absolute!important;
    width: 1px
}

.wc-block-components-drawer .components-modal__header-heading {
    border: 0;
    border-radius: 0;
    font-size: 1.25rem;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    word-break: break-word
}

.wc-filter-element-label-list-count:before {
    content: " ("
}

.wc-filter-element-label-list-count:after {
    content: ")"
}

.wc-block-filter-title-placeholder {
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    border-radius: 1.625em;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    line-height: 1;
    margin-bottom: 12px;
    margin-top: 12px;
    max-width: 100%!important;
    max-width: -webkit-max-content!important;
    max-width: -moz-max-content!important;
    max-width: max-content!important;
    min-width: 80px;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    z-index: 1
}

.wc-block-filter-title-placeholder>* {
    visibility: hidden
}

.wc-block-filter-title-placeholder:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-filter-title-placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-filter-title-placeholder .wc-block-active-filters__title,.wc-block-filter-title-placeholder .wc-block-attribute-filter__title,.wc-block-filter-title-placeholder .wc-block-price-filter__title,.wc-block-filter-title-placeholder .wc-block-rating-filter__title,.wc-block-filter-title-placeholder .wc-block-stock-filter__title {
    height: 1em;
    margin: 0
}

.wc-block-components-filter-reset-button {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-size: .875em;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    vertical-align: baseline
}

.wc-block-components-filter-reset-button:active,.wc-block-components-filter-reset-button:focus,.wc-block-components-filter-reset-button:hover {
    background: transparent
}

.wc-block-components-filter-reset-button:hover {
    color: inherit;
    text-decoration: none
}

.wc-block-components-filter-reset-button[disabled] {
    cursor: not-allowed
}

.wc-block-components-filter-submit-button {
    border: none;
    display: block;
    margin-left: auto;
    white-space: nowrap
}

.wc-block-components-filter-submit-button.is-loading {
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    border-radius: 0;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    line-height: 1;
    line-height: normal;
    margin-top: 16px;
    max-width: 100%!important;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 1
}

.wc-block-components-filter-submit-button.is-loading>* {
    visibility: hidden
}

.wc-block-components-filter-submit-button.is-loading:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-filter-submit-button.is-loading {
        -webkit-animation: none;
        animation: none
    }
}

.wc-blocks-components-form-token-field-wrapper .components-popover {
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    z-index: z-index(".components-popover")
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded,.wc-blocks-components-form-token-field-wrapper .components-popover[data-x-axis][data-y-axis] {
    opacity: 1
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: z-index(".components-popover")!important
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow) {
    margin-left: 2px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before {
    border: 8px solid #ccc
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow).is-alternate:before {
    border-color: #1e1e1e
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after {
    border: 8px solid #fff
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before {
    content: "";
    height: 0;
    line-height: 0;
    position: absolute;
    width: 0
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top] {
    margin-top: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before {
    bottom: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after {
    bottom: -6px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before {
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-style: solid;
    margin-left: -10px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom] {
    margin-top: 8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before {
    top: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after {
    top: -6px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before {
    border-bottom-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top: none;
    margin-left: -10px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left] {
    margin-left: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before {
    right: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after {
    right: -6px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before {
    border-bottom-color: transparent;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right] {
    margin-left: 8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before {
    left: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after {
    left: -6px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before {
    border-bottom-color: transparent;
    border-left: none;
    border-right-style: solid;
    border-top-color: transparent
}

.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=top] {
    bottom: 100%
}

.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=bottom] {
    top: 100%
}

.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=middle] {
    align-items: center;
    display: flex
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-top {
    margin-top: 12px
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-bottom {
    margin-top: -12px
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-left:not(.is-from-top):not(.is-from-bottom) {
    margin-left: 12px
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-right:not(.is-from-top):not(.is-from-bottom) {
    margin-right: 12px
}

.wc-blocks-components-form-token-field-wrapper .components-popover__content {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 .7px 1px rgba(0,0,0,.1),0 1.2px 1.7px -.2px rgba(0,0,0,.1),0 2.3px 3.3px -.5px rgba(0,0,0,.1);
    height: 100%
}

.is-alternate .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    border: 1px solid #1e1e1e;
    box-shadow: none
}

.components-popover .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    height: auto;
    overflow-y: auto;
    position: absolute
}

.components-popover.is-expanded .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    border: none;
    border-top: 1px solid #1e1e1e;
    height: calc(100% - 48px);
    min-width: auto;
    overflow-y: visible;
    position: static
}

.components-popover[data-y-axis=top] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    bottom: 100%
}

.components-popover[data-x-axis=center] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    left: 50%;
    transform: translateX(-50%)
}

.components-popover[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    left: 100%;
    position: absolute
}

.components-popover:not([data-y-axis=middle])[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    margin-left: -25px
}

.components-popover[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    position: absolute;
    right: 100%
}

.components-popover:not([data-y-axis=middle])[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    margin-right: -25px
}

.wc-blocks-components-form-token-field-wrapper .components-popover__header {
    align-items: center;
    background: #fff;
    display: flex;
    height: 48px;
    justify-content: space-between;
    padding: 0 8px 0 16px
}

.wc-blocks-components-form-token-field-wrapper .components-popover__header-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.wc-blocks-components-form-token-field-wrapper .components-popover__close.components-button {
    z-index: z-index(".components-popover__close")
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover {
    z-index: z-index(".components-tooltip")
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover .components-popover__content {
    min-width: 0
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content {
    background: #1e1e1e;
    border-radius: 2px;
    border-width: 0;
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content>div {
    padding: 4px 8px
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip__shortcut {
    display: inline-block;
    margin-left: 8px
}

.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper {
    position: relative
}

.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper .event-catcher {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: z-index(".components-tooltip .event-catcher")
}

.wc-blocks-components-form-token-field-wrapper {
    border-color: #949494
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__label,.wc-blocks-components-form-token-field-wrapper .components-visually-hidden {
    clip: rect(1px,1px,1px,1px);
    word-wrap: normal!important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal!important;
    padding: 0;
    position: absolute!important;
    width: 1px
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
    border-color: inherit;
    box-sizing: border-box;
    margin-bottom: 0
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    position: relative
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input {
    min-height: 30px
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text {
    background: #e0e0e0
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token {
    border: none
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list {
    background-color: #fff;
    border: 1px solid #949494;
    border-top: 0 solid #949494;
    left: -1px;
    margin: 1px 0 0;
    position: absolute;
    right: -1px;
    top: 100%;
    z-index: 50
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list:empty {
    display: none
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion {
    padding: 8px
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion.is-selected {
    background: #f0f0f0;
    color: #2f2f2f
}

.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token {
    margin-right: 0;
    position: relative;
    width: 100%;
    z-index: 1
}

.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__remove-token.components-button,.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text {
    background: transparent
}

.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text {
    padding-left: 4px;
    width: 100%
}

.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input {
    position: absolute
}

.wc-blocks-components-form-token-field-wrapper.single-selection .is-active .components-form-token-field__token+input[type=text].components-form-token-field__input {
    border: 1px solid #949494;
    margin: 0 2px 4px;
    padding: 0 5px;
    position: static
}

.wc-block-components-formatted-money-amount {
    white-space: nowrap
}

.wc-block-components-load-more {
    text-align: center;
    width: 100%
}

.wc-block-components-loading-mask {
    min-height: 34px;
    pointer-events: none;
    position: relative
}

.wc-block-components-loading-mask .components-spinner {
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%)
}

.wc-block-components-loading-mask .wc-block-components-loading-mask__children {
    opacity: .25
}

.wc-block-components-pagination {
    margin: 0 auto 16px
}

.wc-block-components-pagination__ellipsis,.wc-block-components-pagination__page {
    color: #333;
    display: inline-block;
    font-size: 1em;
    font-weight: 400
}

.wc-block-components-pagination__page {
    border-color: transparent;
    min-width: 2.2em;
    padding: .3em .6em
}

@media(max-width: 782px) {
    .wc-block-components-pagination__page {
        min-width:1.6em;
        padding: .1em .2em
    }
}

.wc-block-components-pagination__page:not(.toggle) {
    background-color: transparent
}

.wc-block-components-pagination__ellipsis {
    padding: .3em
}

@media(max-width: 782px) {
    .wc-block-components-pagination__ellipsis {
        padding:.1em
    }
}

.wc-block-components-pagination__page--active[disabled] {
    color: #333;
    font-weight: 700;
    opacity: 1!important
}

.wc-block-components-pagination__page--active[disabled]:focus,.wc-block-components-pagination__page--active[disabled]:hover {
    background-color: inherit;
    color: #333;
    opacity: 1!important
}

html[dir=rtl] .wc-block-components-pagination-page--arrow span {
    display: inline-block;
    transform: scaleX(-1)
}

.wc-block-components-price-slider {
    margin-bottom: 24px
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    line-height: 1;
    max-width: 100%!important;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    z-index: 1
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button>*,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button>*,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>* {
    visibility: hidden
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button:after,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button:after,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__amount {
    display: none
}

.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__amount,.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__button,.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
    -webkit-animation: none;
    animation: none
}

.wc-block-components-price-slider__range-input-wrapper {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0!important;
    border-radius: 4px;
    clear: both;
    flex-grow: 1;
    height: 4px;
    margin: 15px 0;
    outline: none;
    padding: 0!important;
    position: relative
}

.wc-block-components-price-slider__range-input-wrapper:before {
    background: currentColor;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .2;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-price-slider__range-input-wrapper.is-loading {
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    border-radius: 0;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    height: .5625em;
    line-height: 1;
    max-width: 100%!important;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    z-index: 1
}

.wc-block-components-price-slider__range-input-wrapper.is-loading>* {
    visibility: hidden
}

.wc-block-components-price-slider__range-input-wrapper.is-loading:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-price-slider__range-input-wrapper.is-loading {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-price-slider__range-input-progress {
    --track-background: linear-gradient(90deg,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100%/100% 100%;
    --range-color: currentColor;
    background: var(--track-background);
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.wc-block-components-price-slider__controls {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    margin: 16px 0
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    border-radius: 4px;
    border-width: 1px;
    font-size: .875em;
    margin: 0;
    max-width: 80px;
    min-width: 0;
    padding: 8px;
    width: auto
}

.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    max-width: 60px
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading {
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    border-radius: 0!important;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    line-height: 1;
    max-width: 100%!important;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 1
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading>* {
    visibility: hidden
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-price-slider__range-text {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 24px 0
}

.wc-block-components-price-slider__range-text .wc-block-components-formatted-money-amount {
    font-size: .875em
}

.wc-block-components-price-slider__actions {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: flex-end
}

.wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
    font-size: .875em;
    margin-left: 0;
    margin-top: 0
}

.wc-block-components-price-slider__range-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0!important;
    display: block;
    height: 0;
    left: 0;
    margin: 0;
    outline: none;
    outline: none!important;
    padding: 0!important;
    pointer-events: none;
    position: relative;
    position: absolute;
    top: 0;
    width: 100%
}

.wc-block-components-price-slider__range-input::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: default;
    height: 1px;
    outline: 0
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    background-position: 0 0;
    border: 2px solid #1e1e1e;
    border-radius: 100%;
    box-sizing: content-box;
    cursor: pointer;
    height: 12px;
    margin: -5px 0 0;
    padding: 0;
    pointer-events: auto;
    -webkit-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    vertical-align: top;
    width: 12px;
    z-index: 20
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
    background: #1e1e1e;
    border-color: #fff
}

.wc-block-components-price-slider__range-input::-webkit-slider-progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0!important;
    margin: 0;
    outline: none;
    padding: 0!important
}

.wc-block-components-price-slider__range-input::-moz-focus-outer {
    border: 0
}

.wc-block-components-price-slider__range-input::-moz-range-track {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: default;
    height: 1px;
    outline: 0
}

.wc-block-components-price-slider__range-input::-moz-range-progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0!important;
    margin: 0;
    outline: none;
    padding: 0!important
}

.wc-block-components-price-slider__range-input::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    background-position: 0 0;
    border: 2px solid #1e1e1e;
    border-radius: 100%;
    box-sizing: content-box;
    cursor: pointer;
    height: 12px;
    margin: 0;
    padding: 0;
    pointer-events: auto;
    -moz-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    vertical-align: top;
    width: 12px;
    z-index: 20
}

.wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
    background: #1e1e1e;
    border-color: #fff
}

.wc-block-components-price-slider__range-input::-ms-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    background-position: 0 0;
    border: 2px solid #1e1e1e;
    border-radius: 100%;
    box-sizing: content-box;
    cursor: pointer;
    height: 12px;
    margin: 0;
    padding: 0;
    pointer-events: auto;
    -ms-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    vertical-align: top;
    width: 12px;
    z-index: 20
}

.wc-block-components-price-slider__range-input::-ms-thumb:hover {
    background: #1e1e1e;
    border-color: #fff
}

.wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
    background: #1e1e1e;
    border-color: #fff
}

.wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
    background: #1e1e1e;
    border-color: #fff
}

.wc-block-components-price-slider__range-input:focus::-ms-thumb {
    background: #1e1e1e;
    border-color: #fff
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
    z-index: 21
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb {
    background-position-x: left;
    margin-left: -2px
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
    background-position-x: left;
    transform: translate(-2px,2px)
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb {
    background-position-x: left
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max {
    z-index: 20
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb {
    background-position-x: right;
    margin-left: 2px
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
    background-position-x: right;
    transform: translate(2px,2px)
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb {
    background-position-x: right
}

.rtl .wc-block-components-price-slider__range-input-progress {
    --track-background: linear-gradient(270deg,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100%/100% 100%;
    --range-color: #af7dd1;
    background: var(--track-background)
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .wc-block-components-price-slider__range-input-wrapper {
        background: transparent;
        box-shadow: none;
        height: 24px
    }

    .wc-block-components-price-slider__range-input-progress {
        background: #af7dd1;
        top: 7px;
        width: 100%
    }

    .wc-block-components-price-slider__range-input {
        height: 24px;
        pointer-events: auto
    }

    .wc-block-components-price-slider__range-input::-ms-track {
        background: transparent;
        border-color: transparent;
        border-width: 7px 0;
        color: transparent
    }

    .wc-block-components-price-slider__range-input::-ms-fill-lower {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }

    .wc-block-components-price-slider__range-input::-ms-fill-upper {
        background: transparent
    }

    .wc-block-components-price-slider__range-input::-ms-tooltip {
        display: none
    }

    .wc-block-components-price-slider__range-input::-ms-thumb {
        pointer-events: auto;
        transform: translate(1px)
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-upper {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-lower {
        background: transparent
    }

    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
        background-color: currentColor!important;
        border: 0!important;
        border-radius: .25rem;
        box-shadow: none;
        color: currentColor!important;
        display: block;
        line-height: 1;
        max-width: 100%!important;
        opacity: .15;
        outline: 0!important;
        overflow: hidden!important;
        pointer-events: none;
        position: relative!important;
        width: 100%;
        z-index: 1
    }

    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>* {
        visibility: hidden
    }

    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: translateX(-100%)
    }
}

@media screen and (-ms-high-contrast:active)and (prefers-reduced-motion:reduce),screen and (-ms-high-contrast:none)and (prefers-reduced-motion:reduce) {
    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

@supports(-ms-ime-align:auto) {
    .wc-block-components-price-slider__range-input-wrapper {
        background: transparent;
        box-shadow: none;
        height: 24px
    }

    .wc-block-components-price-slider__range-input-progress {
        background: #af7dd1;
        top: 7px;
        width: 100%
    }

    .wc-block-components-price-slider__range-input {
        height: 24px;
        pointer-events: auto
    }

    .wc-block-components-price-slider__range-input::-ms-track {
        background: transparent;
        border-color: transparent;
        border-width: 7px 0;
        color: transparent
    }

    .wc-block-components-price-slider__range-input::-ms-fill-lower {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }

    .wc-block-components-price-slider__range-input::-ms-fill-upper {
        background: transparent
    }

    .wc-block-components-price-slider__range-input::-ms-tooltip {
        display: none
    }

    .wc-block-components-price-slider__range-input::-ms-thumb {
        pointer-events: auto;
        transform: translate(1px)
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-upper {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-lower {
        background: transparent
    }

    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
        background-color: currentColor!important;
        border: 0!important;
        border-radius: .25rem;
        box-shadow: none;
        color: currentColor!important;
        display: block;
        line-height: 1;
        max-width: 100%!important;
        opacity: .15;
        outline: 0!important;
        overflow: hidden!important;
        pointer-events: none;
        position: relative!important;
        width: 100%;
        z-index: 1
    }

    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>* {
        visibility: hidden
    }

    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: translateX(-100%)
    }

    @media screen and (prefers-reduced-motion:reduce) {
        .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
            -webkit-animation: none;
            animation: none
        }
    }

    .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
    background: transparent;
    border: 3px solid;
    box-sizing: border-box
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
    --range-color: currentColor;
    margin: -3px
}

.theme-twentytwentyone .wc-block-price-filter__range-input {
    background: transparent;
    margin: -3px;
    width: calc(100% + 6px)
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-webkit-slider-thumb,.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-webkit-slider-thumb {
    filter: none
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-moz-range-thumb,.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-moz-range-thumb {
    filter: none
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-ms-thumb,.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-ms-thumb {
    filter: none
}

.theme-twentytwentyone .wc-block-price-filter__range-input::-webkit-slider-thumb {
    margin-top: -9px
}

.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
    transform: translate(2px,1px)
}

.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
    transform: translate(-2px,1px)
}

.theme-twentytwentyone .wc-block-price-filter__range-input::-ms-track {
    border-color: transparent!important
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
        border: 0;
        height: auto;
        height: 50px;
        position: relative
    }

    .theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
        display: none
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input {
        height: 100%;
        margin: 0;
        width: 100%
    }
}

.wc-block-components-product-sort-select {
    margin-bottom: 24px;
    text-align: left
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.wc-block-grid {
    text-align: center
}

.wc-block-grid__no-products {
    padding: 40px;
    text-align: center;
    width: 100%
}

.wc-block-grid__no-products .wc-block-grid__no-products-image {
    color: inherit;
    display: block;
    margin: 0 auto 1em;
    max-width: 150px
}

.wc-block-grid__no-products .wc-block-grid__no-products-title {
    display: block;
    font-weight: 700;
    margin: 0
}

.wc-block-grid__no-products .wc-block-grid__no-products-description {
    display: block;
    margin: .25em 0 1em
}

.wc-block-grid__products {
    background-clip: padding-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px 16px;
    padding: 0
}

.wc-block-grid__product {
    border-bottom: 16px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    box-sizing: border-box;
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: auto
}

.wc-block-grid__product.wc-block-grid__product {
    box-sizing: border-box
}

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product,.wc-block-grid.has-aligned-buttons .wc-block-grid__product {
    display: flex;
    flex-direction: column
}

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child,.wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child {
    margin-bottom: 0;
    margin-top: auto;
    padding-bottom: 12px
}

.theme-twentytwenty .wc-block-grid.has-1-columns .wc-block-grid__product,.wc-block-grid.has-1-columns .wc-block-grid__product {
    flex: 1 0 100%;
    max-width: 100%
}

.theme-twentytwenty .wc-block-grid.has-2-columns .wc-block-grid__product,.wc-block-grid.has-2-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%
}

.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product,.wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 33.3333333333%;
    max-width: 33.3333333333%
}

.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product,.wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 25%;
    max-width: 25%
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product,.wc-block-grid.has-5-columns .wc-block-grid__product {
    flex: 1 0 20%;
    max-width: 20%
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product,.wc-block-grid.has-6-columns .wc-block-grid__product {
    flex: 1 0 16.6666666667%;
    max-width: 16.6666666667%
}

.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product,.wc-block-grid.has-7-columns .wc-block-grid__product {
    flex: 1 0 14.2857142857%;
    max-width: 14.2857142857%
}

.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product,.wc-block-grid.has-8-columns .wc-block-grid__product {
    flex: 1 0 12.5%;
    max-width: 12.5%
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product,.wc-block-grid.has-6-columns .wc-block-grid__product {
    font-size: .5em
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product,.theme-twentytwenty .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product,.wc-block-grid.has-5-columns .wc-block-grid__product,.wc-block-grid.has-6-columns.alignfull .wc-block-grid__product {
    font-size: .58em
}

.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,.theme-twentytwenty .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product,.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,.wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
    font-size: .75em
}

.theme-twentytwenty .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull),.wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull) {
    font-size: .92em
}

@media(max-width: 480px) {
    .wc-block-grid.has-2-columns .wc-block-grid__products {
        display:block
    }

    .wc-block-grid.has-2-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-3-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-3-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-4-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-5-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-5-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-6-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-6-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-7-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-7-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-8-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-8-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }
}

@media(min-width: 481px)and (max-width:600px) {
    .wc-block-grid.has-2-columns .wc-block-grid__product {
        flex:1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }

    .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }

    .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }

    .wc-block-grid.has-3-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }

    .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }

    .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }

    .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }

    .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }

    .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }

    .wc-block-grid.has-5-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }

    .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }

    .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }

    .wc-block-grid.has-6-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }

    .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }

    .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }

    .wc-block-grid.has-7-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }

    .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }

    .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }

    .wc-block-grid.has-8-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }

    .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }

    .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }
}

.wc-block-components-product-name {
    font-size: 1em;
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all
}

.wc-block-components-product-price--align-left {
    display: block;
    text-align: left
}

.wc-block-components-product-price--align-center {
    display: block;
    text-align: center
}

.wc-block-components-product-price--align-right {
    display: block;
    text-align: right
}

.wc-block-components-product-price__value.is-discounted {
    margin-left: .5em
}

.is-loading .wc-block-components-product-price:before {
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor!important;
    content: ".";
    display: block;
    display: inline-block;
    line-height: 1;
    max-width: 100%!important;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    width: 5em;
    z-index: 1
}

.is-loading .wc-block-components-product-price:before>* {
    visibility: hidden
}

.is-loading .wc-block-components-product-price:before:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-price:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-quantity-selector {
    border-radius: 4px;
    box-sizing: content-box;
    display: flex;
    margin: 0 0 .25em;
    position: relative;
    width: 107px
}

.wc-block-components-quantity-selector:after {
    border: 1px solid;
    border-radius: 4px;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .45;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: currentColor;
    flex: 1 1 auto;
    font-size: 1em;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    min-width: 40px;
    order: 2;
    padding: .4em 0;
    text-align: center;
    vertical-align: middle
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
    box-shadow: inset 0 0 1px 1px currentColor;
    outline: none
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled {
    opacity: .6
}

.wc-block-components-quantity-selector input::-webkit-inner-spin-button,.wc-block-components-quantity-selector input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    background: none transparent;
    border: 0;
    box-shadow: none;
    color: currentColor;
    cursor: pointer;
    font-size: .9em;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    min-width: 30px;
    opacity: .6;
    padding: 0;
    text-align: center;
    text-decoration: none
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
    box-shadow: inset 0 0 1px 1px currentColor;
    outline: none
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    opacity: 1
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
    box-shadow: none;
    cursor: default;
    opacity: .6
}

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus {
    border-radius: 4px 0 0 4px;
    order: 1
}

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus {
    border-radius: 0 4px 4px 0;
    order: 3
}

.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    background: none transparent
}

.wc-block-components-radio-control__option {
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 1em 0;
    padding: 0 0 0 2.25em;
    position: relative;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-components-radio-control__option:first-child {
    margin-top: 0
}

.wc-block-components-radio-control__option:last-child {
    margin-bottom: 0
}

.wc-block-components-radio-control__option-layout {
    display: table;
    width: 100%
}

.wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout:after {
    display: none
}

.wc-block-components-radio-control__description-group,.wc-block-components-radio-control__label-group {
    display: table-row
}

.wc-block-components-radio-control__description-group>span,.wc-block-components-radio-control__label-group>span {
    display: table-cell
}

.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-description,.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-label,.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-description,.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label {
    min-width: 50%;
    text-align: right
}

.wc-block-components-radio-control__label,.wc-block-components-radio-control__secondary-label {
    line-height: max(1.5rem,24px)
}

.wc-block-components-radio-control__description,.wc-block-components-radio-control__secondary-description {
    font-size: .875em;
    line-height: 20px
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 2px solid #50575e;
    border-radius: 50%;
    display: inline-block;
    height: 1.5em;
    left: 0;
    min-height: 24px;
    min-width: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5em
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #000;
    border-radius: 50%;
    content: "";
    display: block;
    height: .75em;
    left: 50%;
    margin: 0;
    min-height: 12px;
    min-width: 12px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: .75em
}

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input {
    background-color: rgba(0,0,0,.1);
    border-color: hsla(0,0%,100%,.6)
}

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #fff
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
    border-width: 2px
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background-color: var(--form--color-text)
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:after {
    display: none
}

.is-loading .wc-block-components-review-list-item__text {
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    line-height: 1;
    max-width: 100%!important;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    width: 60%;
    z-index: 1
}

.is-loading .wc-block-components-review-list-item__text>* {
    visibility: hidden
}

.is-loading .wc-block-components-review-list-item__text:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__text {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__text:before {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    line-height: 1;
    max-width: 100%!important;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    z-index: 1
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image>* {
    visibility: hidden
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:before {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    font-size: 1em;
    line-height: 1;
    max-width: 100%!important;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    width: 80px;
    z-index: 1
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author>* {
    visibility: hidden
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:before {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product,.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars>span {
    display: none
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    height: 1em;
    line-height: 1;
    max-width: 100%!important;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    width: 120px;
    z-index: 1
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date>* {
    visibility: hidden
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:before {
    content: " "
}

.editor-styles-wrapper .wc-block-components-review-list-item__item,.wc-block-components-review-list-item__item {
    list-style: none;
    margin: 0 0 48px
}

.wc-block-components-review-list-item__info {
    -ms-grid-columns: 1fr;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 24px
}

.wc-block-components-review-list-item__meta {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__info {
    -ms-grid-columns: calc(3em + 16px) 1fr;
    grid-template-columns: calc(3em + 16px) 1fr
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta {
    -ms-grid-column: 2;
    grid-column: 2
}

.wc-block-components-review-list-item__image {
    -ms-grid-row-span: 2;
    align-items: center;
    display: flex;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1/3;
    height: 3em;
    justify-content: center;
    position: relative;
    width: 3em
}

.wc-block-components-review-list-item__image>img {
    display: block;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.wc-block-components-review-list-item__verified {
    bottom: -7px;
    height: 21px;
    line-height: 21px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    right: -7px;
    text-indent: 21px;
    width: 21px
}

.wc-block-components-review-list-item__verified:before {
    background: transparent url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="21" height="21" fill="none"%3E%3Ccircle cx="10.5" cy="10.5" r="10.5" fill="%23fff"/%3E%3Cpath fill="%23008A21" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3Cmask id="a" width="17" height="17" x="2" y="2" maskUnits="userSpaceOnUse"%3E%3Cpath fill="%23fff" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3C/mask%3E%3Cg mask="url(%23a)"%3E%3Cpath fill="%23008A21" d="M.5.5h20v20H.5z"/%3E%3C/g%3E%3C/svg%3E') 50% no-repeat;
    content: "";
    display: block;
    height: 21px;
    width: 21px
}

.wc-block-components-review-list-item__meta {
    align-items: center;
    display: flex;
    flex-flow: row wrap
}

.wc-block-components-review-list-item__meta:after {
    content: "";
    flex-basis: 100%;
    order: 3
}

.wc-block-components-review-list-item__author,.wc-block-components-review-list-item__product {
    display: block;
    font-weight: 700;
    margin-right: 8px;
    order: 1
}

.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author {
    font-weight: 400;
    order: 4
}

.wc-block-components-review-list-item__published-date {
    order: 5
}

.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date {
    padding-left: 8px;
    position: relative
}

.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before {
    border-right: 1px solid;
    content: "";
    display: inline-block;
    height: 1em;
    margin-left: -8px;
    opacity: .5;
    position: absolute;
    top: calc(50% + .1em);
    transform: translateY(-50%);
    vertical-align: middle
}

.wc-block-components-review-list-item__author:first-child+.wc-block-components-review-list-item__published-date:before,.wc-block-components-review-list-item__rating+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before {
    display: none
}

.wc-block-components-review-list-item__rating {
    order: 2
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars {
    display: block;
    font-family: star;
    font-size: 1em;
    font-weight: 400;
    height: 1em;
    line-height: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 5.3em
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars:before {
    content: "SSSSS";
    float: left;
    left: 0;
    opacity: .25;
    position: absolute;
    top: 0
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span:before {
    color: #e6a237;
    content: "SSSSS";
    left: 0;
    position: absolute;
    top: 0
}

.wc-block-components-review-list-item__text p {
    font-size: inherit
}

.wc-block-components-review-list.wc-block-components-review-list {
    margin: 0
}

.wc-block-components-review-sort-select {
    text-align: right
}

.wc-block-components-sidebar-layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative
}

.wc-block-components-sidebar-layout .wc-block-must-login-prompt {
    display: block
}

.wc-block-components-sidebar-layout .wc-block-components-main {
    box-sizing: border-box;
    margin: 0;
    padding-right: 3.7735849057%;
    width: 65%
}

.wc-block-components-sidebar {
    box-sizing: border-box;
    margin: 0;
    padding-left: 2.2641509434%;
    width: 35%
}

.wc-block-components-sidebar .wc-block-components-panel>h2 {
    border: 0;
    border-radius: 0;
    font-size: 1em;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.is-medium.wc-block-components-sidebar-layout,.is-mobile.wc-block-components-sidebar-layout,.is-small.wc-block-components-sidebar-layout {
    flex-direction: column;
    margin: 0 auto 16px
}

.is-medium.wc-block-components-sidebar-layout .wc-block-components-main,.is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar,.is-mobile.wc-block-components-sidebar-layout .wc-block-components-main,.is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar,.is-small.wc-block-components-sidebar-layout .wc-block-components-main,.is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar {
    padding: 0;
    width: 100%
}

.is-large .wc-block-components-sidebar .wc-block-components-panel,.is-large .wc-block-components-sidebar .wc-block-components-totals-coupon-link,.is-large .wc-block-components-sidebar .wc-block-components-totals-item {
    padding-left: 16px;
    padding-right: 16px
}

.is-large .wc-block-components-sidebar .wc-block-components-panel .wc-block-components-totals-item {
    padding: 0
}

.wc-block-components-sidebar .wc-block-components-panel>h2 {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-components-sidebar .wc-block-components-panel>h2 .wc-block-components-panel__button {
    font-weight: 400
}

.theme-twentytwenty .wc-block-components-sidebar .wc-block-components-panel>h2 {
    border: 0;
    border-radius: 0;
    font-size: 1.25em;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.wc-block-components-sort-select {
    margin-bottom: 12px
}

.wc-block-components-sort-select__label {
    display: inline-block;
    font-weight: 400;
    margin-right: 12px
}

.wc-block-components-sort-select__select {
    font-size: inherit;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.wc-block-components-spinner {
    box-sizing: content-box;
    color: inherit;
    font-size: 1.25em;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%
}

.wc-block-components-spinner:after {
    -webkit-animation: spinner__animation 1s linear infinite;
    animation: spinner__animation 1s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: .2em solid;
    border-left: .2em solid transparent;
    border-radius: 50%;
    box-sizing: border-box;
    content: " ";
    height: 1em;
    left: 50%;
    margin: -.5em 0 0 -.5em;
    position: absolute;
    top: 50%;
    transform: translateZ(0) scale(.5);
    transform-origin: 50% 50%;
    width: 1em
}

.wc-block-components-state-input {
    margin-top: 1.5em
}

.wc-block-components-tabs .wc-block-components-tabs__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: inset 0 -1px currentColor;
    color: inherit;
    flex: auto;
    outline-offset: -1px;
    padding: 12px 16px;
    text-align: center;
    transition: box-shadow .1s linear
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item.is-active {
    box-shadow: inset 0 -3px currentColor;
    font-weight: 600;
    position: relative
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:focus {
    outline: 1px dotted currentColor;
    outline-offset: -1px
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:active,.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:hover {
    background: transparent
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content {
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content>img,.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content>svg {
    height: 1.2em;
    margin: .2em 0 -.2em;
    vertical-align: middle
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons {
    margin: .2em 0 -.2em
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    height: 1.2em;
    vertical-align: middle
}

.wc-block-components-tabs .wc-block-components-tabs__content {
    padding: 16px 0;
    text-transform: none
}

.wc-block-components-textarea {
    background-color: #fff;
    border: 1px solid #50575e;
    border-radius: 4px;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    line-height: 1.375;
    margin: 0;
    padding: .75em 16px;
    width: 100%
}

.has-dark-controls .wc-block-components-textarea {
    background-color: rgba(0,0,0,.1);
    border-color: hsla(0,0%,100%,.4);
    color: #fff
}

.has-dark-controls .wc-block-components-textarea::-moz-placeholder {
    color: hsla(0,0%,100%,.6)
}

.has-dark-controls .wc-block-components-textarea:-ms-input-placeholder {
    color: hsla(0,0%,100%,.6)
}

.has-dark-controls .wc-block-components-textarea::placeholder {
    color: hsla(0,0%,100%,.6)
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-textarea {
    background-color: rgba(0,0,0,.1);
    color: #fff
}

.theme-twentytwenty .wc-block-components-title.wc-block-components-title,.wc-block-components-title.wc-block-components-title {
    border: 0;
    border-radius: 0;
    font-size: 1.25em;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    word-break: break-word
}

.with-scroll-to-top__scroll-point {
    position: relative;
    top: -36px
}

.wc-block-components-express-payment {
    margin: auto;
    position: relative
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons {
    grid-gap: 10px;
    box-sizing: border-box;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(calc(33% - 10px),1fr));
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 100%
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li {
    margin: 0;
    width: 100%
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li>img {
    height: 48px;
    width: 100%
}

@media(max-width: 782px) {
    .wc-block-components-express-payment .wc-block-components-express-payment__event-buttons {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr
    }
}

.wc-block-components-express-payment--checkout {
    margin-top: 15px
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container {
    display: flex;
    flex-direction: row;
    left: 0;
    position: absolute;
    right: 0;
    top: -5px;
    vertical-align: middle
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:before {
    border-left: 1px solid;
    border-radius: 5px 0 0 0;
    border-top: 1px solid;
    content: "";
    display: block;
    height: 4px;
    margin-right: 12px;
    opacity: .3;
    pointer-events: none;
    width: 10px
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after {
    border-radius: 0 5px 0 0;
    border-right: 1px solid;
    border-top: 1px solid;
    content: "";
    display: block;
    flex-grow: 1;
    height: 4px;
    margin-left: 12px;
    opacity: .3;
    pointer-events: none
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title {
    flex-grow: 0;
    transform: translateY(-50%)
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content {
    padding: 19px 24px 24px;
    position: relative
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content:after {
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 0 1px 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content>p {
    margin-bottom: 1em
}

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li {
    padding-bottom: 16px;
    text-align: center;
    width: 100%
}

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li:last-child {
    padding-bottom: 0
}

.wc-block-components-express-payment-continue-rule {
    align-items: center;
    display: flex;
    margin: 24px 0;
    padding: 0 24px;
    text-align: center
}

.wc-block-components-express-payment-continue-rule:before {
    margin-right: 10px
}

.wc-block-components-express-payment-continue-rule:after {
    margin-left: 10px
}

.wc-block-components-express-payment-continue-rule:after,.wc-block-components-express-payment-continue-rule:before {
    border-bottom: 1px solid;
    content: " ";
    flex: 1;
    opacity: .3
}

.wc-block-components-express-payment-continue-rule--cart {
    margin: 16px 0;
    text-transform: uppercase
}

.theme-twentynineteen .wc-block-components-express-payment__title:before {
    display: none
}

.theme-twentytwenty .wc-block-components-express-payment .wc-block-components-express-payment__title {
    padding-left: 12px;
    padding-right: 12px
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder {
    margin-bottom: 16px
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder * {
    pointer-events: all
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset {
    display: block
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .components-button {
    background-color: #1e1e1e;
    color: #fff
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .wc-block-checkout__no-payment-methods-placeholder-description {
    display: block;
    margin: .25em 0 1em
}

.components-notice.wc-block-checkout__no-payment-methods-notice {
    margin-bottom: 16px
}

.wc-block-card-elements {
    display: flex;
    width: 100%
}

.wc-block-card-elements .wc-block-components-validation-error {
    position: static
}

.wc-block-gateway-container {
    margin-bottom: 1.5em;
    position: relative;
    white-space: nowrap
}

.wc-block-gateway-container.wc-card-number-element {
    flex-basis: 15em;
    flex-grow: 1;
    min-width: min(15em,60%)
}

.wc-block-gateway-container.wc-card-expiry-element {
    flex-basis: 7em;
    margin-left: 12px;
    min-width: min(7em,calc(24% - 12px))
}

.wc-block-gateway-container.wc-card-cvc-element {
    flex-basis: 7em;
    margin-left: 12px;
    min-width: min(5em,calc(16% - 12px))
}

.wc-block-gateway-container .wc-block-gateway-input {
    background-color: #fff;
    border: 1px solid #50575e;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    cursor: text;
    font-family: inherit;
    font-size: 1em;
    height: 3em;
    line-height: 1.375;
    margin: 0;
    padding: .75em 0 .75em 16px;
    width: 100%
}

.wc-block-gateway-container .wc-block-gateway-input:focus,.wc-block-gateway-container:focus {
    background-color: #fff
}

.wc-block-gateway-container label {
    color: inherit;
    color: #757575;
    cursor: text;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    left: 0;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1.375;
    margin: 0 0 0 17px;
    max-width: calc(100% - 24px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    top: 0;
    transform: translateY(.75em);
    transform-origin: top left;
    transition: transform .2s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-gateway-container label {
        transition: none
    }
}

.wc-block-gateway-container.wc-inline-card-element label {
    margin-left: calc(24px + 1.5em)
}

.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input.focused.empty+label,.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input:not(.empty)+label {
    margin-left: 16px;
    transform: translateY(4px) scale(.75)
}

.wc-block-gateway-container.wc-inline-card-element+.wc-block-components-validation-error {
    margin-top: -24px;
    position: static
}

.wc-block-gateway-container .wc-block-gateway-input.focused.empty,.wc-block-gateway-container .wc-block-gateway-input:not(.empty) {
    padding: 1.5em 0 .25em 16px
}

.wc-block-gateway-container .wc-block-gateway-input.focused.empty+label,.wc-block-gateway-container .wc-block-gateway-input:not(.empty)+label {
    transform: translateY(4px) scale(.75)
}

.wc-block-gateway-container .wc-block-gateway-input.has-error {
    border-color: #cc1818
}

.wc-block-gateway-container .wc-block-gateway-input.has-error:focus {
    outline-color: #cc1818
}

.wc-block-gateway-container .wc-block-gateway-input.has-error+label {
    color: #cc1818
}

.is-large .wc-card-cvc-element .wc-block-components-validation-error>p,.is-large .wc-card-expiry-element .wc-block-components-validation-error>p,.is-medium .wc-card-cvc-element .wc-block-components-validation-error>p,.is-medium .wc-card-expiry-element .wc-block-components-validation-error>p {
    line-height: 16px;
    padding-top: 4px
}

.is-mobile .wc-card-cvc-element .wc-block-components-validation-error>p,.is-mobile .wc-card-expiry-element .wc-block-components-validation-error>p,.is-small .wc-card-cvc-element .wc-block-components-validation-error>p,.is-small .wc-card-expiry-element .wc-block-components-validation-error>p {
    min-height: 28px
}

.wc-block-components-checkout-payment-methods * {
    pointer-events: all
}

.is-mobile .wc-block-card-elements,.is-small .wc-block-card-elements {
    flex-wrap: wrap
}

.is-mobile .wc-block-gateway-container.wc-card-number-element,.is-small .wc-block-gateway-container.wc-card-number-element {
    flex-basis: 100%
}

.is-mobile .wc-block-gateway-container.wc-card-expiry-element,.is-small .wc-block-gateway-container.wc-card-expiry-element {
    flex-basis: calc(50% - 8px);
    margin-left: 0;
    margin-right: 8px
}

.is-mobile .wc-block-gateway-container.wc-card-cvc-element,.is-small .wc-block-gateway-container.wc-card-cvc-element {
    flex-basis: calc(50% - 8px);
    margin-left: 8px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    padding-left: 56px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option:after {
    content: none
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
    left: 16px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option,.wc-block-checkout__payment-method .wc-block-components-radio-control__option:first-child,.wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child {
    margin: 0;
    padding-bottom: 1em;
    padding-top: 1em
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option-checked {
    font-weight: 700
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option,.wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    position: relative
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:after,.wc-block-checkout__payment-method .wc-block-components-radio-control__option:after {
    border-style: solid;
    border-width: 1px 1px 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child:after,.wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child:after {
    border-width: 1px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option:after {
    border-width: 0
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label {
    align-items: center;
    display: flex;
    justify-content: flex-start
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label img {
    height: 24px;
    max-height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left
}

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__option {
    padding-left: 16px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__input {
    display: none
}

.wc-block-checkout__payment-method .wc-block-components-checkout-step__description-payments-aligned {
    height: 28px;
    padding-top: 14px
}

.wc-block-components-radio-control-accordion-content {
    padding: 0 16px 1em
}

.wc-block-components-radio-control-accordion-content:empty {
    display: none
}

.wc-block-checkout__order-notes .wc-block-components-checkout-step__content {
    padding-bottom: 0
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block {
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    line-height: 1;
    margin-top: 2em;
    max-width: 100%!important;
    min-height: 15em;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    z-index: 1
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block>* {
    visibility: hidden
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block {
        -webkit-animation: none;
        animation: none
    }
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block h3 {
    display: none
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
    box-sizing: content-box;
    display: inline-block;
    margin-bottom: 2em;
    padding-right: 5%;
    text-align: center;
    vertical-align: top;
    width: 30%
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product:nth-child(3n+3) {
    padding-right: 0
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-name {
    font-weight: 400
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-price {
    display: block
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-button__button {
    margin-top: 1em
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart {
    justify-content: center
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link) {
    background-color: #eee;
    color: #333;
    font-weight: 600;
    margin-top: 1em
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link):focus,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link):hover {
    background-color: #d5d5d5;
    border-color: #d5d5d5;
    color: #333
}

@media(max-width: 480px) {
    .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
        display:block;
        width: 100%
    }
}

.is-medium .wc-block-cart__sidebar,.is-mobile .wc-block-cart__sidebar,.is-small .wc-block-cart__sidebar {
    margin-bottom: 24px;
    order: 0
}

.editor-styles-wrapper .wc-block-cart__empty-cart__title,.wc-block-cart__empty-cart__title {
    font-size: inherit
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    background-color: currentColor;
    content: "";
    display: block;
    height: 5em;
    margin: 0 auto 2em;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTkgMEM4LjUwNCAwIDAgOC41MDQgMCAxOXM4LjUwNCAxOSAxOSAxOSAxOS04LjUwNCAxOS0xOVMyOS40OTYgMCAxOSAwem02LjEyOSAxMi44NzFhMi40NDkgMi40NDkgMCAwMTIuNDUyIDIuNDUyIDIuNDQ5IDIuNDQ5IDAgMDEtMi40NTIgMi40NTEgMi40NDkgMi40NDkgMCAwMS0yLjQ1Mi0yLjQ1MSAyLjQ0OSAyLjQ0OSAwIDAxMi40NTItMi40NTJ6TTExLjY0NSAzMS4yNThjLTIuMDMgMC0zLjY3Ny0xLjYwOS0zLjY3Ny0zLjYgMC0xLjUzMyAyLjE4My00LjYyOCAzLjE4Ny01Ljk2MWEuNjEuNjEgMCAwMS45OCAwYzEuMDA0IDEuMzMzIDMuMTg4IDQuNDI4IDMuMTg4IDUuOTYgMCAxLjk5Mi0xLjY0OCAzLjYwMS0zLjY3OCAzLjYwMXptMS4yMjYtMTMuNDg0YTIuNDQ5IDIuNDQ5IDAgMDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwMTIuNDUyLTIuNDUyIDIuNDQ5IDIuNDQ5IDAgMDEyLjQ1MiAyLjQ1MiAyLjQ0OSAyLjQ0OSAwIDAxLTIuNDUyIDIuNDUxem0xMy4wNCAxMS44MTRBOC45ODkgOC45ODkgMCAwMDE5IDI2LjM1NWMtMS42MjQgMC0xLjYyNC0yLjQ1MiAwLTIuNDUyYTExLjQgMTEuNCAwIDAxOC43ODggNC4xMjJjMS4wNTcgMS4yNTctLjg1OSAyLjc5Ni0xLjg3OCAxLjU2M3oiLz48L3N2Zz4=);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTkgMEM4LjUwNCAwIDAgOC41MDQgMCAxOXM4LjUwNCAxOSAxOSAxOSAxOS04LjUwNCAxOS0xOVMyOS40OTYgMCAxOSAwem02LjEyOSAxMi44NzFhMi40NDkgMi40NDkgMCAwMTIuNDUyIDIuNDUyIDIuNDQ5IDIuNDQ5IDAgMDEtMi40NTIgMi40NTEgMi40NDkgMi40NDkgMCAwMS0yLjQ1Mi0yLjQ1MSAyLjQ0OSAyLjQ0OSAwIDAxMi40NTItMi40NTJ6TTExLjY0NSAzMS4yNThjLTIuMDMgMC0zLjY3Ny0xLjYwOS0zLjY3Ny0zLjYgMC0xLjUzMyAyLjE4My00LjYyOCAzLjE4Ny01Ljk2MWEuNjEuNjEgMCAwMS45OCAwYzEuMDA0IDEuMzMzIDMuMTg4IDQuNDI4IDMuMTg4IDUuOTYgMCAxLjk5Mi0xLjY0OCAzLjYwMS0zLjY3OCAzLjYwMXptMS4yMjYtMTMuNDg0YTIuNDQ5IDIuNDQ5IDAgMDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwMTIuNDUyLTIuNDUyIDIuNDQ5IDIuNDQ5IDAgMDEyLjQ1MiAyLjQ1MiAyLjQ0OSAyLjQ0OSAwIDAxLTIuNDUyIDIuNDUxem0xMy4wNCAxMS44MTRBOC45ODkgOC45ODkgMCAwMDE5IDI2LjM1NWMtMS42MjQgMC0xLjYyNC0yLjQ1MiAwLTIuNDUyYTExLjQgMTEuNCAwIDAxOC43ODggNC4xMjJjMS4wNTcgMS4yNTctLjg1OSAyLjc5Ni0xLjg3OCAxLjU2M3oiLz48L3N2Zz4=);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 5em;
    mask-size: 5em;
    width: 5em
}

.wp-block-woocommerce-empty-cart-block>.aligncenter {
    margin-left: auto!important;
    margin-right: auto!important
}

.wc-block-cart__submit {
    margin: 0 0 16px;
    position: relative
}

.wc-block-cart__submit-button {
    box-sizing: border-box;
    margin: 0;
    width: 100%
}

.wc-block-cart .wc-block-cart__submit-container {
    padding: 0
}

@media(min-width: 783px) {
    .wc-block-cart .wc-block-cart__submit-container--sticky {
        display:none
    }
}

@media(max-width: 782px) {
    .wc-block-cart .wc-block-cart__submit-container--sticky {
        background:#fff;
        bottom: 0;
        left: 0;
        padding: 16px;
        position: fixed;
        width: 100%;
        z-index: 9999
    }

    .wc-block-cart .wc-block-cart__submit-container--sticky:before {
        box-shadow: 0 -10px 20px 10px currentColor;
        color: hsla(0,0%,80%,.5);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
}

.wc-block-checkout-error {
    padding: 40px;
    text-align: center;
    width: 100%
}

.wc-block-checkout-error .wc-block-checkout-error__image {
    color: inherit;
    display: block;
    margin: 0 auto 1em;
    max-width: 150px
}

.wc-block-checkout-error .wc-block-checkout-error__title {
    display: block;
    font-weight: 700;
    margin: 0
}

.wc-block-checkout-error .wc-block-checkout-error__description {
    display: block;
    margin: .25em 0 1em
}

.wc-block-checkout-empty {
    padding: 40px;
    text-align: center;
    width: 100%
}

.wc-block-checkout-empty .wc-block-checkout-empty__image {
    color: inherit;
    display: block;
    margin: 0 auto 1em;
    max-width: 150px
}

.wc-block-checkout-empty .wc-block-checkout-empty__title {
    display: block;
    font-weight: 700;
    margin: 0
}

.wc-block-checkout-empty .wc-block-checkout-empty__description {
    display: block;
    margin: .25em 0 1em
}

.wc-block-checkout__actions_row {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    height: auto;
    padding: 1em;
    width: 50%
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-button__text {
    line-height: 24px
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-button__text>svg {
    fill: #fff;
    vertical-align: top
}

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button {
    display: none
}

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
    width: 100%
}

.is-large .wc-block-checkout__actions {
    padding: 1.5em 0;
    position: relative
}

.is-large .wc-block-checkout__actions:after {
    border-style: solid;
    border-width: 1px 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-checkout__form {
    margin: 0;
    max-width: 100%
}

.is-medium .wc-block-checkout__main,.is-mobile .wc-block-checkout__main,.is-small .wc-block-checkout__main {
    order: 1
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form {
    margin-left: -6px;
    margin-right: -6px
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form:after,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form:after,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form:after,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form:after,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form:after,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form:after {
    clear: both;
    content: "";
    display: block
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input {
    float: left;
    margin-left: 6px;
    margin-right: 6px;
    position: relative;
    width: calc(50% - 12px)
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2) {
    margin-top: 0
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company {
    width: calc(100% - 12px)
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox {
    clear: both
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__option,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__option {
    margin: 0;
    padding: .75em 0 .75em 2.5em;
    position: relative
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__option:after,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__option:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-checkout__pickup-options .wc-block-components-shipping-rates-control__no-results-notice,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-shipping-rates-control__no-results-notice {
    margin: .75em 0
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control .wc-block-components-radio-control__input,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control .wc-block-components-radio-control__input {
    margin-top: 1px;
    top: auto;
    transform: none
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__option-layout,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__option-layout {
    display: block
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__label-group,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__label-group {
    display: flex;
    width: 100%
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__label-group>:last-child,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__label-group>:last-child {
    margin-left: auto
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__description-group,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__description-group {
    display: none
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__option-checked .wc-block-components-radio-control__description-group,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__option-checked .wc-block-components-radio-control__description-group {
    display: block
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__label-group em,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__label-group em {
    font-style: inherit;
    text-transform: uppercase
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__description-group,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__description-group {
    background-color: #f0f0f0;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1em;
    margin-top: .5em;
    padding: 1px .75em;
    width: 100%
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__description,.wc-block-checkout__pickup-options .wc-block-components-radio-control__secondary-description,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__description,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__secondary-description {
    display: block;
    margin: .75em 0;
    text-align: left;
    width: 100%
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__secondary-description,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__secondary-description {
    color: #757575
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__secondary-description>svg,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__secondary-description>svg {
    fill: currentColor;
    margin-top: -4px;
    vertical-align: middle
}

.wc-block-checkout__shipping-method-container {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    width: 100%
}

.edit-post-visual-editor .wc-block-checkout__shipping-method-option,.wc-block-checkout__shipping-method-option {
    align-items: center;
    background-color: transparent;
    border: none;
    border-radius: 0!important;
    box-shadow: none!important;
    color: inherit;
    display: flex;
    flex-basis: 0%;
    flex-direction: column;
    flex-grow: 1;
    gap: 4px;
    height: 100%;
    justify-content: center;
    min-height: 80px;
    outline: 1px solid currentColor;
    padding: 16px 12px
}

.edit-post-visual-editor .wc-block-checkout__shipping-method-option.components-button:focus:not(:disabled),.edit-post-visual-editor .wc-block-checkout__shipping-method-option.components-button:hover:not(:disabled),.edit-post-visual-editor .wc-block-checkout__shipping-method-option:focus,.edit-post-visual-editor .wc-block-checkout__shipping-method-option:hover,.wc-block-checkout__shipping-method-option.components-button:focus:not(:disabled),.wc-block-checkout__shipping-method-option.components-button:hover:not(:disabled),.wc-block-checkout__shipping-method-option:focus,.wc-block-checkout__shipping-method-option:hover {
    background-color: #d5d5d5;
    border-color: #d5d5d5;
    color: #333
}

.edit-post-visual-editor .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected,.wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected {
    outline: 3px solid currentColor
}

.wc-block-checkout__shipping-method-option-icon {
    fill: currentColor
}

.wc-block-checkout__shipping-method-option-title {
    font-size: 1rem;
    font-weight: 700
}

.wc-block-checkout__shipping-method-option-price {
    font-size: .875rem
}

.wc-block-checkout__shipping-method-option-price em {
    font-style: inherit;
    text-transform: uppercase
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder {
    margin-bottom: 16px
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder * {
    pointer-events: all
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset {
    display: block
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .components-button {
    background-color: #1e1e1e;
    color: #fff
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .wc-block-checkout__no-shipping-placeholder-description {
    display: block;
    margin: .25em 0 1em
}

.wc-block-checkout__shipping-option .wc-block-components-radio-control__option {
    margin: 0;
    padding: .75em 0 .75em 2.5em;
    position: relative
}

.wc-block-checkout__shipping-option .wc-block-components-radio-control__option:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__no-results-notice {
    margin: .75em 0
}

.wc-block-checkout__terms {
    margin: 1.5em 0
}

.wc-block-checkout__terms textarea {
    position: relative;
    top: -5px
}

.wc-block-checkout__terms.wc-block-checkout__terms--disabled {
    opacity: .6
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
    color: inherit;
    display: block;
    flex-basis: 0%;
    flex-grow: 1
}

.wc-block-checkout__sidebar .wc-block-components-totals-footer-item {
    margin: 0;
    padding: 0
}

.is-medium .wc-block-checkout__sidebar,.is-mobile .wc-block-checkout__sidebar,.is-small .wc-block-checkout__sidebar {
    margin-bottom: 24px;
    order: 0
}

.wc-block-checkout__add-note {
    margin: 1.5em 0
}

.is-medium .wc-block-checkout__add-note,.is-mobile .wc-block-checkout__add-note,.is-small .wc-block-checkout__add-note {
    margin-bottom: 1em;
    margin-top: 1em;
    padding: 1em 0;
    position: relative
}

.is-medium .wc-block-checkout__add-note:after,.is-mobile .wc-block-checkout__add-note:after,.is-small .wc-block-checkout__add-note:after {
    border-style: solid;
    border-width: 1px 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-checkout__add-note .wc-block-components-textarea {
    margin-top: 16px
}

.wc-block-checkout__order-notes.wc-block-components-checkout-step {
    padding-left: 0
}

.wp-block-woocommerce-checkout {
    margin: 0
}

.wp-block-woocommerce-checkout .with-scroll-to-top__scroll-point {
    top: -96px
}

.wp-block-woocommerce-checkout.is-loading {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
    padding-left: 2.2641509434%;
    width: 35%
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block {
    padding-right: 3.7735849057%;
    width: 65%
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
    box-sizing: border-box;
    margin: 0
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div {
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    display: none;
    line-height: 1;
    margin: 0 0 1.5em;
    max-width: 100%!important;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    z-index: 1
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div>*,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div>* {
    visibility: hidden
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div:after,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div {
        -webkit-animation: none;
        animation: none
    }
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-contact-information-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-payment-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-contact-information-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-payment-block {
    display: block;
    min-height: 10em
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-shipping-address-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-shipping-address-block {
    display: block;
    min-height: 24em
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-actions-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-actions-block {
    display: block;
    margin-left: 50%;
    min-height: 4em;
    width: 50%
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-order-summary-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-order-summary-block {
    display: block;
    min-height: 47em
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel>h2,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2 {
    border: 0;
    border-radius: 0;
    color: inherit;
    font-family: inherit;
    font-size: 1em;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-transform: inherit;
    vertical-align: baseline
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel>h2 .wc-block-components-panel__button,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2 .wc-block-components-panel__button {
    font-weight: 400
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-totals-coupon-link,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-totals-item,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-coupon-link,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item {
    padding-left: 16px;
    padding-right: 16px
}

@media only screen and (max-width: 700px) {
    .wp-block-woocommerce-checkout.is-loading {
        flex-direction:column;
        margin: 0 auto 16px
    }

    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
        padding: 0;
        width: 100%
    }

    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-coupon-link,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item {
        padding-left: 0;
        padding-right: 0
    }
}

.theme-twentytwenty .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2 {
    border: 0;
    border-radius: 0;
    font-size: 1.25em;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.wp-block-woocommerce-featured-category {
    background-color: transparent;
    border-color: transparent;
    box-sizing: border-box;
    color: #fff
}

.wc-block-featured-category {
    align-content: center;
    align-items: center;
    background-color: inherit;
    background-position: 50%;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%
}

.wc-block-featured-category.has-background-dim .background-dim__overlay:before {
    background: inherit;
    border-radius: inherit;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.wc-block-featured-category.has-background-dim-10 .background-dim__overlay:before {
    opacity: .1
}

.wc-block-featured-category.has-background-dim-20 .background-dim__overlay:before {
    opacity: .2
}

.wc-block-featured-category.has-background-dim-30 .background-dim__overlay:before {
    opacity: .3
}

.wc-block-featured-category.has-background-dim-40 .background-dim__overlay:before {
    opacity: .4
}

.wc-block-featured-category.has-background-dim-50 .background-dim__overlay:before {
    opacity: .5
}

.wc-block-featured-category.has-background-dim-60 .background-dim__overlay:before {
    opacity: .6
}

.wc-block-featured-category.has-background-dim-70 .background-dim__overlay:before {
    opacity: .7
}

.wc-block-featured-category.has-background-dim-80 .background-dim__overlay:before {
    opacity: .8
}

.wc-block-featured-category.has-background-dim-90 .background-dim__overlay:before {
    opacity: .9
}

.wc-block-featured-category.has-background-dim-100 .background-dim__overlay:before {
    opacity: 1
}

.wc-block-featured-category__selection {
    width: 100%
}

.wc-block-featured-category.has-left-content {
    justify-content: flex-start
}

.wc-block-featured-category.has-left-content .wc-block-featured-category__description,.wc-block-featured-category.has-left-content .wc-block-featured-category__price,.wc-block-featured-category.has-left-content .wc-block-featured-category__title,.wc-block-featured-category.has-left-content .wc-block-featured-category__variation {
    margin-left: 0;
    text-align: left
}

.wc-block-featured-category.has-right-content {
    justify-content: flex-end
}

.wc-block-featured-category.has-right-content .wc-block-featured-category__description,.wc-block-featured-category.has-right-content .wc-block-featured-category__price,.wc-block-featured-category.has-right-content .wc-block-featured-category__title,.wc-block-featured-category.has-right-content .wc-block-featured-category__variation {
    margin-right: 0;
    text-align: right
}

.wc-block-featured-category.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wc-block-featured-category__description,.wc-block-featured-category__price,.wc-block-featured-category__title,.wc-block-featured-category__variation {
    line-height: 1.25;
    margin-bottom: 0;
    text-align: center
}

.wc-block-featured-category__description a,.wc-block-featured-category__description a:active,.wc-block-featured-category__description a:focus,.wc-block-featured-category__description a:hover,.wc-block-featured-category__price a,.wc-block-featured-category__price a:active,.wc-block-featured-category__price a:focus,.wc-block-featured-category__price a:hover,.wc-block-featured-category__title a,.wc-block-featured-category__title a:active,.wc-block-featured-category__title a:focus,.wc-block-featured-category__title a:hover,.wc-block-featured-category__variation a,.wc-block-featured-category__variation a:active,.wc-block-featured-category__variation a:focus,.wc-block-featured-category__variation a:hover {
    color: #fff
}

.wc-block-featured-category__description,.wc-block-featured-category__link,.wc-block-featured-category__price,.wc-block-featured-category__title,.wc-block-featured-category__variation {
    color: inherit;
    padding: 0 48px 16px;
    width: 100%;
    z-index: 1
}

.wc-block-featured-category .wc-block-featured-category__background-image {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    -o-object-fit: none;
    object-fit: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.wc-block-featured-category .wc-block-featured-category__background-image.has-parallax {
    background-attachment: fixed
}

@supports(-webkit-overflow-scrolling:touch) {
    .wc-block-featured-category .wc-block-featured-category__background-image.has-parallax {
        background-attachment: scroll
    }
}

@media(prefers-reduced-motion:reduce) {
    .wc-block-featured-category .wc-block-featured-category__background-image.has-parallax {
        background-attachment: scroll
    }
}

.wc-block-featured-category__description {
    color: inherit
}

.wc-block-featured-category__description p {
    margin: 0
}

.wc-block-featured-category .wc-block-featured-category__title {
    color: inherit;
    margin-top: 0
}

.wc-block-featured-category .wc-block-featured-category__title div {
    color: inherit
}

.wc-block-featured-category .wc-block-featured-category__title:before {
    display: none
}

.wc-block-featured-category__wrapper {
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    width: 100%
}

.wc-block-featured-category .wp-block-button.aligncenter {
    text-align: center
}

.wp-block-woocommerce-featured-product {
    background-color: transparent;
    border-color: transparent;
    box-sizing: border-box;
    color: #fff
}

.wc-block-featured-product {
    align-content: center;
    align-items: center;
    background-color: inherit;
    background-position: 50%;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%
}

.wc-block-featured-product.has-background-dim .background-dim__overlay:before {
    background: inherit;
    border-radius: inherit;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.wc-block-featured-product.has-background-dim-10 .background-dim__overlay:before {
    opacity: .1
}

.wc-block-featured-product.has-background-dim-20 .background-dim__overlay:before {
    opacity: .2
}

.wc-block-featured-product.has-background-dim-30 .background-dim__overlay:before {
    opacity: .3
}

.wc-block-featured-product.has-background-dim-40 .background-dim__overlay:before {
    opacity: .4
}

.wc-block-featured-product.has-background-dim-50 .background-dim__overlay:before {
    opacity: .5
}

.wc-block-featured-product.has-background-dim-60 .background-dim__overlay:before {
    opacity: .6
}

.wc-block-featured-product.has-background-dim-70 .background-dim__overlay:before {
    opacity: .7
}

.wc-block-featured-product.has-background-dim-80 .background-dim__overlay:before {
    opacity: .8
}

.wc-block-featured-product.has-background-dim-90 .background-dim__overlay:before {
    opacity: .9
}

.wc-block-featured-product.has-background-dim-100 .background-dim__overlay:before {
    opacity: 1
}

.wc-block-featured-product__selection {
    width: 100%
}

.wc-block-featured-product.has-left-content {
    justify-content: flex-start
}

.wc-block-featured-product.has-left-content .wc-block-featured-product__description,.wc-block-featured-product.has-left-content .wc-block-featured-product__price,.wc-block-featured-product.has-left-content .wc-block-featured-product__title,.wc-block-featured-product.has-left-content .wc-block-featured-product__variation {
    margin-left: 0;
    text-align: left
}

.wc-block-featured-product.has-right-content {
    justify-content: flex-end
}

.wc-block-featured-product.has-right-content .wc-block-featured-product__description,.wc-block-featured-product.has-right-content .wc-block-featured-product__price,.wc-block-featured-product.has-right-content .wc-block-featured-product__title,.wc-block-featured-product.has-right-content .wc-block-featured-product__variation {
    margin-right: 0;
    text-align: right
}

.wc-block-featured-product.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wc-block-featured-product__description,.wc-block-featured-product__price,.wc-block-featured-product__title,.wc-block-featured-product__variation {
    line-height: 1.25;
    margin-bottom: 0;
    text-align: center
}

.wc-block-featured-product__description a,.wc-block-featured-product__description a:active,.wc-block-featured-product__description a:focus,.wc-block-featured-product__description a:hover,.wc-block-featured-product__price a,.wc-block-featured-product__price a:active,.wc-block-featured-product__price a:focus,.wc-block-featured-product__price a:hover,.wc-block-featured-product__title a,.wc-block-featured-product__title a:active,.wc-block-featured-product__title a:focus,.wc-block-featured-product__title a:hover,.wc-block-featured-product__variation a,.wc-block-featured-product__variation a:active,.wc-block-featured-product__variation a:focus,.wc-block-featured-product__variation a:hover {
    color: #fff
}

.wc-block-featured-product__description,.wc-block-featured-product__link,.wc-block-featured-product__price,.wc-block-featured-product__title,.wc-block-featured-product__variation {
    color: inherit;
    padding: 0 48px 16px;
    width: 100%;
    z-index: 1
}

.wc-block-featured-product .wc-block-featured-product__background-image {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    -o-object-fit: none;
    object-fit: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.wc-block-featured-product .wc-block-featured-product__background-image.has-parallax {
    background-attachment: fixed
}

@supports(-webkit-overflow-scrolling:touch) {
    .wc-block-featured-product .wc-block-featured-product__background-image.has-parallax {
        background-attachment: scroll
    }
}

@media(prefers-reduced-motion:reduce) {
    .wc-block-featured-product .wc-block-featured-product__background-image.has-parallax {
        background-attachment: scroll
    }
}

.wc-block-featured-product__description {
    color: inherit
}

.wc-block-featured-product__description p {
    margin: 0
}

.wc-block-featured-product .wc-block-featured-product__title {
    color: inherit;
    margin-top: 0
}

.wc-block-featured-product .wc-block-featured-product__title div {
    color: inherit
}

.wc-block-featured-product .wc-block-featured-product__title:before {
    display: none
}

.wc-block-featured-product__wrapper {
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    width: 100%
}

.wc-block-featured-product .wp-block-button.aligncenter {
    text-align: center
}

.wc-block-featured-product .wc-block-featured-product__title,.wc-block-featured-product .wc-block-featured-product__variation {
    border: 0;
    margin-top: 0
}

.wc-block-featured-product .wc-block-featured-product__title:before,.wc-block-featured-product .wc-block-featured-product__variation:before {
    display: none
}

.wc-block-featured-product .wc-block-featured-product__variation {
    font-style: italic;
    padding-top: 0
}

.wc-block-featured-product .wc-block-featured-product__description p {
    line-height: 1.5;
    margin: 0
}

.wc-block-mini-cart__badge,.wc-block-mini-cart__quantity-badge {
    align-items: center;
    display: flex
}

.wc-block-mini-cart__badge {
    background: transparent;
    border: .15em solid;
    border-radius: 1em;
    box-sizing: border-box;
    color: inherit;
    font-size: .875em;
    font-weight: 600;
    height: 1.4285714286em;
    justify-content: center;
    margin-left: -.7142857143em;
    min-width: 1.4285714286em;
    padding: 0 .25em;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: 1
}

.wc-block-mini-cart__icon {
    display: block;
    height: 1.5em;
    width: 1.5em
}

html[dir=rtl] .wc-block-mini-cart__icon {
    transform: scaleX(-1)
}

.wc-block-cart .wc-block-components-shipping-calculator {
    white-space: nowrap
}

.wc-block-cart .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.wc-block-cart .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.wc-block-cart .wc-block-components-address-form .wc-block-components-text-input:first-of-type {
    margin-top: 0
}

table.wc-block-cart-items,table.wc-block-cart-items td,table.wc-block-cart-items th {
    background: none!important;
    border: 0;
    margin: 0 0 2em
}

.editor-styles-wrapper table.wc-block-cart-items,table.wc-block-cart-items {
    width: 100%
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,table.wc-block-cart-items .wc-block-cart-items__header {
    font-size: .75em;
    text-transform: uppercase
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
    width: 100px
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
    visibility: hidden
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
    text-align: right;
    width: 100px
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    margin: 0;
    width: 100%
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-size: .75em;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    text-transform: none;
    vertical-align: baseline;
    white-space: nowrap
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
    background: transparent
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    display: block;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    font-size: 1em;
    line-height: inherit;
    text-align: right
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata {
    margin-bottom: .75em
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row.is-disabled,table.wc-block-cart-items .wc-block-cart-items__row.is-disabled {
    opacity: .5;
    pointer-events: none;
    transition: opacity .2s ease
}

.wc-block-cart .wc-block-components-totals-footer-item,.wc-block-cart .wc-block-components-totals-taxes {
    margin: 0
}

.wc-block-cart--is-loading h2 span,.wc-block-cart--is-loading th span,.wc-block-mini-cart__drawer.is-loading h2 span,.wc-block-mini-cart__drawer.is-loading th span {
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    display: inline-block;
    line-height: 1;
    max-width: 100%!important;
    min-width: 84px;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    z-index: 1
}

.wc-block-cart--is-loading h2 span>*,.wc-block-cart--is-loading th span>*,.wc-block-mini-cart__drawer.is-loading h2 span>*,.wc-block-mini-cart__drawer.is-loading th span>* {
    visibility: hidden
}

.wc-block-cart--is-loading h2 span:after,.wc-block-cart--is-loading th span:after,.wc-block-mini-cart__drawer.is-loading h2 span:after,.wc-block-mini-cart__drawer.is-loading th span:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading h2 span,.wc-block-cart--is-loading th span,.wc-block-mini-cart__drawer.is-loading h2 span,.wc-block-mini-cart__drawer.is-loading th span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading h2 span:before,.wc-block-cart--is-loading th span:before,.wc-block-mini-cart__drawer.is-loading h2 span:before,.wc-block-mini-cart__drawer.is-loading th span:before {
    content: " "
}

.wc-block-cart--is-loading h2 span,.wc-block-mini-cart__drawer.is-loading h2 span {
    min-width: 33%
}

.wc-block-cart--is-loading .wc-block-components-product-metadata,.wc-block-cart--is-loading .wc-block-components-product-price,.wc-block-cart--is-loading .wc-block-components-quantity-selector,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price,.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector {
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    line-height: 1;
    max-width: 100%!important;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    z-index: 1
}

.wc-block-cart--is-loading .wc-block-components-product-metadata>*,.wc-block-cart--is-loading .wc-block-components-product-price>*,.wc-block-cart--is-loading .wc-block-components-quantity-selector>*,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata>*,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price>*,.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector>* {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-components-product-metadata:after,.wc-block-cart--is-loading .wc-block-components-product-price:after,.wc-block-cart--is-loading .wc-block-components-quantity-selector:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading .wc-block-components-product-metadata,.wc-block-cart--is-loading .wc-block-components-product-price,.wc-block-cart--is-loading .wc-block-components-quantity-selector,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price,.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-components-product-name,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name {
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    display: inline-block;
    line-height: 1;
    max-width: 100%!important;
    min-width: 84px;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    z-index: 1
}

.wc-block-cart--is-loading .wc-block-components-product-name>*,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name>* {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-components-product-name:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading .wc-block-components-product-name,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-components-product-name:before,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:before {
    content: " "
}

.wc-block-cart--is-loading .wc-block-components-product-metadata,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata {
    margin-top: .25em;
    min-width: 8em
}

.wc-block-cart--is-loading .wc-block-cart-item__remove-link,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__remove-link {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-cart-item__image>a,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a {
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    line-height: 1;
    max-width: 100%!important;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    z-index: 1
}

.wc-block-cart--is-loading .wc-block-cart-item__image>a>*,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a>* {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-cart-item__image>a:after,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading .wc-block-cart-item__image>a,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-components-product-price,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price {
    display: block;
    margin-top: .25em;
    max-width: 3em
}

.wc-block-cart--is-loading .wc-block-components-product-price:before,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:before {
    content: " "
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card {
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    line-height: 1;
    max-width: 100%!important;
    min-height: 460px;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    z-index: 1
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card>*,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card>* {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:after,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading .wc-block-cart__sidebar .components-card,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:before,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:before {
    content: " "
}

.wc-block-components-sidebar-layout.wc-block-cart--skeleton {
    display: none
}

.is-loading+.wc-block-components-sidebar-layout.wc-block-cart--skeleton {
    display: flex
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper {
    align-items: flex-end;
    display: flex;
    flex-direction: column
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge {
    margin-top: 4px
}

.is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,.is-mobile .wc-block-cart-item__total .wc-block-components-sale-badge,.is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,.is-small .wc-block-cart-item__total .wc-block-components-sale-badge,.is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
    display: none
}

.is-medium table.wc-block-cart-items td,.is-mobile table.wc-block-cart-items td,.is-small table.wc-block-cart-items td {
    padding: 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-medium table.wc-block-cart-items .wc-block-cart-items__header,.is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-mobile table.wc-block-cart-items .wc-block-cart-items__header,.is-small table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-small table.wc-block-cart-items .wc-block-cart-items__header {
    display: none
}

.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row,.is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row,.is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row {
    position: relative
}

.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after,.is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after,.is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,.is-small table.wc-block-cart-items .wc-block-cart-items__row {
    -ms-grid-columns: 80px 132px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 80px 132px;
    padding: 16px 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    padding-right: 16px
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
    -ms-grid-column-span: 2;
    -ms-grid-column-align: stretch;
    -ms-grid-column: 2;
    grid-column-end: 4;
    grid-column-start: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    justify-self: stretch;
    padding: 0 16px 16px 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    padding-right: 16px;
    padding-top: 16px;
    vertical-align: bottom
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    -ms-grid-row: 1;
    grid-row-start: 1
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount {
    display: inline-block
}

.is-large.wc-block-cart {
    margin-bottom: 3em
}

.is-large.wc-block-cart .wc-block-cart-items {
    position: relative
}

.is-large.wc-block-cart .wc-block-cart-items:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.is-large.wc-block-cart .wc-block-cart-items th {
    padding: .25rem 16px .25rem 0;
    white-space: nowrap
}

.is-large.wc-block-cart .wc-block-cart-items td {
    padding: 16px 0 16px 16px;
    position: relative;
    vertical-align: top
}

.is-large.wc-block-cart .wc-block-cart-items td:after {
    border-style: solid;
    border-width: 1px 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.is-large.wc-block-cart .wc-block-cart-items th:last-child {
    padding-right: 0
}

.is-large.wc-block-cart .wc-block-cart-items td:last-child {
    padding-right: 16px
}

.is-large.wc-block-cart .wc-block-components-radio-control__input {
    left: 0;
    margin: 0
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: inline;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-size: .75em;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 600;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: .25rem 0;
    text-align: right;
    text-decoration: inherit;
    text-transform: inherit;
    text-transform: uppercase;
    vertical-align: baseline
}

.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator,.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel) {
    padding-left: 16px;
    padding-right: 16px
}

.is-large.wc-block-cart .wc-block-cart__payment-options {
    padding: 16px 0 0
}

.is-large.wc-block-cart .wc-block-cart__payment-options:empty {
    padding: 0
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-empty-cart-block {
    display: none
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block {
    box-sizing: border-box;
    margin: 0;
    min-height: 10em;
    padding-right: 3.7735849057%;
    width: 65%
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block {
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    line-height: 1;
    max-width: 100%!important;
    min-height: 15em;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    z-index: 1
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block>* {
    visibility: hidden
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block {
        -webkit-animation: none;
        animation: none
    }
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block {
    box-sizing: border-box;
    margin: 0;
    min-height: 12em;
    padding-left: 2.2641509434%;
    width: 35%
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block {
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    line-height: 1;
    margin: 0 0 1em;
    max-width: 100%!important;
    min-height: 3em;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    z-index: 1
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block>*,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block>*,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block>*,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block>* {
    visibility: hidden
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block {
        -webkit-animation: none;
        animation: none
    }
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block {
    height: 20em
}

@media only screen and (max-width: 700px) {
    .wp-block-woocommerce-cart.is-loading {
        padding-top:16px
    }

    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block {
        flex-direction: column;
        margin: 0 auto 16px
    }

    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block {
        padding: 0;
        width: 100%
    }
}

.wc-block-mini-cart {
    display: inline-block
}

.wc-block-mini-cart__button {
    align-items: center;
    background-color: transparent;
    border: none;
    color: inherit;
    display: flex;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding: .75em .5em
}

.wc-block-mini-cart__button:hover:not([disabled]) {
    opacity: .6
}

.wc-block-mini-cart__amount {
    display: none
}

.wc-block-mini-cart__tax-label {
    margin-right: .5em
}

@media screen and (min-width: 768px) {
    .wc-block-mini-cart__amount {
        display:initial;
        font-size: inherit;
        font-weight: inherit;
        margin-right: 8px
    }
}

.modal-open .wc-block-mini-cart__button {
    pointer-events: none
}

.wc-block-mini-cart__drawer {
    font-size: 1rem
}

.wc-block-mini-cart__drawer .components-modal__content .components-modal__header .components-button {
    margin: unset;
    padding: unset
}

.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-notices {
    margin: 16px 40px -16px 16px;
    margin-bottom: unset
}

.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-notices .wc-block-components-notices__notice {
    margin-bottom: unset
}

.wc-block-mini-cart__drawer .components-modal__content {
    padding: 0;
    position: relative
}

.wc-block-mini-cart__drawer .components-modal__header {
    height: 56px;
    position: relative;
    position: absolute;
    right: 4px;
    top: 40px
}

.wc-block-mini-cart__drawer .components-modal__header button {
    margin: 0;
    right: 0;
    transform: translateY(-50%)
}

.wc-block-mini-cart__drawer .components-modal__header svg {
    fill: currentColor;
    display: block
}

.wp-block-woocommerce-mini-cart-contents {
    box-sizing: border-box;
    height: 100vh;
    height: 100dvh;
    justify-content: center;
    max-height: -webkit-fill-available;
    padding: 0
}

:where(.wp-block-woocommerce-mini-cart-contents) {
    background: #fff
}

.wp-block-woocommerce-empty-mini-cart-contents-block,.wp-block-woocommerce-filled-mini-cart-contents-block {
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: 100dvh;
    max-height: -webkit-fill-available
}

.wp-block-woocommerce-empty-mini-cart-contents-block {
    justify-content: center
}

.wp-block-woocommerce-filled-mini-cart-contents-block {
    justify-content: space-between
}

.wp-block-woocommerce-empty-mini-cart-contents-block .wc-block-mini-cart__empty-cart-wrapper {
    overflow-y: auto;
    padding: 40px 16px 16px
}

h2.wc-block-mini-cart__title {
    font-size: 2em;
    margin: 40px 16px 0
}

.wc-block-mini-cart__items {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-y: auto;
    padding: 16px 16px 0
}

.wc-block-mini-cart__items .wc-block-mini-cart__products-table {
    margin-bottom: auto;
    margin-right: -16px;
    padding-right: 16px
}

.wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row {
    padding-bottom: 8px;
    padding-top: 8px
}

.wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row:last-child:after {
    content: none
}

.wc-block-mini-cart__footer {
    border-top: 1px solid #ddd;
    padding: 24px 16px
}

.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal {
    font-weight: 600;
    margin-bottom: 16px
}

.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
    display: none;
    font-size: .75em;
    font-weight: 400
}

@media only screen and (min-width: 480px) {
    .wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
        display:unset
    }
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions {
    display: flex;
    gap: 16px
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button {
    flex-grow: 1
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined {
    display: none
}

@media only screen and (min-width: 480px) {
    .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined {
        display:inline-flex
    }
}

.wc-block-mini-cart__footer .wc-block-components-payment-method-icons {
    margin-top: 16px
}

.wc-block-mini-cart__shopping-button {
    display: flex;
    justify-content: center
}

.wc-block-mini-cart__shopping-button a {
    border: 2px solid;
    color: currentColor;
    font-weight: 600;
    padding: 12px 24px;
    text-decoration: none
}

.wc-block-mini-cart__shopping-button a:focus,.wc-block-mini-cart__shopping-button a:hover {
    background-color: #1e1e1e;
    border-color: #1e1e1e;
    color: #fff
}

.admin-bar .wp-block-woocommerce-mini-cart-contents {
    margin-top: 32px
}

.admin-bar .wp-block-woocommerce-empty-mini-cart-contents-block,.admin-bar .wp-block-woocommerce-filled-mini-cart-contents-block,.admin-bar .wp-block-woocommerce-mini-cart-contents {
    height: calc(100vh - 32px)
}

.admin-bar .wc-block-components-drawer .components-modal__header .components-button {
    top: 32px
}

.wc-block-components-checkbox {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin-top: 1.5em;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-components-checkbox label {
    align-items: flex-start;
    display: flex;
    font-size: .875em;
    position: relative
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 2px solid #50575e;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 1em;
    height: 1.5em;
    margin: 0 1em 0 0;
    min-height: 1.5em;
    min-width: 1.5em;
    overflow: hidden;
    position: static;
    vertical-align: middle;
    width: 1.5em
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
    background: #fff;
    border-color: #50575e
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
    outline: 2px solid #50575e;
    outline-offset: 2px
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:after,.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:before {
    content: ""
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:not(:checked)+.wc-block-components-checkbox__mark {
    display: none
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    background-color: rgba(0,0,0,.1);
    border-color: hsla(0,0%,100%,.6)
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
    background: rgba(0,0,0,.1);
    border-color: hsla(0,0%,100%,.6)
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
    outline: 2px solid hsla(0,0%,100%,.6);
    outline-offset: 2px
}

.wc-block-components-checkbox.has-error,.wc-block-components-checkbox.has-error a {
    color: #cc1818
}

.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input,.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:active,.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus,.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:hover {
    border-color: #cc1818
}

.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus {
    outline: 2px solid #cc1818;
    outline-offset: 2px
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #000;
    height: 1.125em;
    margin-left: .1875em;
    margin-top: .0625em;
    pointer-events: none;
    position: absolute;
    width: 1.125em
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #fff
}

.wc-block-components-checkbox .wc-block-components-checkbox__label,.wc-block-components-checkbox>span {
    line-height: 1.5em;
    vertical-align: middle
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .wc-block-components-checkbox__mark {
        display: none
    }
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox],.theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox] {
    background-color: #fff;
    border-color: var(--form--border-color);
    position: relative
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox]:checked,.theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox]:checked {
    background-color: #fff;
    border-color: var(--form--border-color)
}

.theme-twentytwentyone .wc-block-components-checkbox__mark {
    display: none
}

.wc-block-components-panel.has-border {
    position: relative
}

.wc-block-components-panel.has-border:after {
    border-style: solid;
    border-width: 1px 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-panel.has-border+.wc-block-components-panel.has-border:after {
    border-top-width: 0
}

.wc-block-components-panel.has-border.no-top-border {
    position: relative
}

.wc-block-components-panel.has-border.no-top-border:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-panel__button {
    border: 0;
    border-radius: 0;
    height: auto;
    line-height: 1;
    margin: .375em 0 0;
    padding: .375em 32px 0 0;
    position: relative;
    text-align: left;
    vertical-align: baseline;
    width: 100%;
    word-break: break-word
}

.wc-block-components-panel__button[aria-expanded=true] {
    margin-bottom: .375em;
    padding-bottom: .375em
}

.wc-block-components-panel__button,.wc-block-components-panel__button:active,.wc-block-components-panel__button:focus,.wc-block-components-panel__button:hover {
    background: transparent;
    box-shadow: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-components-panel__button>.wc-block-components-panel__button-icon {
    fill: currentColor;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto
}

.wc-block-components-panel__content[hidden] {
    display: none
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-panel__button {
    background-color: inherit;
    color: inherit
}

.theme-twentyseventeen .wc-block-components-panel__button,.theme-twentytwenty .wc-block-components-panel__button {
    background: none transparent;
    color: inherit
}

.theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:focus,.theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:hover,.theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:focus,.theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:hover {
    background: none transparent
}

.wc-block-store-notice {
    border: 2px solid;
    border-radius: 4px;
    font-size: .875em;
    margin: 16px 0;
    padding: .5em
}

.wc-block-store-notice .components-notice__content {
    position: relative
}

.wc-block-store-notice .components-notice__content>div {
    padding-left: 2.5em
}

.wc-block-store-notice .components-notice__content svg {
    height: 2em;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
    width: 2em
}

.wc-block-store-notice.is-warning {
    background-color: #fffdf9;
    border-color: #fec
}

.wc-block-store-notice.is-warning .components-notice__content svg {
    fill: #f9b51f
}

.wc-block-store-notice.is-info {
    background-color: #e7f6f9;
    border-color: #c8f6ff
}

.wc-block-store-notice.is-info .components-notice__content svg {
    fill: #419ece
}

.wc-block-store-notice.is-error {
    background-color: #f8ebea;
    border-color: #ffd4cd
}

.wc-block-store-notice.is-error .components-notice__content svg {
    fill: #cd433b
}

.wc-block-components-notices {
    display: block;
    margin: 1.5em 0
}

.wc-block-components-notices:first-child {
    margin-top: 0
}

.wc-block-components-notices:empty {
    margin: 0
}

.wc-block-components-notices .wc-block-components-notices__notice {
    display: flex;
    flex-wrap: nowrap;
    margin: 0
}

.wc-block-components-notices .wc-block-components-notices__notice a {
    text-decoration: underline
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss {
    background: transparent none;
    border: 0;
    color: currentColor;
    margin: 0 0 0 auto;
    outline: 0;
    padding: 0
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss svg {
    fill: currentColor;
    vertical-align: text-top
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content>div:not(.components-notice__actions) :first-child {
    margin-top: 0
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content>div:not(.components-notice__actions) :last-child {
    margin-bottom: 0
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content li+li {
    margin: .25em 0 0
}

.wc-block-components-notices .wc-block-components-notices__notice+.wc-block-components-notices__notice {
    margin-top: 1em
}

.theme-twentytwenty .wc-block-components-notices__notice,.theme-twentytwentyone .wc-block-components-notices__notice {
    padding: 1.5rem 3rem
}

.wc-block-components-notices__snackbar {
    bottom: 20px;
    left: 16px;
    position: fixed;
    width: auto
}

@media(max-width: 782px) {
    .wc-block-components-notices__snackbar {
        bottom:auto;
        left: 0;
        position: fixed;
        top: 10px
    }

    .wc-block-components-notices__snackbar .components-snackbar-list__notice-container {
        margin-left: 10px;
        margin-right: 10px
    }
}

.wc-block-components-form .wc-block-components-text-input,.wc-block-components-text-input {
    margin-top: 1.5em;
    position: relative;
    white-space: nowrap
}

.wc-block-components-form .wc-block-components-text-input label,.wc-block-components-text-input label {
    color: inherit;
    color: #757575;
    cursor: text;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    left: 0;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1.375;
    margin: 0 0 0 17px;
    max-width: calc(100% - 32px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    top: 0;
    transform: translateY(.75em);
    transform-origin: top left;
    transition: transform .2s ease
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input label,.has-dark-controls .wc-block-components-text-input label {
    color: hsla(0,0%,100%,.6)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-form .wc-block-components-text-input label,.wc-block-components-text-input label {
        transition: none
    }
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label,.wc-block-components-text-input input:-webkit-autofill+label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-form .wc-block-components-text-input.is-active label,.wc-block-components-text-input.is-active label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-form .wc-block-components-text-input input[type=email],.wc-block-components-form .wc-block-components-text-input input[type=number],.wc-block-components-form .wc-block-components-text-input input[type=tel],.wc-block-components-form .wc-block-components-text-input input[type=text],.wc-block-components-form .wc-block-components-text-input input[type=url],.wc-block-components-text-input input[type=email],.wc-block-components-text-input input[type=number],.wc-block-components-text-input input[type=tel],.wc-block-components-text-input input[type=text],.wc-block-components-text-input input[type=url] {
    background-color: #fff;
    border: 1px solid #50575e;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    height: 3em;
    line-height: 1.375;
    margin: 0;
    min-height: 0;
    padding: .75em 0;
    text-indent: 16px;
    width: 100%
}

.wc-block-components-form .wc-block-components-text-input input[type=email]:focus,.wc-block-components-form .wc-block-components-text-input input[type=number]:focus,.wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,.wc-block-components-form .wc-block-components-text-input input[type=text]:focus,.wc-block-components-form .wc-block-components-text-input input[type=url]:focus,.wc-block-components-text-input input[type=email]:focus,.wc-block-components-text-input input[type=number]:focus,.wc-block-components-text-input input[type=tel]:focus,.wc-block-components-text-input input[type=text]:focus,.wc-block-components-text-input input[type=url]:focus {
    background-color: #fff;
    box-shadow: 0 0 0 1px #50575e;
    color: #2b2d2f;
    outline: 0
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email],.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number],.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel],.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text],.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url],.has-dark-controls .wc-block-components-text-input input[type=email],.has-dark-controls .wc-block-components-text-input input[type=number],.has-dark-controls .wc-block-components-text-input input[type=tel],.has-dark-controls .wc-block-components-text-input input[type=text],.has-dark-controls .wc-block-components-text-input input[type=url] {
    background-color: rgba(0,0,0,.1);
    border-color: hsla(0,0%,100%,.4);
    color: #fff
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,.has-dark-controls .wc-block-components-text-input input[type=email]:focus,.has-dark-controls .wc-block-components-text-input input[type=number]:focus,.has-dark-controls .wc-block-components-text-input input[type=tel]:focus,.has-dark-controls .wc-block-components-text-input input[type=text]:focus,.has-dark-controls .wc-block-components-text-input input[type=url]:focus {
    background-color: rgba(0,0,0,.1);
    box-shadow: 0 0 0 1px hsla(0,0%,100%,.4);
    color: #fff
}

.wc-block-components-form .wc-block-components-text-input input[type=number],.wc-block-components-text-input input[type=number] {
    -moz-appearance: textfield
}

.wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-inner-spin-button,.wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-outer-spin-button,.wc-block-components-text-input input[type=number]::-webkit-inner-spin-button,.wc-block-components-text-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.wc-block-components-form .wc-block-components-text-input.is-active input[type=email],.wc-block-components-form .wc-block-components-text-input.is-active input[type=number],.wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],.wc-block-components-form .wc-block-components-text-input.is-active input[type=text],.wc-block-components-form .wc-block-components-text-input.is-active input[type=url],.wc-block-components-text-input.is-active input[type=email],.wc-block-components-text-input.is-active input[type=number],.wc-block-components-text-input.is-active input[type=tel],.wc-block-components-text-input.is-active input[type=text],.wc-block-components-text-input.is-active input[type=url] {
    padding: 1.5em 0 .25em
}

.wc-block-components-form .wc-block-components-text-input.has-error input,.wc-block-components-form .wc-block-components-text-input.has-error input:active,.wc-block-components-form .wc-block-components-text-input.has-error input:focus,.wc-block-components-form .wc-block-components-text-input.has-error input:hover,.wc-block-components-text-input.has-error input,.wc-block-components-text-input.has-error input:active,.wc-block-components-text-input.has-error input:focus,.wc-block-components-text-input.has-error input:hover {
    border-color: #cc1818
}

.wc-block-components-form .wc-block-components-text-input.has-error input:focus,.wc-block-components-text-input.has-error input:focus {
    box-shadow: 0 0 0 1px #cc1818
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input,.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:active,.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:hover,.has-dark-controls .wc-block-components-text-input.has-error input,.has-dark-controls .wc-block-components-text-input.has-error input:active,.has-dark-controls .wc-block-components-text-input.has-error input:focus,.has-dark-controls .wc-block-components-text-input.has-error input:hover {
    border-color: #f18c8c
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:focus,.has-dark-controls .wc-block-components-text-input.has-error input:focus {
    box-shadow: 0 0 0 1px #f18c8c
}

.wc-block-components-form .wc-block-components-text-input.has-error label,.wc-block-components-text-input.has-error label {
    color: #cc1818
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error label,.has-dark-controls .wc-block-components-text-input.has-error label {
    color: #f18c8c
}

.wc-block-components-form .wc-block-components-text-input:only-child,.wc-block-components-text-input:only-child {
    margin-top: 1.5em
}

.wc-block-components-totals-wrapper {
    padding: 16px 0;
    position: relative
}

.wc-block-components-totals-wrapper:after {
    border-style: solid;
    border-width: 1px 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-totals-wrapper.has-bottom-border:after {
    border-bottom-width: 1px
}

.wc-block-components-totals-wrapper:empty {
    padding: 0
}

.wc-block-components-totals-wrapper:empty:after {
    content: none
}

.wc-block-components-totals-wrapper.slot-wrapper {
    padding: 0
}

.wc-block-components-totals-wrapper.slot-wrapper>*>* {
    padding: 16px 0;
    position: relative
}

.wc-block-components-totals-wrapper.slot-wrapper>*>:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-totals-wrapper.slot-wrapper>*>:last-child:after {
    border-bottom-width: 0
}

.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child {
    position: relative
}

.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child:after {
    border-style: solid;
    border-width: 1px 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-totals-item {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.wc-block-components-totals-item__label {
    flex-grow: 1
}

.wc-block-components-totals-item__value {
    font-weight: 700;
    white-space: nowrap
}

.wc-block-components-totals-item__description {
    font-size: .875em;
    width: 100%
}

.wc-block-components-validation-error {
    color: #cc1818;
    font-size: .75em;
    max-width: 100%;
    white-space: normal
}

.wc-block-components-validation-error>p {
    margin: 0;
    padding: 4px 0 0
}

.has-dark-mode-palette .wc-block-components-validation-error {
    color: #f18c8c
}

.wc-block-components-select+.wc-block-components-validation-error {
    margin-bottom: 24px
}

.wp-block-woocommerce-active-filters h1,.wp-block-woocommerce-active-filters h2,.wp-block-woocommerce-active-filters h3,.wp-block-woocommerce-active-filters h4,.wp-block-woocommerce-active-filters h5,.wp-block-woocommerce-active-filters h6 {
    text-transform: inherit
}

.wp-block-woocommerce-active-filters .wc-block-filter-title-placeholder .wc-block-active-filters__title {
    height: 1em
}

.wc-block-active-filters {
    margin-bottom: 24px;
    overflow: hidden
}

.wc-block-active-filters .wc-block-active-filters__clear-all {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline;
    float: right;
    font-family: inherit;
    font-size: inherit;
    font-size: .875em;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 15px 0 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    vertical-align: baseline
}

.wc-block-active-filters .wc-block-active-filters__clear-all:active,.wc-block-active-filters .wc-block-active-filters__clear-all:focus,.wc-block-active-filters .wc-block-active-filters__clear-all:hover {
    background: transparent
}

.wc-block-active-filters .wc-block-active-filters__clear-all:hover {
    color: inherit;
    text-decoration: none
}

.wc-block-active-filters .wc-block-active-filters__clear-all,.wc-block-active-filters .wc-block-active-filters__clear-all:active,.wc-block-active-filters .wc-block-active-filters__clear-all:focus,.wc-block-active-filters .wc-block-active-filters__clear-all:hover {
    background: transparent;
    color: inherit
}

.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder {
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    border-radius: 0;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    display: inline-block;
    float: right;
    height: 1em;
    line-height: 1;
    max-width: 100%!important;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    width: 80px;
    z-index: 1
}

.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder>* {
    visibility: hidden
}

.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-active-filters .wc-block-active-filters__clear-all-placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-active-filters .wc-block-active-filters__list {
    clear: both;
    list-style: none outside;
    margin: 0 0 4px;
    padding: 0
}

.wc-block-active-filters .wc-block-active-filters__list.wc-block-active-filters--loading {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 12px
}

.wc-block-active-filters .wc-block-active-filters__list.wc-block-active-filters--loading.wc-block-active-filters__list--chips {
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 10px
}

.wc-block-active-filters .wc-block-active-filters__list li {
    list-style: none outside;
    margin: 9px 0 0;
    padding: 0
}

.wc-block-active-filters .wc-block-active-filters__list li ul {
    list-style: none outside;
    margin: 0;
    padding: 0
}

.wc-block-active-filters .wc-block-active-filters__list>li:first-child,.wc-block-active-filters .wc-block-active-filters__list li:first-child .wc-block-active-filters__list-item-type {
    margin: 0
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list {
    display: inline-block
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span {
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    border-radius: 0;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    display: inline-block;
    height: 1em;
    line-height: 1;
    max-width: 100%!important;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    z-index: 1
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span>* {
    visibility: hidden
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips {
    display: inline-block
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span {
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    border-radius: 13px;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    display: inline-block;
    height: 1em;
    line-height: 1;
    margin-right: 15px!important;
    max-width: 100%!important;
    min-width: 70px;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    z-index: 1
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span>* {
    visibility: hidden
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips:last-of-type>span {
    margin-right: 0!important
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips:nth-child(3) {
    flex-grow: 1;
    max-width: 200px
}

.wc-block-active-filters .wc-block-active-filters__list>.wc-block-active-filters__list-item .wc-block-active-filters__list-item-name {
    margin: 9px 0 0
}

.wc-block-active-filters .wc-block-active-filters__list-item-type {
    display: block;
    font-size: .75em;
    font-weight: 700;
    letter-spacing: .1em;
    margin: 16px 0 0;
    text-transform: uppercase
}

.wc-block-active-filters .wc-block-active-filters__list-item-operator {
    font-style: italic;
    font-weight: 400
}

.wc-block-active-filters .wc-block-active-filters__list-item-name {
    align-items: center;
    display: flex;
    font-size: .875em;
    padding: 0;
    position: relative
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #e0e0e0;
    border: 0;
    border-radius: 25px;
    color: currentColor;
    font-size: .75em;
    height: 16px;
    line-height: 16px;
    margin: 0 .5em 0 0;
    padding: 0;
    width: 16px
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove:focus,.wc-block-active-filters .wc-block-active-filters__list-item-remove:hover {
    background: #949494
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove:focus .wc-block-components-chip__remove-icon,.wc-block-active-filters .wc-block-active-filters__list-item-remove:hover .wc-block-components-chip__remove-icon {
    fill: #fff
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove:disabled {
    color: #e0e0e0;
    cursor: not-allowed
}

.wc-block-active-filters .wc-block-active-filters__list--chips li,.wc-block-active-filters .wc-block-active-filters__list--chips ul {
    display: inline
}

.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-active-filters__list-item-type {
    display: none
}

.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-components-chip {
    margin-bottom: .1875em;
    margin-top: .1875em
}

.wp-block-woocommerce-attribute-filter {
    border-style: none!important
}

.wp-block-woocommerce-attribute-filter h1,.wp-block-woocommerce-attribute-filter h2,.wp-block-woocommerce-attribute-filter h3,.wp-block-woocommerce-attribute-filter h4,.wp-block-woocommerce-attribute-filter h5,.wp-block-woocommerce-attribute-filter h6 {
    text-transform: inherit
}

.wc-block-attribute-filter {
    border-color: inherit;
    border-radius: inherit;
    margin-bottom: 16px
}

.wc-block-attribute-filter .is-loading {
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    border-radius: 0;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    height: 1em;
    line-height: 1;
    margin-top: 16px;
    max-width: 100%!important;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    z-index: 1
}

.wc-block-attribute-filter .is-loading>* {
    visibility: hidden
}

.wc-block-attribute-filter .is-loading:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-attribute-filter .is-loading {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-attribute-filter.style-dropdown {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    position: relative
}

.wc-block-attribute-filter.style-dropdown .single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input {
    opacity: 0
}

.wc-block-attribute-filter.style-dropdown .single-selection .components-form-token-field__input-container.is-active .components-form-token-field__token+input[type=text].components-form-token-field__input {
    opacity: 1
}

.wc-block-attribute-filter.style-dropdown .wc-block-components-filter-submit-button {
    height: 36px;
    line-height: 1
}

.wc-block-attribute-filter.style-dropdown>svg {
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%)
}

.wc-block-attribute-filter .wc-block-attribute-filter-list {
    margin: 0;
    width: 100%
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li label {
    cursor: pointer
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li input {
    cursor: pointer;
    display: inline-block
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper {
    flex-grow: 1;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-width: unset;
    width: 0
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading) {
    border: 1px solid #757575!important;
    border-radius: 4px
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper.is-loading {
    border-radius: .25em
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field {
    border-radius: inherit
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
    border: 0;
    border-radius: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 8px;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input {
    font-size: .875em
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::-moz-placeholder {
    color: #000
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input:-ms-input-placeholder {
    color: #000
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::placeholder {
    color: #000
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list {
    border: 1px solid #757575;
    border-radius: 4px;
    margin-top: 8px;
    max-height: 21em
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #000;
    margin: 12px;
    padding: 12px
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestion,.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token {
    font-size: .875em
}

.wc-block-attribute-filter__conditions-toggle,.wc-block-attribute-filter__display-toggle,.wc-block-attribute-filter__multiple-toggle {
    width: 100%
}

.wc-block-attribute-filter__instructions {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 1em
}

.wc-block-attribute-filter__selection {
    padding-top: 1em
}

.woocommerce-product-attributes .woocommerce-search-list__search .components-base-control__label {
    color: inherit;
    color: #757575;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-attribute-filter__actions {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: flex-end
}

.wc-block-attribute-filter__actions .wc-block-components-filter-submit-button {
    margin-left: 0
}

.wc-block-attribute-filter__actions .wc-block-components-filter-submit-button:disabled {
    cursor: auto;
    opacity: .6
}

.wc-block-attribute-filter__actions .wc-block-filter-submit-button.wc-block-components-filter-submit-button.wc-block-attribute-filter__button {
    font-size: .875em;
    margin-top: 0
}

.editor-styles-wrapper .wc-block-components-checkbox,.wc-block-components-checkbox {
    margin-top: 1em
}

.editor-styles-wrapper .wc-block-attribute-filter__button.wc-block-attribute-filter__button,.wc-block-attribute-filter__button.wc-block-attribute-filter__button {
    font-size: .875em;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: .5em 1em;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.woocommerce.wc-block-breadcrumbs {
    font-size: inherit
}

.woocommerce.woocommerce-shop .wc-block-breadcrumbs .woocommerce-breadcrumb {
    display: block;
    margin: auto
}

.woocommerce.wc-block-catalog-sorting form {
    float: none
}

.woocommerce.wc-block-catalog-sorting select.orderby {
    color: inherit;
    font-size: inherit
}

.woocommerce.wc-block-catalog-sorting .woocommerce-ordering {
    margin: auto
}

.wp-block-woocommerce-customer-account a {
    align-items: center;
    color: currentColor!important;
    display: flex;
    text-decoration: none!important
}

.wp-block-woocommerce-customer-account a:hover {
    text-decoration: underline!important
}

.wp-block-woocommerce-customer-account a .icon+.label {
    margin-left: 8px
}

.wp-block-woocommerce-customer-account a .icon {
    height: 1em;
    width: 1em
}

:where(div[data-block-name="woocommerce/legacy-template"]) {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px
}

.wp-block-woocommerce-price-filter {
    border-color: #757575;
    border-radius: 4px;
    border-style: none!important
}

.wp-block-woocommerce-price-filter h1,.wp-block-woocommerce-price-filter h2,.wp-block-woocommerce-price-filter h3,.wp-block-woocommerce-price-filter h4,.wp-block-woocommerce-price-filter h5,.wp-block-woocommerce-price-filter h6 {
    text-transform: inherit
}

.wc-block-price-filter,.wc-block-price-filter__controls,.wc-block-price-slider {
    border-color: inherit;
    border-radius: inherit
}

.wc-block-price-filter__controls input {
    border-color: inherit!important;
    border-radius: inherit!important;
    border-style: solid
}

.wc-block-price-filter__controls .input-loading {
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    border-radius: 0;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    height: 2em;
    line-height: 1;
    max-width: 100%!important;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    width: 5.625em;
    z-index: 1
}

.wc-block-price-filter__controls .input-loading>* {
    visibility: hidden
}

.wc-block-price-filter__controls .input-loading:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-price-filter__controls .input-loading {
        -webkit-animation: none;
        animation: none
    }
}

.editor-styles-wrapper .wc-block-price-filter__button.wc-block-components-price-slider__button,.wc-block-price-filter__button.wc-block-components-price-slider__button {
    font-size: .875em;
    padding: .5em 1em
}

.wc-block-product-categories {
    margin-bottom: 1em
}

.wc-block-product-categories.is-dropdown {
    display: flex
}

.wc-block-product-categories select {
    margin-right: .5em
}

.wc-block-product-categories-list--has-images {
    list-style: none outside
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
    clear: both;
    list-style: none outside;
    margin: 4px 0 4px 60px
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul {
    margin: 4px 0 0
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
    border: 1px solid #eee;
    display: inline-block;
    margin: 0 .5em 0 -60px;
    max-width: 50px;
    padding: 0;
    position: relative;
    vertical-align: middle
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image img {
    display: block;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0
}

.wc-block-product-categories-list-item-count:before {
    content: " ("
}

.wc-block-product-categories-list-item-count:after {
    content: ")"
}

.wp-block-woocommerce-product-categories.is-loading .wc-block-product-categories__placeholder {
    background: currentColor;
    display: inline-block;
    height: 1em;
    min-width: 200px;
    opacity: .2;
    width: 50%
}

.wc-block-product-categories__button {
    align-items: center;
    display: flex;
    margin: 0;
    overflow: hidden;
    padding: 0 .5em;
    position: relative
}

.wc-block-product-categories__button svg {
    fill: currentColor;
    outline: none
}

.rtl .wc-block-product-categories__button svg {
    transform: rotate(180deg)
}

.wc-block-product-categories__button:active {
    color: currentColor
}

.wc-block-product-categories__button:disabled,.wc-block-product-categories__button[aria-disabled=true] {
    cursor: default;
    opacity: .3
}

.wc-block-product-categories__button:disabled:focus,.wc-block-product-categories__button[aria-disabled=true]:focus {
    box-shadow: none
}

.color-block-support-panel .wc-block-feedback-prompt {
    grid-column: 1/-1
}

.woocommerce.wc-block-product-results-count .woocommerce-result-count {
    float: none;
    font-size: inherit;
    margin: auto
}

.wc-block-product-search .wc-block-product-search__fields {
    display: flex
}

.wc-block-product-search .wc-block-product-search__field {
    flex-grow: 1;
    line-height: 1.8;
    padding: 6px 8px
}

.wc-block-product-search .wc-block-product-search__button {
    align-items: center;
    cursor: pointer;
    display: flex;
    margin: 0 0 0 6px;
    overflow: hidden;
    padding: 0 .5em;
    position: relative
}

.wc-block-product-search .wc-block-product-search__button svg {
    fill: currentColor;
    outline: none
}

.rtl .wc-block-product-search .wc-block-product-search__button svg {
    transform: rotate(180deg)
}

.wc-block-product-search .wc-block-product-search__button:active {
    color: currentColor
}

.wc-block-product-search .wc-block-product-search__button:disabled,.wc-block-product-search .wc-block-product-search__button[aria-disabled=true] {
    cursor: default;
    opacity: .3
}

.wc-block-product-search .wc-block-product-search__button:disabled:focus,.wc-block-product-search .wc-block-product-search__button[aria-disabled=true]:focus {
    box-shadow: none
}

.wc-block-rating-filter.is-loading {
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    border-radius: 0;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    line-height: 1;
    margin-top: 16px;
    max-width: 100%!important;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    z-index: 1
}

.wc-block-rating-filter.is-loading>* {
    visibility: hidden
}

.wc-block-rating-filter.is-loading:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-rating-filter.is-loading {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-rating-filter.style-dropdown {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    position: relative
}

.wc-block-rating-filter.style-dropdown .single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input {
    opacity: 0
}

.wc-block-rating-filter.style-dropdown .single-selection .components-form-token-field__input-container.is-active .components-form-token-field__token+input[type=text].components-form-token-field__input {
    opacity: 1
}

.wc-block-rating-filter.style-dropdown .wc-block-components-filter-submit-button {
    height: 36px;
    line-height: 1
}

.wc-block-rating-filter.style-dropdown>svg {
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%)
}

.wc-block-rating-filter .wc-block-components-product-rating__stars {
    display: inline-block;
    height: 1em;
    line-height: 1
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper {
    flex-grow: 1;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-width: unset;
    width: 0
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading) {
    border: 1px solid #757575!important;
    border-radius: 4px
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper.is-loading {
    border-radius: .25em
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field {
    border-radius: inherit
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
    border: 0;
    border-radius: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 8px;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input {
    font-size: .875em
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::-moz-placeholder {
    color: #000
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input:-ms-input-placeholder {
    color: #000
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::placeholder {
    color: #000
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list {
    border: 1px solid #757575;
    border-radius: 4px;
    margin-top: 8px;
    max-height: 21em
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #000;
    margin: 12px;
    padding: 12px
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestion,.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token {
    font-size: .875em
}

.wc-block-rating-filter .wc-block-components-product-rating {
    margin-bottom: 0
}

.wp-block-woocommerce-rating-filter {
    margin-bottom: 24px
}

.wp-block-woocommerce-rating-filter .wc-block-rating-filter .wc-block-rating-filter-list li input,.wp-block-woocommerce-rating-filter .wc-block-rating-filter .wc-block-rating-filter-list li label {
    cursor: pointer
}

.wc-block-rating-filter__actions {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    margin-top: 16px
}

.wc-block-rating-filter__actions .wc-block-components-filter-submit-button {
    margin-left: 0
}

.wc-block-rating-filter__actions .wc-block-components-filter-submit-button:disabled {
    cursor: auto;
    opacity: .6
}

.wc-block-rating-filter__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
    font-size: .875em;
    margin-left: 0;
    margin-top: 0
}

.editor-styles-wrapper .wc-block-rating-filter .wc-block-rating-filter__button,.wc-block-rating-filter__actions .wc-block-rating-filter__button {
    font-size: .875em;
    margin-top: .5em;
    padding: .5em 1em
}

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wp-block-woocommerce-stock-filter h1,.wp-block-woocommerce-stock-filter h2,.wp-block-woocommerce-stock-filter h3,.wp-block-woocommerce-stock-filter h4,.wp-block-woocommerce-stock-filter h5,.wp-block-woocommerce-stock-filter h6 {
    text-transform: inherit
}

.wc-block-stock-filter {
    margin-bottom: 24px
}

.wc-block-stock-filter.is-loading {
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    border-radius: 0;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    line-height: 1;
    margin-top: 16px;
    max-width: 100%!important;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    z-index: 1
}

.wc-block-stock-filter.is-loading>* {
    visibility: hidden
}

.wc-block-stock-filter.is-loading:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-stock-filter.is-loading {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-stock-filter .wc-block-stock-filter-list {
    margin: 0
}

.wc-block-stock-filter .wc-block-stock-filter-list li label {
    cursor: pointer
}

.wc-block-stock-filter .wc-block-stock-filter-list li input {
    cursor: pointer;
    display: inline-block
}

.wc-block-stock-filter.style-dropdown {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    position: relative
}

.wc-block-stock-filter.style-dropdown .single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input {
    opacity: 0
}

.wc-block-stock-filter.style-dropdown .single-selection .components-form-token-field__input-container.is-active .components-form-token-field__token+input[type=text].components-form-token-field__input {
    opacity: 1
}

.wc-block-stock-filter.style-dropdown .wc-block-components-filter-submit-button {
    height: 36px;
    line-height: 1
}

.wc-block-stock-filter.style-dropdown>svg {
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%)
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper {
    flex-grow: 1;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-width: unset;
    width: 0
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading) {
    border: 1px solid #757575!important;
    border-radius: 4px
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper.is-loading {
    border-radius: .25em
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field {
    border-radius: inherit
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
    border: 0;
    border-radius: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 8px;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input {
    font-size: .875em
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::-moz-placeholder {
    color: #000
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input:-ms-input-placeholder {
    color: #000
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::placeholder {
    color: #000
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list {
    border: 1px solid #757575;
    border-radius: 4px;
    margin-top: 8px;
    max-height: 21em
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #000;
    margin: 12px;
    padding: 12px
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestion,.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token {
    font-size: .875em
}

.wc-block-stock-filter .wc-block-components-product-rating {
    margin-bottom: 0
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container {
    padding: 4px 30px 4px 8px
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-form-token-field__token-text {
    background-color: #fff;
    border: 1px solid;
    border-radius: 25px 0 0 25px;
    border-right: 0;
    line-height: 22px;
    padding: .25em .5em .25em .75em
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container>.components-form-token-field__input {
    margin: .25em 0
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token {
    background-color: #fff;
    border: 1px solid;
    border-left: 0;
    border-radius: 0 25px 25px 0;
    padding: 1px .25em 0 0
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token.has-icon svg {
    background-color: #e0e0e0;
    border-radius: 25px
}

.wc-block-stock-filter__actions {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    margin-top: 16px
}

.wc-block-stock-filter__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
    font-size: .875em;
    margin-left: 0;
    margin-top: 0
}

.editor-styles-wrapper .wc-block-stock-filter .wc-block-stock-filter__button,.wc-block-stock-filter__actions .wc-block-stock-filter__button {
    font-size: .875em;
    margin-top: .5em;
    padding: .5em 1em
}

/*! This file is auto-generated */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

#wp-admin-bar-titan-menu::after {
    clear: both
}

#wp-admin-bar-titan-menu .dashicons {
    font: 400 20px/1 dashicons
}

#wp-admin-bar-titan-menu .wtitan-admin-bar-menu-icon {
    display: inline-block!important;
    width: 20px;
    height: 25px;
    margin-top: 6px;
    margin-right: 5px;
    float: left;
    background: url(../../../plugins/anti-spam/assets/img/titan-icon.png) 0 0 no-repeat
}

#wp-admin-bar-titan-menu .wtitan-admin-bar-menu-title {
    display: inline-block!important;
    overflow: hidden
}

#wp-admin-bar-titan-menu .wtitan-admin-bar-menu-title .dashicons {
    font-size: 20px!important;
    padding: 6px 0!important
}

#wp-admin-bar-titan-menu .ab-item .dashicons {
    font-size: 14px;
    padding: 6px 0
}

#wp-admin-bar-titan-menu .ab-item .dashicons.dashicons-heart {
    color: #fb7976
}

#wp-admin-bar-titan-menu .ab-item .dashicons.dashicons-dashboard {
    color: #fff
}

#wp-admin-bar-titan-menu .wtitan-count-bubble {
    display: inline-block;
    vertical-align: baseline;
    box-sizing: border-box;
    margin: 0 0 0 5px;
    padding: 0 5px;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    background-color: #ca4a1f;
    color: #fff;
    font-size: 11px;
    line-height: 1.6;
    text-align: center;
    z-index: 26
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal!important
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output {
    display: none
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900
}

.wpcf7-form-control-wrap {
    position: relative
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

.wpcf7-list-item-label::before,.wpcf7-list-item-label::after {
    content: " "
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative
}

form.submitting .wpcf7-spinner {
    visibility: visible
}

.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media (prefers-reduced-motion:reduce) {
    .wpcf7-spinner::before {
        animation-name: blink;
        animation-duration: 2000ms
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.wpcf7 input[type="file"] {
    cursor: pointer
}

.wpcf7 input[type="file"]:disabled {
    cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 input[type="url"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"] {
    direction: ltr
}

.wpcf7-reflection>output {
    display: list-item;
    list-style: none
}

.wpcf7-reflection>output[hidden] {
    display: none
}

@font-face {
    font-family: 'FontAwesome';
    src: url(../../../plugins/goodlayers-core/plugins/fontawesome/fontawesome-webfont.eot?v=4.7.0);
    src: url(../../../plugins/goodlayers-core/plugins/fontawesome/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../../../plugins/goodlayers-core/plugins/fontawesome/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../../../plugins/goodlayers-core/plugins/fontawesome/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url('../../../plugins/goodlayers-core/plugins/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,.fa-close:before,.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
    font-family: fontawesome;
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: "\f03e";
    font-family: 'FontAwesome';
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060";
    font-family: fontawesome;
}

.fa-arrow-right:before {
    content: "\f061";
    font-family: fontawesome;
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
    font-family: fontawesome;
}

.fa-minus:before {
    content: "\f068";
    font-family: fontawesome;
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073";
    font-family: fontawesome;
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b";
    font-family: fontawesome;
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158"
}

.fa-won:before,.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b";
    font-family: fontawesome;
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,.fa-s15:before,.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

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

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

@font-face {
    font-family: ElegantIcons;
    src: url(../../../plugins/goodlayers-core/plugins/elegant/ElegantIcons.eot);
    src: url(../../../plugins/goodlayers-core/plugins/elegant/ElegantIcons.eot?#iefix) format('embedded-opentype'),url(../../../plugins/goodlayers-core/plugins/elegant/ElegantIcons.woff) format('woff'),url(../../../plugins/goodlayers-core/plugins/elegant/ElegantIcons.ttf) format('truetype'),url(../../../plugins/goodlayers-core/plugins/elegant/ElegantIcons.svg#ElegantIcons) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

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

.arrow-up-down,.arrow_back,.arrow_carrot-2down,.arrow_carrot-2down_alt2,.arrow_carrot-2dwnn_alt,.arrow_carrot-2left,.arrow_carrot-2left_alt,.arrow_carrot-2left_alt2,.arrow_carrot-2right,.arrow_carrot-2right_alt,.arrow_carrot-2right_alt2,.arrow_carrot-2up,.arrow_carrot-2up_alt,.arrow_carrot-2up_alt2,.arrow_carrot-down,.arrow_carrot-down_alt,.arrow_carrot-down_alt2,.arrow_carrot-left,.arrow_carrot-left_alt,.arrow_carrot-left_alt2,.arrow_carrot-right,.arrow_carrot-right_alt,.arrow_carrot-right_alt2,.arrow_carrot-up,.arrow_carrot-up_alt2,.arrow_carrot_up_alt,.arrow_condense,.arrow_condense_alt,.arrow_down,.arrow_down_alt,.arrow_expand,.arrow_expand_alt,.arrow_expand_alt2,.arrow_expand_alt3,.arrow_left,.arrow_left-down,.arrow_left-down_alt,.arrow_left-right,.arrow_left-right_alt,.arrow_left-up,.arrow_left-up_alt,.arrow_left_alt,.arrow_move,.arrow_right,.arrow_right-down,.arrow_right-down_alt,.arrow_right-up,.arrow_right-up_alt,.arrow_right_alt,.arrow_triangle-down,.arrow_triangle-down_alt,.arrow_triangle-down_alt2,.arrow_triangle-left,.arrow_triangle-left_alt,.arrow_triangle-left_alt2,.arrow_triangle-right,.arrow_triangle-right_alt,.arrow_triangle-right_alt2,.arrow_triangle-up,.arrow_triangle-up_alt,.arrow_triangle-up_alt2,.arrow_up,.arrow_up-down_alt,.arrow_up_alt,.icon_adjust-horiz,.icon_adjust-vert,.icon_archive,.icon_archive_alt,.icon_bag,.icon_bag_alt,.icon_balance,.icon_blocked,.icon_book,.icon_book_alt,.icon_box-checked,.icon_box-empty,.icon_box-selected,.icon_briefcase,.icon_briefcase_alt,.icon_building,.icon_building_alt,.icon_calculator_alt,.icon_calendar,.icon_calulator,.icon_camera,.icon_camera_alt,.icon_cart,.icon_cart_alt,.icon_chat,.icon_chat_alt,.icon_check,.icon_check_alt,.icon_check_alt2,.icon_circle-empty,.icon_circle-slelected,.icon_clipboard,.icon_clock,.icon_clock_alt,.icon_close,.icon_close_alt,.icon_close_alt2,.icon_cloud,.icon_cloud-download,.icon_cloud-download_alt,.icon_cloud-upload,.icon_cloud-upload_alt,.icon_cloud_alt,.icon_cog,.icon_cogs,.icon_comment,.icon_comment_alt,.icon_compass,.icon_compass_alt,.icon_cone,.icon_cone_alt,.icon_contacts,.icon_contacts_alt,.icon_creditcard,.icon_currency,.icon_currency_alt,.icon_cursor,.icon_cursor_alt,.icon_datareport,.icon_datareport_alt,.icon_desktop,.icon_dislike,.icon_dislike_alt,.icon_document,.icon_document_alt,.icon_documents,.icon_documents_alt,.icon_download,.icon_drawer,.icon_drawer_alt,.icon_drive,.icon_drive_alt,.icon_easel,.icon_easel_alt,.icon_error-circle,.icon_error-circle_alt,.icon_error-oct,.icon_error-oct_alt,.icon_error-triangle,.icon_error-triangle_alt,.icon_film,.icon_floppy,.icon_floppy_alt,.icon_flowchart,.icon_flowchart_alt,.icon_folder,.icon_folder-add,.icon_folder-add_alt,.icon_folder-alt,.icon_folder-open,.icon_folder-open_alt,.icon_folder_download,.icon_folder_upload,.icon_genius,.icon_gift,.icon_gift_alt,.icon_globe,.icon_globe-2,.icon_globe_alt,.icon_grid-2x2,.icon_grid-3x3,.icon_group,.icon_headphones,.icon_heart,.icon_heart_alt,.icon_hourglass,.icon_house,.icon_house_alt,.icon_id,.icon_id-2,.icon_id-2_alt,.icon_id_alt,.icon_image,.icon_images,.icon_info,.icon_info_alt,.icon_key,.icon_key_alt,.icon_laptop,.icon_lifesaver,.icon_lightbulb,.icon_lightbulb_alt,.icon_like,.icon_like_alt,.icon_link,.icon_link_alt,.icon_loading,.icon_lock,.icon_lock-open,.icon_lock-open_alt,.icon_lock_alt,.icon_mail,.icon_mail_alt,.icon_map,.icon_map_alt,.icon_menu,.icon_menu-circle_alt,.icon_menu-circle_alt2,.icon_menu-square_alt,.icon_menu-square_alt2,.icon_mic,.icon_mic_alt,.icon_minus-06,.icon_minus-box,.icon_minus_alt,.icon_minus_alt2,.icon_mobile,.icon_mug,.icon_mug_alt,.icon_music,.icon_ol,.icon_paperclip,.icon_pause,.icon_pause_alt,.icon_pause_alt2,.icon_pencil,.icon_pencil-edit,.icon_pencil-edit_alt,.icon_pencil_alt,.icon_pens,.icon_pens_alt,.icon_percent,.icon_percent_alt,.icon_phone,.icon_piechart,.icon_pin,.icon_pin_alt,.icon_plus,.icon_plus-box,.icon_plus_alt,.icon_plus_alt2,.icon_printer,.icon_printer-alt,.icon_profile,.icon_pushpin,.icon_pushpin_alt,.icon_puzzle,.icon_puzzle_alt,.icon_question,.icon_question_alt,.icon_question_alt2,.icon_quotations,.icon_quotations_alt,.icon_quotations_alt2,.icon_refresh,.icon_ribbon,.icon_ribbon_alt,.icon_rook,.icon_search,.icon_search-2,.icon_search_alt,.icon_shield,.icon_shield_alt,.icon_star,.icon_star-half,.icon_star-half_alt,.icon_star_alt,.icon_stop,.icon_stop_alt,.icon_stop_alt2,.icon_table,.icon_tablet,.icon_tag,.icon_tag_alt,.icon_tags,.icon_tags_alt,.icon_target,.icon_tool,.icon_toolbox,.icon_toolbox_alt,.icon_tools,.icon_trash,.icon_trash_alt,.icon_ul,.icon_upload,.icon_vol-mute,.icon_vol-mute_alt,.icon_volume-high,.icon_volume-high_alt,.icon_volume-low,.icon_volume-low_alt,.icon_wallet,.icon_wallet_alt,.icon_zoom-in,.icon_zoom-in_alt,.icon_zoom-out,.icon_zoom-out_alt,.social_blogger,.social_blogger_circle,.social_blogger_square,.social_delicious,.social_delicious_circle,.social_delicious_square,.social_deviantart,.social_deviantart_circle,.social_deviantart_square,.social_dribbble,.social_dribbble_circle,.social_dribbble_square,.social_facebook,.social_facebook_circle,.social_facebook_square,.social_flickr,.social_flickr_circle,.social_flickr_square,.social_googledrive,.social_googledrive_alt2,.social_googledrive_square,.social_googleplus,.social_googleplus_circle,.social_googleplus_square,.social_instagram,.social_instagram_circle,.social_instagram_square,.social_linkedin,.social_linkedin_circle,.social_linkedin_square,.social_myspace,.social_myspace_circle,.social_myspace_square,.social_picassa,.social_picassa_circle,.social_picassa_square,.social_pinterest,.social_pinterest_circle,.social_pinterest_square,.social_rss,.social_rss_circle,.social_rss_square,.social_share,.social_share_circle,.social_share_square,.social_skype,.social_skype_circle,.social_skype_square,.social_spotify,.social_spotify_circle,.social_spotify_square,.social_stumbleupon_circle,.social_stumbleupon_square,.social_tumbleupon,.social_tumblr,.social_tumblr_circle,.social_tumblr_square,.social_twitter,.social_twitter_circle,.social_twitter_square,.social_vimeo,.social_vimeo_circle,.social_vimeo_square,.social_wordpress,.social_wordpress_circle,.social_wordpress_square,.social_youtube,.social_youtube_circle,.social_youtube_square {
    font-family: ElegantIcons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.arrow_up:before {
    content: "\21"
}

.arrow_down:before {
    content: "\22"
}

.arrow_left:before {
    content: "\23"
}

.arrow_right:before {
    content: "\24"
}

.arrow_left-up:before {
    content: "\25"
}

.arrow_right-up:before {
    content: "\26"
}

.arrow_right-down:before {
    content: "\27"
}

.arrow_left-down:before {
    content: "\28"
}

.arrow-up-down:before {
    content: "\29"
}

.arrow_up-down_alt:before {
    content: "\2a"
}

.arrow_left-right_alt:before {
    content: "\2b"
}

.arrow_left-right:before {
    content: "\2c"
}

.arrow_expand_alt2:before {
    content: "\2d"
}

.arrow_expand_alt:before {
    content: "\2e"
}

.arrow_condense:before {
    content: "\2f"
}

.arrow_expand:before {
    content: "\30"
}

.arrow_move:before {
    content: "\31"
}

.arrow_carrot-up:before {
    content: "\32"
}

.arrow_carrot-down:before {
    content: "\33"
}

.arrow_carrot-left:before {
    content: "\34"
}

.arrow_carrot-right:before {
    content: "\35"
}

.arrow_carrot-2up:before {
    content: "\36"
}

.arrow_carrot-2down:before {
    content: "\37"
}

.arrow_carrot-2left:before {
    content: "\38"
}

.arrow_carrot-2right:before {
    content: "\39"
}

.arrow_carrot-up_alt2:before {
    content: "\3a"
}

.arrow_carrot-down_alt2:before {
    content: "\3b"
}

.arrow_carrot-left_alt2:before {
    content: "\3c"
}

.arrow_carrot-right_alt2:before {
    content: "\3d"
}

.arrow_carrot-2up_alt2:before {
    content: "\3e"
}

.arrow_carrot-2down_alt2:before {
    content: "\3f"
}

.arrow_carrot-2left_alt2:before {
    content: "\40"
}

.arrow_carrot-2right_alt2:before {
    content: "\41"
}

.arrow_triangle-up:before {
    content: "\42"
}

.arrow_triangle-down:before {
    content: "\43"
}

.arrow_triangle-left:before {
    content: "\44"
}

.arrow_triangle-right:before {
    content: "\45"
}

.arrow_triangle-up_alt2:before {
    content: "\46"
}

.arrow_triangle-down_alt2:before {
    content: "\47"
}

.arrow_triangle-left_alt2:before {
    content: "\48"
}

.arrow_triangle-right_alt2:before {
    content: "\49"
}

.arrow_back:before {
    content: "\4a"
}

.icon_minus-06:before {
    content: "\4b"
}

.icon_plus:before {
    content: "\4c"
}

.icon_close:before {
    content: "\4d"
}

.icon_check:before {
    content: "\4e"
}

.icon_minus_alt2:before {
    content: "\4f"
}

.icon_plus_alt2:before {
    content: "\50"
}

.icon_close_alt2:before {
    content: "\51"
}

.icon_check_alt2:before {
    content: "\52"
}

.icon_zoom-out_alt:before {
    content: "\53"
}

.icon_zoom-in_alt:before {
    content: "\54"
}

.icon_search:before {
    content: "\55"
}

.icon_box-empty:before {
    content: "\56"
}

.icon_box-selected:before {
    content: "\57"
}

.icon_minus-box:before {
    content: "\58"
}

.icon_plus-box:before {
    content: "\59"
}

.icon_box-checked:before {
    content: "\5a"
}

.icon_circle-empty:before {
    content: "\5b"
}

.icon_circle-slelected:before {
    content: "\5c"
}

.icon_stop_alt2:before {
    content: "\5d"
}

.icon_stop:before {
    content: "\5e"
}

.icon_pause_alt2:before {
    content: "\5f"
}

.icon_pause:before {
    content: "\60"
}

.icon_menu:before {
    content: "\61"
}

.icon_menu-square_alt2:before {
    content: "\62"
}

.icon_menu-circle_alt2:before {
    content: "\63"
}

.icon_ul:before {
    content: "\64"
}

.icon_ol:before {
    content: "\65"
}

.icon_adjust-horiz:before {
    content: "\66"
}

.icon_adjust-vert:before {
    content: "\67"
}

.icon_document_alt:before {
    content: "\68"
}

.icon_documents_alt:before {
    content: "\69"
}

.icon_pencil:before {
    content: "\6a"
}

.icon_pencil-edit_alt:before {
    content: "\6b"
}

.icon_pencil-edit:before {
    content: "\6c"
}

.icon_folder-alt:before {
    content: "\6d"
}

.icon_folder-open_alt:before {
    content: "\6e"
}

.icon_folder-add_alt:before {
    content: "\6f"
}

.icon_info_alt:before {
    content: "\70"
}

.icon_error-oct_alt:before {
    content: "\71"
}

.icon_error-circle_alt:before {
    content: "\72"
}

.icon_error-triangle_alt:before {
    content: "\73"
}

.icon_question_alt2:before {
    content: "\74"
}

.icon_question:before {
    content: "\75"
}

.icon_comment_alt:before {
    content: "\76"
}

.icon_chat_alt:before {
    content: "\77"
}

.icon_vol-mute_alt:before {
    content: "\78"
}

.icon_volume-low_alt:before {
    content: "\79"
}

.icon_volume-high_alt:before {
    content: "\7a"
}

.icon_quotations:before {
    content: "\7b"
}

.icon_quotations_alt2:before {
    content: "\7c"
}

.icon_clock_alt:before {
    content: "\7d"
}

.icon_lock_alt:before {
    content: "\7e"
}

.icon_lock-open_alt:before {
    content: "\e000"
}

.icon_key_alt:before {
    content: "\e001"
}

.icon_cloud_alt:before {
    content: "\e002"
}

.icon_cloud-upload_alt:before {
    content: "\e003"
}

.icon_cloud-download_alt:before {
    content: "\e004"
}

.icon_image:before {
    content: "\e005"
}

.icon_images:before {
    content: "\e006"
}

.icon_lightbulb_alt:before {
    content: "\e007"
}

.icon_gift_alt:before {
    content: "\e008"
}

.icon_house_alt:before {
    content: "\e009"
}

.icon_genius:before {
    content: "\e00a"
}

.icon_mobile:before {
    content: "\e00b"
}

.icon_tablet:before {
    content: "\e00c"
}

.icon_laptop:before {
    content: "\e00d"
}

.icon_desktop:before {
    content: "\e00e"
}

.icon_camera_alt:before {
    content: "\e00f"
}

.icon_mail_alt:before {
    content: "\e010"
}

.icon_cone_alt:before {
    content: "\e011"
}

.icon_ribbon_alt:before {
    content: "\e012"
}

.icon_bag_alt:before {
    content: "\e013"
}

.icon_creditcard:before {
    content: "\e014"
}

.icon_cart_alt:before {
    content: "\e015"
}

.icon_paperclip:before {
    content: "\e016"
}

.icon_tag_alt:before {
    content: "\e017"
}

.icon_tags_alt:before {
    content: "\e018"
}

.icon_trash_alt:before {
    content: "\e019"
}

.icon_cursor_alt:before {
    content: "\e01a"
}

.icon_mic_alt:before {
    content: "\e01b"
}

.icon_compass_alt:before {
    content: "\e01c"
}

.icon_pin_alt:before {
    content: "\e01d"
}

.icon_pushpin_alt:before {
    content: "\e01e"
}

.icon_map_alt:before {
    content: "\e01f"
}

.icon_drawer_alt:before {
    content: "\e020"
}

.icon_toolbox_alt:before {
    content: "\e021"
}

.icon_book_alt:before {
    content: "\e022"
}

.icon_calendar:before {
    content: "\e023"
}

.icon_film:before {
    content: "\e024"
}

.icon_table:before {
    content: "\e025"
}

.icon_contacts_alt:before {
    content: "\e026"
}

.icon_headphones:before {
    content: "\e027"
}

.icon_lifesaver:before {
    content: "\e028"
}

.icon_piechart:before {
    content: "\e029"
}

.icon_refresh:before {
    content: "\e02a"
}

.icon_link_alt:before {
    content: "\e02b"
}

.icon_link:before {
    content: "\e02c"
}

.icon_loading:before {
    content: "\e02d"
}

.icon_blocked:before {
    content: "\e02e"
}

.icon_archive_alt:before {
    content: "\e02f"
}

.icon_heart_alt:before {
    content: "\e030"
}

.icon_star_alt:before {
    content: "\e031"
}

.icon_star-half_alt:before {
    content: "\e032"
}

.icon_star:before {
    content: "\e033"
}

.icon_star-half:before {
    content: "\e034"
}

.icon_tools:before {
    content: "\e035"
}

.icon_tool:before {
    content: "\e036"
}

.icon_cog:before {
    content: "\e037"
}

.icon_cogs:before {
    content: "\e038"
}

.arrow_up_alt:before {
    content: "\e039"
}

.arrow_down_alt:before {
    content: "\e03a"
}

.arrow_left_alt:before {
    content: "\e03b"
}

.arrow_right_alt:before {
    content: "\e03c"
}

.arrow_left-up_alt:before {
    content: "\e03d"
}

.arrow_right-up_alt:before {
    content: "\e03e"
}

.arrow_right-down_alt:before {
    content: "\e03f"
}

.arrow_left-down_alt:before {
    content: "\e040"
}

.arrow_condense_alt:before {
    content: "\e041"
}

.arrow_expand_alt3:before {
    content: "\e042"
}

.arrow_carrot_up_alt:before {
    content: "\e043"
}

.arrow_carrot-down_alt:before {
    content: "\e044"
}

.arrow_carrot-left_alt:before {
    content: "\e045"
}

.arrow_carrot-right_alt:before {
    content: "\e046"
}

.arrow_carrot-2up_alt:before {
    content: "\e047"
}

.arrow_carrot-2dwnn_alt:before {
    content: "\e048"
}

.arrow_carrot-2left_alt:before {
    content: "\e049"
}

.arrow_carrot-2right_alt:before {
    content: "\e04a"
}

.arrow_triangle-up_alt:before {
    content: "\e04b"
}

.arrow_triangle-down_alt:before {
    content: "\e04c"
}

.arrow_triangle-left_alt:before {
    content: "\e04d"
}

.arrow_triangle-right_alt:before {
    content: "\e04e"
}

.icon_minus_alt:before {
    content: "\e04f"
}

.icon_plus_alt:before {
    content: "\e050"
}

.icon_close_alt:before {
    content: "\e051"
}

.icon_check_alt:before {
    content: "\e052"
}

.icon_zoom-out:before {
    content: "\e053"
}

.icon_zoom-in:before {
    content: "\e054"
}

.icon_stop_alt:before {
    content: "\e055"
}

.icon_menu-square_alt:before {
    content: "\e056"
}

.icon_menu-circle_alt:before {
    content: "\e057"
}

.icon_document:before {
    content: "\e058"
}

.icon_documents:before {
    content: "\e059"
}

.icon_pencil_alt:before {
    content: "\e05a"
}

.icon_folder:before {
    content: "\e05b"
}

.icon_folder-open:before {
    content: "\e05c"
}

.icon_folder-add:before {
    content: "\e05d"
}

.icon_folder_upload:before {
    content: "\e05e"
}

.icon_folder_download:before {
    content: "\e05f"
}

.icon_info:before {
    content: "\e060"
}

.icon_error-circle:before {
    content: "\e061"
}

.icon_error-oct:before {
    content: "\e062"
}

.icon_error-triangle:before {
    content: "\e063"
}

.icon_question_alt:before {
    content: "\e064"
}

.icon_comment:before {
    content: "\e065"
}

.icon_chat:before {
    content: "\e066"
}

.icon_vol-mute:before {
    content: "\e067"
}

.icon_volume-low:before {
    content: "\e068"
}

.icon_volume-high:before {
    content: "\e069"
}

.icon_quotations_alt:before {
    content: "\e06a"
}

.icon_clock:before {
    content: "\e06b"
}

.icon_lock:before {
    content: "\e06c"
}

.icon_lock-open:before {
    content: "\e06d"
}

.icon_key:before {
    content: "\e06e"
}

.icon_cloud:before {
    content: "\e06f"
}

.icon_cloud-upload:before {
    content: "\e070"
}

.icon_cloud-download:before {
    content: "\e071"
}

.icon_lightbulb:before {
    content: "\e072"
}

.icon_gift:before {
    content: "\e073"
}

.icon_house:before {
    content: "\e074"
}

.icon_camera:before {
    content: "\e075"
}

.icon_mail:before {
    content: "\e076"
}

.icon_cone:before {
    content: "\e077"
}

.icon_ribbon:before {
    content: "\e078"
}

.icon_bag:before {
    content: "\e079"
}

.icon_cart:before {
    content: "\e07a"
}

.icon_tag:before {
    content: "\e07b"
}

.icon_tags:before {
    content: "\e07c"
}

.icon_trash:before {
    content: "\e07d"
}

.icon_cursor:before {
    content: "\e07e"
}

.icon_mic:before {
    content: "\e07f"
}

.icon_compass:before {
    content: "\e080"
}

.icon_pin:before {
    content: "\e081"
}

.icon_pushpin:before {
    content: "\e082"
}

.icon_map:before {
    content: "\e083"
}

.icon_drawer:before {
    content: "\e084"
}

.icon_toolbox:before {
    content: "\e085"
}

.icon_book:before {
    content: "\e086"
}

.icon_contacts:before {
    content: "\e087"
}

.icon_archive:before {
    content: "\e088"
}

.icon_heart:before {
    content: "\e089"
}

.icon_profile:before {
    content: "\e08a"
}

.icon_group:before {
    content: "\e08b"
}

.icon_grid-2x2:before {
    content: "\e08c"
}

.icon_grid-3x3:before {
    content: "\e08d"
}

.icon_music:before {
    content: "\e08e"
}

.icon_pause_alt:before {
    content: "\e08f"
}

.icon_phone:before {
    content: "\e090"
}

.icon_upload:before {
    content: "\e091"
}

.icon_download:before {
    content: "\e092"
}

.social_facebook:before {
    content: "\e093"
}

.social_twitter:before {
    content: "\e094"
}

.social_pinterest:before {
    content: "\e095"
}

.social_googleplus:before {
    content: "\e096"
}

.social_tumblr:before {
    content: "\e097"
}

.social_tumbleupon:before {
    content: "\e098"
}

.social_wordpress:before {
    content: "\e099"
}

.social_instagram:before {
    content: "\e09a"
}

.social_dribbble:before {
    content: "\e09b"
}

.social_vimeo:before {
    content: "\e09c"
}

.social_linkedin:before {
    content: "\e09d"
}

.social_rss:before {
    content: "\e09e"
}

.social_deviantart:before {
    content: "\e09f"
}

.social_share:before {
    content: "\e0a0"
}

.social_myspace:before {
    content: "\e0a1"
}

.social_skype:before {
    content: "\e0a2"
}

.social_youtube:before {
    content: "\e0a3"
}

.social_picassa:before {
    content: "\e0a4"
}

.social_googledrive:before {
    content: "\e0a5"
}

.social_flickr:before {
    content: "\e0a6"
}

.social_blogger:before {
    content: "\e0a7"
}

.social_spotify:before {
    content: "\e0a8"
}

.social_delicious:before {
    content: "\e0a9"
}

.social_facebook_circle:before {
    content: "\e0aa"
}

.social_twitter_circle:before {
    content: "\e0ab"
}

.social_pinterest_circle:before {
    content: "\e0ac"
}

.social_googleplus_circle:before {
    content: "\e0ad"
}

.social_tumblr_circle:before {
    content: "\e0ae"
}

.social_stumbleupon_circle:before {
    content: "\e0af"
}

.social_wordpress_circle:before {
    content: "\e0b0"
}

.social_instagram_circle:before {
    content: "\e0b1"
}

.social_dribbble_circle:before {
    content: "\e0b2"
}

.social_vimeo_circle:before {
    content: "\e0b3"
}

.social_linkedin_circle:before {
    content: "\e0b4"
}

.social_rss_circle:before {
    content: "\e0b5"
}

.social_deviantart_circle:before {
    content: "\e0b6"
}

.social_share_circle:before {
    content: "\e0b7"
}

.social_myspace_circle:before {
    content: "\e0b8"
}

.social_skype_circle:before {
    content: "\e0b9"
}

.social_youtube_circle:before {
    content: "\e0ba"
}

.social_picassa_circle:before {
    content: "\e0bb"
}

.social_googledrive_alt2:before {
    content: "\e0bc"
}

.social_flickr_circle:before {
    content: "\e0bd"
}

.social_blogger_circle:before {
    content: "\e0be"
}

.social_spotify_circle:before {
    content: "\e0bf"
}

.social_delicious_circle:before {
    content: "\e0c0"
}

.social_facebook_square:before {
    content: "\e0c1"
}

.social_twitter_square:before {
    content: "\e0c2"
}

.social_pinterest_square:before {
    content: "\e0c3"
}

.social_googleplus_square:before {
    content: "\e0c4"
}

.social_tumblr_square:before {
    content: "\e0c5"
}

.social_stumbleupon_square:before {
    content: "\e0c6"
}

.social_wordpress_square:before {
    content: "\e0c7"
}

.social_instagram_square:before {
    content: "\e0c8"
}

.social_dribbble_square:before {
    content: "\e0c9"
}

.social_vimeo_square:before {
    content: "\e0ca"
}

.social_linkedin_square:before {
    content: "\e0cb"
}

.social_rss_square:before {
    content: "\e0cc"
}

.social_deviantart_square:before {
    content: "\e0cd"
}

.social_share_square:before {
    content: "\e0ce"
}

.social_myspace_square:before {
    content: "\e0cf"
}

.social_skype_square:before {
    content: "\e0d0"
}

.social_youtube_square:before {
    content: "\e0d1"
}

.social_picassa_square:before {
    content: "\e0d2"
}

.social_googledrive_square:before {
    content: "\e0d3"
}

.social_flickr_square:before {
    content: "\e0d4"
}

.social_blogger_square:before {
    content: "\e0d5"
}

.social_spotify_square:before {
    content: "\e0d6"
}

.social_delicious_square:before {
    content: "\e0d7"
}

.icon_printer:before {
    content: "\e103"
}

.icon_calulator:before {
    content: "\e0ee"
}

.icon_building:before {
    content: "\e0ef"
}

.icon_floppy:before {
    content: "\e0e8"
}

.icon_drive:before {
    content: "\e0ea"
}

.icon_search-2:before {
    content: "\e101"
}

.icon_id:before {
    content: "\e107"
}

.icon_id-2:before {
    content: "\e108"
}

.icon_puzzle:before {
    content: "\e102"
}

.icon_like:before {
    content: "\e106"
}

.icon_dislike:before {
    content: "\e0eb"
}

.icon_mug:before {
    content: "\e105"
}

.icon_currency:before {
    content: "\e0ed"
}

.icon_wallet:before {
    content: "\e100"
}

.icon_pens:before {
    content: "\e104"
}

.icon_easel:before {
    content: "\e0e9"
}

.icon_flowchart:before {
    content: "\e109"
}

.icon_datareport:before {
    content: "\e0ec"
}

.icon_briefcase:before {
    content: "\e0fe"
}

.icon_shield:before {
    content: "\e0f6"
}

.icon_percent:before {
    content: "\e0fb"
}

.icon_globe:before {
    content: "\e0e2"
}

.icon_globe-2:before {
    content: "\e0e3"
}

.icon_target:before {
    content: "\e0f5"
}

.icon_hourglass:before {
    content: "\e0e1"
}

.icon_balance:before {
    content: "\e0ff"
}

.icon_rook:before {
    content: "\e0f8"
}

.icon_printer-alt:before {
    content: "\e0fa"
}

.icon_calculator_alt:before {
    content: "\e0e7"
}

.icon_building_alt:before {
    content: "\e0fd"
}

.icon_floppy_alt:before {
    content: "\e0e4"
}

.icon_drive_alt:before {
    content: "\e0e5"
}

.icon_search_alt:before {
    content: "\e0f7"
}

.icon_id_alt:before {
    content: "\e0e0"
}

.icon_id-2_alt:before {
    content: "\e0fc"
}

.icon_puzzle_alt:before {
    content: "\e0f9"
}

.icon_like_alt:before {
    content: "\e0dd"
}

.icon_dislike_alt:before {
    content: "\e0f1"
}

.icon_mug_alt:before {
    content: "\e0dc"
}

.icon_currency_alt:before {
    content: "\e0f3"
}

.icon_wallet_alt:before {
    content: "\e0d8"
}

.icon_pens_alt:before {
    content: "\e0db"
}

.icon_easel_alt:before {
    content: "\e0f0"
}

.icon_flowchart_alt:before {
    content: "\e0df"
}

.icon_datareport_alt:before {
    content: "\e0f2"
}

.icon_briefcase_alt:before {
    content: "\e0f4"
}

.icon_shield_alt:before {
    content: "\e0d9"
}

.icon_percent_alt:before {
    content: "\e0da"
}

.icon_globe_alt:before {
    content: "\e0de"
}

.icon_clipboard:before {
    content: "\e0e6"
}

.glyph {
    float: left;
    text-align: center;
    padding: .75em;
    margin: .4em 1.5em .75em 0;
    width: 6em;
    text-shadow: none
}

.glyph_big {
    font-size: 128px;
    color: #59c5dc;
    float: left;
    margin-right: 20px
}

.glyph div {
    padding-bottom: 10px
}

.glyph input {
    font-family: consolas,monospace;
    font-size: 12px;
    width: 100%;
    text-align: center;
    border: 0;
    box-shadow: 0 0 0 1px #ccc;
    padding: .2em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.centered {
    margin-left: auto;
    margin-right: auto
}

.glyph .fs1 {
    font-size: 2em
}

.gdlr-core-body button.lg-icon {
    font-family: lg
}

.lg-sub-html,.lg-toolbar {
    background-color: rgba(0,0,0,.45)
}

@font-face {
    font-display: swap;
    font-family: lg;
    src: url(../../../plugins/goodlayers-core/plugins/skin-lightgallery/lg.eot?n1z373);
    src: url(../../../plugins/goodlayers-core/plugins/skin-lightgallery/lg.eot?#iefixn1z373) format("embedded-opentype"),url(../../../plugins/goodlayers-core/plugins/skin-lightgallery/lg.woff?n1z373) format("woff"),url(../../../plugins/goodlayers-core/plugins/skin-lightgallery/lg.ttf?n1z373) format("truetype"),url(../../../plugins/goodlayers-core/plugins/skin-lightgallery/lg.svg?n1z373#lg) format("svg");
    font-weight: 400;
    font-style: normal
}

.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,.lg-actions .lg-prev {
    background-color: rgba(0,0,0,.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: 0
}

.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}

.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover {
    color: #FFF
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next:before {
    content: none;
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev:after {
    content: none;
}

@-webkit-keyframes lg-right-end {
    0%,100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-moz-keyframes lg-right-end {
    0%,100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-ms-keyframes lg-right-end {
    0%,100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@keyframes lg-right-end {
    0%,100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-webkit-keyframes lg-left-end {
    0%,100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@-moz-keyframes lg-left-end {
    0%,100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@-ms-keyframes lg-left-end {
    0%,100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@keyframes lg-left-end {
    0%,100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    -o-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    -o-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.lg-toolbar .lg-icon {
    background: none;
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none!important;
    outline: 0;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
    color: #FFF
}

.lg-toolbar .lg-close:after {
    content: none;
}

.lg-toolbar .lg-download:after {
    content: "\e0f2"
}

.lg-sub-html {
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle
}

.lg-next,.lg-prev,.lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
    -moz-transition: -moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
    -o-transition: -o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
    transition: transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(.5,.5,.5);
    transform: scale3d(.5,.5,.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
    -o-transition: -o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
    transition: transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;
    -moz-transition: -moz-transform .25s cubic-bezier(0,0,.25,1) 0s;
    -o-transition: -o-transform .25s cubic-bezier(0,0,.25,1) 0s;
    transition: transform .25s cubic-bezier(0,0,.25,1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s!important;
    transition-duration: 0s!important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin-bottom: 5px
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition:border-color .25s ease;
        -o-transition: border-color .25s ease;
        transition: border-color .25s ease
    }
}

.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom .25s ease;
    -o-transition: bottom .25s ease;
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toogle-thumb {
    background-color: #0D0A0A;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
}

.lg-outer .lg-toogle-thumb:hover,.lg-outer.lg-dropdown-active #lg-share {
    color: #FFF
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../../../plugins/goodlayers-core/plugins/skin-lightgallery/vimeo-play.png) no-repeat
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../../../plugins/goodlayers-core/plugins/skin-lightgallery/vimeo-play.png) 0 -58px no-repeat
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: url(../../../plugins/goodlayers-core/plugins/skin-lightgallery/video-play.png) no-repeat;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../../../plugins/goodlayers-core/plugins/skin-lightgallery/youtube-play.png) no-repeat
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../../../plugins/goodlayers-core/plugins/skin-lightgallery/youtube-play.png) 0 -60px no-repeat
}

.lg-outer .lg-video-object {
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 80ms ease 0s;
    -moz-transition: opacity 80ms ease 0s;
    -o-transition: opacity 80ms ease 0s;
    transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;
    -moz-transition: -moz-transform .3s cubic-bezier(0,0,.25,1) 0s;
    -o-transition: -o-transform .3s cubic-bezier(0,0,.25,1) 0s;
    transition: transform .3s cubic-bezier(0,0,.25,1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
    -moz-transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
    -o-transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
    transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
    -moz-transition: -moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
    -o-transition: -o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
    transition: transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: "\e033"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\e312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity .15s ease 0s,-webkit-transform .15s ease 0s;
    -moz-transition: opacity .15s ease 0s,-moz-transform .15s ease 0s;
    -o-transition: opacity .15s ease 0s,-o-transform .15s ease 0s;
    transition: opacity .15s ease 0s,transform .15s ease 0s;
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: rgba(255,255,255,.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255,255,255,.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0,0,0,.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear .18s,opacity .18s linear 0s;
    -o-transition: visibility 0s linear .18s,opacity .18s linear 0s;
    transition: visibility 0s linear .18s,opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
    visibility: visible
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0,5px,0);
    -o-transform: translate3d(0,5px,0);
    -ms-transform: translate3d(0,5px,0);
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
    -webkit-transition: -webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
    -moz-transition: -moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
    -o-transition: -o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
    transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0,0,0,.07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer,.lg-outer .lg,.lg-outer .lg-inner {
    width: 100%;
    height: 100%
}

.lg-outer #lg-share {
    position: relative
}

.lg-outer #lg-share:after {
    content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"
}

.lg-group:after {
    content: "";
    display: table;
    clear: both
}

.lg-outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit!important;
    transition-duration: inherit!important;
    -webkit-transition-timing-function: inherit!important;
    transition-timing-function: inherit!important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s!important;
    transition-duration: 0s!important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    background: url(../../../plugins/goodlayers-core/plugins/skin-lightgallery/loading.gif) center center no-repeat;
    display: none!important
}

.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block!important
}

.lg-outer .lg-img-wrap,.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto!important;
    height: auto!important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s!important;
    -moz-transition: none 0s ease 0s!important;
    -o-transition: none 0s ease 0s!important;
    transition: none 0s ease 0s!important
}

.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    -moz-transition: opacity .1s ease 0s;
    -o-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -o-transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s
}

.lg-css3.lg-zoom-in .lg-item {
    opacity: 0
}

.lg-css3.lg-zoom-in .lg-item.lg-next-slide,.lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(1.3,1.3,1.3);
    transform: scale3d(1.3,1.3,1.3)
}

.lg-css3.lg-zoom-in .lg-item.lg-current {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    opacity: 1
}

.lg-css3.lg-zoom-in .lg-item.lg-current,.lg-css3.lg-zoom-in .lg-item.lg-next-slide,.lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s
}

.lg-css3.lg-zoom-in-big .lg-item {
    opacity: 0
}

.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide,.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(2,2,2);
    transform: scale3d(2,2,2)
}

.lg-css3.lg-zoom-in-big .lg-item.lg-current {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    opacity: 1
}

.lg-css3.lg-zoom-in-big .lg-item.lg-current,.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide,.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s
}

.lg-css3.lg-zoom-out .lg-item {
    opacity: 0
}

.lg-css3.lg-zoom-out .lg-item.lg-next-slide,.lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(.7,.7,.7);
    transform: scale3d(.7,.7,.7)
}

.lg-css3.lg-zoom-out .lg-item.lg-current {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    opacity: 1
}

.lg-css3.lg-zoom-out .lg-item.lg-current,.lg-css3.lg-zoom-out .lg-item.lg-next-slide,.lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s
}

.lg-css3.lg-zoom-out-big .lg-item {
    opacity: 0
}

.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide,.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0,0,0);
    transform: scale3d(0,0,0)
}

.lg-css3.lg-zoom-out-big .lg-item.lg-current {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    opacity: 1
}

.lg-css3.lg-zoom-out-big .lg-item.lg-current,.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide,.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s
}

.lg-css3.lg-zoom-out-in .lg-item {
    opacity: 0
}

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0,0,0);
    transform: scale3d(0,0,0)
}

.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide {
    -webkit-transform: scale3d(2,2,2);
    transform: scale3d(2,2,2)
}

.lg-css3.lg-zoom-out-in .lg-item.lg-current {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    opacity: 1
}

.lg-css3.lg-zoom-out-in .lg-item.lg-current,.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide,.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s
}

.lg-css3.lg-zoom-in-out .lg-item {
    opacity: 0
}

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(2,2,2);
    transform: scale3d(2,2,2)
}

.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0,0,0);
    transform: scale3d(0,0,0)
}

.lg-css3.lg-zoom-in-out .lg-item.lg-current {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    opacity: 1
}

.lg-css3.lg-zoom-in-out .lg-item.lg-current,.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide,.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s
}

.lg-css3.lg-soft-zoom .lg-item {
    opacity: 0
}

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1)
}

.lg-css3.lg-soft-zoom .lg-item.lg-next-slide {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9)
}

.lg-css3.lg-soft-zoom .lg-item.lg-current {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    opacity: 1
}

.lg-css3.lg-soft-zoom .lg-item.lg-current,.lg-css3.lg-soft-zoom .lg-item.lg-next-slide,.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s
}

.lg-css3.lg-scale-up .lg-item {
    opacity: 0
}

.lg-css3.lg-scale-up .lg-item.lg-next-slide,.lg-css3.lg-scale-up .lg-item.lg-prev-slide {
    -moz-transform: scale3d(.8,.8,.8) translate3d(0,10%,0);
    -o-transform: scale3d(.8,.8,.8) translate3d(0,10%,0);
    -ms-transform: scale3d(.8,.8,.8) translate3d(0,10%,0);
    -webkit-transform: scale3d(.8,.8,.8) translate3d(0,10%,0);
    transform: scale3d(.8,.8,.8) translate3d(0,10%,0)
}

.lg-css3.lg-scale-up .lg-item.lg-current {
    -moz-transform: scale3d(1,1,1) translate3d(0,0,0);
    -o-transform: scale3d(1,1,1) translate3d(0,0,0);
    -ms-transform: scale3d(1,1,1) translate3d(0,0,0);
    -webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
    transform: scale3d(1,1,1) translate3d(0,0,0);
    opacity: 1
}

.lg-css3.lg-scale-up .lg-item.lg-current,.lg-css3.lg-scale-up .lg-item.lg-next-slide,.lg-css3.lg-scale-up .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s
}

.lg-css3.lg-slide-circular .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0,0,0) translate3d(-100%,0,0);
    -o-transform: scale3d(0,0,0) translate3d(-100%,0,0);
    -ms-transform: scale3d(0,0,0) translate3d(-100%,0,0);
    -webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);
    transform: scale3d(0,0,0) translate3d(-100%,0,0)
}

.lg-css3.lg-slide-circular .lg-item.lg-next-slide {
    -moz-transform: scale3d(0,0,0) translate3d(100%,0,0);
    -o-transform: scale3d(0,0,0) translate3d(100%,0,0);
    -ms-transform: scale3d(0,0,0) translate3d(100%,0,0);
    -webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);
    transform: scale3d(0,0,0) translate3d(100%,0,0)
}

.lg-css3.lg-slide-circular .lg-item.lg-current {
    -moz-transform: scale3d(1,1,1) translate3d(0,0,0);
    -o-transform: scale3d(1,1,1) translate3d(0,0,0);
    -ms-transform: scale3d(1,1,1) translate3d(0,0,0);
    -webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
    transform: scale3d(1,1,1) translate3d(0,0,0);
    opacity: 1
}

.lg-css3.lg-slide-circular .lg-item.lg-current,.lg-css3.lg-slide-circular .lg-item.lg-next-slide,.lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s
}

.lg-css3.lg-slide-circular-up .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0,0,0) translate3d(-100%,-100%,0);
    -o-transform: scale3d(0,0,0) translate3d(-100%,-100%,0);
    -ms-transform: scale3d(0,0,0) translate3d(-100%,-100%,0);
    -webkit-transform: scale3d(0,0,0) translate3d(-100%,-100%,0);
    transform: scale3d(0,0,0) translate3d(-100%,-100%,0)
}

.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide {
    -moz-transform: scale3d(0,0,0) translate3d(100%,-100%,0);
    -o-transform: scale3d(0,0,0) translate3d(100%,-100%,0);
    -ms-transform: scale3d(0,0,0) translate3d(100%,-100%,0);
    -webkit-transform: scale3d(0,0,0) translate3d(100%,-100%,0);
    transform: scale3d(0,0,0) translate3d(100%,-100%,0)
}

.lg-css3.lg-slide-circular-up .lg-item.lg-current {
    -moz-transform: scale3d(1,1,1) translate3d(0,0,0);
    -o-transform: scale3d(1,1,1) translate3d(0,0,0);
    -ms-transform: scale3d(1,1,1) translate3d(0,0,0);
    -webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
    transform: scale3d(1,1,1) translate3d(0,0,0);
    opacity: 1
}

.lg-css3.lg-slide-circular-up .lg-item.lg-current,.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide,.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s
}

.lg-css3.lg-slide-circular-down .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0,0,0) translate3d(-100%,100%,0);
    -o-transform: scale3d(0,0,0) translate3d(-100%,100%,0);
    -ms-transform: scale3d(0,0,0) translate3d(-100%,100%,0);
    -webkit-transform: scale3d(0,0,0) translate3d(-100%,100%,0);
    transform: scale3d(0,0,0) translate3d(-100%,100%,0)
}

.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide {
    -moz-transform: scale3d(0,0,0) translate3d(100%,100%,0);
    -o-transform: scale3d(0,0,0) translate3d(100%,100%,0);
    -ms-transform: scale3d(0,0,0) translate3d(100%,100%,0);
    -webkit-transform: scale3d(0,0,0) translate3d(100%,100%,0);
    transform: scale3d(0,0,0) translate3d(100%,100%,0)
}

.lg-css3.lg-slide-circular-down .lg-item.lg-current {
    -moz-transform: scale3d(1,1,1) translate3d(0,0,0);
    -o-transform: scale3d(1,1,1) translate3d(0,0,0);
    -ms-transform: scale3d(1,1,1) translate3d(0,0,0);
    -webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
    transform: scale3d(1,1,1) translate3d(0,0,0);
    opacity: 1
}

.lg-css3.lg-slide-circular-down .lg-item.lg-current,.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide,.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s
}

.lg-css3.lg-slide-circular-vertical .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0,0,0) translate3d(0,-100%,0);
    -o-transform: scale3d(0,0,0) translate3d(0,-100%,0);
    -ms-transform: scale3d(0,0,0) translate3d(0,-100%,0);
    -webkit-transform: scale3d(0,0,0) translate3d(0,-100%,0);
    transform: scale3d(0,0,0) translate3d(0,-100%,0)
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide {
    -moz-transform: scale3d(0,0,0) translate3d(0,100%,0);
    -o-transform: scale3d(0,0,0) translate3d(0,100%,0);
    -ms-transform: scale3d(0,0,0) translate3d(0,100%,0);
    -webkit-transform: scale3d(0,0,0) translate3d(0,100%,0);
    transform: scale3d(0,0,0) translate3d(0,100%,0)
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
    -moz-transform: scale3d(1,1,1) translate3d(0,0,0);
    -o-transform: scale3d(1,1,1) translate3d(0,0,0);
    -ms-transform: scale3d(1,1,1) translate3d(0,0,0);
    -webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
    transform: scale3d(1,1,1) translate3d(0,0,0);
    opacity: 1
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-current,.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide,.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s
}

.lg-css3.lg-slide-circular-vertical-left .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0,0,0) translate3d(-100%,-100%,0);
    -o-transform: scale3d(0,0,0) translate3d(-100%,-100%,0);
    -ms-transform: scale3d(0,0,0) translate3d(-100%,-100%,0);
    -webkit-transform: scale3d(0,0,0) translate3d(-100%,-100%,0);
    transform: scale3d(0,0,0) translate3d(-100%,-100%,0)
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide {
    -moz-transform: scale3d(0,0,0) translate3d(-100%,100%,0);
    -o-transform: scale3d(0,0,0) translate3d(-100%,100%,0);
    -ms-transform: scale3d(0,0,0) translate3d(-100%,100%,0);
    -webkit-transform: scale3d(0,0,0) translate3d(-100%,100%,0);
    transform: scale3d(0,0,0) translate3d(-100%,100%,0)
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
    -moz-transform: scale3d(1,1,1) translate3d(0,0,0);
    -o-transform: scale3d(1,1,1) translate3d(0,0,0);
    -ms-transform: scale3d(1,1,1) translate3d(0,0,0);
    -webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
    transform: scale3d(1,1,1) translate3d(0,0,0);
    opacity: 1
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current,.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide,.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s
}

.lg-css3.lg-slide-circular-vertical-down .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0,0,0) translate3d(100%,-100%,0);
    -o-transform: scale3d(0,0,0) translate3d(100%,-100%,0);
    -ms-transform: scale3d(0,0,0) translate3d(100%,-100%,0);
    -webkit-transform: scale3d(0,0,0) translate3d(100%,-100%,0);
    transform: scale3d(0,0,0) translate3d(100%,-100%,0)
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide {
    -moz-transform: scale3d(0,0,0) translate3d(100%,100%,0);
    -o-transform: scale3d(0,0,0) translate3d(100%,100%,0);
    -ms-transform: scale3d(0,0,0) translate3d(100%,100%,0);
    -webkit-transform: scale3d(0,0,0) translate3d(100%,100%,0);
    transform: scale3d(0,0,0) translate3d(100%,100%,0)
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
    -moz-transform: scale3d(1,1,1) translate3d(0,0,0);
    -o-transform: scale3d(1,1,1) translate3d(0,0,0);
    -ms-transform: scale3d(1,1,1) translate3d(0,0,0);
    -webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
    transform: scale3d(1,1,1) translate3d(0,0,0);
    opacity: 1
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current,.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide,.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s
}

.lg-css3.lg-slide-vertical .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
}

.lg-css3.lg-slide-vertical .lg-item.lg-next-slide {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
}

.lg-css3.lg-slide-vertical .lg-item.lg-current {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1
}

.lg-css3.lg-slide-vertical .lg-item.lg-current,.lg-css3.lg-slide-vertical .lg-item.lg-next-slide,.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s
}

.lg-css3.lg-slide-vertical-growth .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
    -moz-transform: scale3d(.5,.5,.5) translate3d(0,-150%,0);
    -o-transform: scale3d(.5,.5,.5) translate3d(0,-150%,0);
    -ms-transform: scale3d(.5,.5,.5) translate3d(0,-150%,0);
    -webkit-transform: scale3d(.5,.5,.5) translate3d(0,-150%,0);
    transform: scale3d(.5,.5,.5) translate3d(0,-150%,0)
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide {
    -moz-transform: scale3d(.5,.5,.5) translate3d(0,150%,0);
    -o-transform: scale3d(.5,.5,.5) translate3d(0,150%,0);
    -ms-transform: scale3d(.5,.5,.5) translate3d(0,150%,0);
    -webkit-transform: scale3d(.5,.5,.5) translate3d(0,150%,0);
    transform: scale3d(.5,.5,.5) translate3d(0,150%,0)
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
    -moz-transform: scale3d(1,1,1) translate3d(0,0,0);
    -o-transform: scale3d(1,1,1) translate3d(0,0,0);
    -ms-transform: scale3d(1,1,1) translate3d(0,0,0);
    -webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
    transform: scale3d(1,1,1) translate3d(0,0,0);
    opacity: 1
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-current,.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide,.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s
}

.lg-css3.lg-slide-skew-only .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
    -moz-transform: skew(10deg,0deg);
    -o-transform: skew(10deg,0deg);
    -ms-transform: skew(10deg,0deg);
    -webkit-transform: skew(10deg,0deg);
    transform: skew(10deg,0deg)
}

.lg-css3.lg-slide-skew-only .lg-item.lg-current {
    -moz-transform: skew(0deg,0deg);
    -o-transform: skew(0deg,0deg);
    -ms-transform: skew(0deg,0deg);
    -webkit-transform: skew(0deg,0deg);
    transform: skew(0deg,0deg);
    opacity: 1
}

.lg-css3.lg-slide-skew-only .lg-item.lg-current,.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s
}

.lg-css3.lg-slide-skew-only-rev .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
    -moz-transform: skew(-10deg,0deg);
    -o-transform: skew(-10deg,0deg);
    -ms-transform: skew(-10deg,0deg);
    -webkit-transform: skew(-10deg,0deg);
    transform: skew(-10deg,0deg)
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
    -moz-transform: skew(0deg,0deg);
    -o-transform: skew(0deg,0deg);
    -ms-transform: skew(0deg,0deg);
    -webkit-transform: skew(0deg,0deg);
    transform: skew(0deg,0deg);
    opacity: 1
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current,.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s
}

.lg-css3.lg-slide-skew-only-y .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
    -moz-transform: skew(0deg,10deg);
    -o-transform: skew(0deg,10deg);
    -ms-transform: skew(0deg,10deg);
    -webkit-transform: skew(0deg,10deg);
    transform: skew(0deg,10deg)
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
    -moz-transform: skew(0deg,0deg);
    -o-transform: skew(0deg,0deg);
    -ms-transform: skew(0deg,0deg);
    -webkit-transform: skew(0deg,0deg);
    transform: skew(0deg,0deg);
    opacity: 1
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-current,.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
    -moz-transform: skew(0deg,-10deg);
    -o-transform: skew(0deg,-10deg);
    -ms-transform: skew(0deg,-10deg);
    -webkit-transform: skew(0deg,-10deg);
    transform: skew(0deg,-10deg)
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
    -moz-transform: skew(0deg,0deg);
    -o-transform: skew(0deg,0deg);
    -ms-transform: skew(0deg,0deg);
    -webkit-transform: skew(0deg,0deg);
    transform: skew(0deg,0deg);
    opacity: 1
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current,.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s
}

.lg-css3.lg-slide-skew .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
    -moz-transform: skew(20deg,0deg) translate3d(-100%,0,0);
    -o-transform: skew(20deg,0deg) translate3d(-100%,0,0);
    -ms-transform: skew(20deg,0deg) translate3d(-100%,0,0);
    -webkit-transform: skew(20deg,0deg) translate3d(-100%,0,0);
    transform: skew(20deg,0deg) translate3d(-100%,0,0)
}

.lg-css3.lg-slide-skew .lg-item.lg-next-slide {
    -moz-transform: skew(20deg,0deg) translate3d(100%,0,0);
    -o-transform: skew(20deg,0deg) translate3d(100%,0,0);
    -ms-transform: skew(20deg,0deg) translate3d(100%,0,0);
    -webkit-transform: skew(20deg,0deg) translate3d(100%,0,0);
    transform: skew(20deg,0deg) translate3d(100%,0,0)
}

.lg-css3.lg-slide-skew .lg-item.lg-current {
    -moz-transform: skew(0deg,0deg) translate3d(0,0,0);
    -o-transform: skew(0deg,0deg) translate3d(0,0,0);
    -ms-transform: skew(0deg,0deg) translate3d(0,0,0);
    -webkit-transform: skew(0deg,0deg) translate3d(0,0,0);
    transform: skew(0deg,0deg) translate3d(0,0,0);
    opacity: 1
}

.lg-css3.lg-slide-skew .lg-item.lg-current,.lg-css3.lg-slide-skew .lg-item.lg-next-slide,.lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s
}

.lg-css3.lg-slide-skew-rev .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
    -moz-transform: skew(-20deg,0deg) translate3d(-100%,0,0);
    -o-transform: skew(-20deg,0deg) translate3d(-100%,0,0);
    -ms-transform: skew(-20deg,0deg) translate3d(-100%,0,0);
    -webkit-transform: skew(-20deg,0deg) translate3d(-100%,0,0);
    transform: skew(-20deg,0deg) translate3d(-100%,0,0)
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide {
    -moz-transform: skew(-20deg,0deg) translate3d(100%,0,0);
    -o-transform: skew(-20deg,0deg) translate3d(100%,0,0);
    -ms-transform: skew(-20deg,0deg) translate3d(100%,0,0);
    -webkit-transform: skew(-20deg,0deg) translate3d(100%,0,0);
    transform: skew(-20deg,0deg) translate3d(100%,0,0)
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-current {
    -moz-transform: skew(0deg,0deg) translate3d(0,0,0);
    -o-transform: skew(0deg,0deg) translate3d(0,0,0);
    -ms-transform: skew(0deg,0deg) translate3d(0,0,0);
    -webkit-transform: skew(0deg,0deg) translate3d(0,0,0);
    transform: skew(0deg,0deg) translate3d(0,0,0);
    opacity: 1
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-current,.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s
}

.lg-css3.lg-slide-skew-cross .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
    -moz-transform: skew(0deg,60deg) translate3d(-100%,0,0);
    -o-transform: skew(0deg,60deg) translate3d(-100%,0,0);
    -ms-transform: skew(0deg,60deg) translate3d(-100%,0,0);
    -webkit-transform: skew(0deg,60deg) translate3d(-100%,0,0);
    transform: skew(0deg,60deg) translate3d(-100%,0,0)
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide {
    -moz-transform: skew(0deg,60deg) translate3d(100%,0,0);
    -o-transform: skew(0deg,60deg) translate3d(100%,0,0);
    -ms-transform: skew(0deg,60deg) translate3d(100%,0,0);
    -webkit-transform: skew(0deg,60deg) translate3d(100%,0,0);
    transform: skew(0deg,60deg) translate3d(100%,0,0)
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-current {
    -moz-transform: skew(0deg,0deg) translate3d(0,0,0);
    -o-transform: skew(0deg,0deg) translate3d(0,0,0);
    -ms-transform: skew(0deg,0deg) translate3d(0,0,0);
    -webkit-transform: skew(0deg,0deg) translate3d(0,0,0);
    transform: skew(0deg,0deg) translate3d(0,0,0);
    opacity: 1
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-current,.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s
}

.lg-css3.lg-slide-skew-cross-rev .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
    -moz-transform: skew(0deg,-60deg) translate3d(-100%,0,0);
    -o-transform: skew(0deg,-60deg) translate3d(-100%,0,0);
    -ms-transform: skew(0deg,-60deg) translate3d(-100%,0,0);
    -webkit-transform: skew(0deg,-60deg) translate3d(-100%,0,0);
    transform: skew(0deg,-60deg) translate3d(-100%,0,0)
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide {
    -moz-transform: skew(0deg,-60deg) translate3d(100%,0,0);
    -o-transform: skew(0deg,-60deg) translate3d(100%,0,0);
    -ms-transform: skew(0deg,-60deg) translate3d(100%,0,0);
    -webkit-transform: skew(0deg,-60deg) translate3d(100%,0,0);
    transform: skew(0deg,-60deg) translate3d(100%,0,0)
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
    -moz-transform: skew(0deg,0deg) translate3d(0,0,0);
    -o-transform: skew(0deg,0deg) translate3d(0,0,0);
    -ms-transform: skew(0deg,0deg) translate3d(0,0,0);
    -webkit-transform: skew(0deg,0deg) translate3d(0,0,0);
    transform: skew(0deg,0deg) translate3d(0,0,0);
    opacity: 1
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current,.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s
}

.lg-css3.lg-slide-skew-ver .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
    -moz-transform: skew(60deg,0deg) translate3d(0,-100%,0);
    -o-transform: skew(60deg,0deg) translate3d(0,-100%,0);
    -ms-transform: skew(60deg,0deg) translate3d(0,-100%,0);
    -webkit-transform: skew(60deg,0deg) translate3d(0,-100%,0);
    transform: skew(60deg,0deg) translate3d(0,-100%,0)
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide {
    -moz-transform: skew(60deg,0deg) translate3d(0,100%,0);
    -o-transform: skew(60deg,0deg) translate3d(0,100%,0);
    -ms-transform: skew(60deg,0deg) translate3d(0,100%,0);
    -webkit-transform: skew(60deg,0deg) translate3d(0,100%,0);
    transform: skew(60deg,0deg) translate3d(0,100%,0)
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-current {
    -moz-transform: skew(0deg,0deg) translate3d(0,0,0);
    -o-transform: skew(0deg,0deg) translate3d(0,0,0);
    -ms-transform: skew(0deg,0deg) translate3d(0,0,0);
    -webkit-transform: skew(0deg,0deg) translate3d(0,0,0);
    transform: skew(0deg,0deg) translate3d(0,0,0);
    opacity: 1
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-current,.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s
}

.lg-css3.lg-slide-skew-ver-rev .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
    -moz-transform: skew(-60deg,0deg) translate3d(0,-100%,0);
    -o-transform: skew(-60deg,0deg) translate3d(0,-100%,0);
    -ms-transform: skew(-60deg,0deg) translate3d(0,-100%,0);
    -webkit-transform: skew(-60deg,0deg) translate3d(0,-100%,0);
    transform: skew(-60deg,0deg) translate3d(0,-100%,0)
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide {
    -moz-transform: skew(-60deg,0deg) translate3d(0,100%,0);
    -o-transform: skew(-60deg,0deg) translate3d(0,100%,0);
    -ms-transform: skew(-60deg,0deg) translate3d(0,100%,0);
    -webkit-transform: skew(-60deg,0deg) translate3d(0,100%,0);
    transform: skew(-60deg,0deg) translate3d(0,100%,0)
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
    -moz-transform: skew(0deg,0deg) translate3d(0,0,0);
    -o-transform: skew(0deg,0deg) translate3d(0,0,0);
    -ms-transform: skew(0deg,0deg) translate3d(0,0,0);
    -webkit-transform: skew(0deg,0deg) translate3d(0,0,0);
    transform: skew(0deg,0deg) translate3d(0,0,0);
    opacity: 1
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current,.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s
}

.lg-css3.lg-slide-skew-ver-cross .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
    -moz-transform: skew(0deg,20deg) translate3d(0,-100%,0);
    -o-transform: skew(0deg,20deg) translate3d(0,-100%,0);
    -ms-transform: skew(0deg,20deg) translate3d(0,-100%,0);
    -webkit-transform: skew(0deg,20deg) translate3d(0,-100%,0);
    transform: skew(0deg,20deg) translate3d(0,-100%,0)
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide {
    -moz-transform: skew(0deg,20deg) translate3d(0,100%,0);
    -o-transform: skew(0deg,20deg) translate3d(0,100%,0);
    -ms-transform: skew(0deg,20deg) translate3d(0,100%,0);
    -webkit-transform: skew(0deg,20deg) translate3d(0,100%,0);
    transform: skew(0deg,20deg) translate3d(0,100%,0)
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
    -moz-transform: skew(0deg,0deg) translate3d(0,0,0);
    -o-transform: skew(0deg,0deg) translate3d(0,0,0);
    -ms-transform: skew(0deg,0deg) translate3d(0,0,0);
    -webkit-transform: skew(0deg,0deg) translate3d(0,0,0);
    transform: skew(0deg,0deg) translate3d(0,0,0);
    opacity: 1
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current,.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
    -moz-transform: skew(0deg,-20deg) translate3d(0,-100%,0);
    -o-transform: skew(0deg,-20deg) translate3d(0,-100%,0);
    -ms-transform: skew(0deg,-20deg) translate3d(0,-100%,0);
    -webkit-transform: skew(0deg,-20deg) translate3d(0,-100%,0);
    transform: skew(0deg,-20deg) translate3d(0,-100%,0)
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide {
    -moz-transform: skew(0deg,-20deg) translate3d(0,100%,0);
    -o-transform: skew(0deg,-20deg) translate3d(0,100%,0);
    -ms-transform: skew(0deg,-20deg) translate3d(0,100%,0);
    -webkit-transform: skew(0deg,-20deg) translate3d(0,100%,0);
    transform: skew(0deg,-20deg) translate3d(0,100%,0)
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
    -moz-transform: skew(0deg,0deg) translate3d(0,0,0);
    -o-transform: skew(0deg,0deg) translate3d(0,0,0);
    -ms-transform: skew(0deg,0deg) translate3d(0,0,0);
    -webkit-transform: skew(0deg,0deg) translate3d(0,0,0);
    transform: skew(0deg,0deg) translate3d(0,0,0);
    opacity: 1
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current,.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s
}

.lg-css3.lg-lollipop .lg-item {
    opacity: 0
}

.lg-css3.lg-lollipop .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.lg-css3.lg-lollipop .lg-item.lg-next-slide {
    -moz-transform: translate3d(0,0,0) scale(.5);
    -o-transform: translate3d(0,0,0) scale(.5);
    -ms-transform: translate3d(0,0,0) scale(.5);
    -webkit-transform: translate3d(0,0,0) scale(.5);
    transform: translate3d(0,0,0) scale(.5)
}

.lg-css3.lg-lollipop .lg-item.lg-current {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1
}

.lg-css3.lg-lollipop .lg-item.lg-current,.lg-css3.lg-lollipop .lg-item.lg-next-slide,.lg-css3.lg-lollipop .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s
}

.lg-css3.lg-lollipop-rev .lg-item {
    opacity: 0
}

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
    -moz-transform: translate3d(0,0,0) scale(.5);
    -o-transform: translate3d(0,0,0) scale(.5);
    -ms-transform: translate3d(0,0,0) scale(.5);
    -webkit-transform: translate3d(0,0,0) scale(.5);
    transform: translate3d(0,0,0) scale(.5)
}

.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.lg-css3.lg-lollipop-rev .lg-item.lg-current {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1
}

.lg-css3.lg-lollipop-rev .lg-item.lg-current,.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide,.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s
}

.lg-css3.lg-rotate .lg-item {
    opacity: 0
}

.lg-css3.lg-rotate .lg-item.lg-prev-slide {
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.lg-css3.lg-rotate .lg-item.lg-next-slide {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.lg-css3.lg-rotate .lg-item.lg-current {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.lg-css3.lg-rotate .lg-item.lg-current,.lg-css3.lg-rotate .lg-item.lg-next-slide,.lg-css3.lg-rotate .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s
}

.lg-css3.lg-rotate-rev .lg-item {
    opacity: 0
}

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.lg-css3.lg-rotate-rev .lg-item.lg-next-slide {
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.lg-css3.lg-rotate-rev .lg-item.lg-current {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.lg-css3.lg-rotate-rev .lg-item.lg-current,.lg-css3.lg-rotate-rev .lg-item.lg-next-slide,.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s
}

.lg-css3.lg-tube .lg-item {
    opacity: 0
}

.lg-css3.lg-tube .lg-item.lg-prev-slide {
    -moz-transform: scale3d(1,0,1) translate3d(-100%,0,0);
    -o-transform: scale3d(1,0,1) translate3d(-100%,0,0);
    -ms-transform: scale3d(1,0,1) translate3d(-100%,0,0);
    -webkit-transform: scale3d(1,0,1) translate3d(-100%,0,0);
    transform: scale3d(1,0,1) translate3d(-100%,0,0)
}

.lg-css3.lg-tube .lg-item.lg-next-slide {
    -moz-transform: scale3d(1,0,1) translate3d(100%,0,0);
    -o-transform: scale3d(1,0,1) translate3d(100%,0,0);
    -ms-transform: scale3d(1,0,1) translate3d(100%,0,0);
    -webkit-transform: scale3d(1,0,1) translate3d(100%,0,0);
    transform: scale3d(1,0,1) translate3d(100%,0,0)
}

.lg-css3.lg-tube .lg-item.lg-current {
    -moz-transform: scale3d(1,1,1) translate3d(0,0,0);
    -o-transform: scale3d(1,1,1) translate3d(0,0,0);
    -ms-transform: scale3d(1,1,1) translate3d(0,0,0);
    -webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
    transform: scale3d(1,1,1) translate3d(0,0,0);
    opacity: 1
}

.lg-css3.lg-tube .lg-item.lg-current,.lg-css3.lg-tube .lg-item.lg-next-slide,.lg-css3.lg-tube .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s
}

.lg-outer.fb-comments .fb-comments {
    height: 100%;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 420px;
    z-index: 99999;
    background: url(../../../plugins/goodlayers-core/plugins/skin-lightgallery/loading.gif) center center no-repeat #fff
}

.lg-outer.fb-comments .fb-comments.fb_iframe_widget {
    background-image: none
}

.lg-outer.fb-comments .fb-comments.fb_iframe_widget.fb_iframe_widget_loader {
    background: url(../../../plugins/goodlayers-core/plugins/skin-lightgallery/loading.gif) center center no-repeat #fff
}

.lg-outer.fb-comments .lg-toolbar {
    right: 420px;
    width: auto
}

.lg-outer.fb-comments .lg-actions .lg-next {
    right: 420px
}

.lg-outer.fb-comments .lg-item,.lg-outer.fb-comments .lg-item.lg-complete .lg-img-wrap,.lg-outer.fb-comments .lg-item.lg-complete .lg-video-cont {
    background-image: none
}

.lg-outer.fb-comments .lg-img-wrap,.lg-outer.fb-comments .lg-video-cont {
    padding-right: 400px!important;
    background: url(../../../plugins/goodlayers-core/plugins/skin-lightgallery/loading.gif) center center no-repeat;
    background-position: calc((100% - 400px)/ 2) center
}

.lg-outer.fb-comments .lg-sub-html {
    padding: 0;
    position: static
}

.lg-outer.fb-comments .lg-video-cont {
    max-width: 1250px!important
}

.gdlr-core-page-builder-body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.gdlr-core-page-builder-body p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: inherit
}

.gdlr-core-page-builder-body .gdlr-core-no-p-space p {
    margin-bottom: 0
}

.gdlr-core-page-builder-body ul {
    margin-top: 0
}

.gdlr-core-page-builder-body img {
    max-width: 100%;
    height: auto;
    object-position: center;
}

.gdlr-core-page-builder-body a {
    text-decoration: none;
    transition: background 300ms,color 300ms,border-color 300ms;
    -moz-transition: background 300ms,color 300ms,border-color 300ms;
    -o-transition: background 300ms,color 300ms,border-color 300ms;
    -webkit-transition: background 300ms,color 300ms,border-color 300ms
}

.clear {
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    zoom:1}

.clearfix {
    zoom:1}

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

.gdlr-core-container {
    margin-left: auto;
    margin-right: auto
}

.gdlr-core-item-pdb {
    padding-bottom: 30px
}

.gdlr-core-media-image {
    line-height: 0;
    position: relative
}

.gdlr-core-media-video video {
    width: 100%
}

.gdlr-core-left-align {
    text-align: left
}

.gdlr-core-center-align {
    text-align: center
}

.gdlr-core-right-align {
    text-align: right
}

.gdlr-core-content-container {
    padding-top: 60px;
    padding-bottom: 40px
}

.gdlr-core-line-height-0 {
    line-height: 0
}

.gdlr-core-column-10 {
    float: left;
    width: 16.6666%
}

.gdlr-core-column-12 {
    float: left;
    width: 20%
}

.gdlr-core-column-15 {
    float: left;
    width: 25%
}

.gdlr-core-column-20 {
    float: left;
    width: 33.3333%
}

.gdlr-core-column-24 {
    float: left;
    width: 40%
}

.gdlr-core-column-30 {
    float: left;
    width: 50%
}

.gdlr-core-column-36 {
    float: left;
    width: 60%
}

.gdlr-core-column-40 {
    float: left;
    width: 66.6666%
}

.gdlr-core-column-45 {
    float: left;
    width: 75%
}

.gdlr-core-column-48 {
    float: left;
    width: 80%
}

.gdlr-core-column-50 {
    float: left;
    width: 83.3333%
}

.gdlr-core-column-60 {
    float: none;
    width: 100%
}

.gdlr-core-column-first {
    clear: left
}

::placeholder {
    opacity: 1
}

ul.slides .clearfix {
    height: auto;
    opacity: 1;
    clear: none
}

.gdlr-core-pbf-wrapper {
    padding: 20px 0 30px;
    position: relative
}

.gdlr-core-pbf-wrapper.gdlr-core-wrapper-centering {
    padding-top: 0;
    padding-bottom: 0
}

.gdlr-core-pbf-wrapper-container,.gdlr-core-container-custom {
    margin-left: auto;
    margin-right: auto
}

.gdlr-core-pbf-wrapper-container-inner {
    position: relative
}

.gdlr-core-page-builder-wrapper .gdlr-core-pbf-wrapper-container-inner {
    width: 100%
}

.gdlr-core-page-builder-wrapper-container-bg-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center
}

.gdlr-core-page-builder-wrapper-container-content {
    position: relative
}

.gdlr-core-pbf-column,.gdlr-core-pbf-column-content-margin {
    position: relative;
    transition: border-color 200ms;
    -moz-transition: border-color 200ms;
    -o-transition: border-color 200ms;
    -webkit-transition: border-color 200ms
}

.gdlr-core-page-builder-column-right-divider {
    position: absolute;
    right: 0;
    border-right-width: 1px;
    top: 50%
}

.gdlr-core-pbf-column-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.gdlr-core-pbf-column-content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    min-height: 1px
}

.gdlr-core-pbf-element {
    clear: both
}

.gdlr-core-pbf-section:first-child {
    padding-top: 60px
}

.gdlr-core-pbf-section:first-child:last-child {
    padding-bottom: 30px
}

.gdlr-core-pbf-background {
    width: 100%;
    height: 100%
}

.gdlr-core-pbf-background-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -2;
    transition: border-color 300ms,border-width 100ms;
    -moz-transition: border-color 300ms,border-width 100ms;
    -o-transition: border-color 300ms,border-width 100ms;
    -webkit-transition: border-color 300ms,border-width 100ms
}

.gdlr-core-pbf-background-frame {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    -o-transition: border-color 300ms;
    -webkit-transition: border-color 300ms
}

.gdlr-core-pbf-background-video {
    pointer-events: none
}

.gdlr-core-pbf-background-video video {
    width: 100%;
    height: 100%
}

.gdlr-core-page-builder-wrapper-top-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.gdlr-core-page-builder-wrapper-bottom-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.gdlr-core-wrapper-bg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.gdlr-core-wrapper-bg-overlay.gdlr-core-pos-left {
    left: 0;
    right: 50%
}

.gdlr-core-wrapper-bg-overlay.gdlr-core-pos-right {
    right: 0;
    left: 50%
}

.gdlr-core-effect-3d {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d
}

.gdlr-core-effect-3d.gdlr-core-animate-transform {
    transition: transform 200ms;
    -moz-transition: -moz-transform 200ms;
    -webkit-transition: -webkit-transform 200ms
}

.gdlr-core-effect-3d .gdlr-core-pbf-column-content {
    transform: translateZ(50px);
    -webkit-transform: translateZ(50px);
    -moz-transform: translateZ(50px);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d
}

@media only screen and (min-device-width : 768px) and (max-device-width :1024px) and (orientation :landscape) {
    .gdlr-core-pbf-background {
        background-attachment:scroll!important
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width :1024px) and (orientation :portrait) {
    .gdlr-core-pbf-background {
        background-attachment:scroll!important
    }
}

.gdlr-core-pbf-wrapper-full-no-space .gdlr-core-item-pdlr {
    padding-left: 0;
    padding-right: 0
}

.gdlr-core-pbf-wrapper-full-no-space .gdlr-core-item-mglr {
    margin-left: 0;
    margin-right: 0
}

.gdlr-core-pbf-wrapper-full-no-space .gdlr-core-item-mgb {
    margin-bottom: 0
}

.gdlr-core-pbf-wrapper-full-no-space .gdlr-core-block-item-title-wrap {
    margin-left: 70px;
    margin-right: 60px
}

.gdlr-core-pbf-wrapper-full-no-space .gdlr-core-pagination {
    padding-left: 40px;
    padding-right: 40px
}

.gdlr-core-pbf-wrapper-full-no-space .gdlr-core-twitter-item .gdlr-core-block-item-title-wrap {
    margin-left: 0
}

.gdlr-core-pbf-sidebar-wrapper {
    clear: both;
    position: relative;
    overflow: hidden
}

.gdlr-core-pbf-sidebar-content {
    float: none;
    display: inline-block
}

.gdlr-core-sidebar-item,.gdlr-core-pbf-sidebar-content-inner {
    position: relative
}

.gdlr-core-pbf-sidebar-left {
    float: left
}

.gdlr-core-pbf-sidebar-right {
    float: right
}

.gdlr-core-pbf-sidebar-padding {
    padding-top: 60px;
    padding-bottom: 40px;
    position: relative
}

.gdlr-core-pbf-sidebar-left .gdlr-core-pbf-background-wrap {
    right: -1px
}

.gdlr-core-pbf-sidebar-right .gdlr-core-pbf-background-wrap {
    left: -1px
}

.gdlr-core-external-plugin-message {
    text-align: center;
    font-size: 19px;
    padding: 24px 15px 24px;
    background: #f7d8bc;
    color: #777
}

.gdlr-core-particle-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

@media only screen and (max-width: 999px) {
    .gdlr-core-column-extend-left>.gdlr-core-pbf-background-wrap {
        margin-left:-50px
    }

    .gdlr-core-column-extend-right>.gdlr-core-pbf-background-wrap {
        margin-right: -50px
    }
}

@media only screen and (min-width: 1000px) and (max-width:1170px) {
    .gdlr-core-column-extend-left>.gdlr-core-pbf-background-wrap {
        margin-left:-100px
    }

    .gdlr-core-column-extend-right>.gdlr-core-pbf-background-wrap {
        margin-right: -100px
    }
}

@media only screen and (min-width: 1171px) and (max-width:1400px) {
    .gdlr-core-column-extend-left>.gdlr-core-pbf-background-wrap {
        margin-left:-200px
    }

    .gdlr-core-column-extend-right>.gdlr-core-pbf-background-wrap {
        margin-right: -200px
    }
}

@media only screen and (min-width: 1401px) and (max-width:1600px) {
    .gdlr-core-column-extend-left>.gdlr-core-pbf-background-wrap {
        margin-left:-300px
    }

    .gdlr-core-column-extend-right>.gdlr-core-pbf-background-wrap {
        margin-right: -300px
    }
}

@media only screen and (min-width: 1601px) and (max-width:1800px) {
    .gdlr-core-column-extend-left>.gdlr-core-pbf-background-wrap {
        margin-left:-400px
    }

    .gdlr-core-column-extend-right>.gdlr-core-pbf-background-wrap {
        margin-right: -400px
    }
}

@media only screen and (min-width: 1801px) {
    .gdlr-core-column-extend-left>.gdlr-core-pbf-background-wrap {
        margin-left:-500px
    }

    .gdlr-core-column-extend-right>.gdlr-core-pbf-background-wrap {
        margin-right: -500px
    }
}

.gdlr-core-fluid-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden
}

.gdlr-core-fluid-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000
}

.gdlr-core-button {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .8px;
    padding: 15px 33px;
    display: inline-block;
    -webkit-appearance: none;
    border-radius: 27px;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px
}

.gdlr-core-button.gdlr-core-rectangle {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.gdlr-core-button-with-border {
    border-width: 1px;
    border-style: solid
}

.gdlr-core-button-full-width {
    display: block
}

.gdlr-core-button .gdlr-core-content {
    display: inline-block;
    vertical-align: middle
}

.gdlr-core-button i {
    vertical-align: middle;
    transition: color 300ms;
    -moz-transition: color 300ms;
    -o-transition: color 300ms;
    -webkit-transition: color 300ms
}

.gdlr-core-button i.gdlr-core-pos-right {
    margin-left: 10px
}

.gdlr-core-button i.gdlr-core-pos-left {
    margin-right: 10px
}

.gdlr-core-body .gdlr-core-button.gdlr-core-button-transparent,.gdlr-core-body .gdlr-core-button.gdlr-core-button-transparent:hover {
    background: transparent
}

.gdlr-core-body [data-skin] .gdlr-core-button.gdlr-core-button-transparent,.gdlr-core-body [data-skin] .gdlr-core-button.gdlr-core-button-transparent:hover {
    background: transparent
}

.gdlr-core-body .gdlr-core-column-pbf[data-skin] .gdlr-core-button.gdlr-core-button-transparent,.gdlr-core-body .gdlr-core-column-pbf[data-skin] .gdlr-core-button.gdlr-core-button-transparent:hover {
    background: transparent
}

.gdlr-core-body .gdlr-core-button.gdlr-core-button-bottom-border-on-text {
    position: relative;
    background: transparent
}

.gdlr-core-body .gdlr-core-button.gdlr-core-button-bottom-border-on-text:hover {
    background: transparent
}

.gdlr-core-button-bottom-border-on-text .gdlr-core-border-on-text {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: -10px;
    border-bottom-width: 10px;
    border-bottom-style: solid
}

.gdlr-core-button-bottom-border-on-text .gdlr-core-content {
    position: relative
}

.gdlr-core-load-more-wrap .gdlr-core-load-more {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 2px;
    padding: 20px 50px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 40px
}

.gdlr-core-portfolio-item-style-modern-no-space .gdlr-core-load-more {
    margin-top: 50px;
    margin-bottom: 5px
}

.gdlr-core-portfolio-item-style-modern-desc-no-space .gdlr-core-load-more {
    margin-top: 60px
}

.gdlr-core-button-with-shadow {
    box-shadow: 0 10px 20px rgba(0,0,0,.15)
}

.gdlr-core-hover-content-item {
    position: relative
}

.gdlr-core-hover-content-front {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms
}

.gdlr-core-hover-content-back {
    position: relative;
    opacity: 0;
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms
}

.gdlr-core-hover-content-item:hover .gdlr-core-hover-content-front {
    opacity: 0
}

.gdlr-core-hover-content-item:hover .gdlr-core-hover-content-back {
    opacity: 1
}

.gdlr-core-hover-content-item .gdlr-core-hover-content-title {
    font-size: 24px
}

.gdlr-core-hover-content-item .gdlr-core-hover-content-content {
    font-size: 18px
}

.gdlr-core-hover-content-item .gdlr-core-hover-content-button .gdlr-core-button {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-hover-box {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-style: solid;
    border-width: 0;
    transition: background 300ms;
    -moz-transition: background 300ms;
    -o-transition: background 300ms;
    -webkit-transition: background 300ms
}

.gdlr-core-hover-box .gdlr-core-hover-box-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.gdlr-core-hover-box .gdlr-core-hover-box-content-wrap {
    padding: 45px 30px 25px;
    position: relative
}

.gdlr-core-hover-box .gdlr-core-hover-box-title {
    font-size: 22px;
    transition: color 200ms;
    -moz-transition: color 200ms;
    -o-transition: color 200ms;
    -webkit-transition: color 200ms
}

.gdlr-core-hover-box .gdlr-core-hover-box-content {
    font-size: 17px;
    transition: color 200ms;
    -moz-transition: color 200ms;
    -o-transition: color 200ms;
    -webkit-transition: color 200ms
}

.gdlr-core-hover-box .gdlr-core-hover-box-text-link i {
    margin-left: 10px
}

.gdlr-core-hover-box .gdlr-core-hover-box-text-link {
    font-weight: 700
}

.gdlr-core-hover-box .gdlr-core-hover-box-thumbnail-inside {
    margin-bottom: 25px
}

.gdlr-core-hover-box .gdlr-core-hover-box-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    transition: opacity 150ms ease-out;
    -moz-transition: opacity 150ms ease-out;
    -o-transition: opacity 150ms ease-out;
    -webkit-transition: opacity 150ms ease-out
}

.gdlr-core-hover-box .gdlr-core-hover-box-bg-hover {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    transition: opacity 150ms ease-out;
    -moz-transition: opacity 150ms ease-out;
    -o-transition: opacity 150ms ease-out;
    -webkit-transition: opacity 150ms ease-out
}

.gdlr-core-hover-box:hover .gdlr-core-hover-box-bg-hover {
    opacity: 1
}

.gdlr-core-hover-box-item .gdlr-core-flexslider .flex-control-nav {
    margin-top: 45px
}

.gdlr-core-hover-box-item .gdlr-core-flexslider.gdlr-core-with-outer-frame-element .flex-viewport {
    padding-top: 15px;
    margin-top: -15px;
    padding-left: 15px;
    margin-left: -15px;
    padding-right: 15px;
    margin-right: -15px;
    padding-bottom: 15px;
    margin-bottom: -15px
}

.gdlr-core-hover-box.gdlr-core-move-up-with-shadow {
    transition: transform 150ms ease-out,box-shadow 150ms ease-out,border-color 300ms ease-out,border-width 300ms,background 300ms;
    -moz-transition: transform 150ms ease-out,-moz-box-shadow 150ms ease-out,border-color 300ms ease-out,border-width 300ms,background 300ms;
    -o-transition: transform 150ms ease-out,-o-box-shadow 150ms ease-out,border-color 300ms ease-out,border-width 300ms,background 300ms;
    -webkit-transition: transform 150ms ease-out,-webkit-box-shadow 150ms ease-out,border-color 300ms ease-out,border-width 300ms,background 300ms
}

.gdlr-core-hover-box-item.gdlr-core-style-left-image .gdlr-core-hover-box {
    padding: 45px 30px 25px
}

.gdlr-core-hover-box-item.gdlr-core-style-left-image .gdlr-core-hover-box-thumbnail-top {
    width: 50px;
    float: left;
    margin-right: 30px
}

.gdlr-core-hover-box-item.gdlr-core-style-left-image .gdlr-core-hover-box-content-wrap {
    overflow: hidden;
    padding: 0
}

.gdlr-core-input-wrap input,.gdlr-core-input-wrap textarea,.gdlr-core-input-wrap select {
    border-width: 1px 1px 2px 1px;
    border-style: solid
}

.gdlr-core-input-wrap input:focus,.gdlr-core-input-wrap textarea:focus,.gdlr-core-input-wrap select:focus {
    outline: none
}

.gdlr-core-input-wrap select,.gdlr-core-input-wrap select:focus,.gdlr-core-input-wrap input[type="date"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.gdlr-core-input-wrap input[type="button"],.gdlr-core-input-wrap input[type="submit"],.gdlr-core-input-wrap input[type="reset"] {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .8px;
    padding: 15px 33px;
    display: inline-block;
    -webkit-appearance: none
}

.gdlr-core-input-wrap input[type="button"],.gdlr-core-input-wrap input[type="submit"],.gdlr-core-input-wrap input[type="reset"] {
    border-width: 0;
    border-style: solid;
    cursor: pointer;
    transition: background 300ms,color 300ms,border-color 300ms;
    -moz-transition: background 300ms,color 300ms,border-color 300ms;
    -o-transition: background 300ms,color 300ms,border-color 300ms;
    -webkit-transition: background 300ms,color 300ms,border-color 300ms
}

.gdlr-core-input-wrap input[type="button"]:focus,.gdlr-core-input-wrap input[type="submit"]:focus,.gdlr-core-input-wrap input[type="reset"]:focus {
    outline: none
}

.gdlr-core-input-wrap input[type="button"].gdlr-core-large,.gdlr-core-input-wrap input[type="submit"].gdlr-core-large,.gdlr-core-input-wrap input[type="reset"].gdlr-core-large {
    min-width: 200px
}

.gdlr-core-input-wrap input[type="button"].gdlr-core-small,.gdlr-core-input-wrap input[type="submit"].gdlr-core-small,.gdlr-core-input-wrap input[type="reset"].gdlr-core-small {
    font-size: 13px;
    padding: 14px 28px
}

.gdlr-core-input-wrap input[type="button"].gdlr-core-full,.gdlr-core-input-wrap input[type="submit"].gdlr-core-full,.gdlr-core-input-wrap input[type="reset"].gdlr-core-full {
    width: 100%
}

.gdlr-core-input-wrap input[type="button"].gdlr-core-round-button,.gdlr-core-input-wrap input[type="submit"].gdlr-core-round-button {
    border-radius: 27px;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px
}

.gdlr-core-input-wrap input[type="button"].gdlr-core-curve-button,.gdlr-core-input-wrap input[type="submit"].gdlr-core-curve-button {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-input-wrap input[type="submit"].gdlr-core-button-transparent {
    background: transparent
}

.gdlr-core-input-wrap input[type="submit"].gdlr-core-button-with-border {
    border-width: 2px;
    border-style: solid
}

.gdlr-core-input-wrap.gdlr-core-round input,.gdlr-core-input-wrap.gdlr-core-round textarea,.gdlr-core-input-wrap.gdlr-core-round select,.gdlr-core-input-wrap.gdlr-core-round input[type="button"],.gdlr-core-input-wrap.gdlr-core-round input[type="submit"],.gdlr-core-input-wrap.gdlr-core-round input[type="reset"] {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-input-wrap.gdlr-core-with-column {
    margin-left: -7px;
    margin-right: -7px
}

.gdlr-core-input-wrap [class^="gdlr-core-column-"] {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 14px
}

.gdlr-core-input-wrap.gdlr-core-full-width input:not([type="button"]):not([type="reset"]):not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]),.gdlr-core-input-wrap.gdlr-core-full-width textarea,.gdlr-core-input-wrap.gdlr-core-full-width select {
    width: 100%;
    display: block
}

.gdlr-core-input-wrap.gdlr-core-no-border input:not([type="button"]):not([type="submit"]):not([type="file"]),.gdlr-core-input-wrap.gdlr-core-no-border textarea,.gdlr-core-input-wrap.gdlr-core-no-border select {
    border: none
}

.gdlr-core-input-wrap.gdlr-core-bottom-border input:not([type="button"]):not([type="submit"]):not([type="file"]),.gdlr-core-input-wrap.gdlr-core-bottom-border textarea,.gdlr-core-input-wrap.gdlr-core-bottom-border select {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    border-width: 0 0 2px 0;
    background: transparent
}

.gdlr-core-input-wrap.gdlr-core-bottom-border {
    margin-left: -20px;
    margin-right: -20px
}

.gdlr-core-input-wrap.gdlr-core-bottom-border [class^="gdlr-core-column-"] {
    padding-left: 20px;
    padding-right: 20px
}

.gdlr-core-input-wrap.gdlr-core-large input:not([type="button"]):not([type="submit"]):not([type="file"]),.gdlr-core-input-wrap.gdlr-core-large select {
    font-size: 15px;
    padding: 15px 22px
}

.gdlr-core-input-wrap.gdlr-core-large textarea {
    font-size: 15px;
    padding: 18px 22px;
    height: 120px
}

.gdlr-core-input-wrap.gdlr-core-small.gdlr-core-with-column {
    margin-left: -5px;
    margin-right: -5px
}

.gdlr-core-input-wrap.gdlr-core-small [class^="gdlr-core-column-"] {
    padding-left: 6px;
    padding-right: 6px
}

.gdlr-core-input-wrap.gdlr-core-small input:not([type="button"]):not([type="reset"]):not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]),.gdlr-core-input-wrap.gdlr-core-small textarea,.gdlr-core-input-wrap.gdlr-core-small select {
    margin-bottom: 12px
}

.gdlr-core-input-wrap.gdlr-core-small input:not([type="button"]):not([type="submit"]):not([type="file"]) {
    font-size: 13px;
    padding: 12px 18px
}

.gdlr-core-input-wrap.gdlr-core-small textarea,.gdlr-core-input-wrap.gdlr-core-small select {
    font-size: 13px;
    padding: 12px 18px;
    height: 120px
}

.gdlr-core-input-wrap.gdlr-core-dark-transparent-style input:not([type="button"]):not([type="reset"]):not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]),.gdlr-core-input-wrap.gdlr-core-dark-transparent-style textarea,.gdlr-core-input-wrap.gdlr-core-dark-transparent-style select {
    background: rgba(49,49,49,.8);
    color: #adadad
}

.gdlr-core-input-wrap.gdlr-core-dark-transparent-style ::-webkit-input-placeholder {
    color: #adadad
}

.gdlr-core-input-wrap.gdlr-core-dark-transparent-style ::-moz-placeholder {
    color: #adadad
}

.gdlr-core-input-wrap.gdlr-core-dark-transparent-style :-ms-input-placeholder {
    color: #adadad
}

.gdlr-core-input-wrap.gdlr-core-dark-transparent-style :-moz-placeholder {
    color: #adadad
}

.gdlr-core-pagination a {
    cursor: pointer
}

.gdlr-core-pagination a.gdlr-core-active {
    cursor: default
}

.gdlr-core-pagination a,.gdlr-core-pagination span {
    white-space: nowrap;
    font-weight: 700
}

.gdlr-core-pagination a.prev:before {
    content: "\f104";
    font-family: fontAwesome;
    line-height: 1
}

.gdlr-core-pagination a.next:before {
    content: "\f105";
    font-family: fontAwesome;
    line-height: 1
}

.gdlr-core-pagination.gdlr-core-with-border a,.gdlr-core-pagination.gdlr-core-with-border span {
    background: transparent;
    border-width: 2px;
    border-style: solid
}

.gdlr-core-pagination.gdlr-core-with-border a.gdlr-core-active,.gdlr-core-pagination.gdlr-core-with-border a:hover {
    background: transparent
}

.gdlr-core-page-builder-body [data-skin] .gdlr-core-pagination.gdlr-core-with-border a,.gdlr-core-page-builder-body [data-skin] .gdlr-core-pagination.gdlr-core-with-border span,.gdlr-core-page-builder-body [data-skin] .gdlr-core-pagination.gdlr-core-with-border a.gdlr-core-active,.gdlr-core-page-builder-body [data-skin] .gdlr-core-pagination.gdlr-core-with-border a:hover {
    background: transparent
}

.gdlr-core-pagination.gdlr-core-style-plain a,.gdlr-core-pagination.gdlr-core-style-plain span {
    background: transparent;
    margin-left: 15px
}

.gdlr-core-pagination.gdlr-core-style-plain a.gdlr-core-active,.gdlr-core-pagination.gdlr-core-style-plain a:hover {
    background: transparent
}

.gdlr-core-pagination.gdlr-core-style-plain a:before,.gdlr-core-pagination.gdlr-core-style-plain span:before {
    content: "/ ";
    margin-right: 15px
}

.gdlr-core-pagination.gdlr-core-style-plain a:first-child,.gdlr-core-pagination.gdlr-core-style-plain span:first-child {
    margin-left: 0
}

.gdlr-core-pagination.gdlr-core-style-plain a:first-child:before,.gdlr-core-pagination.gdlr-core-style-plain span:first-child:before {
    display: none
}

.gdlr-core-page-builder-body [data-skin] .gdlr-core-pagination.gdlr-core-style-plain a,.gdlr-core-page-builder-body [data-skin] .gdlr-core-pagination.gdlr-core-style-plain span,.gdlr-core-page-builder-body [data-skin] .gdlr-core-pagination.gdlr-core-style-plain a.gdlr-core-active,.gdlr-core-page-builder-body [data-skin] .gdlr-core-pagination.gdlr-core-style-plain a:hover {
    background: transparent
}

.gdlr-core-pagination.gdlr-core-style-rectangle a,.gdlr-core-pagination.gdlr-core-style-rectangle span {
    display: inline-block;
    font-size: 12px;
    padding: 9px 14px;
    margin-right: 1px
}

.gdlr-core-pagination.gdlr-core-style-rectangle.gdlr-core-with-border a,.gdlr-core-pagination.gdlr-core-style-rectangle.gdlr-core-with-border span {
    padding: 7px 12px
}

.gdlr-core-pagination.gdlr-core-style-round a,.gdlr-core-pagination.gdlr-core-style-round span {
    display: inline-block;
    font-size: 14px;
    padding: 9px 14px;
    margin-right: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-pagination.gdlr-core-style-round.gdlr-core-with-border a,.gdlr-core-pagination.gdlr-core-style-round.gdlr-core-with-border span {
    padding: 7px 12px;
    line-height: 21px
}

.gdlr-core-pagination.gdlr-core-style-circle a,.gdlr-core-pagination.gdlr-core-style-circle span {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    margin-right: 4px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.gdlr-core-pagination.gdlr-core-style-circle.gdlr-core-with-border a,.gdlr-core-pagination.gdlr-core-style-circle.gdlr-core-with-border span {
    line-height: 41px
}

.gdlr-core-filterer-wrap {
    margin-bottom: 50px;
    position: relative
}

.gdlr-core-filterer-wrap.gdlr-core-style-text {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px
}

.gdlr-core-filterer-wrap.gdlr-core-style-text .gdlr-core-filterer {
    margin: 0 18px
}

.gdlr-core-filterer-wrap.gdlr-core-style-text .gdlr-core-filterer:first-child {
    margin-left: 0
}

.gdlr-core-filterer-wrap.gdlr-core-style-text .gdlr-core-filterer:last-child {
    margin-right: 0
}

.gdlr-core-page-builder-body [data-skin] .gdlr-core-filterer-wrap.gdlr-core-style-text .gdlr-core-button-color {
    background: transparent
}

.gdlr-core-filterer-wrap.gdlr-core-style-button a {
    display: inline-block;
    padding: 10px 20px;
    background: #f1f1f1;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 4px;
    letter-spacing: 1px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.gdlr-core-filterer-wrap.gdlr-core-style-button a:first-child {
    margin-left: 0
}

.gdlr-core-filterer-wrap.gdlr-core-style-button a:last-child {
    margin-right: 0
}

.gdlr-core-filterer-wrap.gdlr-core-style-button a.gdlr-core-active {
    cursor: default
}

.gdlr-core-filterer-slide-bar {
    position: absolute;
    bottom: -6px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #000
}

.gdlr-core-filterer-wrap.gdlr-core-round-slide-bar .gdlr-core-filterer-slide-bar {
    border-bottom: 0;
    bottom: -8px
}

.gdlr-core-filterer-wrap.gdlr-core-round-slide-bar .gdlr-core-filterer-slide-bar:before {
    display: block;
    content: " ";
    width: 8px;
    height: 8px;
    margin: 0 auto;
    border-radius: 4px
}

.gdlr-core-pbf-wrapper-full-no-space .gdlr-core-filterer-wrap {
    padding-left: 50px;
    padding-right: 50px
}

.gdlr-core-price-list-item .gdlr-core-price-list {
    line-height: 1.2;
    margin-bottom: 18px
}

.gdlr-core-price-list-item .gdlr-core-price-list-title {
    float: left;
    margin-right: 20px
}

.gdlr-core-price-list-item .gdlr-core-price-list-price {
    float: right;
    margin-left: 20px
}

.gdlr-core-price-list-item .gdlr-core-price-list-caption {
    margin-top: 10px
}

.gdlr-core-price-list-item .gdlr-core-price-list-divider {
    border-width: 0 0 1px;
    border-bottom-style: solid;
    overflow: hidden
}

.gdlr-core-price-list-item .gdlr-core-price-list-divider:before {
    content: "1";
    visibility: hidden;
    display: block;
    margin-bottom: -5px
}

.gdlr-core-price-table-item .gdlr-core-price-table-tab-title-wrap {
    text-align: center;
    margin-bottom: 60px
}

.gdlr-core-price-table-item .gdlr-core-price-table-tab-title-inner {
    display: inline-block;
    line-height: 1;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px
}

.gdlr-core-price-table-item .gdlr-core-price-table-tab-title {
    padding: 16px 43px;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    transition: background 300ms,color 300ms;
    -moz-transition: background 300ms,color 300ms;
    -o-transition: background 300ms,color 300ms;
    -webkit-transition: background 300ms,color 300ms
}

.gdlr-core-price-table-item .gdlr-core-price-table-tab-title.gdlr-core-active {
    background: #000;
    color: #fff
}

.gdlr-core-price-table-item .gdlr-core-price-table-tab-content {
    display: none
}

.gdlr-core-price-table-item .gdlr-core-price-table-tab-content.gdlr-core-active {
    display: block
}

.gdlr-core-price-table-item .gdlr-core-price-table {
    text-align: center;
    margin: 45px 5px 0;
    overflow: hidden
}

.gdlr-core-price-table .gdlr-core-price-table-head {
    padding: 33px 20px;
    margin-right: -1px
}

.gdlr-core-price-table .gdlr-core-price-table-image {
    margin-bottom: 32px;
    margin-top: 20px
}

.gdlr-core-price-table .gdlr-core-price-table-icon {
    font-size: 51px;
    line-height: 1;
    margin-bottom: 32px;
    margin-top: 20px
}

.gdlr-core-price-table .gdlr-core-price-table-title {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px
}

.gdlr-core-price-table .gdlr-core-price-table-caption {
    font-size: 14px
}

.gdlr-core-price-table .gdlr-core-price-table-content-wrap {
    padding-bottom: 10px
}

.gdlr-core-price-table .gdlr-core-price-table-content {
    padding: 10px 20px
}

.gdlr-core-price-table .gdlr-core-price-table-button {
    margin: 35px 20px
}

.gdlr-core-price-table .gdlr-core-price-table-price {
    line-height: 1;
    padding: 25px 20px 40px
}

.gdlr-core-price-table .gdlr-core-price-prefix {
    font-size: 25px;
    vertical-align: super
}

.gdlr-core-price-table .gdlr-core-price-table-price-number {
    font-size: 60px;
    font-weight: 300;
    margin: 0 8px;
    vertical-align: middle
}

.gdlr-core-price-table .gdlr-core-price-suffix {
    font-size: 17px;
    vertical-align: bottom
}

.gdlr-core-price-table .gdlr-core-price-table-button.gdlr-core-button-with-border {
    border-radius: 30px;
    border-width: 2px
}

.gdlr-core-price-table .gdlr-core-price-table-button.gdlr-core-button-transparent {
    background: transparent!important
}

.gdlr-core-price-table-item .gdlr-core-price-table.gdlr-core-active {
    margin-top: 0;
    box-shadow: 0 1px 15px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 15px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 15px rgba(0,0,0,.2)
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-head {
    padding: 34px 20px 26px
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-icon {
    font-size: 70px
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-prefix {
    font-size: 34px;
    font-weight: 500
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-price-number {
    font-size: 72px;
    font-weight: 400
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-price {
    padding: 35px 20px 50px
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-content-wrap {
    padding-bottom: 30px
}

.gdlr-core-price-list-shortcode ul {
    margin: 0 -20px;
    list-style: none
}

.gdlr-core-price-list-shortcode ul li {
    padding: 0 20px;
    margin-bottom: 16px
}

.gdlr-core-price-list-shortcode ul li i {
    display: inline-block;
    width: 25px;
    margin-right: 8px
}

.gdlr-core-price-list-shortcode.gdlr-core-with-divider ul li {
    padding: 14px 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 0
}

.gdlr-core-space-shortcode {
    display: block
}

.gdlr-core-price-table-item.gdlr-core-style-2 .gdlr-core-price-table {
    text-align: left;
    overflow: hidden;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px
}

.gdlr-core-price-table-item.gdlr-core-style-2 .gdlr-core-price-table {
    margin: 0 15px
}

.gdlr-core-price-table-item.gdlr-core-style-2 .gdlr-core-price-table-price-number {
    font-size: 52px;
    font-weight: 500;
    display: inline-block;
    margin: 0 0 -9px
}

.gdlr-core-price-table-item.gdlr-core-style-2 .gdlr-core-price-suffix {
    font-size: 14px
}

.gdlr-core-price-table-item.gdlr-core-style-2 .gdlr-core-price-table-icon {
    margin-top: 0;
    font-size: 51px
}

.gdlr-core-price-table-item.gdlr-core-style-2 .gdlr-core-price-table-title {
    font-size: 22px;
    text-transform: none;
    font-weight: 500
}

.gdlr-core-price-table-item.gdlr-core-style-2 .gdlr-core-price-table-head {
    padding: 50px 35px 10px;
    background: transparent!important
}

.gdlr-core-price-table-item.gdlr-core-style-2 .gdlr-core-price-table-price {
    padding: 0 35px 10px;
    background: transparent!important
}

.gdlr-core-price-table-item.gdlr-core-style-2 .gdlr-core-price-table-button {
    margin: 35px 35px
}

.gdlr-core-price-table-item.gdlr-core-style-2 .gdlr-core-price-table-content-wrap {
    padding-bottom: 40px
}

.gdlr-core-price-table-item.gdlr-core-style-2 .gdlr-core-price-table-content {
    text-align: left;
    padding: 45px 35px 10px
}

.gdlr-core-price-table-item.gdlr-core-style-2 .gdlr-core-price-table-content ul {
    margin-left: 0;
    list-style: none;
    margin-bottom: 0
}

.gdlr-core-price-table-item.gdlr-core-style-2 .gdlr-core-price-table-content ul li {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0
}

.gdlr-core-price-table-item.gdlr-core-style-2 .gdlr-core-price-table-button {
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.gdlr-core-price-table-item.gdlr-core-style-2 .gdlr-core-price-table-button.gdlr-core-button-with-border {
    border-radius: 30px
}

.gdlr-core-price-table-item.gdlr-core-style-2 .gdlr-core-price-table {
    box-shadow: 0 1px 15px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 15px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 15px rgba(0,0,0,.2)
}

.gdlr-core-page-builder-body blockquote {
    margin: 0
}

.gdlr-core-blockquote-item .gdlr-core-blockquote-item-quote {
    line-height: 1
}

.gdlr-core-blockquote-item .gdlr-core-blockquote-item-content-wrap {
    overflow: hidden
}

.gdlr-core-blockquote-item .gdlr-core-blockquote-item-content {
    font-style: italic
}

.gdlr-core-blockquote-item .gdlr-core-blockquote-item-author:before {
    content: "-";
    margin-right: 4px
}

.gdlr-core-blockquote-item .gdlr-core-blockquote-item-author {
    font-style: italic;
    font-weight: 700
}

.gdlr-core-blockquote-item .gdlr-core-blockquote-item-author-position {
    font-weight: 400
}

.gdlr-core-blockquote-item .gdlr-core-blockquote-item-author-position:before {
    content: "/";
    margin: 0 9px
}

.gdlr-core-blockquote-item.gdlr-core-left-align .gdlr-core-blockquote-item-quote {
    float: left
}

.gdlr-core-blockquote-item.gdlr-core-right-align .gdlr-core-blockquote-item-quote {
    float: right
}

.gdlr-core-blockquote-item.gdlr-core-small-size .gdlr-core-blockquote-item-quote {
    font-size: 80px;
    margin-top: -5px
}

.gdlr-core-blockquote-item.gdlr-core-small-size .gdlr-core-blockquote-item-content {
    font-size: 14px
}

.gdlr-core-blockquote-item.gdlr-core-small-size .gdlr-core-blockquote-item-author {
    font-size: 13px;
    margin-top: 26px
}

.gdlr-core-blockquote-item.gdlr-core-small-size.gdlr-core-center-align .gdlr-core-blockquote-item-quote {
    margin-bottom: -10px
}

.gdlr-core-blockquote-item.gdlr-core-small-size.gdlr-core-left-align .gdlr-core-blockquote-item-quote {
    margin-right: 34px
}

.gdlr-core-blockquote-item.gdlr-core-small-size.gdlr-core-right-align .gdlr-core-blockquote-item-quote {
    margin-left: 34px
}

.gdlr-core-blockquote-item.gdlr-core-medium-size .gdlr-core-blockquote-item-quote {
    font-size: 100px;
    margin-top: -8px
}

.gdlr-core-blockquote-item.gdlr-core-medium-size .gdlr-core-blockquote-item-content {
    font-size: 16px
}

.gdlr-core-blockquote-item.gdlr-core-medium-size .gdlr-core-blockquote-item-author {
    font-size: 14px;
    margin-top: 28px
}

.gdlr-core-blockquote-item.gdlr-core-medium-size.gdlr-core-center-align .gdlr-core-blockquote-item-quote {
    margin-bottom: -16px
}

.gdlr-core-blockquote-item.gdlr-core-medium-size.gdlr-core-left-align .gdlr-core-blockquote-item-quote {
    margin-right: 37px
}

.gdlr-core-blockquote-item.gdlr-core-medium-size.gdlr-core-right-align .gdlr-core-blockquote-item-quote {
    margin-left: 37px
}

.gdlr-core-blockquote-item.gdlr-core-large-size .gdlr-core-blockquote-item-quote {
    font-size: 120px;
    margin-top: -10px
}

.gdlr-core-blockquote-item.gdlr-core-large-size .gdlr-core-blockquote-item-content {
    font-size: 18px
}

.gdlr-core-blockquote-item.gdlr-core-large-size .gdlr-core-blockquote-item-author {
    font-size: 16px;
    margin-top: 30px
}

.gdlr-core-blockquote-item.gdlr-core-large-size.gdlr-core-center-align .gdlr-core-blockquote-item-quote {
    margin-bottom: -22px
}

.gdlr-core-blockquote-item.gdlr-core-large-size.gdlr-core-left-align .gdlr-core-blockquote-item-quote {
    margin-right: 40px
}

.gdlr-core-blockquote-item.gdlr-core-large-size.gdlr-core-right-align .gdlr-core-blockquote-item-quote {
    margin-left: 40px
}

.gdlr-core-columnize-item .gdlr-core-columnize-item-content {
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-gap: 60px;
    -moz-column-gap: 60px;
    -webkit-column-gap: 60px;
    column-rule-width: 1px;
    -moz-column-rule-width: 1px;
    -webkit-column-rule-width: 1px;
    column-rule-style: solid;
    -moz-column-rule-style: solid;
    -webkit-column-rule-style: solid
}

.gdlr-core-column-service-item .gdlr-core-column-service-title {
    font-size: 14px;
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0
}

.gdlr-core-column-service-item .gdlr-core-column-service-caption {
    font-size: 14px;
    font-style: italic;
    margin-top: 5px
}

.gdlr-core-column-service-item .gdlr-core-column-service-content {
    font-size: 15px
}

.gdlr-core-column-service-item .gdlr-core-column-service-read-more {
    font-size: 14px;
    font-style: italic;
    display: inline-block
}

.gdlr-core-column-service-item .gdlr-core-column-service-read-more i {
    margin-left: 15px;
    vertical-align: middle;
    display: inline-block
}

.gdlr-core-column-service-item .gdlr-core-column-service-media.gdlr-core-media-icon {
    line-height: 1
}

.gdlr-core-column-service-item .gdlr-core-column-service-media.gdlr-core-media-icon i {
    font-size: 30px
}

.gdlr-core-column-service-item .gdlr-core-column-service-media.gdlr-core-media-icon.gdlr-core-icon-style-round i {
    line-height: 30px;
    width: 30px;
    padding: 17px;
    text-align: center;
    display: inline-block;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border-radius: 50%;
    border-radius: 50%;
    border-radius: 50%
}

.gdlr-core-column-service-item .gdlr-core-column-service-media.gdlr-core-character {
    font-size: 30px;
    line-height: 1;
    font-weight: 700
}

.gdlr-core-column-service-item.gdlr-core-center-align .gdlr-core-column-service-title-wrap {
    margin-bottom: 15px
}

.gdlr-core-column-service-item.gdlr-core-center-align .gdlr-core-column-service-media {
    margin-bottom: 28px;
    display: inline-block
}

.gdlr-core-column-service-item.gdlr-core-column-service-icon-top .gdlr-core-column-service-title-wrap {
    margin-bottom: 20px
}

.gdlr-core-column-service-item.gdlr-core-column-service-icon-top .gdlr-core-column-service-media {
    margin-bottom: 28px;
    display: inline-block
}

.gdlr-core-column-service-icon-left .gdlr-core-column-service-content-wrapper {
    overflow: hidden
}

.gdlr-core-column-service-icon-left .gdlr-core-column-service-title-wrap {
    margin-bottom: 16px
}

.gdlr-core-column-service-icon-left .gdlr-core-column-service-media {
    max-width: 30%
}

.gdlr-core-column-service-icon-left.gdlr-core-left-align .gdlr-core-column-service-media {
    float: left;
    margin-right: 25px
}

.gdlr-core-column-service-icon-left.gdlr-core-right-align .gdlr-core-column-service-media {
    float: right;
    margin-left: 25px
}

.gdlr-core-column-service-icon-left.gdlr-core-no-caption .gdlr-core-column-service-title-wrap {
    padding-top: 5px
}

.gdlr-core-column-service-icon-left.gdlr-core-with-caption .gdlr-core-column-service-media.gdlr-core-media-icon {
    margin-top: 7px
}

.gdlr-core-column-service-icon-left-title .gdlr-core-column-service-title-wrap {
    overflow: hidden;
    margin-bottom: 18px
}

.gdlr-core-column-service-icon-left-title .gdlr-core-column-service-content {
    clear: both
}

.gdlr-core-column-service-icon-left-title .gdlr-core-column-service-media {
    margin-bottom: 18px;
    max-width: 30%
}

.gdlr-core-column-service-icon-left-title.gdlr-core-left-align .gdlr-core-column-service-media {
    float: left;
    margin-right: 25px
}

.gdlr-core-column-service-icon-left-title.gdlr-core-right-align .gdlr-core-column-service-media {
    float: right;
    margin-left: 25px
}

.gdlr-core-column-service-icon-left-title.gdlr-core-no-caption .gdlr-core-column-service-title-wrap {
    padding-top: 5px
}

.gdlr-core-column-service-icon-left-title.gdlr-core-with-caption .gdlr-core-column-service-media.gdlr-core-media-icon {
    margin-top: 7px
}

.gdlr-core-alert-box-item .gdlr-core-alert-box-item-inner {
    border-style: solid;
    padding: 34px 42px 29px;
    position: relative
}

.gdlr-core-alert-box-item .gdlr-core-alert-box-remove {
    position: absolute;
    right: 12px;
    top: 12px;
    line-height: 1;
    cursor: pointer
}

.gdlr-core-alert-box-item .gdlr-core-alert-box-item-icon {
    font-size: 22px;
    width: 43px
}

.gdlr-core-alert-box-item .gdlr-core-alert-box-item-title {
    font-size: 14px;
    line-height: 34px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1.2px
}

.gdlr-core-alert-box-item .gdlr-core-alert-box-item-head {
    margin-bottom: 18px
}

.gdlr-core-alert-box-item.gdlr-core-left-align .gdlr-core-alert-box-item-icon {
    float: left
}

.gdlr-core-alert-box-item.gdlr-core-left-align .gdlr-core-alert-box-item-content {
    padding-left: 43px
}

.gdlr-core-alert-box-item.gdlr-core-right-align .gdlr-core-alert-box-item-icon {
    float: right
}

.gdlr-core-alert-box-item.gdlr-core-right-align .gdlr-core-alert-box-item-content {
    padding-right: 43px
}

.gdlr-core-alert-box-item.gdlr-core-center-align .gdlr-core-alert-box-item-title {
    display: inline-block
}

.gdlr-core-alert-box-item.gdlr-core-center-align .gdlr-core-alert-box-item-icon {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

.gdlr-core-alert-box-item.gdlr-core-no-icon .gdlr-core-alert-box-item-content {
    padding-left: 0;
    padding-right: 0
}

.gdlr-core-flipbox-item .gdlr-core-flipbox-item-icon {
    font-size: 35px;
    margin-bottom: 30px;
    margin-top: 5px;
    display: inline-block
}

.gdlr-core-flipbox-item .gdlr-core-flipbox-item-image {
    margin-bottom: 37px
}

.gdlr-core-flipbox-item .gdlr-core-flipbox-item-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px
}

.gdlr-core-flipbox-item .gdlr-core-flipbox-title-divider {
    width: 23px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    margin: 16px auto 12px
}

.gdlr-core-flipbox-item .gdlr-core-flipbox-item-caption {
    font-size: 15px
}

.gdlr-core-flipbox-item .gdlr-core-flipbox-item-content {
    font-size: 15px;
    margin-top: 21px
}

.gdlr-core-flipbox-item .gdlr-core-flipbox-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0)
}

.gdlr-core-flipbox-item .gdlr-core-flipbox-item-button {
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 13px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.gdlr-core-flipbox .gdlr-core-flipbox-content {
    position: relative
}

.gdlr-core-flipbox .gdlr-core-flipbox-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-size: cover
}

.gdlr-core-flipbox .gdlr-core-flipbox-frame {
    position: absolute;
    margin: 20px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-style: solid;
    border-width: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-flipbox .gdlr-core-flipbox-front,.gdlr-core-flipbox .gdlr-core-flipbox-back {
    width: 100%;
    overflow: hidden;
    position: relative
}

.gdlr-core-flipbox .gdlr-core-flipbox-back {
    display: none
}

.gdlr-core-flipbox.gdlr-core-after-init .gdlr-core-flipbox-back {
    display: block
}

.gdlr-core-flipbox .gdlr-core-flipbox-front,.gdlr-core-flipbox .gdlr-core-flipbox-back {
    padding: 50px 40px 40px
}

.gdlr-core-flipbox .gdlr-core-flipbox-front.gdlr-core-flipbox-type-outer,.gdlr-core-flipbox .gdlr-core-flipbox-back.gdlr-core-flipbox-type-outer {
    border-width: 5px;
    border-style: solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-flipbox-item .gdlr-core-icon-left .gdlr-core-flipbox-content-wrap {
    overflow: hidden
}

.gdlr-core-flipbox-item .gdlr-core-icon-left .gdlr-core-flipbox-item-icon,.gdlr-core-flipbox-item .gdlr-core-icon-left .gdlr-core-flipbox-item-image {
    float: left;
    margin-right: 30px
}

.gdlr-core-feature-box-item .gdlr-core-feature-box {
    position: relative;
    overflow: hidden;
    padding: 50px 40px 40px
}

.gdlr-core-feature-box-item .gdlr-core-feature-box-content {
    position: relative
}

.gdlr-core-feature-box-item .gdlr-core-feature-box-item-icon {
    font-size: 35px;
    margin-bottom: 30px;
    margin-top: 5px;
    display: inline-block
}

.gdlr-core-feature-box-item .gdlr-core-feature-box-item-image {
    margin-bottom: 37px
}

.gdlr-core-feature-box-item .gdlr-core-feature-box-item-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px
}

.gdlr-core-feature-box-item .gdlr-core-feature-box-item-caption {
    font-size: 15px;
    margin-bottom: 18px
}

.gdlr-core-feature-box-item .gdlr-core-feature-box-item-content {
    font-size: 15px
}

.gdlr-core-feature-box-item .gdlr-core-feature-box-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-size: cover
}

.gdlr-core-feature-box-item .gdlr-core-feature-box-frame {
    position: absolute;
    margin: 20px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-style: solid;
    border-width: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-feature-box-item .gdlr-core-feature-box-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0)
}

.gdlr-core-feature-box-item .gdlr-core-feature-box.gdlr-core-feature-box-type-outer {
    border-width: 5px;
    border-style: solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-promo-box-item .gdlr-core-promo-box-item-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 14px
}

.gdlr-core-promo-box-item .gdlr-core-promo-box-item-content {
    font-size: 14px
}

.gdlr-core-promo-box-item .gdlr-core-promo-box-content-wrap {
    padding-top: 30px
}

.gdlr-core-promo-box-item .gdlr-core-promo-box-content-wrap.gdlr-core-with-frame {
    padding: 35px 35px 15px 35px;
    border-width: 0 1px 1px 1px;
    border-style: solid
}

.gdlr-core-promo-box-item .gdlr-core-promo-box-content-wrap.gdlr-core-with-shadow {
    box-shadow: 0 0 4px rgba(0,0,0,.15)
}

.gdlr-core-marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1
}

.gdlr-core-pbf-wrapper-marquee {
    position: absolute;
    font-size: 90px;
    font-weight: 800;
    top: 0
}

.gdlr-core-skill-bar-item .gdlr-core-skill-bar {
    position: relative;
    margin-top: 32px
}

.gdlr-core-skill-bar-item.gdlr-core-item-pdb.gdlr-core-size-large .gdlr-core-skill-bar {
    margin-top: 30px
}

.gdlr-core-skill-bar-item .gdlr-core-skill-bar:first-child {
    margin-top: 0
}

.gdlr-core-skill-bar-item .gdlr-core-skill-bar-filled {
    height: 100%;
    width: 0%;
    position: relative
}

.gdlr-core-skill-bar-item .gdlr-core-skill-bar-title {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 12px
}

.gdlr-core-skill-bar-item .gdlr-core-skill-bar-right {
    font-weight: 700;
    float: right;
    white-space: nowrap
}

.gdlr-core-skill-bar-item.gdlr-core-type-round .gdlr-core-skill-bar-progress {
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-skill-bar-item.gdlr-core-type-rectangle2 .gdlr-core-skill-bar-filled {
    overflow: visible!important
}

.gdlr-core-skill-bar-item.gdlr-core-type-rectangle2 .gdlr-core-skill-bar-filled-indicator {
    position: absolute;
    top: -8px;
    bottom: -8px;
    right: 0;
    width: 2px
}

.gdlr-core-skill-bar-item.gdlr-core-type-rectangle2 .gdlr-core-skill-bar-right {
    position: absolute;
    right: 0;
    top: -36px;
    margin-right: -19px;
    opacity: 0;
    transition: opacity 800ms;
    -moz-transition: opacity 800ms;
    -o-transition: opacity 800ms;
    -webkit-transition: opacity 800ms
}

.gdlr-core-skill-bar-item.gdlr-core-type-rectangle2 .gdlr-core-skill-bar-filled.gdlr-core-animate .gdlr-core-skill-bar-right {
    opacity: 1
}

.gdlr-core-skill-bar-item.gdlr-core-size-small .gdlr-core-skill-bar-head {
    font-size: 13px;
    margin-bottom: 12px
}

.gdlr-core-skill-bar-item.gdlr-core-size-small .gdlr-core-skill-bar-progress {
    height: 6px
}

.gdlr-core-skill-bar-item.gdlr-core-size-medium .gdlr-core-skill-bar-head {
    font-size: 15px;
    margin-bottom: 12px
}

.gdlr-core-skill-bar-item.gdlr-core-size-medium .gdlr-core-skill-bar-progress {
    height: 15px
}

.gdlr-core-skill-bar-item.gdlr-core-size-large .gdlr-core-skill-bar-head {
    font-size: 12px;
    line-height: 18px;
    padding: 11px 18px;
    position: relative;
    z-index: 1
}

.gdlr-core-skill-bar-item.gdlr-core-size-large .gdlr-core-skill-bar-progress {
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.gdlr-core-icon-item {
    line-height: 0
}

.gdlr-core-icon-item .gdlr-core-icon-item-wrap {
    display: inline-block;
    padding: 20px
}

.gdlr-core-icon-item .gdlr-core-icon-item-wrap.gdlr-core-with-border {
    border-width: 2px;
    border-style: solid
}

.gdlr-core-icon-item .gdlr-core-icon-item-wrap.gdlr-core-icon-item-type-circle,.gdlr-core-icon-item .gdlr-core-icon-item-wrap.gdlr-core-icon-item-type-circle .gdlr-core-icon-item-icon {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.gdlr-core-icon-item .gdlr-core-icon-item-icon {
    font-size: 45px;
    min-width: 45px;
    min-height: 45px;
    text-align: center;
    display: inline-block
}

.gdlr-core-icon-item .gdlr-core-icon-item-icon.gdlr-core-with-border {
    padding: 20px;
    border-width: 2px;
    border-style: solid
}

.gdlr-core-skill-circle-item .gdlr-core-skill-circle {
    overflow: hidden;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative
}

.gdlr-core-skill-circle-item .gdlr-core-skill-circle-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%
}

.gdlr-core-skill-circle-item .gdlr-core-skill-circle-head {
    font-weight: 700;
    letter-spacing: 1px
}

.gdlr-core-skill-circle-item .gdlr-core-skill-circle-caption {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px
}

.gdlr-core-skill-circle-item .gdlr-core-skill-circle canvas {
    max-width: 100%;
    max-height: 100%
}

.gdlr-core-skill-circle-item .gdlr-core-skill-circle.gdlr-core-skill-circle-align-center {
    margin-left: auto;
    margin-right: auto
}

.gdlr-core-skill-circle-item .gdlr-core-skill-circle.gdlr-core-skill-circle-align-left {
    margin-left: 0;
    margin-right: auto
}

.gdlr-core-skill-circle-item .gdlr-core-skill-circle.gdlr-core-skill-circle-align-right {
    margin-left: auto;
    margin-right: 0
}

.gdlr-core-skill-circle-size-large .gdlr-core-skill-circle-content {
    margin-top: -39px
}

.gdlr-core-skill-circle-size-large .gdlr-core-skill-circle-head {
    font-size: 22px
}

.gdlr-core-skill-circle-size-large .gdlr-core-skill-circle-caption {
    font-size: 14px;
    margin-top: 17px;
    padding-bottom: 6px
}

.gdlr-core-skill-circle-size-small .gdlr-core-skill-circle-content {
    margin-top: -30px
}

.gdlr-core-skill-circle-size-small .gdlr-core-skill-circle-head {
    font-size: 17px
}

.gdlr-core-skill-circle-size-small .gdlr-core-skill-circle-caption {
    font-size: 12px;
    margin-top: 10px;
    padding-bottom: 6px
}

.gdlr-core-skill-circle-item .gdlr-core-skill-circle-main-content.gdlr-core-left {
    float: left;
    margin-right: 20px
}

.gdlr-core-skill-circle-item .gdlr-core-skill-circle-main-content.gdlr-core-right {
    float: right;
    margin-left: 20px
}

.gdlr-core-skill-circle-item .gdlr-core-skill-circle-side-description {
    overflow: hidden
}

.gdlr-core-skill-circle-item .gdlr-core-skill-circle-side-description-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px
}

.gdlr-core-skill-circle-item .gdlr-core-skill-circle-side-description-text {
    font-size: 15px
}

.gdlr-core-accordion-item-tab .gdlr-core-accordion-item-content {
    display: none
}

.gdlr-core-accordion-item-tab .gdlr-core-accordion-item-title .gdlr-core-head {
    margin-right: 13px
}

.gdlr-core-accordion-item-tab.gdlr-core-active .gdlr-core-accordion-item-content {
    display: block
}

.gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-title {
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    margin-top: 17px;
    margin-bottom: 27px;
    letter-spacing: 1px
}

.gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-content {
    padding: 5px 0 15px
}

.gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-content-wrapper {
    overflow: hidden
}

.gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-icon {
    font-size: 18px;
    float: left;
    width: 48px;
    cursor: pointer;
    text-align: center;
    height: 48px;
    padding: 12px;
    line-height: 20px;
    cursor: pointer;
    border-width: 2px;
    border-style: solid;
    margin-right: 27px;
    transition: background 300ms;
    -moz-transition: background 300ms;
    -o-transition: background 300ms;
    -webkit-transition: background 300ms
}

.gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-icon:before {
    /*content: "\4c";*/
    font-family: "ElegantIcons"
}

.gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-tab.gdlr-core-active .gdlr-core-accordion-item-icon {
    background: transparent
}

.gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-tab.gdlr-core-active .gdlr-core-accordion-item-icon:before {
    font-family: fontawesome;
    /*content: "\4b"*/
}

.gdlr-core-accordion-style-icon .gdlr-core-accordion-item-tab {
    padding-top: 5px
}

.gdlr-core-accordion-style-icon .gdlr-core-accordion-item-title {
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 20px;
    letter-spacing: 1px
}

.gdlr-core-accordion-style-icon .gdlr-core-accordion-item-content {
    padding: 0 0 12px
}

.gdlr-core-accordion-style-icon .gdlr-core-accordion-item-content-wrapper {
    overflow: hidden
}

.gdlr-core-accordion-style-icon .gdlr-core-accordion-item-icon {
    font-size: 18px;
    float: left;
    width: 20px;
    cursor: pointer;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    margin-right: 17px
}

.gdlr-core-accordion-style-icon .gdlr-core-accordion-item-icon:before {
    content: "\4c";
    font-family: "ElegantIcons"
}

.gdlr-core-accordion-style-icon .gdlr-core-accordion-item-tab.gdlr-core-active .gdlr-core-accordion-item-icon:before {
    content: "\4b"
}

.gdlr-core-accordion-style-icon.gdlr-core-icon-pos-right .gdlr-core-accordion-item-icon {
    float: right
}

.gdlr-core-accordion-style-icon.gdlr-core-with-divider .gdlr-core-accordion-item-tab {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 15px
}

.gdlr-core-accordion-style-background-title .gdlr-core-accordion-item-title {
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    padding: 23px 25px 22px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: background 200ms,color 200ms;
    -moz-transition: background 200ms,color 200ms;
    -o-transition: background 200ms,color 200ms;
    -webkit-transition: background 200ms,color 200ms
}

.gdlr-core-accordion-style-background-title .gdlr-core-accordion-item-content {
    padding: 13px 0 10px
}

.gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title {
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    padding: 23px 25px 22px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    line-height: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: background 200ms,color 200ms;
    -moz-transition: background 200ms,color 200ms;
    -o-transition: background 200ms,color 200ms;
    -webkit-transition: background 200ms,color 200ms
}

.gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-content {
    padding: 13px 0 10px
}

.gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title:before {
    content: "\4c";
    font-family: "ElegantIcons";
    font-weight: 400;
    font-size: 16px;
    vertical-align: text-bottom
}

.gdlr-core-accordion-style-background-title-icon.gdlr-core-icon-pos-left .gdlr-core-accordion-item-title:before {
    float: left;
    margin-right: 15px
}

.gdlr-core-accordion-style-background-title-icon.gdlr-core-icon-pos-right .gdlr-core-accordion-item-title:before {
    float: right;
    margin-left: 15px
}

.gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-tab.gdlr-core-active .gdlr-core-accordion-item-title:before {
    content: "\4b"
}

.gdlr-core-accordion-style-background-title-icon.gdlr-core-right-align .gdlr-core-accordion-item-title:before {
    float: right;
    margin-left: 15px;
    margin-right: 0;
    margin-top: -2px
}

.gdlr-core-toggle-box-item-tab .gdlr-core-toggle-box-item-content {
    display: none
}

.gdlr-core-toggle-box-item-tab .gdlr-core-toggle-box-item-title .gdlr-core-head {
    margin-right: 13px
}

.gdlr-core-toggle-box-item-tab.gdlr-core-active .gdlr-core-toggle-box-item-content {
    display: block
}

.gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-title {
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    margin-top: 17px;
    margin-bottom: 27px;
    letter-spacing: 1px
}

.gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-content {
    padding: 5px 0 15px
}

.gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-content-wrapper {
    overflow: hidden
}

.gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-icon {
    font-size: 18px;
    float: left;
    width: 48px;
    cursor: pointer;
    text-align: center;
    height: 48px;
    padding: 12px;
    line-height: 20px;
    cursor: pointer;
    border-width: 2px;
    border-style: solid;
    margin-right: 27px;
    transition: background 300ms;
    -moz-transition: background 300ms;
    -o-transition: background 300ms;
    -webkit-transition: background 300ms
}

.gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-icon:before {
    content: "\4c";
    font-family: "ElegantIcons"
}

.gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-tab.gdlr-core-active .gdlr-core-toggle-box-item-icon {
    background: transparent
}

.gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-tab.gdlr-core-active .gdlr-core-toggle-box-item-icon:before {
    content: "\4b"
}

.gdlr-core-toggle-box-style-icon .gdlr-core-toggle-box-item-tab {
    padding-top: 5px
}

.gdlr-core-toggle-box-style-icon .gdlr-core-toggle-box-item-title {
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 20px;
    letter-spacing: 1px
}

.gdlr-core-toggle-box-style-icon .gdlr-core-toggle-box-item-content {
    padding: 0 0 12px
}

.gdlr-core-toggle-box-style-icon .gdlr-core-toggle-box-item-content-wrapper {
    overflow: hidden
}

.gdlr-core-toggle-box-style-icon .gdlr-core-toggle-box-item-icon {
    font-size: 18px;
    float: left;
    width: 20px;
    cursor: pointer;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    margin-right: 17px
}

.gdlr-core-toggle-box-style-icon .gdlr-core-toggle-box-item-icon:before {
    content: "\4c";
    font-family: "ElegantIcons"
}

.gdlr-core-toggle-box-style-icon .gdlr-core-toggle-box-item-tab.gdlr-core-active .gdlr-core-toggle-box-item-icon:before {
    content: "\4b"
}

.gdlr-core-toggle-box-style-background-title .gdlr-core-toggle-box-item-title {
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    padding: 23px 25px 22px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: background 300ms;
    -moz-transition: background 300ms;
    -o-transition: background 300ms;
    -webkit-transition: background 300ms
}

.gdlr-core-toggle-box-style-background-title .gdlr-core-toggle-box-item-content {
    padding: 13px 0 10px
}

.gdlr-core-toggle-box-style-background-title-icon .gdlr-core-toggle-box-item-title {
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    padding: 23px 25px 22px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: background 300ms;
    -moz-transition: background 300ms;
    -o-transition: background 300ms;
    -webkit-transition: background 300ms
}

.gdlr-core-toggle-box-style-background-title-icon .gdlr-core-toggle-box-item-content {
    padding: 13px 0 10px
}

.gdlr-core-toggle-box-style-background-title-icon .gdlr-core-toggle-box-item-title:before {
    content: "\4c";
    font-family: "ElegantIcons";
    margin-right: 15px
}

.gdlr-core-toggle-box-style-background-title-icon .gdlr-core-toggle-box-item-tab.gdlr-core-active .gdlr-core-accordion-item-title:before {
    content: "\4b"
}

.gdlr-core-port-info-item .gdlr-core-port-info-key {
    display: inline-block;
    min-width: 78px;
    margin-right: 20px;
    font-weight: 700
}

.gdlr-core-port-info-item .gdlr-core-port-info {
    margin-top: 15px
}

.gdlr-core-port-info-item .gdlr-core-port-info:first-child {
    margin-top: 0
}

.gdlr-core-port-info-item .gdlr-core-port-info-wrap.gdlr-core-with-border {
    padding-bottom: 22px;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.gdlr-core-port-info-item .gdlr-core-port-info-social-share {
    padding-top: 26px;
    margin-top: 45px;
    margin-bottom: 4px;
    border-top-width: 1px;
    border-top-style: solid
}

.gdlr-core-port-info-item .gdlr-core-port-info-social-share .gdlr-core-social-share-item {
    padding: 0
}

.gdlr-core-port-info-item .gdlr-core-port-info-social-share .gdlr-core-port-info-value {
    display: inline-block;
    line-height: 23px
}

.gdlr-core-port-info-item .gdlr-core-port-info-social-share .gdlr-core-social-share-item a {
    font-size: 14px;
    margin: 0 10px
}

.gdlr-core-port-info-item .gdlr-core-port-info-social-share .gdlr-core-social-share-item a:first-child {
    margin-left: 0
}

.gdlr-core-port-info2 {
    border-top-width: 1px;
    border-top-style: solid;
    padding-top: 17px;
    margin-top: 17px;
    font-size: 16px
}

.gdlr-core-port-info2:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0
}

.gdlr-core-port-info2 .gdlr-core-port-info2-content {
    max-width: 250px
}

.gdlr-core-port-info2 .gdlr-core-port-info2-key {
    font-weight: 700;
    float: left
}

.gdlr-core-port-info2 .gdlr-core-port-info2-value {
    float: right;
    text-align: right
}

.gdlr-core-tab-item .gdlr-core-tab-item-title-wrap {
    position: relative
}

.gdlr-core-tab-item .gdlr-core-tab-item-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    cursor: pointer;
    transition: background 200ms,color 200ms;
    -moz-transition: background 200ms,color 200ms;
    -o-transition: background 200ms,color 200ms;
    -webkit-transition: background 200ms,color 200ms
}

.gdlr-core-tab-item .gdlr-core-tab-item-content {
    display: none
}

.gdlr-core-tab-item .gdlr-core-tab-item-content.gdlr-core-active {
    display: block
}

.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title {
    margin-left: -1px;
    padding: 18px 28px 14px;
    border-width: 1px 1px 0;
    border-style: solid;
    display: inline-block
}

.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title:first-child {
    margin-left: 0
}

.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title.gdlr-core-active {
    margin-bottom: -1px;
    padding-bottom: 15px
}

.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title-wrap {
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-content {
    padding: 25px 0 5px
}

.gdlr-core-tab-style2-horizontal .gdlr-core-tab-item-title-wrap {
    border-bottom-width: 2px;
    border-bottom-style: solid
}

.gdlr-core-tab-style2-horizontal .gdlr-core-tab-item-title {
    padding: 0 28px 20px;
    display: inline-block
}

.gdlr-core-tab-style2-horizontal .gdlr-core-tab-item-title-line {
    position: absolute;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    bottom: -2px
}

.gdlr-core-tab-style2-horizontal .gdlr-core-tab-item-content {
    padding: 25px 0 5px
}

.gdlr-core-tab-style1-vertical .gdlr-core-tab-item-title-wrap {
    max-width: 40%
}

.gdlr-core-tab-style1-vertical .gdlr-core-tab-item-title {
    padding: 16px 35px 14px
}

.gdlr-core-tab-style1-vertical .gdlr-core-tab-item-content-wrap {
    overflow: hidden
}

.gdlr-core-tab-style1-vertical .gdlr-core-tab-item-content {
    padding: 15px 45px 5px
}

.gdlr-core-tab-style1-vertical.gdlr-core-left-align .gdlr-core-tab-item-title-wrap {
    float: left;
    border-right-width: 1px;
    border-right-style: solid;
    margin-right: -1px
}

.gdlr-core-tab-style1-vertical.gdlr-core-left-align .gdlr-core-tab-item-title {
    border-width: 0 0 1px 1px;
    border-style: solid
}

.gdlr-core-tab-style1-vertical.gdlr-core-left-align .gdlr-core-tab-item-title:first-child {
    border-top-width: 1px
}

.gdlr-core-tab-style1-vertical.gdlr-core-left-align .gdlr-core-tab-item-title.gdlr-core-active {
    margin-right: -1px;
    padding-right: 29px
}

.gdlr-core-tab-style1-vertical.gdlr-core-left-align .gdlr-core-tab-item-content-wrap {
    border-left-width: 1px;
    border-left-style: solid
}

.gdlr-core-tab-style1-vertical.gdlr-core-right-align .gdlr-core-tab-item-title-wrap {
    float: right;
    border-left-width: 1px;
    border-left-style: solid;
    margin-left: -1px
}

.gdlr-core-tab-style1-vertical.gdlr-core-right-align .gdlr-core-tab-item-title {
    border-width: 0 1px 1px 0;
    border-style: solid
}

.gdlr-core-tab-style1-vertical.gdlr-core-right-align .gdlr-core-tab-item-title:first-child {
    border-top-width: 1px
}

.gdlr-core-tab-style1-vertical.gdlr-core-right-align .gdlr-core-tab-item-title.gdlr-core-active {
    margin-left: -1px;
    padding-left: 29px
}

.gdlr-core-tab-style1-vertical.gdlr-core-right-align .gdlr-core-tab-item-content-wrap {
    border-right-width: 1px;
    border-right-style: solid
}

.gdlr-core-tab-style2-vertical .gdlr-core-tab-item-title-wrap {
    max-width: 40%
}

.gdlr-core-tab-style2-vertical .gdlr-core-tab-item-content-wrap {
    overflow: hidden
}

.gdlr-core-tab-style2-vertical .gdlr-core-tab-item-content {
    padding: 15px 35px 5px
}

.gdlr-core-tab-style2-vertical .gdlr-core-tab-item-title-line {
    position: absolute;
    border-right-width: 2px;
    border-right-style: solid
}

.gdlr-core-tab-style2-vertical.gdlr-core-left-align .gdlr-core-tab-item-title-wrap {
    float: left;
    border-right-width: 2px;
    border-right-style: solid;
    margin-right: -2px
}

.gdlr-core-tab-style2-vertical.gdlr-core-left-align .gdlr-core-tab-item-title {
    padding: 12px 50px 12px 0
}

.gdlr-core-tab-style2-vertical.gdlr-core-left-align .gdlr-core-tab-item-content-wrap {
    border-left-width: 2px;
    border-left-style: solid
}

.gdlr-core-tab-style2-vertical.gdlr-core-left-align .gdlr-core-tab-item-title-line {
    right: -2px
}

.gdlr-core-tab-style2-vertical.gdlr-core-right-align .gdlr-core-tab-item-title-wrap {
    float: right;
    border-left-width: 2px;
    border-left-style: solid;
    margin-left: -2px
}

.gdlr-core-tab-style2-vertical.gdlr-core-right-align .gdlr-core-tab-item-title {
    padding: 12px 0 12px 50px
}

.gdlr-core-tab-style2-vertical.gdlr-core-right-align .gdlr-core-tab-item-content-wrap {
    border-right-width: 2px;
    border-right-style: solid
}

.gdlr-core-tab-style2-vertical.gdlr-core-right-align .gdlr-core-tab-item-title-line {
    left: -2px
}

.gdlr-core-tab-feature2-content-text {
    font-size: 18px
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-title-wrap {
    display: inline-block;
    cursor: pointer
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-title-item-wrap {
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 25px;
    position: relative
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-title-image {
    margin-bottom: 10px
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-bottom-slide-bar {
    position: absolute;
    bottom: -1px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-color: #375eef
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-content-wrap {
    display: none;
    padding-top: 80px
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-content-wrap.gdlr-core-active {
    display: block
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-content-left {
    width: 52%;
    margin-right: 5%;
    text-align: center;
    float: left;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-content-left .gdlr-core-image-overlay-icon.fa-play {
    background: rgba(55,94,239,.5);
    width: 100px;
    height: 100px;
    line-height: 100px;
    padding-left: 5px;
    margin-left: -50px;
    margin-top: -50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-content-left .gdlr-core-image-overlay-icon.fa-play:before {
    z-index: 1;
    position: relative
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-content-left .gdlr-core-image-overlay-icon.fa-play:after {
    position: absolute;
    content: " ";
    left: 6px;
    right: 6px;
    top: 6px;
    bottom: 6px;
    background: #375eef;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-content-right {
    float: left;
    width: 43%
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-content-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-content-item {
    position: relative;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 30px;
    padding: 35px 35px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: transform 150ms ease-out,box-shadow 150ms ease-out,border-color 150ms ease-out;
    -moz-transition: transform 150ms ease-out,-moz-box-shadow 150ms ease-out,border-color 150ms ease-out;
    -o-transition: transform 150ms ease-out,-o-box-shadow 150ms ease-out,border-color 150ms ease-out;
    -webkit-transition: transform 150ms ease-out,-webkit-box-shadow 150ms ease-out,border-color 150ms ease-out
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-content-item:last-child {
    margin-bottom: 0
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-content-hover {
    position: absolute;
    right: 20px;
    top: 18px;
    opacity: 0;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    letter-spacing: .5px;
    color: #4ccf5f;
    background: rgb(76,207,95,.15);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    -webkit-transition: opacity 200ms
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-content-item:hover {
    transform: translate3d(0,-10px,0);
    -webkit-transform: translate3d(0,-10px,0);
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1)
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-content-item:hover .gdlr-core-tab-feature2-content-hover {
    opacity: 1
}

.gdlr-core-tab-feature2-item.gdlr-core-size-1 .gdlr-core-tab-feature2-title-wrap {
    width: 100%
}

.gdlr-core-tab-feature2-item.gdlr-core-size-2 .gdlr-core-tab-feature2-title-wrap {
    width: 50%
}

.gdlr-core-tab-feature2-item.gdlr-core-size-3 .gdlr-core-tab-feature2-title-wrap {
    width: 33.33%
}

.gdlr-core-tab-feature2-item.gdlr-core-size-4 .gdlr-core-tab-feature2-title-wrap {
    width: 25%
}

.gdlr-core-tab-feature2-item.gdlr-core-size-5 .gdlr-core-tab-feature2-title-wrap {
    width: 20%
}

.gdlr-core-tab-feature2-item.gdlr-core-size-6 .gdlr-core-tab-feature2-title-wrap {
    width: 16.66%
}

.gdlr-core-tab-feature2-item.gdlr-core-size-7 .gdlr-core-tab-feature2-title-wrap {
    width: 14.28%
}

.gdlr-core-tab-feature2-item.gdlr-core-size-8 .gdlr-core-tab-feature2-title-wrap {
    width: 12.5%
}

@media only screen and (max-width: 767px) {
    .gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-content-left {
        float:none;
        width: auto;
        margin-bottom: 40px;
        margin-right: 0
    }

    .gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-content-right {
        width: auto
    }

    .gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-title-image img {
        max-width: 30px
    }

    .gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-title {
        font-size: 13px
    }
}

.gdlr-core-tab-feature3-title-wrap .gdlr-core-tab-feature3-title {
    color: #777
}

.gdlr-core-tab-feature3-title-wrap.gdlr-core-active .gdlr-core-tab-feature3-title {
    color: #0082fa
}

.gdlr-core-tab-feature3-item .gdlr-core-tab-feature3-content-title {
    color: #222
}

.gdlr-core-tab-feature3-item .gdlr-core-tab-feature3-content-text {
    color: #373737
}

body .gdlr-core-tab-feature3-item .gdlr-core-tab-feature3-content-button .gdlr-core-button,body .gdlr-core-tab-feature3-item .gdlr-core-tab-feature3-content-button .gdlr-core-button:hover {
    color: #0082fa;
    border-color: #0082fa
}

.gdlr-core-tab-feature3-item .gdlr-core-tab-feature3-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase
}

.gdlr-core-tab-feature3-item .gdlr-core-tab-feature3-title-wrap {
    cursor: pointer;
    padding-bottom: 25px
}

.gdlr-core-tab-feature3-item .gdlr-core-tab-feature3-title-item-wrap {
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    position: relative
}

.gdlr-core-tab-feature3-item .gdlr-core-tab-feature3-title-image {
    margin-bottom: 10px
}

.gdlr-core-tab-feature3-item .gdlr-core-tab-feature3-bottom-slide-bar {
    position: absolute;
    height: 13px;
    bottom: -13px
}

.gdlr-core-tab-feature3-item .gdlr-core-tab-feature3-bottom-slide-bar:after {
    content: " ";
    width: 0;
    height: 0;
    border-width: 12px 12px 0 12px;
    border-style: solid;
    border-color: #fff transparent transparent;
    display: block;
    margin: -13px auto 0
}

.gdlr-core-tab-feature3-item .gdlr-core-tab-feature3-bottom-slide-bar-border {
    color: #375eef;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: #375eef
}

.gdlr-core-tab-feature3-item .gdlr-core-tab-feature3-bottom-slide-bar-border:before {
    content: " ";
    width: 0;
    height: 0;
    border-width: 12px 12px 0 12px;
    border-style: solid;
    display: block;
    margin: 0 auto;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent
}

.gdlr-core-tab-feature3-item .gdlr-core-tab-feature3-content-wrap {
    display: none;
    padding-top: 60px
}

.gdlr-core-tab-feature3-item .gdlr-core-tab-feature3-content-wrap.gdlr-core-active {
    display: block
}

.gdlr-core-tab-feature3-item .gdlr-core-tab-feature3-content-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 18px
}

.gdlr-core-tab-feature3-item .gdlr-core-tab-feature3-content-text {
    font-size: 18px
}

.gdlr-core-tab-feature3-item .gdlr-core-tab-feature3-content {
    overflow: hidden
}

.gdlr-core-tab-feature3-item .gdlr-core-tab-feature3-content-right {
    float: right;
    padding-left: 40px;
    width: 50%
}

.gdlr-core-tab-feature3-item .gdlr-core-tab-feature3-content-button .gdlr-core-button {
    border-width: 2px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px
}

.gdlr-core-tab-feature3-item .gdlr-core-tab-feature3-content-button {
    margin-top: 40px
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-title-background-overlay {
    background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,1));
    -moz-background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,1));
    -o-background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,1));
    -webkit-background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,1))
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-title-background-overlay-active {
    background: #143369;
    background: linear-gradient(rgba(20,51,105,.6),rgba(20,51,105,1));
    -moz-background: linear-gradient(rgba(20,51,105,.6),rgba(20,51,105,1));
    -o-background: linear-gradient(rgba(20,51,105,.6),rgba(20,51,105,1));
    -webkit-background: linear-gradient(rgba(20,51,105,.6),rgba(20,51,105,1))
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-item-content-wrap {
    background: #143369
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-title {
    color: #fff
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-caption {
    color: #c6c6c6
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-content-left-title {
    color: #fff
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-content-left-caption {
    color: #c4d8fc
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-content-right {
    color: #fff
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-content-right-divider {
    border-bottom-color: #e53d34
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-button-style-solid {
    background: #e53d34;
    color: #fff
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-button-style-solid:hover {
    color: #fff
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-button-style-border {
    border-color: #e53d34;
    color: #fff
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-button-style-border:hover {
    color: #fff
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-title-wrap {
    text-align: center;
    padding: 81px 20px;
    position: relative;
    cursor: pointer
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-title-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    background-size: cover;
    transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-title-background-active {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-size: cover;
    transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-title-background-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    margin-right: -1px;
    transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-title-background-overlay-active {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    margin-right: -1px;
    transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-title-wrap.gdlr-core-active .gdlr-core-tab-feature-title-background.gdlr-core-with-active {
    opacity: 0
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-title-wrap.gdlr-core-active .gdlr-core-tab-feature-title-background-active {
    opacity: 1
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-title-wrap.gdlr-core-active .gdlr-core-tab-feature-title-background-overlay {
    opacity: 0
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-title-wrap.gdlr-core-active .gdlr-core-tab-feature-title-background-overlay-active {
    opacity: 1
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-title {
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 8px;
    position: relative
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-title-image {
    margin-bottom: 20px;
    position: relative
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-caption {
    font-size: 16px;
    position: relative
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-size-2 {
    float: left;
    width: 50%
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-size-3 {
    float: left;
    width: 33.33%
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-size-4 {
    float: left;
    width: 25%
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-content-wrap {
    display: none;
    padding: 100px 90px 90px 80px
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-content-wrap.gdlr-core-active {
    display: block
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-content-left {
    width: 33%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -6px
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-content-left-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: -5px
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-content-left-caption {
    font-size: 20px;
    font-weight: 500
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-content-right {
    overflow: hidden;
    font-size: 19px;
    margin-top: -10px;
    padding-left: 20px;
    padding-right: 20px
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-content-right-divider {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    margin-bottom: 18px;
    width: 55px
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-button-wrap {
    padding-top: 20px
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-button {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    height: 52px;
    padding: 14px 30px 0;
    display: inline-block;
    margin-right: 15px;
    letter-spacing: .5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-tab-feature-item .gdlr-core-tab-feature-button-style-border {
    padding-top: 12px;
    border-width: 2px;
    border-style: solid
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-item-wrap {
    background: #000
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-item-caption {
    color: #969696
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-item-title {
    color: #fff
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-item-title-overlay {
    background: linear-gradient(rgba(221,51,51,0),rgba(221,51,51,0),rgba(221,51,51,1));
    -moz-background: linear-gradient(rgba(221,51,51,0),rgba(221,51,51,0),rgba(221,51,51,1));
    -o-background: linear-gradient(rgba(221,51,51,0),rgba(221,51,51,0),rgba(221,51,51,1));
    -webkit-background: linear-gradient(rgba(221,51,51,0),rgba(221,51,51,0),rgba(221,51,51,1))
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-divider {
    border-color: #e53d34
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap li {
    background: #222;
    color: #7d7d7d
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap li.gdlr-core-active {
    background: #e53d34;
    color: #fff
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-item-content-wrap {
    background: #fff
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-item-caption {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 3px
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-item-title {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-divider {
    position: relative;
    width: 33px;
    border-bottom-width: 2px;
    border-bottom-style: solid
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-background-switch>div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-size: cover;
    transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    -webkit-transition: opacity 200ms
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-background-switch>div.gdlr-core-active {
    opacity: 1
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-item-wrap {
    width: 35%;
    float: left
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-item-title-wrap {
    padding-bottom: 46px;
    padding-left: 15%;
    position: relative
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-item-title-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap {
    margin-left: 0;
    list-style: none;
    margin-bottom: 0;
    padding-left: 15%
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap li {
    margin-left: 0;
    list-style: none;
    font-size: 17px;
    margin-bottom: 1px;
    padding: 15px 23px 17px;
    cursor: pointer
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap li:last-child {
    margin-bottom: 0
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap li i {
    margin-right: 12px
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-item-content-wrap {
    overflow: hidden
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-wrap {
    display: none;
    padding: 100px 85px 70px;
    background-size: cover
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-wrap.gdlr-core-active {
    display: block
}

.gdlr-core-tab-featurev-item .gldr-core-tab-featurev-content-title-image {
    margin-bottom: 25px
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-title-caption {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 2px
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-title {
    font-size: 32px;
    font-weight: 800
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-title-wrap {
    margin-bottom: 30px
}

.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content {
    font-size: 17px
}

.gdlr-core-stunning-text-item .gdlr-core-stunning-text-item-caption {
    font-size: 16px;
    font-style: italic;
    letter-spacing: .5px
}

.gdlr-core-stunning-text-item .gdlr-core-stunning-text-item-title {
    font-size: 41px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px
}

.gdlr-core-stunning-text-item .gdlr-core-stunning-text-item-content {
    font-size: 16px;
    margin-bottom: 30px
}

.gdlr-core-stunning-text-item .gdlr-core-stunning-text-item-link {
    font-size: 15px;
    font-style: italic;
    letter-spacing: .5px
}

.gdlr-core-stunning-text-caption-above-title .gdlr-core-stunning-text-item-title {
    margin-bottom: 22px
}

.gdlr-core-stunning-text-caption-above-title .gdlr-core-stunning-text-item-caption {
    margin-bottom: 13px
}

.gdlr-core-stunning-text-caption-below-title .gdlr-core-stunning-text-item-title {
    margin-bottom: 15px
}

.gdlr-core-stunning-text-caption-below-title .gdlr-core-stunning-text-item-caption {
    margin-bottom: 25px
}

.gdlr-core-audio {
    padding: 16px 19px 13px
}

.gdlr-core-audio .mejs-container {
    height: 30px!important
}

.gdlr-core-audio .mejs-container .mejs-controls {
    height: 30px
}

.gdlr-core-audio .mejs-container .mejs-controls .mejs-time {
    font-size: 15px;
    line-height: 1;
    padding-top: 6px;
    height: 17px;
    white-space: nowrap
}

.gdlr-core-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    top: 8px;
    height: 10px
}

.gdlr-core-audio .mejs-container .mejs-controls .mejs-volume-button button,.gdlr-core-audio .mejs-container .mejs-controls .mejs-playpause-button button {
    display: none
}

.gdlr-core-audio .mejs-container .mejs-controls .mejs-volume-button {
    line-height: 1;
    margin-left: 20px;
    margin-right: 10px;
    width: 26px;
    height: 26px
}

.gdlr-core-audio .mejs-container .mejs-controls .mejs-volume-button:before {
    content: "\e069";
    font-family: "ElegantIcons";
    font-size: 16px;
    display: inline-block;
    padding: 5px
}

.gdlr-core-audio .mejs-container .mejs-controls .mejs-volume-button.mejs-unmute:before {
    content: "\e067"
}

.gdlr-core-audio .mejs-container .mejs-controls .mejs-horizontal-volume-slider {
    height: 26px
}

.gdlr-core-audio .mejs-container .mejs-controls .mejs-playpause-button {
    line-height: 1;
    margin-right: 10px;
    width: 26px;
    height: 26px
}

.gdlr-core-audio .mejs-container .mejs-controls .mejs-playpause-button:before {
    font-family: "ElegantIcons";
    font-size: 24px;
    display: inline-block;
    padding: 1px;
    cursor: pointer
}

.gdlr-core-audio .mejs-container .mejs-controls .mejs-play:before {
    content: "\49"
}

.gdlr-core-audio .mejs-container .mejs-controls .mejs-pause:before {
    content: "\5f";
    font-size: 24px;
    padding: 2px
}

.gdlr-core-audio .mejs-controls div.mejs-time-rail {
    padding-top: 3px;
    height: 26px;
    margin: 0 5px
}

.gdlr-core-audio .mejs-container,.gdlr-core-audio .mejs-container .mejs-controls,.gdlr-core-audio .mejs-embed,.gdlr-core-audio .mejs-embed body {
    background: transparent
}

.gdlr-core-counter-item {
    text-align: center
}

.gdlr-core-counter-item .gdlr-core-counter-item-top-text {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 22px
}

.gdlr-core-counter-item .gdlr-core-counter-item-top-icon {
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 1.2
}

.gdlr-core-counter-item .gdlr-core-counter-item-number {
    font-size: 59px;
    line-height: 1;
    margin-bottom: 25px
}

.gdlr-core-counter-item .gdlr-core-counter-item-prefix {
    margin-right: 6px
}

.gdlr-core-counter-item .gdlr-core-counter-item-divider {
    width: 20px;
    margin: 0 auto 25px;
    border-bottom-width: 2px;
    border-bottom-style: solid
}

.gdlr-core-counter-item .gdlr-core-counter-item-bottom-text {
    font-size: 16px;
    text-transform: uppercase
}

.gdlr-core-counter-item .gdlr-core-counter-item-side-caption {
    display: table
}

.gdlr-core-counter-item .gdlr-core-counter-item-side-caption-left {
    display: table-cell;
    vertical-align: middle
}

.gdlr-core-counter-item .gdlr-core-counter-item-side-caption-left .gdlr-core-counter-item-number {
    white-space: nowrap;
    margin-bottom: 0
}

.gdlr-core-counter-item .gdlr-core-counter-item-side-caption-right {
    display: table-cell;
    vertical-align: middle
}

.gdlr-core-counter-item .gdlr-core-counter-item-side-caption-right {
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 25px
}

.gdlr-core-counter-item.gdlr-core-left-align {
    text-align: left
}

.gdlr-core-counter-item.gdlr-core-left-align .gdlr-core-counter-item-divider {
    margin-left: 0
}

.gdlr-core-counter-item.gdlr-core-right-align {
    text-align: right
}

.gdlr-core-counter-item.gdlr-core-right-align .gdlr-core-counter-item-divider {
    margin-right: 0
}

.gdlr-core-countdown-wrap .gdlr-core-countdown-block {
    display: inline-block;
    margin: 0 30px
}

.gdlr-core-countdown-wrap .gdlr-core-time {
    font-size: 85px;
    font-weight: 300;
    display: block;
    line-height: 1;
    white-space: nowrap
}

.gdlr-core-countdown-wrap .gdlr-core-unit {
    font-size: 18px;
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 2px
}

.gdlr-core-type-animation-item .gdlr-core-type-animation-item-content {
    font-size: 19px;
    border-style: solid;
    border-width: 0
}

.gdlr-core-type-animation-item.gdlr-core-with-highlight .gdlr-core-type-animation-item-content {
    padding-left: .7em;
    padding-right: .7em;
    display: inline-block
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.gdlr-core-block-item-title-wrap {
    position: relative;
    margin-bottom: 60px
}

.gdlr-core-block-item-title-wrap .gdlr-core-block-item-title-inner {
    position: relative
}

.gdlr-core-block-item-title-wrap .gdlr-core-block-item-caption {
    font-size: 16px;
    font-style: italic;
    letter-spacing: .8px
}

.gdlr-core-block-item-title-wrap .gdlr-core-block-item-title {
    font-size: 41px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0
}

.gdlr-core-block-item-title-wrap .gdlr-core-block-item-title i {
    margin-right: 18px
}

.gdlr-core-block-item-title-wrap .gdlr-core-block-item-title img {
    margin-right: 18px
}

.gdlr-core-block-item-title-wrap .gdlr-core-block-item-read-more {
    font-size: 14px
}

.gdlr-core-block-item-title-wrap .gdlr-core-block-item-read-more.gdlr-core-style-with-border {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 2px
}

.gdlr-core-block-item-title-wrap .gdlr-core-block-item-read-more.gdlr-core-style-right-with-border {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 2px;
    position: absolute;
    right: 0;
    bottom: 10px
}

.gdlr-core-block-item-title-wrap.gdlr-core-left-align .gdlr-core-block-item-caption.gdlr-core-top {
    margin-bottom: 5px
}

.gdlr-core-block-item-title-wrap.gdlr-core-left-align .gdlr-core-block-item-caption.gdlr-core-bottom {
    margin-top: 5px
}

.gdlr-core-block-item-title-wrap.gdlr-core-left-align .gdlr-core-block-item-title {
    display: inline-block;
    margin-right: 25px
}

.gdlr-core-block-item-title-wrap.gdlr-core-left-align .gdlr-core-separator.gdlr-core-style-1 {
    display: inline-block;
    height: 32px;
    margin: 0 40px 0 0;
    border-right-width: 1px;
    border-right-style: solid;
    transform: rotate(36deg);
    -moz-transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%
}

.gdlr-core-block-item-title-wrap.gdlr-core-left-align .gdlr-core-separator.gdlr-core-style-2 {
    margin-right: 22px
}

.gdlr-core-block-item-title-wrap.gdlr-core-left-align .gdlr-core-separator.gdlr-core-style-2:before {
    content: " ";
    border-bottom-width: 3px;
    border-top-width: 2px;
    border-style: solid;
    width: 25px;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-block-item-title-wrap.gdlr-core-left-align .gdlr-core-separator.gdlr-core-style-2:after {
    content: " ";
    border-bottom-width: 3px;
    border-top-width: 2px;
    border-style: solid;
    opacity: .5;
    margin-left: 8px;
    width: 5px;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-block-item-title-wrap.gdlr-core-center-align .gdlr-core-block-item-caption.gdlr-core-top {
    margin-bottom: 5px
}

.gdlr-core-block-item-title-wrap.gdlr-core-center-align .gdlr-core-block-item-caption.gdlr-core-bottom {
    margin-top: 5px
}

.gdlr-core-block-item-title-wrap.gdlr-core-center-align .gdlr-core-block-item-read-more {
    display: inline-block;
    margin-top: 10px
}

.gdlr-core-block-item-title-nav {
    margin-bottom: 40px
}

.gdlr-core-title-item .gdlr-core-title-item-caption {
    font-size: 16px;
    font-style: italic;
    display: block
}

.gdlr-core-title-item .gdlr-core-title-item-title {
    font-size: 41px;
    font-weight: 800;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    transition: color 200ms;
    -moz-transition: color 200ms;
    -o-transition: color 200ms;
    -webkit-transition: color 200ms
}

.gdlr-core-title-item .gdlr-core-title-item-title i {
    margin-right: 30px
}

.gdlr-core-title-item .gdlr-core-title-item-title-wrap {
    position: relative
}

.gdlr-core-title-item .gdlr-core-title-item-divider {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.gdlr-core-title-item .gdlr-core-title-item-divider.gdlr-core-left {
    left: 0
}

.gdlr-core-title-item .gdlr-core-title-item-divider.gdlr-core-right {
    right: 0
}

.gdlr-core-title-item .gdlr-core-title-item-link {
    display: block;
    margin-top: 12px
}

.gdlr-core-title-item-caption-top.gdlr-core-left-align .gdlr-core-title-item-link,.gdlr-core-title-item-caption-bottom.gdlr-core-left-align .gdlr-core-title-item-link {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    line-height: 25px;
    font-style: italic
}

.gdlr-core-title-item-caption-top.gdlr-core-left-align .gdlr-core-title-item-link.gdlr-core-overflow,.gdlr-core-title-item-caption-bottom.gdlr-core-left-align .gdlr-core-title-item-link.gdlr-core-overflow {
    position: static;
    margin-top: 10px
}

.gdlr-core-title-item-caption-top .gdlr-core-title-item-caption {
    margin-bottom: 10px
}

.gdlr-core-title-item-caption-bottom .gdlr-core-title-item-caption {
    margin-top: 10px
}

.gdlr-core-title-item-caption-right .gdlr-core-title-item-title-wrap {
    float: left;
    margin-right: 30px
}

.gdlr-core-title-item-caption-right .gdlr-core-title-item-caption {
    overflow: hidden
}

.gdlr-core-title-item-left-image {
    float: left;
    margin-right: 30px
}

.gdlr-core-title-item-left-image-wrap {
    overflow: hidden
}

.gdlr-core-title-item-left-icon {
    float: left;
    margin-right: 30px;
    margin-top: 10px;
    font-size: 30px
}

.gdlr-core-title-item-left-icon-wrap {
    overflow: hidden
}

.gdlr-core-title-item-left-divider {
    border-left-width: 5px;
    border-style: solid;
    margin-right: 30px
}

.gdlr-core-title-item-title-side-border {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: inline-block
}

.gdlr-core-title-item-title-side-border {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: inline-block
}

.gdlr-core-title-item-title-side-border.gdlr-core-style-upper {
    margin-bottom: .6em
}

.gdlr-core-title-item-title-side-border.gdlr-core-style-middle {
    margin-bottom: .3em
}

.gdlr-core-personnel-thumbnail-hover-content {
    line-height: 1.7;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.gdlr-core-personnel-thumbnail-hover-content.gdlr-core-bottom {
    top: auto;
    bottom: 30px;
    transform: none;
    -webkit-transform: none
}

.gdlr-core-personnel-thumbnail-hover-title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 6px
}

.gdlr-core-personnel-thumbnail-hover-social {
    font-size: 19px;
    margin-bottom: 12px
}

.gdlr-core-personnel-thumbnail-hover-social.gdlr-core-round-border .gdlr-core-social-network-icon {
    width: 38px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    margin-left: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.gdlr-core-personnel-thumbnail-hover-social.gdlr-core-round-border .gdlr-core-social-network-icon:first-child {
    margin-left: 0
}

.gdlr-core-personnel-thumbnail-hover-content>div:last-child {
    margin-bottom: 0
}

.gdlr-core-personnel-thumbnail-hover-content .gdlr-core-personnel-thumbnail-hover-title a,.gdlr-core-personnel-thumbnail-hover-content .gdlr-core-personnel-thumbnail-hover-title a:hover,.gdlr-core-personnel-thumbnail-hover-content .gdlr-core-personnel-thumbnail-hover-social a,.gdlr-core-personnel-thumbnail-hover-content .gdlr-core-personnel-thumbnail-hover-social a:hover,.gdlr-core-personnel-thumbnail-hover-content .gdlr-core-personnel-thumbnail-hover-excerpt {
    color: #fff
}

.gdlr-core-personnel-item .gdlr-core-personnel-list {
    border-style: solid;
    border-width: 0
}

.gdlr-core-personnel-item .gdlr-core-personnel-list.gdlr-core-outer-frame-element {
    overflow: hidden
}

.gdlr-core-personnel-item .gdlr-core-personnel-list-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 8px
}

.gdlr-core-personnel-item .gdlr-core-personnel-list-position {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 8px;
    letter-spacing: .2px
}

.gdlr-core-personnel-list-image .gdlr-core-hover-opacity {
    pointer-events: none
}

.gdlr-core-personnel-style-grid .gdlr-core-personnel-list-column {
    margin-bottom: 50px
}

.gdlr-core-personnel-style-grid .gdlr-core-personnel-list-content-wrap {
    padding-top: 37px
}

.gdlr-core-personnel-style-grid .gdlr-core-personnel-list-title {
    font-size: 16px
}

.gdlr-core-personnel-style-grid .gdlr-core-personnel-list-position {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 8px;
    letter-spacing: .2px
}

.gdlr-core-personnel-style-grid .gdlr-core-personnel-list-divider {
    border-bottom: 2px;
    border-bottom-style: solid;
    width: 45px;
    padding-top: 12px
}

.gdlr-core-personnel-style-grid .gdlr-core-personnel-list-content {
    margin-top: 20px
}

.gdlr-core-personnel-style-grid .gdlr-core-personnel-list-social {
    margin-top: 18px;
    margin-bottom: 12px
}

.gdlr-core-personnel-style-grid .gdlr-core-personnel-list-social-shortcode {
    margin-top: 20px
}

.gdlr-core-personnel-style-grid.gdlr-core-right-align .gdlr-core-personnel-list-divider {
    margin-left: auto;
    margin-right: 0
}

.gdlr-core-personnel-style-grid.gdlr-core-center-align .gdlr-core-personnel-list-divider {
    margin-left: auto;
    margin-right: auto
}

.gdlr-core-personnel-style-grid.gdlr-core-with-background .gdlr-core-personnel-list-content-wrap {
    padding: 35px 32px 25px
}

.gdlr-core-personnel-item-style-grid-no-space .gdlr-core-personnel-list-content-wrap {
    margin-left: 33px
}

.gdlr-core-personnel-style-medium .gdlr-core-personnel-list-column {
    margin-bottom: 50px
}

.gdlr-core-personnel-style-medium .gdlr-core-personnel-list-image {
    float: left;
    max-width: 37%;
    margin-right: 42px
}

.gdlr-core-personnel-style-medium .gdlr-core-personnel-list-content-wrap {
    overflow: hidden
}

.gdlr-core-personnel-style-medium .gdlr-core-personnel-list-title {
    font-size: 16px
}

.gdlr-core-personnel-style-medium .gdlr-core-personnel-list-position {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 8px;
    letter-spacing: .2px
}

.gdlr-core-personnel-style-medium .gdlr-core-personnel-list-divider {
    border-bottom: 2px;
    border-bottom-style: solid;
    width: 45px;
    padding-top: 12px
}

.gdlr-core-personnel-style-medium .gdlr-core-personnel-list-content {
    margin-top: 20px
}

.gdlr-core-personnel-style-medium .gdlr-core-personnel-list-social {
    margin-top: 18px;
    margin-bottom: 12px
}

.gdlr-core-personnel-style-medium .gdlr-core-personnel-list-social-shortcode {
    margin-top: 20px
}

.gdlr-core-personnel-style-modern .gdlr-core-personnel-list {
    position: relative
}

.gdlr-core-personnel-style-modern .gdlr-core-personnel-list-title {
    font-size: 17px
}

.gdlr-core-personnel-style-modern .gdlr-core-personnel-list-content-wrap {
    position: absolute;
    bottom: 16px;
    left: 32px;
    right: 32px
}

.gdlr-core-personnel-list .gdlr-core-personnel-list-content-wrap.gdlr-core-hover-overlay-content {
    opacity: 0;
    transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out
}

.gdlr-core-personnel-list:hover .gdlr-core-personnel-list-content-wrap.gdlr-core-hover-overlay-content {
    opacity: 1
}

.gdlr-core-personnel-style-grid-feature .gdlr-core-personnel-list-column {
    margin-bottom: 15px
}

.gdlr-core-personnel-style-grid-feature .gdlr-core-personnel-list {
    padding-bottom: 65px;
    position: relative
}

.gdlr-core-personnel-style-grid-feature .gdlr-core-personnel-list-content-wrap {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 15px;
    z-index: 1;
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-personnel-style-grid-feature .gdlr-core-personnel-list-title {
    margin-bottom: 0
}

.gdlr-core-personnel-style-grid-feature .gdlr-core-personnel-list-position {
    margin-bottom: 0;
    margin-top: 10px
}

.gdlr-core-personnel-style-grid-feature .gdlr-core-personnel-list-social {
    margin-bottom: 0;
    margin-top: 10px
}

.gdlr-core-personnel-style-grid-feature .gdlr-core-personnel-list-info-wrap {
    overflow: hidden;
    max-height: 0;
    transition: max-height 350ms;
    -moz-transition: max-height 350ms;
    -o-transition: max-height 350ms;
    -webkit-transition: max-height 350ms
}

.gdlr-core-personnel-style-grid-feature .gdlr-core-personnel-list:hover .gdlr-core-personnel-list-info-wrap {
    max-height: 100px
}

.gdlr-core-personnel-style-grid-feature .gdlr-core-personnel-list:hover .gdlr-core-opacity-on-hover img {
    opacity: .5;
    filter: alpha(opacity=50)
}

.gdlr-core-personnel-style-grid-feature .gdlr-core-personnel-list:hover .gdlr-core-zoom-on-hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.gdlr-core-personnel-style-grid-feature .gdlr-core-personnel-list:hover .gdlr-core-grayscale-effect img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%)
}

.gdlr-core-personnel-style-grid-feature .gdlr-core-personnel-list:hover .gdlr-core-grayscale-effect-revert img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%)
}

.gdlr-core-personnel-style-modern .gdlr-core-personnel-list:hover .gdlr-core-hover-opacity {
    opacity: 1;
    filter: alpha(opacity=100)
}

.gdlr-core-personnel-style-modern .gdlr-core-personnel-list:hover .gdlr-core-zoom-on-hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.gdlr-core-personnel-style-modern .gdlr-core-personnel-list:hover .gdlr-core-grayscale-effect img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%)
}

.gdlr-core-personnel-style-modern .gdlr-core-personnel-list:hover .gdlr-core-grayscale-effect-revert img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%)
}

.gdlr-core-personnel-style-widget .gdlr-core-item-list {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.gdlr-core-personnel-style-widget .gdlr-core-personnel-list-image {
    float: left;
    max-width: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px
}

.gdlr-core-personnel-style-widget .gdlr-core-personnel-list-content {
    text-align: left;
    overflow: hidden;
    padding-top: 8px
}

.gdlr-core-personnel-style-widget .gdlr-core-personnel-list-title {
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: none;
    letter-spacing: 0
}

.gdlr-core-personnel-style-widget .gdlr-core-personnel-list-link i {
    vertical-align: middle;
    margin-left: 10px
}

.gdlr-core-personnel-item .gdlr-core-flexslider.gdlr-core-with-outer-frame-element .flex-viewport {
    padding-top: 15px;
    margin-top: -15px;
    padding-left: 15px;
    margin-left: -15px;
    padding-right: 15px;
    margin-right: -15px;
    padding-bottom: 15px;
    margin-bottom: -15px
}

.gdlr-core-personnel-filterer {
    margin-bottom: 40px
}

.gdlr-core-personnel-filterer .gdlr-core-head {
    float: left;
    margin-right: 30px;
    font-size: 18px;
    line-height: 18px
}

.gdlr-core-personnel-filterer .gdlr-core-tail {
    overflow: hidden
}

.gdlr-core-personnel-filterer .gdlr-core-custom-dropdown-current {
    line-height: 18px;
    font-size: 15px
}

.gdlr-core-personnel-filterer .gdlr-core-custom-dropdown-current:after {
    content: "\f0d7";
    font-family: fontAwesome;
    float: right
}

.gdlr-core-personnel-item .gdlr-core-now-loading {
    position: absolute;
    background: url(../../../plugins/goodlayers-core/include/images/portfolio/now-loading.gif) center no-repeat;
    width: 55px;
    height: 55px;
    left: 50%;
    margin-left: -28px;
    background-color: #fff;
    margin-top: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.gdlr-core-custom-dropdown .gdlr-core-custom-dropdown-current {
    cursor: pointer;
    text-align: left;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    max-width: 250px
}

.gdlr-core-custom-dropdown .gdlr-core-custom-dropdown-list {
    display: none;
    text-align: left;
    padding: 14px 0;
    max-width: 250px;
    position: absolute;
    width: 250px;
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 35px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,.1)
}

.gdlr-core-custom-dropdown .gdlr-core-custom-dropdown-list-item {
    padding: 3px 25px;
    cursor: pointer
}

.gdlr-core-custom-dropdown .gdlr-core-custom-dropdown-list-item.gdlr-core-active {
    display: none
}

.gdlr-core-course-info-item {
    font-size: 17px
}

.gdlr-core-course-info-item .gdlr-core-course-info-item-inner {
    padding: 40px 50px 30px;
    background: #f3f3f3
}

.gdlr-core-course-info-item .gdlr-core-head {
    float: left;
    margin-right: 15px;
    font-weight: 700;
    margin-bottom: 12px
}

.gdlr-core-course-info-item .gdlr-core-tail {
    overflow: hidden;
    margin-bottom: 12px
}

.gdlr-core-course-item.gdlr-core-course-style-list .gdlr-core-course-item-list {
    position: relative;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 13px;
    margin-bottom: 13px
}

.gdlr-core-course-item.gdlr-core-course-style-list .gdlr-core-course-item-link {
    display: block;
    padding-right: 30px
}

.gdlr-core-course-item.gdlr-core-course-style-list .gdlr-core-course-item-id {
    font-size: 16px;
    font-weight: 500;
    min-width: 100px;
    display: inline-block
}

.gdlr-core-course-item.gdlr-core-course-style-list .gdlr-core-course-item-title {
    font-size: 16px;
    font-weight: 500;
    transition: color 200ms ease-out;
    -moz-transition: color 200ms ease-out;
    -o-transition: color 200ms ease-out;
    -webkit-transition: color 200ms ease-out
}

.gdlr-core-course-item.gdlr-core-course-style-list .gdlr-core-course-item-icon {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 20px;
    line-height: 20px;
    margin-top: -16px
}

.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-list {
    margin-bottom: 30px;
    padding: 40px 52px;
    transition: border 200ms,box-shadow 400ms;
    -webkit-transition: border 200ms,box-shadow 400ms;
    -moz-transition: border 200ms,box-shadow 400ms
}

.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-title {
    font-size: 19px;
    margin-bottom: 20px
}

.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-id {
    margin-right: 23px
}

.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-button {
    border-radius: 3px;
    font-size: 14px;
    padding: 10px 22px
}

.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-info-wrap {
    margin-bottom: 20px
}

.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-info {
    font-size: 15px;
    margin-bottom: 6px
}

.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-info .gdlr-core-head {
    font-weight: 700;
    margin-right: 5px
}

.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-title {
    color: #3e3e3e
}

.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-id {
    color: #3db166
}

.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-list {
    background: #f2f2f2
}

.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-info {
    color: #6b6b6b
}

.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-button,.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-button:hover {
    background-color: #50bd77;
    color: #fff
}

.gdlr-core-course-item.gdlr-core-course-style-grid .gdlr-core-course-item-list {
    margin-bottom: 40px
}

.gdlr-core-course-item.gdlr-core-course-style-grid .gdlr-core-course-item-list-inner {
    border-radius: 3px;
    overflow: hidden
}

.gdlr-core-course-item.gdlr-core-course-style-grid .gdlr-core-course-item-title {
    font-size: 19px;
    font-weight: 800
}

.gdlr-core-course-item.gdlr-core-course-style-grid .gdlr-core-course-item-content-wrap {
    padding: 40px;
    border-width: 1px;
    border-style: solid;
    background: #fff
}

.gdlr-core-course-item.gdlr-core-course-style-grid .gdlr-core-with-thumbnail .gdlr-core-course-item-content-wrap {
    border-top-width: 0
}

.gdlr-core-course-item.gdlr-core-course-style-grid .gdlr-core-course-item-info-wrap {
    margin-bottom: 20px
}

.gdlr-core-course-item.gdlr-core-course-style-grid .gdlr-core-course-item-info .gdlr-core-head {
    font-weight: 800
}

.gdlr-core-course-item.gdlr-core-course-style-grid .gdlr-core-course-item-info {
    margin-bottom: 8px
}

.gdlr-core-course-item.gdlr-core-course-style-grid .gdlr-core-course-item-button i {
    margin-left: 10px
}

.gdlr-core-image-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
    transition: opacity 500ms ease-out;
    -moz-transition: opacity 500ms ease-out;
    -o-transition: opacity 500ms ease-out;
    -webkit-transition: opacity 500ms ease-out
}

.gdlr-core-image-overlay:hover,.gdlr-core-image-overlay.gdlr-core-no-hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.gdlr-core-image-overlay.gdlr-core-transparent {
    background: transparent
}

.gdlr-core-image-overlay-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    text-align: center
}

.gdlr-core-image-overlay-icon img {
    vertical-align: middle;
    padding-bottom: 1px
}

.gdlr-core-image-overlay-icon.gdlr-core-size-28 {
    width: 28px;
    font-size: 28px;
    line-height: 28px;
    margin-left: -14px;
    margin-top: -14px
}

.gdlr-core-image-overlay-icon.gdlr-core-size-22 {
    width: 25px;
    font-size: 22px;
    line-height: 25px;
    margin-left: -11px;
    margin-top: -11px
}

.gdlr-core-image-overlay-icon.gdlr-core-size-15 {
    width: 20px;
    font-size: 15px;
    line-height: 20px;
    margin-left: -8px;
    margin-top: -10px
}

.gdlr-core-image-overlay.gdlr-core-round-icon .gdlr-core-image-overlay-icon {
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.gdlr-core-image-overlay.gdlr-core-round-icon .gdlr-core-image-overlay-icon.gdlr-core-size-28 {
    padding: 20px;
    margin-left: -34px;
    margin-top: -34px
}

.gdlr-core-image-overlay.gdlr-core-round-icon .gdlr-core-image-overlay-icon.gdlr-core-size-22 {
    padding: 20px;
    margin-left: -31px;
    margin-top: -31px
}

.gdlr-core-image-overlay.gdlr-core-round-icon .gdlr-core-image-overlay-icon.gdlr-core-size-15 {
    padding: 20px;
    margin-left: -28px;
    margin-top: -28px
}

.gdlr-core-image-overlay.gdlr-core-round-icon .gdlr-core-image-overlay-icon.fa-play:before {
    margin-left: 6px
}

.gdlr-core-image-overlay-content {
    position: absolute;
    left: 40px;
    right: 40px;
    top: 50%;
    line-height: 1.55;
    display: block
}

.gdlr-core-image-item {
    line-height: 0
}

.gdlr-core-image-item.gdlr-core-left-align .gdlr-core-image-item-wrap {
    margin-left: 0
}

.gdlr-core-image-item.gdlr-core-right-align .gdlr-core-image-item-wrap {
    margin-right: 0
}

.gdlr-core-image-item .gdlr-core-image-item-wrap {
    border-style: solid;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    max-width: 100%
}

.gdlr-core-image-item .gdlr-core-image-item-wrap.gdlr-core-with-shadow {
    box-shadow: 0 0 7px rgba(0,0,0,.6);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.6);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.6)
}

.gdlr-core-image-item .gdlr-core-image-item-style-round {
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-image-item .gdlr-core-image-item-style-circle {
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.gdlr-core-image-item .gdlr-core-image-item-caption {
    font-size: 13px;
    font-weight: 700;
    font-style: italic;
    margin-top: 15px
}

.gdlr-core-image-item .gdlr-core-image-item-style-circle .gdlr-core-image-overlay {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.gdlr-core-image-item .gdlr-core-image-item-style-round .gdlr-core-image-overlay {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-social-share-item a {
    margin: 0 15px;
    font-size: 16px
}

.gdlr-core-social-share-item a:first-child {
    margin-left: 0px!important
}

.gdlr-core-social-share-item a:last-child {
    margin-right: 0px!important
}

.gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-count {
    font-size: 23px;
    font-weight: 700;
    margin-right: 10px
}

.gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-suffix {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.gdlr-core-social-share-item.gdlr-core-style-round a {
    width: 28px;
    height: 28px;
    margin: 0 12px 0 0;
    display: inline-block;
    line-height: 1;
    text-align: center;
    padding: 6px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.gdlr-core-social-share-item.gdlr-core-style-round a,.gdlr-core-social-share-item.gdlr-core-style-round a:hover {
    color: #fff;
    background: #252525
}

.gdlr-core-social-share-left-text .gdlr-core-divider {
    margin-right: 36px;
    margin-left: 30px;
    height: 18px;
    border-right-width: 2px;
    border-right-style: solid
}

.gdlr-core-social-share-right-text .gdlr-core-divider {
    margin-right: 30px;
    margin-left: 36px;
    height: 18px;
    border-right-width: 2px;
    border-right-style: solid
}

.gdlr-core-social-share-top-text .gdlr-core-social-share-count {
    display: block
}

.gdlr-core-social-share-top-text .gdlr-core-divider {
    width: 30px;
    display: block;
    margin: 23px 0 28px;
    border-bottom-width: 3px;
    border-bottom-style: solid
}

.gdlr-core-social-share-top-text.gdlr-core-right-align .gdlr-core-divider {
    margin-left: auto;
    margin-right: 0
}

.gdlr-core-social-share-top-text.gdlr-core-center-align .gdlr-core-divider {
    margin-left: auto;
    margin-right: auto
}

.gdlr-core-social-share-item.gdlr-core-style-color a {
    display: inline-block;
    width: 68px;
    text-align: center;
    margin-right: 3px;
    line-height: 30px;
    padding: 5px 0;
    margin-left: 0
}

.gdlr-core-social-share-item.gdlr-core-style-color .gdlr-core-social-share-facebook {
    background: #3b5999;
    color: #fff
}

.gdlr-core-social-share-item.gdlr-core-style-color .gdlr-core-social-share-linkedin {
    background: #0077b5;
    color: #fff
}

.gdlr-core-social-share-item.gdlr-core-style-color .gdlr-core-social-share-google-plus {
    background: #dc4e41;
    color: #fff
}

.gdlr-core-social-share-item.gdlr-core-style-color .gdlr-core-social-share-pinterest {
    background: #bd081c;
    color: #fff
}

.gdlr-core-social-share-item.gdlr-core-style-color .gdlr-core-social-share-stumbleupon {
    background: #eb4924;
    color: #fff
}

.gdlr-core-social-share-item.gdlr-core-style-color .gdlr-core-social-share-twitter {
    background: #55acee;
    color: #fff
}

.gdlr-core-social-share-item.gdlr-core-style-color .gdlr-core-social-share-email {
    background: #000;
    color: #fff
}

.gdlr-core-social-network-item .gdlr-core-social-network-icon {
    margin-left: 20px;
    font-size: 19px;
    display: inline-block;
    text-align: center
}

.gdlr-core-social-network-item .gdlr-core-social-network-icon:first-child {
    margin-left: 0
}

.gdlr-core-social-network-item .gdlr-core-social-network-item-text {
    font-size: 15px;
    font-weight: 400;
    margin-left: 13px;
    letter-spacing: 1px
}

.gdlr-core-icon-list-item ul {
    margin-left: 0;
    list-style: none;
    margin-bottom: 0
}

.gdlr-core-icon-list-item ul .clearfix {
    clear: none;
    height: auto;
    opacity: 1
}

.gdlr-core-icon-list-item ul li {
    margin-bottom: 10px
}

.gdlr-core-icon-list-item ul li:first-child {
    padding-top: 0
}

.gdlr-core-icon-list-item .gdlr-core-icon-list-image {
    float: left;
    margin-right: 15px;
    vertical-align: middle;
    position: relative;
    line-height: 1;
    margin-top: 3px
}

.gdlr-core-icon-list-item .gdlr-core-icon-list-icon-wrap {
    float: left;
    margin-right: 15px;
    vertical-align: middle;
    position: relative;
    line-height: 1;
    margin-top: 3px
}

.gdlr-core-icon-list-item.gdlr-core-right-align .gdlr-core-icon-list-icon-wrap {
    float: right;
    margin-right: 0;
    margin-left: 20px
}

.gdlr-core-icon-list-item .gdlr-core-icon-list-icon,.gdlr-core-icon-list-item .gdlr-core-icon-list-icon-hover {
    display: inline-block;
    font-size: 14px;
    width: 14px;
    text-align: center;
    transition: opacity 200ms,transform 200ms;
    -moz-transition: opacity 200ms,-moz-transform 200ms;
    -o-transition: opacity 200ms,-o-transform 200ms;
    -webkit-transition: opacity 200ms,-webkit-transform 200ms
}

.gdlr-core-icon-list-item .gdlr-core-icon-list-content-wrap {
    overflow: hidden
}

.gdlr-core-icon-list-item .gdlr-core-icon-list-content {
    font-size: 14px;
    display: block
}

.gdlr-core-icon-list-item .gdlr-core-icon-list-caption {
    font-size: 14px;
    display: block;
    margin-top: 4px
}

.gdlr-core-icon-list-item.gdlr-core-style-2 .gdlr-core-icon-list-content {
    display: inline;
    margin-right: 12px
}

.gdlr-core-icon-list-item.gdlr-core-style-2 .gdlr-core-icon-list-caption {
    display: inline
}

.gdlr-core-icon-list-item.gdlr-core-with-divider ul li {
    padding: 11px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 0;
    backface-visibility: hidden
}

.gdlr-core-icon-list-with-background-round .gdlr-core-icon-list-icon-wrap {
    padding: 6px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-icon-list-with-background-round .gdlr-core-icon-list-content-wrap {
    padding-top: 6px
}

.gdlr-core-icon-list-with-background-circle .gdlr-core-icon-list-icon-wrap {
    padding: 8px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.gdlr-core-icon-list-with-background-circle .gdlr-core-icon-list-content-wrap {
    padding-top: 6px
}

.gdlr-core-icon-list-item li.gdlr-core-with-hover .gdlr-core-icon-list-icon {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

.gdlr-core-icon-list-item li.gdlr-core-with-hover .gdlr-core-icon-list-icon-hover {
    opacity: 0;
    width: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0)
}

.gdlr-core-icon-list-item li.gdlr-core-with-hover:hover .gdlr-core-icon-list-icon {
    opacity: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0)
}

.gdlr-core-icon-list-item li.gdlr-core-with-hover:hover .gdlr-core-icon-list-icon-hover {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

.gdlr-core-icon-list-item.gdlr-core-left-align .gdlr-core-icon-list-icon-wrap.gdlr-core-right {
    float: right;
    margin-right: 0;
    margin-left: 15px
}

.gdlr-core-icon-list-item.gdlr-core-right-align .gdlr-core-icon-list-icon-wrap.gdlr-core-right {
    float: left;
    margin-left: 0;
    margin-right: 15px
}

.gdlr-core-dropcap {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    float: left;
    margin-right: 20px;
    margin-bottom: 8px;
    margin-top: 8px
}

.gdlr-core-dropcap.gdlr-core-type-circle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.gdlr-core-dropcap.gdlr-core-type-circle,.gdlr-core-dropcap.gdlr-core-type-rectangle {
    text-align: center;
    padding: 8px 10px 12px;
    width: 50px
}

.gdlr-core-dropcap.gdlr-core-type-normal {
    font-size: 48px;
    margin-top: 18px;
    margin-left: 10px
}

.gdlr-core-sticky-banner {
    line-height: 1;
    display: inline-block;
    letter-spacing: .5px;
    padding: 18px 20px 17px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 22px
}

.gdlr-core-sticky-banner i {
    font-size: 12px;
    margin-right: 10px
}

.gdlr-core-blog-thumbnail img {
    margin: 0
}

.gdlr-core-blog-thumbnail a img.alignnone {
    margin: 0
}

.gdlr-core-blog-thumbnail .gdlr-core-sticky-banner {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0
}

.gdlr-core-blog-info-wrapper .gdlr-core-head {
    margin-right: 13px;
    vertical-align: middle;
    line-height: 1
}

.gdlr-core-blog-info-wrapper .gdlr-core-head i {
    font-size: 15px
}

.gdlr-core-blog-info-wrapper .gdlr-core-blog-info {
    display: inline-block;
    margin-right: 25px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase
}

.gdlr-core-blog-info-wrapper .gdlr-core-blog-info:last-child {
    margin-right: 0
}

.gdlr-core-blog-date-wrapper {
    float: left;
    width: 60px;
    border-right-width: 1px;
    border-right-style: solid;
    line-height: 1;
    margin-top: 8px;
    margin-right: 30px;
    padding-right: 20px;
    text-align: center;
    white-space: nowrap
}

.gdlr-core-blog-date-wrapper .gdlr-core-blog-date-day {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: -4px;
    letter-spacing: 1px
}

.gdlr-core-blog-date-wrapper .gdlr-core-blog-date-month {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.gdlr-core-blog-item-holder {
    padding-bottom: 1px
}

.gdlr-core-blog-item .gdlr-core-flexslider.gdlr-core-with-outer-frame-element .flex-viewport {
    padding-top: 15px;
    margin-top: -15px;
    padding-right: 15px;
    margin-right: -15px;
    padding-left: 15px;
    margin-left: -15px;
    padding-bottom: 15px;
    margin-bottom: -15px
}

.gdlr-core-blog-item .gdlr-core-excerpt-read-more.gdlr-core-plain-text.gdlr-core-hover-border {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: transparent!important
}

.gdlr-core-blog-full {
    margin-bottom: 80px
}

.gdlr-core-style-blog-full-with-frame .gdlr-core-blog-full {
    margin-bottom: 40px;
    overflow: hidden;
    border-style: solid;
    border-width: 0
}

.gdlr-core-blog-full .gdlr-core-blog-thumbnail {
    margin-bottom: 44px
}

.gdlr-core-blog-full .gdlr-core-blog-title {
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 14px;
    letter-spacing: 1px
}

.gdlr-core-blog-full .gdlr-core-blog-content {
    margin-bottom: 20px
}

.gdlr-core-blog-full .gdlr-core-blog-full-head {
    margin-bottom: 25px
}

.gdlr-core-blog-full .gdlr-core-blog-full-head-right {
    overflow: hidden
}

.gdlr-core-blog-full .gdlr-core-excerpt-read-more {
    margin-top: 33px
}

.gdlr-core-blog-full .gdlr-core-excerpt-read-more.gdlr-core-plain-text {
    display: inline-block;
    margin-top: 20px
}

.gdlr-core-blog-full .gdlr-core-excerpt-read-more.gdlr-core-plain-text i {
    margin-left: 10px
}

.gdlr-core-blog-full.gdlr-core-style-center {
    text-align: center
}

.gdlr-core-blog-full.gdlr-core-style-center .gdlr-core-blog-date-wrapper {
    position: absolute
}

.gdlr-core-blog-full.gdlr-core-style-center .gdlr-core-blog-full-head-right {
    padding-left: 80px;
    padding-right: 80px
}

.gdlr-core-style-blog-full-with-frame .gdlr-core-blog-full-frame {
    padding: 50px 50px 40px;
    position: relative
}

.gdlr-core-style-blog-full-with-frame .gdlr-core-blog-thumbnail {
    margin-bottom: 0
}

.gdlr-core-blog-full.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-sticky-banner {
    bottom: 23px;
    left: 35px;
    padding: 10px 12px;
    font-weight: 600;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-blog-full.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-thumbnail-content {
    position: absolute;
    right: 35px;
    bottom: 28px
}

.gdlr-core-blog-full.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-thumbnail-content .gdlr-core-blog-info {
    float: left
}

.gdlr-core-blog-full.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-comment-number {
    font-size: 15px;
    line-height: 1;
    margin-left: 25px;
    margin-top: 5px
}

.gdlr-core-blog-full.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-comment-number i {
    margin-right: 10px
}

.gdlr-core-blog-full.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-category {
    font-size: 12px;
    line-height: 1;
    padding: 8px 15px;
    margin-left: 25px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-blog-full.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-category .gdlr-core-head {
    display: none
}

.gdlr-core-blog-full.gdlr-core-style-2 .gdlr-core-blog-full-head {
    margin-bottom: 0
}

.gdlr-core-blog-full.gdlr-core-style-2 .gdlr-core-blog-info-wrapper {
    margin-bottom: 5px
}

.gdlr-core-blog-full.gdlr-core-style-2 .gdlr-core-blog-info-wrapper .gdlr-core-blog-info {
    margin-right: 0;
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0
}

.gdlr-core-blog-full.gdlr-core-style-2 .gdlr-core-blog-info:first-child .gdlr-core-blog-info-sep {
    display: none
}

.gdlr-core-blog-full.gdlr-core-style-2 .gdlr-core-blog-info-wrapper .gdlr-core-blog-info-sep {
    margin: 0 13px
}

.gdlr-core-blog-full.gdlr-core-style-2 .gdlr-core-blog-info-wrapper .gdlr-core-head {
    display: none
}

.gdlr-core-blog-full.gdlr-core-style-2 .gdlr-core-blog-title {
    margin-bottom: 25px
}

.gdlr-core-blog-full.gdlr-core-style-2-date .gdlr-core-blog-info-wrapper {
    padding-top: 0;
    border: none;
    margin-bottom: 8px
}

.gdlr-core-blog-full.gdlr-core-style-2-date .gdlr-core-blog-info {
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    margin-right: 0;
    letter-spacing: 0
}

.gdlr-core-blog-full.gdlr-core-style-2-date .gdlr-core-blog-info .gdlr-core-blog-info-sep {
    margin: 0 12px
}

.gdlr-core-blog-full.gdlr-core-style-2-date .gdlr-core-blog-info:first-child .gdlr-core-blog-info-sep {
    display: none
}

.gdlr-core-blog-full.gdlr-core-style-2-date .gdlr-core-blog-info .gdlr-core-head {
    display: none
}

.gdlr-core-blog-full.gdlr-core-style-2-date .gdlr-core-blog-info-date {
    font-size: 15px;
    padding: 7px 26px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0
}

.gdlr-core-blog-full.gdlr-core-style-2-date .gdlr-core-blog-full-date {
    margin-top: -64px;
    position: relative;
    margin-left: 20px;
    margin-bottom: 22px
}

.gdlr-core-blog-full.gdlr-core-style-2-date .gdlr-core-blog-full-frame {
    position: relative
}

.gdlr-core-blog-full.gdlr-core-style-2-date .gdlr-core-blog-full-frame .gdlr-core-blog-full-date {
    position: absolute;
    top: -19px;
    margin-top: 0;
    margin-left: 0
}

.gdlr-core-blog-full.gdlr-core-style-3 .gdlr-core-blog-info-category {
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    padding: 10px 16px;
    margin-bottom: 27px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-blog-full.gdlr-core-style-3 .gdlr-core-blog-info-category .gdlr-core-head {
    display: none
}

.gdlr-core-blog-full.gdlr-core-style-3 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-category {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.gdlr-core-blog-full.gdlr-core-style-3.gdlr-core-with-thumbnail.gdlr-core-outer-frame-element .gdlr-core-blog-info-category {
    position: absolute;
    top: -16px
}

.gdlr-core-blog-full.gdlr-core-style-3 .gdlr-core-blog-info-wrapper {
    margin-bottom: 5px
}

.gdlr-core-blog-full.gdlr-core-style-3 .gdlr-core-blog-info-wrapper .gdlr-core-blog-info {
    margin-right: 0;
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400
}

.gdlr-core-blog-full.gdlr-core-style-3 .gdlr-core-blog-info:first-child .gdlr-core-blog-info-sep {
    display: none
}

.gdlr-core-blog-full.gdlr-core-style-3 .gdlr-core-blog-info-wrapper .gdlr-core-blog-info-sep {
    margin: 0 13px
}

.gdlr-core-blog-full.gdlr-core-style-3 .gdlr-core-blog-info-wrapper .gdlr-core-head {
    display: none
}

.gdlr-core-blog-grid {
    margin-bottom: 50px
}

.gdlr-core-flexslider.flexslider ul.slides>li .gdlr-core-blog-grid {
    margin-bottom: 0
}

.gdlr-core-blog-grid .gdlr-core-blog-thumbnail {
    margin-bottom: 27px
}

.gdlr-core-blog-grid .gdlr-core-blog-grid-date .gdlr-core-blog-info-date {
    font-size: 12px;
    letter-spacing: 1.5px;
    margin-bottom: 7px;
    text-transform: uppercase;
    font-weight: 600;
    display: block
}

.gdlr-core-blog-grid .gdlr-core-blog-grid-date .gdlr-core-blog-info-date .gdlr-core-head {
    display: none
}

.gdlr-core-blog-grid .gdlr-core-blog-title {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 20px
}

.gdlr-core-blog-grid .gdlr-core-blog-content {
    margin-bottom: 20px
}

.gdlr-core-blog-grid .gdlr-core-blog-info-wrapper {
    padding-top: 12px;
    border-top-width: 1px;
    border-top-style: solid
}

.gdlr-core-blog-grid .gdlr-core-excerpt-read-more {
    margin-top: 33px
}

.gdlr-core-blog-grid .gdlr-core-excerpt-read-more:first-child {
    margin-top: 10px
}

.gdlr-core-blog-grid .gdlr-core-excerpt-read-more.gdlr-core-plain-text {
    display: inline-block;
    margin-top: 20px
}

.gdlr-core-blog-grid .gdlr-core-excerpt-read-more.gdlr-core-plain-text:first-child {
    margin-top: 5px
}

.gdlr-core-blog-grid .gdlr-core-excerpt-read-more.gdlr-core-plain-text i {
    margin-left: 10px
}

.gdlr-core-blog-grid.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-sticky-banner {
    top: 18px;
    bottom: auto;
    left: 18px;
    padding: 10px 12px;
    font-weight: 600;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-blog-grid.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-comment-number {
    position: absolute;
    bottom: 20px;
    left: 25px;
    font-size: 15px;
    line-height: 1
}

.gdlr-core-blog-grid.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-comment-number i {
    margin-right: 10px
}

.gdlr-core-blog-grid.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-category {
    position: absolute;
    right: 20px;
    bottom: 18px;
    font-size: 12px;
    line-height: 1;
    padding: 8px 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-blog-grid.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-category .gdlr-core-head {
    display: none
}

.gdlr-core-blog-grid.gdlr-core-style-2 .gdlr-core-blog-info-wrapper {
    padding-top: 0;
    border-top-width: 0;
    margin-bottom: 4px
}

.gdlr-core-blog-grid.gdlr-core-style-2 .gdlr-core-blog-info-wrapper .gdlr-core-head {
    display: none
}

.gdlr-core-blog-grid.gdlr-core-style-2 .gdlr-core-blog-info-wrapper .gdlr-core-blog-info {
    margin-right: 0;
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0
}

.gdlr-core-blog-grid.gdlr-core-style-2 .gdlr-core-blog-info:first-child .gdlr-core-blog-info-sep {
    display: none
}

.gdlr-core-blog-grid.gdlr-core-style-2 .gdlr-core-blog-info-wrapper .gdlr-core-blog-info-sep {
    margin: 0 13px
}

.gdlr-core-blog-grid.gdlr-core-style-2 .gdlr-core-flexslider .flex-direction-nav li {
    margin-top: -12px
}

.gdlr-core-blog-grid.gdlr-core-style-2 .gdlr-core-flexslider .flex-direction-nav li a {
    padding: 0;
    background: transparent
}

.gdlr-core-blog-grid.gdlr-core-style-2 .gdlr-core-flexslider .flex-direction-nav li a i {
    font-size: 24px;
    width: auto
}

.gdlr-core-blog-grid.gdlr-core-style-2 .gdlr-core-flexslider .flex-direction-nav li a.flex-prev i:before {
    font-family: "ElegantIcons";
    content: "#"
}

.gdlr-core-blog-grid.gdlr-core-style-2 .gdlr-core-flexslider .flex-direction-nav li a.flex-next i:before {
    font-family: "ElegantIcons";
    content: "$"
}

.gdlr-core-blog-full.gdlr-core-style-2-date .gdlr-core-blog-info-date,.gdlr-core-blog-grid.gdlr-core-style-2-date .gdlr-core-blog-info-date {
    background-color: #efefef
}

.gdlr-core-blog-full.gdlr-core-style-2-date .gdlr-core-blog-info-date a,.gdlr-core-blog-grid.gdlr-core-style-2-date .gdlr-core-blog-info-date a {
    color: #3dbca8
}

.gdlr-core-blog-grid.gdlr-core-style-2-date .gdlr-core-blog-info-wrapper {
    padding-top: 0;
    border: none;
    margin-bottom: 8px
}

.gdlr-core-blog-grid.gdlr-core-style-2-date .gdlr-core-blog-info {
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    margin-right: 0;
    letter-spacing: 0
}

.gdlr-core-blog-grid.gdlr-core-style-2-date .gdlr-core-blog-info .gdlr-core-blog-info-sep {
    margin: 0 12px
}

.gdlr-core-blog-grid.gdlr-core-style-2-date .gdlr-core-blog-info:first-child .gdlr-core-blog-info-sep {
    display: none
}

.gdlr-core-blog-grid.gdlr-core-style-2-date .gdlr-core-blog-info .gdlr-core-head {
    display: none
}

.gdlr-core-blog-grid.gdlr-core-style-2-date .gdlr-core-blog-info-date {
    font-size: 15px;
    padding: 7px 26px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0
}

.gdlr-core-blog-grid.gdlr-core-style-2-date .gdlr-core-blog-grid-date {
    margin-top: -45px;
    position: relative;
    margin-left: 20px;
    margin-bottom: 22px
}

.gdlr-core-blog-grid-with-frame.gdlr-core-style-2-date .gdlr-core-blog-grid-frame {
    position: relative
}

.gdlr-core-blog-grid-with-frame.gdlr-core-style-2-date .gdlr-core-blog-grid-date {
    position: absolute;
    top: -19px;
    margin-top: 0;
    margin-left: 0;
    z-index: 2
}

.gdlr-core-blog-grid.gdlr-core-style-3 .gdlr-core-blog-thumbnail .gdlr-core-sticky-banner {
    top: 18px;
    bottom: auto;
    left: 18px;
    padding: 10px 12px;
    font-weight: 600;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-blog-grid.gdlr-core-style-3 .gdlr-core-blog-info-category {
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    padding: 10px 16px;
    margin-bottom: 27px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-blog-grid.gdlr-core-style-3 .gdlr-core-blog-info-category .gdlr-core-head {
    display: none
}

.gdlr-core-blog-grid.gdlr-core-style-3 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-category {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0
}

.gdlr-core-blog-grid-with-frame.gdlr-core-style-3.gdlr-core-with-thumbnail .gdlr-core-blog-info-category {
    position: absolute;
    top: -16px
}

.gdlr-core-blog-grid.gdlr-core-style-3 .gdlr-core-blog-info-wrapper {
    padding-top: 0;
    border-top-width: 0;
    margin-bottom: 4px
}

.gdlr-core-blog-grid.gdlr-core-style-3 .gdlr-core-blog-info-wrapper .gdlr-core-head {
    display: none
}

.gdlr-core-blog-grid.gdlr-core-style-3 .gdlr-core-blog-info-wrapper .gdlr-core-blog-info {
    font-weight: 400;
    margin-right: 0;
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0
}

.gdlr-core-blog-grid.gdlr-core-style-3 .gdlr-core-blog-info:first-child .gdlr-core-blog-info-sep {
    display: none
}

.gdlr-core-blog-grid.gdlr-core-style-3 .gdlr-core-blog-info-wrapper .gdlr-core-blog-info-sep {
    margin: 0 10px
}

.gdlr-core-blog-grid-with-frame.gdlr-core-style-3 .gdlr-core-blog-grid-frame {
    position: relative
}

.gdlr-core-blog-grid.gdlr-core-style-4 .gdlr-core-blog-grid-top-info {
    margin-bottom: 20px
}

.gdlr-core-blog-grid.gdlr-core-style-4 .gdlr-core-blog-grid-top-info .gdlr-core-head {
    display: none
}

.gdlr-core-blog-grid.gdlr-core-style-4 .gdlr-core-blog-grid-top-info .gdlr-core-blog-info {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px
}

.gdlr-core-blog-grid.gdlr-core-style-4 .gdlr-core-blog-grid-top-info .gdlr-core-blog-info-date {
    float: left
}

.gdlr-core-blog-grid.gdlr-core-style-4 .gdlr-core-blog-grid-top-info .gdlr-core-blog-info-tag {
    float: right
}

.gdlr-core-blog-grid.gdlr-core-style-4 .gdlr-core-excerpt-read-more i {
    display: none
}

.gdlr-core-blog-grid.gdlr-core-style-4 .gdlr-core-excerpt-read-more {
    float: right;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 10px
}

.gdlr-core-blog-grid.gdlr-core-style-4.gdlr-core-left-button .gdlr-core-excerpt-read-more {
    float: none
}

.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-comment-number,.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-comment-number a,.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-comment-number a:hover {
    color: #fff
}

.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-category,.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-category a,.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-category a:hover .gdlr-core-style-3 .gdlr-core-blog-info-category,.gdlr-core-style-3 .gdlr-core-blog-info-category a,.gdlr-core-style-3 .gdlr-core-blog-info-category a:hover {
    color: #fff
}

.gdlr-core-blog-grid-with-frame {
    border-width: 0
}

.gdlr-core-blog-grid.gdlr-core-blog-grid-with-frame {
    overflow: hidden;
    border-style: solid
}

.gdlr-core-blog-grid-with-frame .gdlr-core-blog-grid-frame {
    padding: 40px 35px 24px
}

.gdlr-core-blog-grid-with-frame .gdlr-core-blog-thumbnail {
    margin-bottom: 0
}

.gdlr-core-flexslider.flexslider ul.slides>li .gdlr-core-blog-grid.gdlr-core-blog-grid-with-frame {
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px;
    margin-bottom: 2px
}

.gdlr-core-blog-item.gdlr-core-style-blog-column-no-space .gdlr-core-blog-grid-content-wrap {
    padding-left: 30px;
    padding-right: 30px
}

.gdlr-core-blog-item.gdlr-core-style-blog-column-no-space .gdlr-core-load-more,.gdlr-core-blog-item.gdlr-core-style-blog-column-no-space .gdlr-core-pagination {
    margin-top: 20px
}

.gdlr-core-blog-medium {
    margin-bottom: 90px;
    display: table
}

.gdlr-core-blog-medium>div,.gdlr-core-blog-medium>div.clearfix {
    display: table-cell;
    vertical-align: middle
}

.gdlr-core-blog-medium .gdlr-core-excerpt-read-more.gdlr-core-plain-text {
    display: inline-block;
    margin-top: 20px
}

.gdlr-core-blog-medium .gdlr-core-excerpt-read-more.gdlr-core-plain-text i {
    margin-left: 10px
}

.gdlr-core-blog-left-thumbnail .gdlr-core-blog-thumbnail-wrap {
    width: 35%;
    padding-right: 35px
}

.gdlr-core-blog-left-thumbnail.gdlr-core-large .gdlr-core-blog-thumbnail-wrap {
    width: 55%
}

.gdlr-core-blog-left-thumbnail .gdlr-core-blog-date-wrapper {
    float: right;
    margin-right: 0
}

.gdlr-core-blog-left-thumbnail .gdlr-core-blog-title {
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 16px
}

.gdlr-core-blog-left-thumbnail .gdlr-core-blog-info-wrapper {
    margin-bottom: 26px
}

.gdlr-core-blog-left-thumbnail .gdlr-core-excerpt-read-more {
    margin-top: 33px
}

.gdlr-core-blog-right-thumbnail {
    text-align: right
}

.gdlr-core-blog-right-thumbnail .gdlr-core-blog-thumbnail-wrap {
    width: 35%;
    padding-left: 35px
}

.gdlr-core-blog-right-thumbnail.gdlr-core-large .gdlr-core-blog-thumbnail-wrap {
    width: 55%
}

.gdlr-core-blog-right-thumbnail .gdlr-core-blog-date-wrapper {
    float: left;
    margin-right: 0;
    padding-left: 20px;
    border-left-width: 1px;
    border-left-style: solid;
    border-right: 0
}

.gdlr-core-blog-right-thumbnail .gdlr-core-blog-title {
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 16px
}

.gdlr-core-blog-right-thumbnail .gdlr-core-blog-info-wrapper {
    margin-bottom: 26px
}

.gdlr-core-blog-right-thumbnail .gdlr-core-excerpt-read-more {
    margin-top: 33px
}

.gdlr-core-blog-medium.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-sticky-banner {
    top: 18px;
    bottom: auto;
    left: 18px;
    padding: 10px 12px;
    font-weight: 600;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-blog-medium.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-comment-number {
    position: absolute;
    bottom: 20px;
    left: 25px;
    font-size: 15px;
    line-height: 1
}

.gdlr-core-blog-medium.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-comment-number i {
    margin-right: 10px
}

.gdlr-core-blog-medium.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-category {
    position: absolute;
    right: 20px;
    bottom: 18px;
    font-size: 12px;
    line-height: 1;
    padding: 8px 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-blog-medium.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-category .gdlr-core-head {
    display: none
}

.gdlr-core-blog-medium.gdlr-core-style-2 .gdlr-core-blog-info-wrapper {
    margin-bottom: 5px
}

.gdlr-core-blog-medium.gdlr-core-style-2 .gdlr-core-blog-info-wrapper .gdlr-core-blog-info {
    margin-right: 0;
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0
}

.gdlr-core-blog-medium.gdlr-core-style-2 .gdlr-core-blog-info:first-child .gdlr-core-blog-info-sep {
    display: none
}

.gdlr-core-blog-medium.gdlr-core-style-2 .gdlr-core-blog-info-wrapper .gdlr-core-blog-info-sep {
    margin: 0 13px
}

.gdlr-core-blog-medium.gdlr-core-style-2 .gdlr-core-blog-info-wrapper .gdlr-core-head {
    display: none
}

.gdlr-core-blog-medium.gdlr-core-style-2 .gdlr-core-blog-title {
    margin-bottom: 20px
}

.gdlr-core-blog-feature {
    position: relative
}

.gdlr-core-blog-feature .gdlr-core-blog-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3
}

.gdlr-core-blog-feature .gdlr-core-blog-info-wrapper {
    margin-bottom: 10px
}

.gdlr-core-blog-feature.gdlr-core-with-image .gdlr-core-blog-feature-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 35px 40px 45px
}

.gdlr-core-blog-feature.gdlr-core-hover-overlay-content.gdlr-core-with-image .gdlr-core-blog-feature-content {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 500ms ease-out;
    -moz-transition: opacity 500ms ease-out;
    -o-transition: opacity 500ms ease-out;
    -webkit-transition: opacity 500ms ease-out
}

.gdlr-core-blog-feature.gdlr-core-hover-overlay-content.gdlr-core-with-image:hover .gdlr-core-blog-feature-content {
    opacity: 1;
    filter: alpha(opacity=100)
}

.gdlr-core-blog-feature .gdlr-core-blog-feature-content-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000;
    filter: alpha(opacity=40);
    opacity: .4
}

.gdlr-core-blog-feature .gdlr-core-blog-feature-content-overlay-gradient {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../../../plugins/goodlayers-core/include/images/blog-style/blog-item-gradient.png) bottom repeat-x
}

.gdlr-core-blog-feature .gdlr-core-blog-feature-content-overlay-gradient2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../../../plugins/goodlayers-core/include/images/blog-style/blog-item-gradient2.png) bottom repeat-x
}

.gdlr-core-blog-feature .gdlr-core-blog-info-wrapper .gdlr-core-blog-info {
    font-size: 14px;
    text-transform: none;
    font-weight: 400
}

.gdlr-core-blog-feature .gdlr-core-blog-info-category {
    position: absolute;
    top: 30px;
    left: 45px;
    font-size: 13px;
    line-height: 1;
    padding: 8px 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-blog-feature .gdlr-core-blog-info-category .gdlr-core-head {
    display: none
}

.gdlr-core-blog-feature .gdlr-core-blog-info-category i {
    display: none
}

.gdlr-core-blog-feature .gdlr-core-blog-info-category,.gdlr-core-blog-feature .gdlr-core-blog-info-category a,.gdlr-core-blog-feature .gdlr-core-blog-info-category a:hover {
    color: #fff
}

.gdlr-core-blog-feature.gdlr-core-sub-item .gdlr-core-blog-title {
    font-size: 15px
}

.gdlr-core-blog-feature.gdlr-core-sub-item .gdlr-core-blog-info-wrapper {
    display: none
}

.gdlr-core-blog-feature.gdlr-core-sub-item.gdlr-core-with-image .gdlr-core-blog-feature-content {
    padding: 0 18px 8px 18px
}

.gdlr-core-blog-feature.gdlr-core-sub-item .gdlr-core-blog-info-category {
    font-size: 11px;
    top: 13px;
    left: 15px
}

.gdlr-core-blog-modern {
    position: relative
}

.gdlr-core-blog-modern .gdlr-core-blog-modern-content {
    padding: 0 0 20px
}

.gdlr-core-blog-modern .gdlr-core-blog-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
    line-height: 1.6
}

.gdlr-core-blog-modern-inner .gdlr-core-blog-info-wrapper {
    margin-bottom: 10px
}

.gdlr-core-blog-modern .gdlr-core-blog-content {
    padding-top: 6px
}

.gdlr-core-blog-modern .gdlr-core-excerpt-read-more {
    display: none
}

.gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-modern-inner {
    position: relative;
    height: 400px;
}
.gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-modern-inner .gdlr-core-blog-thumbnail{
    height: 100%;
}
.gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-modern-inner .gdlr-core-blog-thumbnail img{
    height: 100%;
    width: 100%;
}

.gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-modern-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 45px 40px 60px;
    transition: opacity 500ms ease-out,bottom 200ms ease-out;
    -moz-transition: opacity 500ms ease-out,bottom 200ms ease-out;
    -o-transition: opacity 500ms ease-out,bottom 200ms ease-out;
    -webkit-transition: opacity 500ms ease-out,bottom 200ms ease-out
}

.gdlr-core-blog-modern.gdlr-core-hover-overlay-content.gdlr-core-with-image .gdlr-core-blog-modern-content {
    opacity: 0;
    filter: alpha(opacity=0)
}

.gdlr-core-blog-modern.gdlr-core-hover-overlay-content.gdlr-core-with-image:hover .gdlr-core-blog-modern-content {
    opacity: 1;
    filter: alpha(opacity=100)
}

.gdlr-core-blog-modern .gdlr-core-blog-modern-content-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000;
    filter: alpha(opacity=40);
    opacity: .4
}

.gdlr-core-blog-modern .gdlr-core-blog-modern-content-overlay-gradient {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../../../plugins/goodlayers-core/include/images/blog-style/blog-item-gradient.png) bottom repeat-x
}

.gdlr-core-blog-modern .gdlr-core-blog-modern-content-overlay-gradient2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../../../plugins/goodlayers-core/include/images/blog-style/blog-item-gradient2.png) bottom repeat-x
}

.gdlr-core-blog-item.gdlr-core-style-blog-image .gdlr-core-load-more,.gdlr-core-blog-item.gdlr-core-style-blog-image .gdlr-core-pagination {
    margin-top: 20px
}

.gdlr-core-blog-item.gdlr-core-style-blog-image-no-space .gdlr-core-load-more {
    margin-top: 50px
}

.gdlr-core-blog-item.gdlr-core-style-blog-image-no-space .gdlr-core-pagination {
    margin-top: 50px
}

.gdlr-core-blog-modern.gdlr-core-gradient-slide .gdlr-core-blog-thumbnail:after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
    -moz-background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
    -o-background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
    -webkit-background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
    transition: top 150ms;
    -moz-transition: top 150ms;
    -o-transition: top 150ms;
    -webkit-transition: top 150ms
}

.gdlr-core-blog-modern.gdlr-core-gradient-slide:hover .gdlr-core-blog-thumbnail:after {
    top: 0
}

.gdlr-core-blog-modern.gdlr-core-style-1 .gdlr-core-blog-info-sep {
    display: none
}

.gdlr-core-blog-modern.gdlr-core-style-2 .gdlr-core-blog-info i {
    display: none
}

.gdlr-core-blog-modern.gdlr-core-style-2 .gdlr-core-blog-info:first-child .gdlr-core-blog-info-sep {
    display: none
}

.gdlr-core-blog-modern.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-category {
    position: absolute;
    top: 20px;
    left: 18px;
    font-size: 12px;
    line-height: 1;
    padding: 8px 15px;
    z-index: 1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-blog-modern.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-category .gdlr-core-head {
    display: none
}

.gdlr-core-blog-modern.gdlr-core-style-3 .gdlr-core-blog-title {
    margin-bottom: 8px
}

.gdlr-core-blog-modern.gdlr-core-style-3 .gdlr-core-blog-modern-content {
    text-align: left
}

.gdlr-core-blog-modern.gdlr-core-style-3 .gdlr-core-blog-info-wrapper .gdlr-core-head {
    display: none
}

.gdlr-core-blog-modern.gdlr-core-style-3 .gdlr-core-blog-info {
    margin-right: 15px
}

.gdlr-core-blog-modern.gdlr-core-style-3 .gdlr-core-blog-info .gdlr-core-blog-info-sep {
    margin-right: 15px
}

.gdlr-core-blog-modern.gdlr-core-style-3 .gdlr-core-blog-info:first-child .gdlr-core-blog-info-sep {
    display: none
}

.gdlr-core-blog-modern.gdlr-core-style-3:hover .gdlr-core-blog-modern-content {
    bottom: 20px
}

.gdlr-core-blog-modern.gdlr-core-style-3.gdlr-core-opacity-on-hover img {
    opacity: .7
}

.gdlr-core-blog-modern.gdlr-core-style-3.gdlr-core-opacity-on-hover:hover img {
    opacity: 0.3!important
}

.gdlr-core-blog-modern.gdlr-core-style-3.gdlr-core-with-image .gdlr-core-blog-modern-content {
    padding: 0 35px 30px
}

.gdlr-core-blog-modern.gdlr-core-style-4 .gdlr-core-blog-title {
    margin-bottom: 8px
}

.gdlr-core-blog-modern.gdlr-core-style-4 .gdlr-core-blog-modern-content {
    text-align: left
}

.gdlr-core-blog-modern.gdlr-core-style-4 .gdlr-core-blog-info-wrapper .gdlr-core-head {
    display: none
}

.gdlr-core-blog-modern.gdlr-core-style-4 .gdlr-core-blog-info {
    margin-right: 15px
}

.gdlr-core-blog-modern.gdlr-core-style-4 .gdlr-core-blog-info .gdlr-core-blog-info-sep {
    margin-right: 15px
}

.gdlr-core-blog-modern.gdlr-core-style-4 .gdlr-core-blog-info:first-child .gdlr-core-blog-info-sep {
    display: none
}

.gdlr-core-blog-modern.gdlr-core-style-4.gdlr-core-opacity-on-hover img {
    opacity: .7
}

.gdlr-core-blog-modern.gdlr-core-style-4.gdlr-core-opacity-on-hover:hover img {
    opacity: 0.3!important
}

.gdlr-core-blog-modern.gdlr-core-style-4.gdlr-core-with-image .gdlr-core-blog-modern-content {
    padding: 0 35px 30px
}

.gdlr-core-blog-modern.gdlr-core-style-4.gdlr-core-with-image .gdlr-core-blog-content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms ease-out;
    -moz-transition: max-height 300ms ease-out;
    -o-transition: max-height 300ms ease-out;
    -webkit-transition: max-height 300ms ease-out
}

.gdlr-core-blog-modern.gdlr-core-style-4.gdlr-core-with-image:hover .gdlr-core-blog-content {
    margin-bottom: 0;
    max-height: 150px
}

.gdlr-core-blog-metro.gdlr-core-with-image {
    position: relative;
    overflow: hidden
}

.gdlr-core-blog-metro.gdlr-core-with-image .gdlr-core-blog-metro-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 20px 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 500ms ease-out;
    -moz-transition: opacity 500ms ease-out;
    -o-transition: opacity 500ms ease-out;
    -webkit-transition: opacity 500ms ease-out
}

.gdlr-core-blog-metro.gdlr-core-with-image:hover .gdlr-core-blog-metro-content {
    opacity: 1;
    filter: alpha(opacity=100)
}

.gdlr-core-blog-metro .gdlr-core-blog-metro-content {
    text-align: center;
    padding: 0 0 20px
}

.gdlr-core-blog-metro .gdlr-core-blog-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.5
}

.gdlr-core-blog-item.gdlr-core-style-blog-metro .gdlr-core-load-more,.gdlr-core-blog-item.gdlr-core-style-blog-metro .gdlr-core-pagination {
    margin-top: 20px
}

.gdlr-core-blog-item.gdlr-core-style-blog-metro-no-space .gdlr-core-load-more {
    margin-top: 50px
}

.gdlr-core-blog-item.gdlr-core-style-blog-metro-no-space .gdlr-core-pagination {
    margin-top: 50px
}

.gdlr-core-blog-list {
    margin-bottom: 40px
}

.gdlr-core-blog-list.gdlr-core-blog-list-with-frame {
    margin-bottom: 6px
}

.gdlr-core-blog-list .gdlr-core-blog-list-frame {
    padding: 20px 26px 24px
}

.gdlr-core-blog-list .gdlr-core-blog-title {
    font-size: 19px;
    letter-spacing: 1px;
    font-weight: 800;
    margin-bottom: 10px
}

.gdlr-core-blog-list .gdlr-core-blog-info {
    margin-right: 15px
}

.gdlr-core-blog-list .gdlr-core-blog-info .gdlr-core-blog-info-sep {
    margin-right: 15px
}

.gdlr-core-blog-list .gdlr-core-blog-info:first-child .gdlr-core-blog-info-sep {
    display: none
}

.gdlr-core-blog-widget {
    margin-bottom: 18px;
    padding-top: 18px;
    border-top-width: 1px;
    border-top-style: solid
}

.gdlr-core-blog-widget:first-child {
    padding-top: 0;
    border: 0
}

.gdlr-core-blog-widget .gdlr-core-blog-thumbnail {
    float: left;
    margin-right: 20px;
    max-width: 60px
}

.gdlr-core-blog-widget .gdlr-core-sticky-banner {
    display: none
}

.gdlr-core-blog-widget .gdlr-core-blog-widget-content {
    overflow: hidden
}

.gdlr-core-blog-widget .gdlr-core-blog-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px
}

.gdlr-core-blog-widget .gdlr-core-blog-info-wrapper .gdlr-core-head {
    margin-right: 10px
}

.gdlr-core-blog-widget-divider {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding-top: 3px
}

.gdlr-core-blog-widget.gdlr-core-style-large {
    margin-bottom: 22px;
    padding-top: 22px
}

.gdlr-core-blog-widget.gdlr-core-style-large:first-child {
    padding-top: 0
}

.gdlr-core-blog-widget.gdlr-core-style-large .gdlr-core-blog-widget-content {
    padding-top: 8px
}

.gdlr-core-blog-widget.gdlr-core-style-large .gdlr-core-blog-thumbnail {
    max-width: 80px
}

.gdlr-core-blog-widget.gdlr-core-style-large .gdlr-core-blog-title {
    font-size: 16px;
    margin-bottom: 12px
}

.gdlr-core-blog-widget.gdlr-core-style-small .gdlr-core-blog-title {
    font-size: 16px;
    font-weight: 500
}

.gdlr-core-blog-widget.gdlr-core-style-2 .gdlr-core-blog-info-wrapper .gdlr-core-head {
    display: none
}

.gdlr-core-blog-widget.gdlr-core-style-2 .gdlr-core-blog-info-wrapper .gdlr-core-blog-info {
    font-weight: 400;
    margin-right: 0;
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0
}

.gdlr-core-blog-widget.gdlr-core-style-2 .gdlr-core-blog-info-wrapper .gdlr-core-blog-info-sep {
    margin: 0 13px
}

.gdlr-core-blog-widget.gdlr-core-style-2 .gdlr-core-blog-info:first-child .gdlr-core-blog-info-sep {
    display: none
}

.gdlr-core-item-list-wrap.gdlr-core-featured .gdlr-core-blog-widget .gdlr-core-blog-thumbnail {
    float: none;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 25px
}

.gdlr-core-item-list-wrap.gdlr-core-featured .gdlr-core-blog-widget-divider {
    display: none
}

.gdlr-core-video-item .gdlr-core-video-item-type-vimeo,.gdlr-core-video-item .gdlr-core-video-item-type-youtube {
    position: relative
}

.gdlr-core-video-item .gdlr-core-video-item-overlay {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.gdlr-core-video-item .gdlr-core-video-item-overlay-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-size: cover
}

.gdlr-core-video-item .gdlr-core-video-item-overlay-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 116px;
    margin-left: -58px;
    margin-top: -58px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    line-height: 30px;
    padding: 42px 0 42px 7px;
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.gdlr-core-video-widget {
    position: relative
}

.gdlr-core-video-widget i {
    position: absolute;
    left: 50%;
    top: 50%;
    background: #000;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    width: 60px;
    text-align: center;
    margin-top: -30px;
    margin-left: -30px;
    padding-left: 6px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.gdlr-core-instagram-widget {
    margin-left: -8px;
    margin-right: -8px
}

.gdlr-core-instagram-widget .gdlr-core-media-image {
    padding: 8px
}

ul.gdlr-core-category-background-widget {
    margin-left: 0;
    list-style: none;
    font-weight: 500;
    font-size: 15px
}

ul.gdlr-core-category-background-widget li.gdlr-core-no-bg {
    background: #f3f3f3
}

ul.gdlr-core-category-background-widget li {
    margin-bottom: 8px;
    background-position: center;
    background-size: cover
}

.gdlr-core-category-background-widget-count {
    float: right;
    font-size: 12px;
    margin-top: 3px
}

ul.gdlr-core-category-background-widget li a {
    display: block;
    padding: 17px 25px
}

ul.gdlr-core-category-background-widget li.gdlr-core-no-bg a,ul.gdlr-core-category-background-widget li.gdlr-core-no-bg a:hover {
    color: #666
}

ul.gdlr-core-category-background-widget li.gdlr-core-with-bg a,ul.gdlr-core-category-background-widget li.gdlr-core-with-bg a:hover {
    color: #fff
}

.gdlr-core-opening-hour-widget-list {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.gdlr-core-opening-hour-widget-list .gdlr-core-head {
    float: left;
    font-weight: 600
}

.gdlr-core-opening-hour-widget-list .gdlr-core-head i {
    font-weight: 400;
    margin-right: 8px;
    vertical-align: middle
}

.gdlr-core-opening-hour-widget-list .gdlr-core-tail {
    float: right
}

.gdlr-core-post-slider-item .gdlr-core-post-slider-slide {
    position: relative
}

.gdlr-core-post-slider-item .gdlr-core-post-slider-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px 25px
}

.gdlr-core-post-slider-item .gdlr-core-post-slider-title {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px
}

.gdlr-core-post-slider-item .gdlr-core-blog-info {
    font-size: 12px
}

.gdlr-core-post-slider-item .gdlr-core-blog-info .gdlr-core-blog-info-sep {
    margin: 0 8px
}

.gdlr-core-post-slider-item .gdlr-core-blog-info:first-child .gdlr-core-blog-info-sep {
    display: none
}

.gdlr-core-post-slider-item .gdlr-core-post-slider-gradient {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../../../plugins/goodlayers-core/include/images/post-slider/gradient.png);
    background-position: bottom;
    background-repeat: repeat-x
}

.gdlr-core-post-slider-item .gdlr-core-post-slider-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50)
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-wrap {
    width: 50%;
    float: left
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head {
    position: relative;
    padding-bottom: 45px;
    cursor: pointer
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head:last-child .gdlr-core-roadmap-item-head-divider {
    display: none
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-content {
    text-align: right;
    overflow: hidden;
    margin-right: 55px;
    padding-top: 8px
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-count {
    float: right;
    width: 50px;
    text-align: center;
    margin-right: -25px;
    font-size: 15px;
    line-height: 20px;
    padding: 15px 0;
    font-weight: 700;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: background-color 200ms;
    -moz-transition: background-color 200ms;
    -o-transition: background-color 200ms;
    -webkit-transition: background-color 200ms
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-divider {
    position: absolute;
    bottom: 15px;
    right: 0;
    height: 15px;
    border-left-width: 1px;
    border-left-style: solid
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-content-area {
    margin-left: 70px;
    display: none
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-content-area.gdlr-core-active {
    display: block
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-content-title {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 35px
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-content-caption {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 9px;
    letter-spacing: 2px
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-caption {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-content-wrap {
    overflow: hidden
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-content {
    font-size: 17px
}

.gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-title {
    font-size: 13px;
    font-weight: 800;
    padding: 6px 14px 6px 18px;
    position: relative;
    float: left;
    margin-right: 20px;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-title:after {
    content: "\f107";
    font-family: fontAwesome;
    margin-left: 10px;
    float: right
}

.gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-head-wrap {
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    z-index: 103;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top: 5px;
    min-width: 140px
}

.gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-head {
    padding: 3px 18px
}

.gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-head.gdlr-core-active {
    display: none
}

.gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-content-wrap {
    overflow: hidden;
    padding-top: 4px
}

.gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-content {
    display: none;
    white-space: nowrap
}

.gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-content.gdlr-core-active {
    display: block
}

.gdlr-core-blog-aside-format .gdlr-core-blog-content {
    font-style: italic
}

.gdlr-core-blog-aside-format .gdlr-core-excerpt-read-more,.gdlr-core-blog-aside-format .gdlr-core-excerpt-read-more.gdlr-core-plain-text {
    display: none
}

.gdlr-core-blog-aside-format.gdlr-core-large .gdlr-core-blog-content {
    font-size: 18px;
    padding: 50px 60px
}

.gdlr-core-blog-aside-format.gdlr-core-small .gdlr-core-blog-content {
    font-size: 16px;
    padding: 40px 37px
}

.gdlr-core-blog-quote-format {
    position: relative
}

.gdlr-core-blog-quote-format .gdlr-core-blog-quote-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    opacity: .3;
    filter: alpha(opacity=30)
}

.gdlr-core-blog-quote-format .gdlr-core-blog-quote {
    line-height: 1;
    position: relative;
    font-weight: 800
}

.gdlr-core-blog-quote-format .gdlr-core-blog-content-wrap {
    overflow: hidden;
    position: relative
}

.gdlr-core-blog-quote-format .gdlr-core-blog-quote-content {
    font-style: italic
}

.gdlr-core-blog-quote-format .gdlr-core-blog-quote-content blockquote,.gdlr-core-blog-quote-format .gdlr-core-blog-quote-content q {
    background: transparent;
    border: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0
}

.gdlr-core-blog-quote-format .gdlr-core-blog-quote-author {
    font-style: italic;
    margin-bottom: 20px;
    font-weight: 700
}

.gdlr-core-blog-quote-format .gdlr-core-blog-quote-author:before {
    content: "-";
    margin-right: 2px
}

.gdlr-core-blog-quote-format .gdlr-core-excerpt-read-more,.gdlr-core-blog-quote-format .gdlr-core-excerpt-read-more.gdlr-core-plain-text {
    display: none
}

.gdlr-core-blog-quote-format.gdlr-core-large .gdlr-core-blog-content {
    padding: 50px 45px 40px
}

.gdlr-core-blog-quote-format.gdlr-core-large .gdlr-core-blog-quote {
    float: left;
    font-size: 120px;
    margin-top: -10px;
    margin-right: 35px
}

.gdlr-core-blog-quote-format.gdlr-core-large .gdlr-core-blog-quote-content,.gdlr-core-blog-quote-format.gdlr-core-large .gdlr-core-blog-quote-content q,.gdlr-core-blog-quote-format.gdlr-core-large .gdlr-core-blog-quote-content blockquote {
    font-size: 18px
}

.gdlr-core-blog-quote-format.gdlr-core-large .gdlr-core-blog-quote-author {
    font-size: 15px
}

.gdlr-core-blog-quote-format.gdlr-core-small .gdlr-core-blog-content {
    padding: 40px 37px 30px
}

.gdlr-core-blog-quote-format.gdlr-core-small .gdlr-core-blog-quote {
    font-size: 80px;
    margin-bottom: -10px
}

.gdlr-core-blog-quote-format.gdlr-core-small .gdlr-core-blog-quote-content q,.gdlr-core-blog-quote-format.gdlr-core-small .gdlr-core-blog-quote-content blockquote,.gdlr-core-blog-quote-format.gdlr-core-small .gdlr-core-blog-quote-content {
    font-size: 16px
}

.gdlr-core-blog-quote-format.gdlr-core-small .gdlr-core-blog-quote-author {
    font-size: 15px
}

.gdlr-core-blog-link-format .gdlr-core-blog-icon-link {
    font-size: 23px
}

.gdlr-core-blog-link-format .gdlr-core-blog-content-wrap {
    overflow: hidden
}

.gdlr-core-blog-link-format .gdlr-core-blog-title {
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 9px
}

.gdlr-core-blog-link-format .gdlr-core-blog-content {
    font-size: 14px;
    margin-bottom: 0
}

.gdlr-core-blog-link-format .gdlr-core-excerpt-read-more,.gdlr-core-blog-link-format .gdlr-core-excerpt-read-more.gdlr-core-plain-text {
    display: none
}

.gdlr-core-blog-link-format.gdlr-core-large .gdlr-core-blog-icon-link {
    float: left;
    margin-right: 30px;
    margin-top: 5px
}

.gdlr-core-blog-link-format.gdlr-core-small .gdlr-core-blog-icon-link {
    margin-bottom: 25px;
    display: block
}

.gdlr-core-blog-link-format.gdlr-core-blog-grid .gdlr-core-blog-content-outer-wrap {
    padding: 40px 35px 35px
}

.gdlr-core-blog-link-format.gdlr-core-blog-full .gdlr-core-blog-content-outer-wrap {
    padding: 50px 50px 40px
}

.gdlr-core-blog-link-format.gdlr-core-with-frame .gdlr-core-blog-content-outer-wrap {
    background: #fff
}

.gdlr-core-blog-quote-format.gdlr-core-small.gdlr-core-style-2 {
    text-align: center
}

.gdlr-core-blog-quote-format.gdlr-core-small.gdlr-core-style-2 .gdlr-core-blog-quote {
    font-size: 110px;
    margin-bottom: -45px
}

.gdlr-core-blog-quote-format.gdlr-core-small.gdlr-core-style-2 .gdlr-core-blog-content {
    padding: 55px 54px 47px
}

.gdlr-core-blog-quote-format.gdlr-core-small.gdlr-core-style-2 .gdlr-core-blog-quote-content blockquote {
    font-size: 18px;
    font-weight: 400
}

.gdlr-core-blog-quote-format.gdlr-core-small.gdlr-core-style-2 .gdlr-core-blog-quote-author {
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    margin-top: 20px
}

.gdlr-core-blog-link-format.gdlr-core-small.gdlr-core-style-2 {
    text-align: center
}

.gdlr-core-blog-link-format.gdlr-core-small.gdlr-core-style-2 .gdlr-core-blog-icon-link {
    font-size: 30px
}

.gdlr-core-blog-link-format.gdlr-core-small.gdlr-core-style-2 .gdlr-core-blog-title {
    font-size: 23px;
    margin-bottom: 15px
}

.gdlr-core-blog-link-format.gdlr-core-small.gdlr-core-style-2 .gdlr-core-blog-content {
    font-size: 13px
}

.gdlr-core-blog-link-format.gdlr-core-small.gdlr-core-style-2 .gdlr-core-blog-content-outer-wrap {
    padding: 70px 35px 72px
}

.gdlr-core-blog-aside-format.gdlr-core-small.gdlr-core-style-2 .gdlr-core-blog-content {
    font-size: 18px;
    font-style: normal;
    text-align: center
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-frame {
    position: relative;
    background: #fff;
    padding: 45px 40px 60px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-frame-border {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-style: solid;
    border-width: 0
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-item-title {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    font-size: 28px
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-item-title-wrap {
    margin-bottom: 36px;
    position: relative
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-column .gdlr-core-testimonial {
    margin-bottom: 50px
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-content {
    font-style: italic;
    margin-bottom: 20px;
    font-size: 15px
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-content p {
    margin-bottom: 0
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-author-image {
    width: 55px
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-author-image img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-item-divider {
    margin-top: 38px;
    padding-bottom: 10px
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-position {
    font-size: 13px;
    font-style: italic
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-position .gdlr-core-rating i {
    margin-right: 4px
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-position .gdlr-core-rating {
    margin-right: 10px
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-position .gdlr-core-rating.gdlr-core-right {
    float: right;
    margin-right: 0
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-author-content {
    overflow: hidden;
    padding-top: 3px
}

.gdlr-core-testimonial-item.gdlr-core-testimonial-style-center .gdlr-core-testimonial-author-content {
    float: left;
    overflow: auto;
    padding-top: 3px
}

.gdlr-core-testimonial-style-left .gdlr-core-testimonial-quote {
    font-size: 60px;
    line-height: 1;
    float: left;
    margin-right: 30px
}

.gdlr-core-testimonial-style-left .gdlr-core-testimonial-content-wrap {
    overflow: hidden
}

.gdlr-core-testimonial-style-left .gdlr-core-testimonial-author-image {
    float: left;
    margin-right: 20px
}

.gdlr-core-testimonial-style-left .gdlr-core-testimonial-quote.gdlr-core-top {
    font-size: 110px;
    float: none;
    height: 65px
}

.gdlr-core-testimonial-style-left-bg .gdlr-core-testimonial-content-wrap {
    overflow: hidden
}

.gdlr-core-testimonial-style-left-bg .gdlr-core-testimonial-content {
    margin-bottom: 35px;
    padding-top: 40px
}

.gdlr-core-testimonial-style-left-bg .gdlr-core-testimonial-quote {
    position: absolute;
    opacity: .3;
    font-size: 240px;
    margin-top: -160px;
    margin-left: -6px;
    font-style: normal;
    font-weight: 700
}

.gdlr-core-testimonial-style-left-bg .gdlr-core-testimonial-author-image {
    width: 85px;
    float: left;
    margin-right: 20px
}

.gdlr-core-testimonial-style-left-bg .gdlr-core-testimonial-author-content {
    padding-top: 10px
}

.gdlr-core-testimonial-style-left-2 .gdlr-core-testimonial-author-image {
    width: 85px;
    float: left;
    margin-right: 36px;
    position: relative
}

.gdlr-core-testimonial-style-left-2 .gdlr-core-testimonial-quote {
    font-size: 100px;
    line-height: 1;
    position: absolute;
    top: -5px;
    right: -18px
}

.gdlr-core-testimonial-style-left-2 .gdlr-core-testimonial-content-wrap {
    overflow: hidden
}

.gdlr-core-testimonial-style-left-2 .gdlr-core-testimonial-content {
    font-style: normal
}

.gdlr-core-testimonial-style-left-2 .gdlr-core-testimonial-title {
    font-size: 18px;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 0
}

.gdlr-core-testimonial-style-left-2 .gdlr-core-testimonial-position {
    font-size: 16px;
    font-style: normal
}

.gdlr-core-testimonial-style-left-2 .gdlr-core-testimonial-content {
    font-style: normal;
    margin-bottom: 0
}

.gdlr-core-testimonial-style-right {
    text-align: right
}

.gdlr-core-testimonial-style-right .gdlr-core-testimonial-quote {
    font-size: 60px;
    line-height: 1;
    float: right;
    margin-left: 30px
}

.gdlr-core-testimonial-style-right .gdlr-core-testimonial-content-wrap {
    overflow: hidden
}

.gdlr-core-testimonial-style-right .gdlr-core-testimonial-author-image {
    float: right;
    margin-left: 24px
}

.gdlr-core-testimonial-style-center {
    text-align: center
}

.gdlr-core-testimonial-style-center .gdlr-core-testimonial-quote {
    font-size: 80px;
    line-height: 60px;
    padding: 15px 0 10px
}

.gdlr-core-testimonial-style-center .gdlr-core-testimonial-quote:first-child {
    padding-top: 0
}

.gdlr-core-testimonial-style-center .gdlr-core-testimonial-author-wrap {
    display: inline-block;
    text-align: left
}

.gdlr-core-testimonial-style-center .gdlr-core-testimonial-author-image {
    float: left;
    margin-right: 20px
}

.gdlr-core-testimonial-style-center-2 {
    text-align: center
}

.gdlr-core-testimonial-style-center-2 .gdlr-core-testimonial-author-image {
    margin: 18px auto 0;
    width: 76px
}

.gdlr-core-testimonial-style-center-2 .gdlr-core-testimonial-title {
    font-weight: 500;
    margin-bottom: 3px
}

.gdlr-core-testimonial-style-center-2 .gdlr-core-testimonial-position {
    font-style: normal;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600
}

.gdlr-core-testimonial-style-center-3 {
    text-align: center
}

.gdlr-core-testimonial-style-center-3 .gdlr-core-testimonial-author-image {
    margin: 0 auto 10px
}

.gdlr-core-testimonial-style-center-3 .gdlr-core-rating {
    display: block;
    margin-bottom: 18px
}

.gdlr-core-testimonial-style-center-3 .gdlr-core-testimonial-content {
    margin-bottom: 30px
}

.gdlr-core-testimonial-style-chat .gdlr-core-testimonial-author-image {
    width: 78px;
    margin: 0 auto;
    margin-top: 14px
}

.gdlr-core-testimonial-style-chat .gdlr-core-testimonial {
    text-align: center;
    transition: transform 150ms ease-out;
    -moz-transition: transform 150ms ease-out;
    -o-transition: transform 150ms ease-out;
    -webkit-transition: transform 150ms ease-out
}

.gdlr-core-testimonial-style-chat .gdlr-core-rating {
    font-size: 18px;
    display: block;
    margin-bottom: 3px
}

.gdlr-core-testimonial-style-chat .gdlr-core-rating i {
    margin-left: 10px
}

.gdlr-core-testimonial-style-chat .gdlr-core-rating i:first-child {
    margin-left: 0
}

.gdlr-core-testimonial-style-chat .gdlr-core-testimonial-content {
    padding: 33px 35px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    transition: box-shadow 150ms ease-out;
    -moz-transition: -moz-box-shadow 150ms ease-out;
    -o-transition: -o-box-shadow 150ms ease-out;
    -webkit-transition: -webkit-box-shadow 150ms ease-out
}

.gdlr-core-testimonial-style-chat .gdlr-core-testimonial-content-chat {
    position: absolute;
    bottom: -8px;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    border-style: solid;
    border-top-color: #fff;
    border-width: 8px 8px 0px!important;
    border-left-color: transparent!important;
    border-right-color: transparent!important
}

.gdlr-core-testimonial-style-chat .gdlr-core-testimonial:hover {
    transform: translate3d(0,-15px,0);
    -webkit-transform: translate3d(0,-15px,0)
}

.gdlr-core-testimonial-style-chat .gdlr-core-testimonial:hover .gdlr-core-testimonial-content {
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.1)
}

.gdlr-core-testimonial-item .gdlr-core-flexslider-nav.gdlr-core-center-align .flex-direction-nav {
    margin-top: 40px;
    margin-bottom: 0
}

.gdlr-core-gallery-item .gdlr-core-gallery-caption {
    font-size: 14px;
    font-style: italic;
    letter-spacing: .5px;
    text-align: center;
    padding-top: 17px;
    padding-bottom: 10px
}

.gdlr-core-gallery-item .gdlr-core-gallery-list {
    text-align: center;
    overflow: hidden
}

.gdlr-core-gallery-item-style-grid-no-space .gdlr-core-gallery-caption {
    margin-bottom: 15px
}

.gdlr-core-gallery-item-style-grid-no-space .gdlr-core-pagination {
    margin-top: 40px
}

.gdlr-core-gallery-item .gdlr-core-flexslider-nav {
    margin-bottom: 45px
}

.gdlr-core-gallery-item .gdlr-core-flexslider-nav ul {
    margin-bottom: 0
}

.gdlr-core-image-overlay.gdlr-core-gallery-image-overlay .gdlr-core-image-overlay-content {
    background: transparent;
    top: auto;
    bottom: 25px
}

.gdlr-core-image-overlay.gdlr-core-gallery-image-overlay .gdlr-core-image-overlay-title {
    font-size: 15px;
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase
}

.gdlr-core-image-overlay.gdlr-core-gallery-image-overlay .gdlr-core-image-overlay-caption {
    font-size: 15px;
    display: block;
    margin-top: 4px;
    font-style: italic
}

.gdlr-core-gallery-shortcode-grid-fixed .gdlr-core-gallery-shortcode-item.gdlr-core-first {
    width: 33.33%;
    float: left;
    clear: left
}

.gdlr-core-gallery-shortcode-grid-fixed .gdlr-core-gallery-shortcode-item-right {
    overflow: hidden
}

.gdlr-core-gallery-shortcode-grid-fixed .gdlr-core-gallery-shortcode-item.gdlr-core-second,.gdlr-core-gallery-shortcode-grid-fixed .gdlr-core-gallery-shortcode-item.gdlr-core-third {
    float: left;
    width: 50%
}

.gdlr-core-gallery-shortcode-grid-fixed .gdlr-core-gallery-shortcode-item.gdlr-core-fourth {
    float: left
}

.gdlr-core-timeline-item .gdlr-core-timeline-item-date {
    width: 300px
}

.gdlr-core-timeline-item .gdlr-core-timeline-item-list {
    position: relative;
    padding-bottom: 38px
}

.gdlr-core-timeline-item .gdlr-core-timeline-item-list:last-child {
    padding-bottom: 0
}

.gdlr-core-timeline-item .gdlr-core-timeline-item-date {
    font-size: 20px;
    font-weight: 800;
    float: left;
    text-align: right;
    padding-right: 90px;
    line-height: 34px
}

.gdlr-core-timeline-item .gdlr-core-timeline-item-bullet {
    display: inline-block;
    width: 11px;
    height: 11px;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 1px;
    margin-left: 28px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.gdlr-core-timeline-item .gdlr-core-timeline-item-divider {
    position: absolute;
    top: 23px;
    bottom: -11px;
    margin-left: 4px;
    border-left-width: 1px;
    border-left-style: solid
}

.gdlr-core-timeline-item .gdlr-core-timeline-item-list:last-child .gdlr-core-timeline-item-divider {
    display: none
}

.gdlr-core-timeline-item .gdlr-core-timeline-item-content-wrap {
    overflow: hidden
}

.gdlr-core-timeline-item .gdlr-core-timeline-item-title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 1px
}

.gdlr-core-timeline-item .gdlr-core-timeline-item-caption {
    font-size: 17px;
    font-weight: 600
}

.gdlr-core-timeline-item .gdlr-core-timeline-item-content {
    font-size: 21px;
    margin-top: 14px;
    font-weight: 600
}

.gdlr-core-code-item .gdlr-core-code-item-content {
    margin-bottom: 0;
    padding: 25px 30px 5px;
    margin-top: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-code-item-light .gdlr-core-code-item-content {
    background: #f5f5f5;
    color: #a9a9a9;
    border: 1px solid #e4e4e4
}

.gdlr-core-code-item-dark .gdlr-core-code-item-content {
    background: #383838;
    color: #a2a2a2
}

.gdlr-core-call-to-action-item .gdlr-core-call-to-action-item-title {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 0
}

.gdlr-core-call-to-action-item .gdlr-core-call-to-action-item-inner {
    position: relative
}

.gdlr-core-call-to-action-item .gdlr-core-call-to-action-item-caption {
    font-size: 19px;
    letter-spacing: 0;
    margin-top: 16px
}

.gdlr-core-call-to-action-item .gdlr-core-call-to-action-item-button a {
    margin-right: 0
}

.gdlr-core-call-to-action-item.gdlr-core-style-left-align {
    text-align: left
}

.gdlr-core-call-to-action-item.gdlr-core-style-left-align .gdlr-core-call-to-action-item-button {
    margin-top: 42px
}

.gdlr-core-call-to-action-item.gdlr-core-style-center-align {
    text-align: center
}

.gdlr-core-call-to-action-item.gdlr-core-style-center-align .gdlr-core-call-to-action-item-button {
    margin-top: 40px
}

.gdlr-core-call-to-action-item.gdlr-core-style-right-align {
    text-align: right
}

.gdlr-core-call-to-action-item.gdlr-core-style-right-align .gdlr-core-call-to-action-item-button {
    margin-top: 42px
}

.gdlr-core-call-to-action-item.gdlr-core-style-left-align-right-button {
    text-align: left
}

.gdlr-core-call-to-action-item.gdlr-core-style-left-align-right-button .gdlr-core-call-to-action-item-inner {
    padding-right: 160px
}

.gdlr-core-call-to-action-item.gdlr-core-style-left-align-right-button .gdlr-core-call-to-action-item-button {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -26px
}

.gdlr-core-call-to-action-item.gdlr-core-style-right-align-left-button {
    text-align: right
}

.gdlr-core-call-to-action-item.gdlr-core-style-right-align-left-button .gdlr-core-call-to-action-item-inner {
    padding-left: 160px
}

.gdlr-core-call-to-action-item.gdlr-core-style-right-align-left-button .gdlr-core-call-to-action-item-button {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -26px
}

.gdlr-core-opening-hour-item .gdlr-core-opening-hour-day i {
    margin-right: 12px;
    vertical-align: middle
}

.gdlr-core-opening-hour-item .gdlr-core-opening-hour-time {
    float: right;
    font-weight: 700
}

.gdlr-core-opening-hour-item .gdlr-core-opening-hour-list-item {
    border-bottom-width: 1px;
    padding-bottom: 9px;
    margin-bottom: 10px
}

.gdlr-core-opening-hour-item .gdlr-core-opening-hour-time i {
    margin-left: 12px;
    vertical-align: middle
}

.gdlr-core-opening-hour-item.gdlr-core-divider-style-solid .gdlr-core-opening-hour-list-item {
    border-bottom-style: solid
}

.gdlr-core-opening-hour-item.gdlr-core-divider-style-dashed .gdlr-core-opening-hour-list-item {
    border-bottom-style: dashed
}

.gdlr-core-opening-hour-item.gdlr-core-divider-style-dotted .gdlr-core-opening-hour-list-item {
    border-bottom-style: dotted
}

.gdlr-core-breadcrumbs-item {
    font-size: 14px;
    padding: 22px 0
}

.gdlr-core-breadcrumbs-item>span {
    margin: 0 22px
}

.gdlr-core-breadcrumbs-item>span:first-child {
    margin-left: 0
}

.gdlr-core-breadcrumbs-item a span {
    transition: color 200ms;
    -moz-transition: color 200ms;
    -o-transition: color 200ms;
    -webkit-transition: color 200ms
}

.gdlr-core-divider-item {
    position: relative;
    z-index: 1;
    margin-bottom: 30px
}

.gdlr-core-divider-item .gdlr-core-divider-container {
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.gdlr-core-divider-item.gdlr-core-left-align .gdlr-core-divider-container {
    margin-left: 0
}

.gdlr-core-divider-item.gdlr-core-right-align .gdlr-core-divider-container {
    margin-right: 0
}

.gdlr-core-divider-item-center-circle .gdlr-core-divider-line {
    position: relative
}

.gdlr-core-divider-item-center-circle .gdlr-core-divider-line-bold {
    width: 26px;
    height: 26px;
    margin: 0 auto;
    border-width: 1px;
    border-style: solid;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px
}

.gdlr-core-divider-item-center-circle .gdlr-core-divider-line-bold:before {
    content: " ";
    display: block;
    width: 14px;
    height: 14px;
    margin: 5px;
    border-width: 1px;
    border-style: solid;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px
}

.gdlr-core-divider-item-center-circle .gdlr-core-divider-line:before {
    content: " ";
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    right: 50%;
    margin-right: 13px;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.gdlr-core-divider-item-center-circle .gdlr-core-divider-line:after {
    content: " ";
    display: block;
    position: absolute;
    top: 13px;
    right: 0;
    left: 50%;
    margin-left: 13px;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.gdlr-core-divider-item-normal .gdlr-core-divider-line {
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.gdlr-core-divider-item-normal.gdlr-core-style-vertical .gdlr-core-divider-line {
    border-bottom: 0;
    width: 0;
    height: 25px;
    border-left-width: 1px;
    border-left-style: solid;
    margin-left: auto;
    margin-right: auto
}

.gdlr-core-divider-item-normal.gdlr-core-style-vertical.gdlr-core-left-align .gdlr-core-divider-line {
    margin-left: .6em
}

.gdlr-core-divider-item-normal.gdlr-core-style-vertical.gdlr-core-right-align .gdlr-core-divider-line {
    margin-right: .6em
}

.gdlr-core-divider-item-normal.gdlr-core-style-vertical .gdlr-core-divider-line-vertical-text {
    writing-mode: tb-rl;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 12px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.gdlr-core-divider-item-normal.gdlr-core-style-vertical .gdlr-core-divider-line-vertical-icon {
    margin-bottom: 8px
}

.gdlr-core-divider-item-normal.gdlr-core-style-vertical.gdlr-core-left-align .gdlr-core-divider-line-vertical-text {
    margin-left: 0
}

.gdlr-core-divider-item-normal.gdlr-core-style-vertical.gdlr-core-right-align .gdlr-core-divider-line-vertical-text {
    margin-right: 0
}

.gdlr-core-divider-item-with-icon .gdlr-core-divider-item-with-icon-inner {
    position: relative;
    text-align: center;
    line-height: 1
}

.gdlr-core-divider-item-with-icon .gdlr-core-divider-line {
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.gdlr-core-divider-item-with-icon .gdlr-core-divider-line.gdlr-core-left {
    position: absolute;
    top: 50%;
    left: 0
}

.gdlr-core-divider-item-with-icon .gdlr-core-divider-line.gdlr-core-right {
    position: absolute;
    top: 50%;
    right: 0
}

.gdlr-core-divider-item-with-icon i {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px
}

.gdlr-core-divider-item-with-icon img {
    width: auto;
    vertical-align: middle;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px
}

.gdlr-core-divider-item-small-center .gdlr-core-divider-line {
    width: 100px;
    margin: 0 auto;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.gdlr-core-divider-item-small-center .gdlr-core-divider-line-bold {
    content: " ";
    display: block;
    width: 40px;
    margin: 0 auto -2px;
    border-bottom-width: 3px;
    border-bottom-style: solid
}

.gdlr-core-divider-item-small-left .gdlr-core-divider-line {
    width: 80px;
    margin: 0 auto 0 0;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.gdlr-core-divider-item-small-left .gdlr-core-divider-line-bold {
    content: " ";
    display: block;
    width: 40px;
    margin: 0 auto -2px 0;
    border-bottom-width: 3px;
    border-bottom-style: solid
}

.gdlr-core-divider-item-small-right .gdlr-core-divider-line {
    width: 80px;
    margin: 0 0 0 auto;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.gdlr-core-divider-item-small-right .gdlr-core-divider-line-bold {
    content: " ";
    display: block;
    width: 40px;
    margin: 0 0 -2px auto;
    border-bottom-width: 3px;
    border-bottom-style: solid
}

.gdlr-core-item-list.gdlr-core-animate-init {
    opacity: 0;
    filter: alpha(opacity=0)
}

.gdlr-core-item-list.gdlr-core-animate-init.gdlr-core-animate {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.gdlr-core-item-list.gdlr-core-animate-end {
    opacity: 1;
    filter: alpha(opacity=100)
}

[data-layout="masonry"] .gdlr-core-item-list {
    opacity: 0;
    filter: alpha(opacity=0)
}

[data-layout="masonry"] .gdlr-core-item-list.gdlr-core-animate-end {
    opacity: 1;
    filter: alpha(opacity=100)
}

[data-layout="masonry"] .gdlr-core-item-list.gdlr-core-animate {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.gdlr-core-opacity-on-hover img,.gdlr-core-zoom-on-hover img,.gdlr-core-grayscale-effect img,.gdlr-core-grayscale-effect-revert img {
    transition: opacity 300ms ease-out,transform 300ms ease-out,filter 300ms ease-out;
    -moz-transition: opacity 300ms ease-out,-moz-transform 300ms ease-out,-moz-filter 300ms ease-out;
    -o-transition: opacity 300ms ease-out,-o-transform 300ms ease-out,-o-filter 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out,-webkit-transform 300ms ease-out,-webkit-filter 300ms ease-out
}

.gdlr-core-move-up-with-shadow,.gdlr-core-blog-grid.gdlr-core-blog-grid-with-frame.gdlr-core-move-up-with-shadow {
    transition: transform 150ms ease-out,box-shadow 150ms ease-out,border-color 300ms ease-out,border-width 300ms;
    -moz-transition: transform 150ms ease-out,-moz-box-shadow 150ms ease-out,border-color 300ms ease-out,border-width 300ms;
    -o-transition: transform 150ms ease-out,-o-box-shadow 150ms ease-out,border-color 300ms ease-out,border-width 300ms;
    -webkit-transition: transform 150ms ease-out,-webkit-box-shadow 150ms ease-out,border-color 300ms ease-out,border-width 300ms
}

.gdlr-core-move-up-with-shadow:hover {
    transform: translate3d(0,-15px,0);
    -webkit-transform: translate3d(0,-15px,0);
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1)
}

.gdlr-core-opacity-on-hover {
    background: #000
}

.gdlr-core-opacity-on-hover:hover img {
    opacity: .5;
    filter: alpha(opacity=50)
}

.gdlr-core-zoom-on-hover {
    overflow: hidden
}

.gdlr-core-zoom-on-hover:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.gdlr-core-grayscale-effect img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%)
}

.gdlr-core-grayscale-effect:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%)
}

.gdlr-core-grayscale-effect-revert img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%)
}

.gdlr-core-grayscale-effect-revert:hover img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%)
}

.gdlr-core-hover-opacity {
    opacity: 0;
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms
}

.gdlr-core-hover-element:hover .gdlr-core-hover-opacity {
    opacity: 1
}

.gdlr-core-blog-metro.gdlr-core-no-image {
    background: transparent
}

.gdlr-core-blog-modern.gdlr-core-no-image {
    background: transparent
}

.gdlr-core-blog-modern.gdlr-core-no-image .gdlr-core-blog-modern-content-overlay {
    display: none
}

[data-gdlr-animation] {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

[data-gdlr-animation="fadeIn"],[data-gdlr-animation="fadeInDown"],[data-gdlr-animation="fadeInUp"],[data-gdlr-animation="fadeInLeft"],[data-gdlr-animation="fadeInRight"] {
    opacity: 0
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

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

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-50px,0);
        transform: translate3d(0,-50px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-50px,0);
        transform: translate3d(0,-50px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,50px,0);
        transform: translate3d(0,50px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,50px,0);
        transform: translate3d(0,50px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px,0,0);
        transform: translate3d(-50px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px,0,0);
        transform: translate3d(-50px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px,0,0);
        transform: translate3d(50px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px,0,0);
        transform: translate3d(50px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounce {
    from,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

@keyframes bounce {
    from,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

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

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

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

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

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

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

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

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

@-webkit-keyframes shake {
    from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

@keyframes shake {
    from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

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

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    to {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    to {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg)
    }
}

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

.gdlr-core-preview-text {
    text-align: center;
    padding: 10px;
    background: #f3f3f3
}

.gdlr-core-shape-divider-wrap {
    overflow: hidden;
    line-height: 0
}

.gdlr-core-shape-divider-wrap svg {
    left: 50%;
    position: relative;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.gdlr-core-shape-divider-wrap.gdlr-core-flip svg {
    -webkit-transform: translateX(-50%) rotateY(180deg);
    -ms-transform: translateX(-50%) rotateY(180deg);
    transform: translateX(-50%) rotateY(180deg)
}

.gdlr-core-shape-divider-wrap.gdlr-core-pos-top {
    position: absolute;
    top: -1px;
    left: 0;
    right: 0
}

.gdlr-core-shape-divider-wrap.gdlr-core-pos-top.gdlr-core-inverted {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.gdlr-core-shape-divider-wrap.gdlr-core-pos-bottom {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.gdlr-core-shape-divider-wrap.gdlr-core-pos-bottom.gdlr-core-inverted {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.gdlr-core-shape-divider-wrap.gdlr-core-preview {
    position: static
}

.gdlr-core-shape-divider-wrap img {
    width: 100%
}

.gdlr-core-sly-slider {
    width: 100%;
    padding: 0;
    overflow: hidden
}

.gdlr-core-sly-slider .slides {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 99999px
}

.gdlr-core-sly-slider .slides li {
    float: left
}

.gdlr-core-sly-slider .slides li:first-child {
    margin-left: 0
}

.gdlr-core-sly-slider .slides li:last-child {
    margin-right: 0
}

.gdlr-core-sly-slider .slides li .gdlr-core-media-image img {
    max-height: 100%;
    width: auto
}

.gdlr-core-sly-slider .slides:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.gdlr-core-sly-scroll {
    background: #eee
}

.gdlr-core-sly-scroll .gdlr-core-sly-scroll-handle {
    background: #717171
}

.gdlr-core-sly-scroll {
    height: 8px;
    margin-top: 30px
}

.gdlr-core-sly-scroll .gdlr-core-sly-scroll-handle {
    height: 8px;
    width: 0
}

.gdlr-core-gallery-with-thumbnail-wrap .gdlr-core-sly-slider {
    max-width: 80%;
    margin: 30px auto 0
}

.gdlr-core-gallery-with-thumbnail-wrap .gdlr-core-sly-slider .slides {
    margin: 0 auto 0
}

.gdlr-core-gallery-with-thumbnail-wrap .gdlr-core-sly-slider .slides li {
    margin: 0 8px;
    cursor: pointer
}

.gdlr-core-gallery-with-thumbnail-wrap .gdlr-core-sly-slider .gdlr-core-media-image {
    height: 65px
}

.gdlr-core-gallery-with-thumbnail-wrap .gdlr-core-image-overlay {
    background: url(../../../plugins/goodlayers-core/include/images/gallery/gallery-shadow.png) bottom center repeat-x
}

.gdlr-core-gallery-with-thumbnail-wrap.gdlr-core-inside-slider {
    position: relative
}

.gdlr-core-gallery-with-thumbnail-wrap.gdlr-core-inside-slider .gdlr-core-sly-slider {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    bottom: 42px;
    left: 10%;
    right: 10%;
    z-index: 3;
    transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms
}

.gdlr-core-gallery-with-thumbnail-wrap.gdlr-core-inside-slider:hover .gdlr-core-sly-slider,.gdlr-core-gallery-with-thumbnail-wrap.gdlr-core-inside-slider:hover .gdlr-core-image-overlay {
    opacity: 1;
    filter: alpha(opacity=100)
}

.gdlr-core-gallery-with-thumbnail-wrap.gdlr-core-inside-slider .gdlr-core-image-overlay-content {
    bottom: 145px
}

.gdlr-core-gallery-with-thumbnail-wrap.gdlr-core-inside-slider .gdlr-core-image-overlay-caption {
    font-size: 14px;
    margin-top: 11px;
    letter-spacing: 1px
}

.gdlr-core-gallery-with-thumbnail-wrap.gdlr-core-inside-slider .gdlr-core-image-overlay-title {
    font-size: 16px
}

.gdlr-core-gallery-with-thumbnail-wrap.gdlr-core-inside-slider.gdlr-core-disable-hover .gdlr-core-sly-slider {
    opacity: 1;
    filter: alpha(opacity=100)
}

.gdlr-core-flexslider.flexslider ul.slides {
    zoom:1;margin-left: 0;
    margin-bottom: 0;
    list-style: none
}

.gdlr-core-flexslider.flexslider ul.slides:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.gdlr-core-flexslider.flexslider ul.slides>li {
    margin-bottom: 0;
    display: none;
    -webkit-backface-visibility: hidden
}

.gdlr-core-flexslider.flexslider ul.slides>li .gdlr-core-item-list {
    margin-bottom: 0
}

.gdlr-core-flexslider.flexslider[data-type="carousel"] ul.slides>li {
    margin-left: 0
}

.gdlr-core-flexslider.flexslider[data-type="slider"] ul.slides>li {
    text-align: center
}

.gdlr-core-flexslider {
    position: relative
}

.gdlr-core-flexslider .flex-direction-nav {
    margin-left: 0;
    list-style: none;
    margin-bottom: 0
}

.gdlr-core-flexslider .flex-direction-nav li {
    position: absolute;
    line-height: 1;
    top: 50%;
    margin-top: -24px;
    z-index: 15
}

.gdlr-core-flexslider .flex-direction-nav li a {
    display: block;
    padding: 14px;
    background: #000;
    background: rgba(0,0,0,.6);
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.gdlr-core-flexslider .flex-direction-nav li a i {
    font-size: 18px;
    width: 18px;
    text-align: center;
    display: block
}

.gdlr-core-flexslider .flex-direction-nav .flex-nav-prev {
    left: 35px
}

.gdlr-core-flexslider .flex-direction-nav .flex-nav-next {
    right: 35px
}

.gdlr-core-flexslider[data-nav="both"] .flex-direction-nav li {
    margin-top: -45px
}

.gdlr-core-flexslider.gdlr-core-v1[data-nav="navigation-outer"] {
    position: relative
}

.gdlr-core-flexslider.gdlr-core-v1[data-nav="navigation-outer"] .flex-direction-nav .flex-nav-prev {
    left: -85px;
    padding-right: 40px
}

.gdlr-core-flexslider.gdlr-core-v1[data-nav="navigation-outer"] .flex-direction-nav .flex-nav-next {
    right: -85px;
    padding-left: 40px
}

.gdlr-core-flexslider.gdlr-core-v1[data-nav="navigation-outer"] .flex-direction-nav .flex-nav-prev a,.gdlr-core-flexslider.gdlr-core-v1[data-nav="navigation-outer"] .flex-direction-nav .flex-nav-next a {
    opacity: 0;
    transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms
}

.gdlr-core-flexslider.gdlr-core-v1[data-nav="navigation-outer"]:hover .flex-direction-nav .flex-nav-prev a,.gdlr-core-flexslider.gdlr-core-v1[data-nav="navigation-outer"]:hover .flex-direction-nav .flex-nav-next a {
    opacity: 1
}

.gdlr-core-flexslider[data-nav="navigation-outer-plain-round"] .flex-direction-nav li a {
    display: block;
    border-width: 2px;
    border-style: solid;
    background: transparent;
    padding: 0;
    width: 47px;
    height: 47px;
    text-align: center
}

.gdlr-core-flexslider[data-nav="navigation-outer-plain-round"] .flex-direction-nav li a i {
    font-size: 47px;
    width: auto;
    line-height: 42px
}

.gdlr-core-flexslider[data-nav="navigation-outer-plain-round"] .flex-direction-nav .flex-nav-prev {
    left: -85px;
    padding-right: 40px
}

.gdlr-core-flexslider[data-nav="navigation-outer-plain-round"] .flex-direction-nav .flex-nav-next {
    right: -85px;
    padding-left: 40px
}

.gdlr-core-flexslider[data-nav="navigation-outer-plain-round"] .flex-direction-nav .flex-nav-prev a,.gdlr-core-flexslider[data-nav="navigation-outer-plain-round"] .flex-direction-nav .flex-nav-next a {
    opacity: 0;
    transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms
}

.gdlr-core-flexslider[data-nav="navigation-outer-plain-round"]:hover .flex-direction-nav .flex-nav-prev a,.gdlr-core-flexslider[data-nav="navigation-outer-plain-round"]:hover .flex-direction-nav .flex-nav-next a {
    opacity: 1
}

.gdlr-core-flexslider[data-nav="navigation-outer-plain-round"] .flex-direction-nav li a.flex-prev i {
    margin-left: -3px
}

.gdlr-core-flexslider[data-nav="navigation-outer-plain-round"] .flex-direction-nav li a.flex-next i {
    margin-left: -1px
}

.gdlr-core-flexslider[data-nav="navigation-bottom"] .flex-nav-prev,.gdlr-core-flexslider[data-nav="navigation-bottom"] .flex-nav-next {
    position: static;
    display: inline-block;
    margin: 40px 4px 0
}

.gdlr-core-flexslider[data-nav="navigation-bottom"] .flex-direction-nav {
    text-align: center
}

.gdlr-core-flexslider.gdlr-core-bottom-nav-1 .flex-direction-nav li a {
    border-radius: 0
}

.gdlr-core-flexslider.gdlr-core-bottom-nav-1 .flex-direction-nav li a i {
    font-size: 24px
}

.gdlr-core-flexslider.gdlr-core-bottom-nav-1 .flex-nav-prev a,.gdlr-core-flexslider.gdlr-core-bottom-nav-1 .flex-nav-next a {
    padding: 20px 25px 20px 22px
}

.gdlr-core-flexslider.gdlr-core-nav-style-middle-large {
    position: static
}

.gdlr-core-flexslider.gdlr-core-nav-style-middle-large .flex-direction-nav li {
    margin-top: 0;
    top: auto
}

.gdlr-core-flexslider.gdlr-core-nav-style-middle-large .flex-direction-nav li a {
    padding: 17px;
    border-style: solid;
    border-width: 2px;
    background: transparent
}

.gdlr-core-flexslider.gdlr-core-nav-style-middle-large .flex-direction-nav li a i {
    font-size: 29px;
    width: 29px
}

.gdlr-core-flexslider.gdlr-core-nav-style-middle-plain {
    position: static
}

.gdlr-core-flexslider.gdlr-core-nav-style-middle-plain .flex-direction-nav li {
    margin-top: 0;
    top: auto
}

.gdlr-core-flexslider.gdlr-core-nav-style-middle-plain .flex-direction-nav li a {
    padding: 14px;
    background: transparent
}

.gdlr-core-flexslider.gdlr-core-nav-style-middle-plain .flex-direction-nav li a i {
    font-size: 35px;
    width: 35px
}

.gdlr-core-flexslider.gdlr-core-nav-style-middle-plain .flex-direction-nav li a i.arrow_carrot-left:before {
    font-family: simple-line-icons;
    content: "\e605"
}

.gdlr-core-flexslider.gdlr-core-nav-style-middle-plain .flex-direction-nav li a i.arrow_carrot-right:before {
    font-family: simple-line-icons;
    content: "\e606"
}

.gdlr-core-flexslider .flex-control-nav {
    margin-bottom: 0;
    position: relative
}

.gdlr-core-flexslider .flex-control-nav li {
    top: auto
}

.gdlr-core-flexslider .flex-control-nav {
    list-style: none;
    line-height: 0;
    margin-top: 30px;
    text-align: center;
    margin-left: 0
}

.gdlr-core-flexslider .flex-control-nav li {
    display: inline-block;
    margin: 0 5px
}

.gdlr-core-flexslider .flex-control-nav li a {
    width: 12px;
    height: 12px;
    display: block;
    text-indent: -999px;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.gdlr-core-flexslider.gdlr-core-bullet-style-round .flex-control-nav li a {
    border: none;
    width: 7px;
    height: 7px
}

.gdlr-core-flexslider.gdlr-core-bullet-style-round .flex-control-nav li a.flex-active {
    transform: scale(1.5)
}

.gdlr-core-flexslider.gdlr-core-bullet-style-round2 .flex-control-nav li a {
    border-width: 3px
}

.gdlr-core-flexslider.gdlr-core-bullet-style-round2 .flex-control-nav li a.flex-active {
    background: transparent!important
}

.gdlr-core-flexslider.gdlr-core-bullet-style-round3 .flex-control-nav li a {
    border: none;
    width: 8px;
    height: 8px;
    margin-bottom: 2px;
    margin-top: 2px
}

.gdlr-core-flexslider.gdlr-core-bullet-style-round3 .flex-control-nav li:nth-child(1) a,.gdlr-core-flexslider.gdlr-core-bullet-style-round3 .flex-control-nav li:nth-last-child(1) a {
    width: 4px;
    height: 4px;
    margin-top: 4px;
    margin-bottom: 4px
}

.gdlr-core-flexslider.gdlr-core-bullet-style-round3 .flex-control-nav li:nth-child(2) a,.gdlr-core-flexslider.gdlr-core-bullet-style-round3 .flex-control-nav li:nth-last-child(2) a {
    width: 6px;
    height: 6px;
    margin-top: 3px;
    margin-bottom: 3px
}

.gdlr-core-flexslider.gdlr-core-bullet-style-round3 .flex-control-nav li a.flex-active {
    width: 8px;
    height: 8px;
    margin-bottom: 2px;
    margin-top: 2px
}

.gdlr-core-flexslider.gdlr-core-bullet-style-cylinder .flex-control-nav {
    margin-top: 45px
}

.gdlr-core-flexslider.gdlr-core-bullet-style-cylinder .flex-control-nav li a {
    width: 20px;
    height: 6px;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-flexslider.gdlr-core-bullet-style-cylinder-left .flex-control-nav {
    margin-top: 45px;
    text-align: left
}

.gdlr-core-flexslider.gdlr-core-bullet-style-cylinder-left .flex-control-nav li a {
    width: 24px;
    height: 6px;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-flexslider.gdlr-core-bullet-style-cylinder.gdlr-core-style-2 .flex-control-nav li a {
    width: 12px;
    height: 12px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    transition: width 150ms;
    -moz-transition: width 150ms;
    -o-transition: width 150ms;
    -webkit-transition: width 150ms
}

.gdlr-core-flexslider.gdlr-core-bullet-style-cylinder.gdlr-core-style-2 .flex-control-nav li a:hover,.gdlr-core-flexslider.gdlr-core-bullet-style-cylinder.gdlr-core-style-2 .flex-control-nav li a.flex-active {
    width: 32px
}

.gdlr-core-flexslider.gdlr-core-bullet-style-cylinder.gdlr-core-style-3 .flex-control-nav li a {
    height: 4px;
    transition: width 150ms;
    -moz-transition: width 150ms;
    -o-transition: width 150ms;
    -webkit-transition: width 150ms
}

.gdlr-core-flexslider.gdlr-core-bullet-style-cylinder.gdlr-core-style-3 .flex-control-nav li a.flex-active {
    width: 30px
}

.gdlr-core-blog-item .gdlr-core-flexslider .flex-control-nav {
    margin-top: 45px
}

.gdlr-core-flexslider-nav .flex-direction-nav {
    margin-left: 0;
    list-style: none;
    zoom:1}

.gdlr-core-flexslider-nav .flex-direction-nav:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.gdlr-core-flexslider-nav.gdlr-core-absolute {
    position: absolute;
    top: 0
}

.gdlr-core-flexslider-nav.gdlr-core-absolute-center {
    position: absolute;
    top: 50%
}

.gdlr-core-flexslider-nav.gdlr-core-absolute.gdlr-core-left,.gdlr-core-flexslider-nav.gdlr-core-absolute-center.gdlr-core-left {
    left: 0
}

.gdlr-core-flexslider-nav.gdlr-core-absolute.gdlr-core-right,.gdlr-core-flexslider-nav.gdlr-core-absolute-center.gdlr-core-right {
    right: 0
}

.gdlr-core-flexslider-nav.gdlr-core-center-align .flex-direction-nav {
    display: inline-block;
    line-height: 1
}

.gdlr-core-flexslider-nav.gdlr-core-block-center {
    text-align: center;
    line-height: 0
}

.gdlr-core-flexslider-nav.gdlr-core-block-center .flex-direction-nav {
    display: inline-block
}

.gdlr-core-flexslider-nav.gdlr-core-plain-style-2 li {
    float: left;
    line-height: 1
}

.gdlr-core-flexslider-nav.gdlr-core-plain-style-2 li a {
    font-size: 29px;
    display: block;
    margin-left: 7px
}

.gdlr-core-flexslider-nav.gdlr-core-plain-style-2 li a i {
    display: block
}

.gdlr-core-flexslider-nav.gdlr-core-plain-style-2 li a.flex-prev i:before {
    content: "\23"
}

.gdlr-core-flexslider-nav.gdlr-core-plain-style-2 li a.flex-next i:before {
    content: "\24"
}

.gdlr-core-flexslider-nav.gdlr-core-plain-style-2.gdlr-core-absolute-center {
    margin-top: -18px
}

.gdlr-core-flexslider-nav.gdlr-core-plain-style li {
    float: left;
    line-height: 1
}

.gdlr-core-flexslider-nav.gdlr-core-plain-style li a {
    font-size: 29px;
    display: block
}

.gdlr-core-flexslider-nav.gdlr-core-plain-style li a i {
    display: block
}

.gdlr-core-flexslider-nav.gdlr-core-plain-style.gdlr-core-absolute-center {
    margin-top: -18px
}

.gdlr-core-flexslider-nav.gdlr-core-plain-style.gdlr-core-small li a {
    font-size: 23px;
    display: block
}

.gdlr-core-flexslider-nav.gdlr-core-plain-style.gdlr-core-small.gdlr-core-absolute-center {
    margin-top: -15px
}

.gdlr-core-flexslider-nav.gdlr-core-plain-style.gdlr-core-size-widget li a {
    font-size: 19px;
    margin-top: -4px
}

.gdlr-core-flexslider-nav.gdlr-core-plain-circle-style li {
    float: left;
    line-height: 1
}

.gdlr-core-flexslider-nav.gdlr-core-plain-circle-style li a {
    font-size: 47px;
    display: block;
    border-width: 3px;
    border-style: solid;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.gdlr-core-flexslider-nav.gdlr-core-plain-circle-style li a i {
    display: block
}

.gdlr-core-flexslider-nav.gdlr-core-plain-circle-style li a.flex-next {
    margin-left: 8px
}

.gdlr-core-flexslider-nav.gdlr-core-plain-circle-style li a.flex-next i {
    display: block;
    margin: -6px -4px -4px -6px
}

.gdlr-core-flexslider-nav.gdlr-core-plain-circle-style li a.flex-prev i {
    display: block;
    margin: -6px -4px -4px -6px
}

.gdlr-core-flexslider-nav.gdlr-core-plain-circle-style.gdlr-core-absolute-center {
    margin-top: -22px
}

.gdlr-core-flexslider-nav.gdlr-core-round-style li {
    float: left;
    line-height: 1
}

.gdlr-core-flexslider-nav.gdlr-core-round-style li.flex-nav-prev {
    margin-right: 8px
}

.gdlr-core-flexslider-nav.gdlr-core-round-style li a {
    font-size: 29px;
    padding: 16px;
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.gdlr-core-flexslider-nav.gdlr-core-round-style li a i {
    display: block
}

.gdlr-core-flexslider-nav.gdlr-core-round-style.gdlr-core-absolute-center {
    margin-top: -31px
}

.gdlr-core-flexslider-nav.gdlr-core-round-style.gdlr-core-small li a {
    font-size: 19px;
    padding: 17px
}

.gdlr-core-flexslider-nav.gdlr-core-round-style.gdlr-core-small li.flex-nav-prev {
    margin-right: 5px
}

.gdlr-core-flexslider-nav.gdlr-core-rectangle-style li {
    float: left;
    line-height: 1
}

.gdlr-core-flexslider-nav.gdlr-core-rectangle-style li.flex-nav-prev {
    margin-right: 1px
}

.gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a {
    width: 40px;
    height: 40px;
    font-size: 19px;
    padding: 10px;
    display: block
}

.gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a i {
    display: block
}

.gdlr-core-flexslider-nav.gdlr-core-rectangle-style.gdlr-core-absolute-center {
    margin-top: -24px
}

.gdlr-core-flexslider-nav.gdlr-core-rectangle-style.gdlr-core-large li.flex-nav-prev {
    margin-right: 4px
}

.gdlr-core-flexslider-nav.gdlr-core-rectangle-style.gdlr-core-large li a {
    width: 55px;
    height: 55px;
    font-size: 23px;
    text-align: center;
    padding: 15px
}

.gdlr-core-flexslider-nav.gdlr-core-rectangle-style.gdlr-core-large.gdlr-core-absolute-center {
    margin-top: -30px
}

.gdlr-core-flexslider[data-effect="kenburn"] img {
    animation-duration: 15000ms;
    -webkit-animation-duration: 15000ms
}

.gdlr-core-flexslider[data-effect="kenburn"] li {
    overflow: hidden
}

.gdlr-core-flexslider[data-effect="kenburn"] li.gdlr-core-active img {
    -webkit-animation-name: kenBurn;
    animation-name: kenBurn;
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

@-webkit-keyframes kenBurn {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

@keyframes kenBurn {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

.gdlr-core-flexslider[data-type="carousel"] ul.slides>li.flex-with-active-class {
    opacity: 0;
    transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms
}

.gdlr-core-flexslider[data-type="carousel"] ul.slides>li.flex-with-active-class.flex-active-slide {
    opacity: 1;
    transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms
}

.gdlr-core-flexslider.gdlr-core-overflow-visible[data-type="carousel"] ul.slides>li.flex-with-active-class {
    opacity: 1
}

.gdlr-core-flexslider-custom-nav {
    line-height: 1
}

.gdlr-core-flexslider-custom-nav i {
    transition: color 300ms,opacity 300ms;
    -moz-transition: color 300ms,opacity 300ms;
    -o-transition: color 300ms,opacity 300ms;
    -webkit-transition: color 300ms,opacity 300ms
}

.gdlr-core-flexslider-custom-nav .flex-prev {
    cursor: pointer;
    margin-right: 12px
}

.gdlr-core-flexslider-custom-nav .flex-next {
    cursor: pointer
}

.gdlr-core-flexslider-custom-nav.gdlr-core-style-navigation-top {
    margin-bottom: 35px
}

.gdlr-core-flexslider-custom-nav.gdlr-core-style-navigation-bottom {
    margin-top: 55px
}

.gdlr-core-flexslider-custom-nav.gdlr-core-style-navigation-inner .flex-prev {
    position: absolute;
    left: 20px;
    top: 50%;
    z-index: 1
}

.gdlr-core-flexslider-custom-nav.gdlr-core-style-navigation-inner .flex-next {
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 1
}

.gdlr-core-flexslider[data-nav="navigation-outer"] {
    position: static;
    padding-left: 300px;
    margin-left: -300px;
    padding-right: 300px;
    margin-right: -300px
}

.gdlr-core-flexslider-custom-nav.gdlr-core-style-navigation-outer .flex-prev {
    position: absolute;
    left: 35px;
    z-index: 1
}

.gdlr-core-flexslider-custom-nav.gdlr-core-style-navigation-outer .flex-next {
    position: absolute;
    right: 35px;
    z-index: 1
}

.gdlr-core-flexslider.gdlr-core-overflow-visible .flex-viewport {
    overflow: visible!important
}

.gdlr-core-flexslider .gdlr-core-flexslider-custom-nav.gdlr-core-show-on-hover i {
    opacity: 0
}

.gdlr-core-flexslider:hover .gdlr-core-flexslider-custom-nav.gdlr-core-show-on-hover i {
    opacity: 1
}

.gdlr-core-custom-menu-item {
    font-size: 16px;
    font-weight: 600
}

.gdlr-core-custom-menu-item ul {
    list-style: none;
    margin-left: 0
}

.gdlr-core-custom-menu-item ul li {
    padding-bottom: 14px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 14px
}

.gdlr-core-portfolio-badge-wrap {
    position: relative
}

.gdlr-core-portfolio-badge {
    line-height: 20px;
    width: 42px;
    height: 42px;
    text-align: center;
    padding: 11px 0;
    font-size: 10px;
    text-transform: uppercase;
    position: absolute;
    right: -11px;
    top: -11px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 10
}

.gdlr-core-portfolio-item .gdlr-core-flexslider.gdlr-core-with-outer-frame-element .flex-viewport {
    padding-top: 11px;
    padding-right: 11px;
    margin-right: -11px
}

.gdlr-core-portfolio-item .gdlr-core-now-loading {
    position: absolute;
    background: url(../../../plugins/goodlayers-core/include/images/portfolio/now-loading.gif) center no-repeat;
    width: 55px;
    height: 55px;
    left: 50%;
    margin-left: -28px;
    background-color: #fff;
    margin-top: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.gdlr-core-portfolio-view-all-works {
    text-align: center;
    margin-top: 50px
}

.gdlr-core-portfolio-view-all-works .gdlr-core-button {
    letter-spacing: 0;
    text-transform: none
}

.gdlr-core-portfolio-view-all-works i {
    font-size: 35px;
    cursor: pointer;
    vertical-align: middle
}

.gdlr-core-portfolio-view-all-works i.flex-prev {
    margin-right: 20px
}

.gdlr-core-portfolio-view-all-works i.flex-next {
    margin-left: 18px
}

.gdlr-core-portfolio-thumbnail {
    position: relative;
    overflow: hidden
}

.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-overlay {
    text-align: center
}

.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-title {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 0;
    display: block;
    line-height: 1.4
}

.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-icon {
    font-size: 22px
}

.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-info {
    font-size: 13px;
    font-style: italic;
    letter-spacing: .5px;
    display: block
}

.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-info .gdlr-core-sep {
    margin: 0 3px
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-icon-title .gdlr-core-portfolio-title {
    margin-top: 26px
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-title-icon .gdlr-core-portfolio-title {
    margin-bottom: 26px
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-title-tag .gdlr-core-portfolio-info {
    margin-top: 26px
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-tag-title .gdlr-core-portfolio-info {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 2px
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-title-date .gdlr-core-portfolio-date-wrap {
    margin-top: 12px;
    display: block;
    font-size: 15px;
    font-style: normal;
    letter-spacing: 0
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-icon-title-tag .gdlr-core-portfolio-title {
    margin-top: 30px
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-icon-title-tag .gdlr-core-portfolio-info {
    margin-top: 10px
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-icon-title_bottom .gdlr-core-portfolio-title {
    position: absolute;
    bottom: 33px;
    left: 30px;
    right: 30px;
    text-align: left;
    line-height: 1.4
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-icon-title_bottom.gdlr-core-no-image .gdlr-core-portfolio-title {
    position: static;
    margin-top: 10px
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-margin-title-icon .gdlr-core-portfolio-title {
    margin-bottom: 26px
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-margin-title-tag .gdlr-core-portfolio-info {
    margin-top: 26px
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-margin-icon-title-tag .gdlr-core-portfolio-title {
    margin-top: 30px
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-margin-icon-title-tag .gdlr-core-portfolio-info {
    margin-top: 10px
}

.gdlr-core-portfolio-thumbnail .gdlr-core-image-overlay-slide {
    transform: translate3d(0,100%,0);
    -webkit-transform: translate3d(0,100%,0);
    transition: transform 150ms ease-out;
    -moz-transition: transform 150ms ease-out;
    -o-transition: transform 150ms ease-out;
    -webkit-transition: transform 150ms ease-out
}

.gdlr-core-portfolio-thumbnail:hover .gdlr-core-image-overlay-slide {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0)
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-title-tag-slide .gdlr-core-image-overlay-slide {
    opacity: 1;
    top: auto;
    text-align: left;
    padding: 20px 30px
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-title-tag-slide .gdlr-core-image-overlay-content {
    position: static
}

.gdlr-core-portfolio-thumbnail.gdlr-core-style-title-tag-slide .gdlr-core-portfolio-info {
    margin-top: 3px
}

.gdlr-core-portfolio-thumbnail .gdlr-core-image-overlay.gdlr-core-with-margin {
    left: 18px;
    top: 18px;
    right: 18px;
    bottom: 18px
}

.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-overlay.gdlr-core-title-tag-bottom {
    text-align: left
}

.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-overlay.gdlr-core-title-tag-bottom .gdlr-core-image-overlay-content {
    left: 28px;
    bottom: 23px;
    top: auto
}

.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-overlay.gdlr-core-title-tag-bottom .gdlr-core-portfolio-title {
    border-left-width: 4px;
    border-left-style: solid;
    padding-left: 8px;
    line-height: 1;
    margin-bottom: 10px
}

.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-overlay.gdlr-core-title-tag-bottom .gdlr-core-portfolio-info {
    font-size: 15px;
    font-style: normal
}

.gdlr-core-flexslider.flexslider ul.slides>li .gdlr-core-portfolio-grid {
    margin-bottom: 0
}

.gdlr-core-portfolio-grid {
    margin-bottom: 40px;
    position: relative
}

.gdlr-core-portfolio-grid .gdlr-core-portfolio-content-wrap {
    padding-top: 28px
}

.gdlr-core-portfolio-grid .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 7px;
    position: relative
}

.gdlr-core-portfolio-grid .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 7px;
    display: block;
    position: relative
}

.gdlr-core-portfolio-grid .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info .gdlr-core-sep {
    margin: 0 3px
}

.gdlr-core-portfolio-grid .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-content {
    padding-top: 8px;
    margin-bottom: 7px;
    position: relative
}

.gdlr-core-portfolio-grid.gdlr-core-style-with-frame {
    overflow: hidden
}

.gdlr-core-portfolio-grid.gdlr-core-style-with-frame .gdlr-core-portfolio-content-wrap {
    padding: 28px 29px 19px;
    position: relative
}

.gdlr-core-portfolio-grid.gdlr-core-style-with-frame .gdlr-core-portfolio-grid-frame {
    background: #f5f5f5;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.gdlr-core-portfolio-grid.gdlr-core-style-with-bottom-border .gdlr-core-portfolio-content-wrap {
    padding: 25px 29px 10px;
    border-bottom-width: 2px;
    border-bottom-style: solid
}

.gdlr-core-portfolio-item-style-grid-no-space .gdlr-core-portfolio-content-wrap {
    padding-left: 30px;
    padding-right: 30px
}

.gdlr-core-portfolio-grid2 {
    background: #f3f3f3;
    overflow: hidden;
    border-style: solid
}

.gdlr-core-portfolio-grid2 .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info {
    background: #3d3ac2
}

.gdlr-core-portfolio-grid2 .gdlr-core-portfolio-content-wrap {
    padding: 33px 29px 30px
}

.gdlr-core-portfolio-grid2 .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info,.gdlr-core-portfolio-grid2 .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info a,.gdlr-core-portfolio-grid2 .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info a:hover {
    color: #fff
}

.gdlr-core-portfolio-grid2 .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-title {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 13px
}

.gdlr-core-portfolio-grid2 .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info {
    display: inline-block;
    font-size: 10px;
    margin-bottom: 13px;
    padding: 4px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-portfolio-medium {
    display: table;
    width: 100%;
    margin-bottom: 80px
}

.gdlr-core-portfolio-medium .gdlr-core-portfolio-thumbnail-wrap {
    display: table-cell;
    position: relative
}

.gdlr-core-portfolio-medium .gdlr-core-portfolio-content-wrap {
    display: table-cell;
    vertical-align: middle
}

.gdlr-core-portfolio-medium .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 6px
}

.gdlr-core-portfolio-medium .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 6px
}

.gdlr-core-portfolio-medium .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info .gdlr-core-sep {
    margin: 0 3px
}

.gdlr-core-portfolio-medium .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-content {
    padding-top: 25px
}

.gdlr-core-portfolio-medium .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-read-more {
    display: inline-block;
    margin-top: 29px;
    font-style: italic
}

.gdlr-core-portfolio-medium.gdlr-core-size-small .gdlr-core-portfolio-thumbnail-wrap {
    width: 35%
}

.gdlr-core-portfolio-medium.gdlr-core-size-large .gdlr-core-portfolio-thumbnail-wrap {
    width: 70%
}

.gdlr-core-portfolio-medium.gdlr-core-style-left .gdlr-core-portfolio-content-wrap {
    padding-left: 80px
}

.gdlr-core-portfolio-medium.gdlr-core-style-right .gdlr-core-portfolio-content-wrap {
    padding-right: 80px
}

.gdlr-core-portfolio-medium-feature {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
    margin-left: 35px;
    margin-right: 35px
}

.gdlr-core-portfolio-medium-feature .gdlr-core-item-list-inner {
    display: table
}

.gdlr-core-portfolio-medium-feature .gdlr-core-portfolio-title {
    font-size: 22px;
    margin-bottom: 0
}

.gdlr-core-portfolio-medium-feature .gdlr-core-portfolio-info {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px
}

.gdlr-core-portfolio-medium-feature .gdlr-core-portfolio-content-wrap {
    display: table-cell;
    width: 29%;
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    background: #f3f3f3;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px
}

.gdlr-core-portfolio-medium-feature .gdlr-core-portfolio-content-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.gdlr-core-portfolio-medium-feature .gdlr-core-portfolio-thumbnail {
    margin-top: -60px;
    margin-bottom: -60px;
    transition: margin 300ms;
    -moz-transition: margin 300ms;
    -o-transition: margin 300ms;
    -webkit-transition: margin 300ms
}

.gdlr-core-portfolio-medium-feature:hover .gdlr-core-portfolio-thumbnail {
    margin-top: -70px;
    margin-bottom: -50px
}

.gdlr-core-portfolio-medium-feature .gdlr-core-portfolio-thumbnail-wrap {
    display: table-cell;
    vertical-align: middle
}

.gdlr-core-portfolio-medium-feature .gdlr-core-portfolio-thumbnail {
    box-shadow: 20px 0 40px rgba(0,0,0,.2);
    -moz-box-shadow: 20px 0 40px rgba(0,0,0,.2);
    -webkit-box-shadow: -20px 0 40px rgba(0,0,0,.2)
}

.gdlr-core-portfolio-medium-feature .gdlr-core-portfolio-content-wrap {
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1)
}

.gdlr-core-flexslider .gdlr-core-portfolio-medium-feature {
    margin-bottom: 0
}

.gdlr-core-portfolio-item-style-medium-feature .flex-viewport {
    overflow: visible!important
}

.gdlr-core-portfolio-modern,.gdlr-core-portfolio-modern-desc {
    overflow: hidden
}

.gdlr-core-portfolio-modern-desc .gdlr-core-image-overlay-content {
    top: auto;
    bottom: 30px
}

.gdlr-core-portfolio-modern-desc .gdlr-core-portfolio-title {
    font-size: 16px;
    margin-bottom: 5px
}

.gdlr-core-portfolio-modern-desc .gdlr-core-portfolio-info-tag {
    margin-bottom: 5px
}

.gdlr-core-portfolio-modern-desc .gdlr-core-portfolio-content {
    padding-top: 16px;
    padding-bottom: 20px;
    display: block
}

.gdlr-core-portfolio-modern-desc .gdlr-core-portfolio-icon-wrap {
    display: block;
    margin-bottom: 50px
}

.gdlr-core-portfolio-metro {
    overflow: hidden
}

.gdlr-core-portfolio-item .gdlr-core-portfolio-read-more-wrap {
    position: relative;
    margin-top: 20px;
    margin-bottom: 8px
}

.gdlr-core-portfolio-item .gdlr-core-portfolio-read-more {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px
}

.gdlr-core-portfolio-fixed-metro-item.gdlr-core-half-height {
    position: relative;
    overflow: hidden
}

.gdlr-core-portfolio-fixed-metro-item.gdlr-core-half-height .gdlr-core-portfolio-thumbnail {
    position: static
}

.gdlr-core-portfolio-single-nav-wrap {
    border-top: 2px;
    border-style: solid;
    padding: 47px 0
}

.gdlr-core-portfolio-single-nav i {
    font-size: 25px
}

.gdlr-core-portfolio-single-nav .gdlr-core-portfolio-text {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px
}

.gdlr-core-portfolio-single-nav-left {
    float: left
}

.gdlr-core-portfolio-single-nav-left i {
    margin-right: 15px;
    vertical-align: middle
}

.gdlr-core-portfolio-single-nav-right {
    float: right
}

.gdlr-core-portfolio-single-nav-right i {
    margin-left: 15px;
    vertical-align: middle
}

.gdlr-core-portfolio-single-nav-wrap.gdlr-core-style-2 {
    border-top: 0;
    position: relative;
    text-align: center
}

.gdlr-core-portfolio-single-nav-wrap.gdlr-core-style-2 .gdlr-core-portfolio-single-nav i {
    font-size: 20px;
    margin-right: 20px;
    background: #f3f3f3;
    padding: 14px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-portfolio-single-nav-wrap.gdlr-core-style-2 .gdlr-core-portfolio-single-nav .gdlr-core-portfolio-text {
    font-size: 17px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle
}

.gdlr-core-portfolio-single-nav-wrap.gdlr-core-style-2 .gdlr-core-portfolio-single-nav-middle {
    font-size: 22px;
    background: #f3f3f3;
    padding: 13px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -24px;
    line-height: 0
}

.gdlr-core-portfolio-single-related {
    padding-top: 70px
}

.gdlr-core-portfolio-single-related .gdlr-core-portfolio-single-related-head {
    font-size: 22px;
    margin-bottom: 42px
}

.gdlr-core-portfolio-single-related.gdlr-core-style-grid .gdlr-core-portfolio-item-holder {
    margin-bottom: 20px
}

.gdlr-core-portfolio-single-related.gdlr-core-style-modern .gdlr-core-portfolio-item-holder {
    margin-bottom: 30px
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-half {
    margin-left: 0;
    list-style: none
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-half li {
    float: left;
    width: 50%;
    margin-bottom: 8px
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-half li ul {
    list-style: none;
    margin-left: 18px;
    margin-top: 8px;
    margin-bottom: 0
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-half:after,ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-half li ul:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-half li:nth-child(2n-1) {
    clear: left
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list {
    margin-left: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 500
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 13px 0
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list li a {
    display: inline-block;
    padding-left: 15px;
    border-left-width: 3px;
    border-left-style: solid
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list li a:before {
    content: "\f178";
    font-family: "fontAwesome";
    padding-right: 12px;
    margin-left: -26px;
    opacity: 0;
    transition: opacity 200ms,margin-left 200ms;
    -moz-transition: opacity 200ms,margin-left 200ms;
    -o-transition: opacity 200ms,margin-left 200ms;
    -webkit-transition: opacity 200ms,margin-left 200ms
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list li a:hover:before,ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list li.current-menu-item a:before,ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list li.current-menu-ancestor a:before {
    opacity: 1;
    margin-left: 0
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list2 {
    margin-left: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 500
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list2 li {
    border-bottom-width: 1px;
    border-bottom-style: solid
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list2 li:first-child {
    border-top-width: 1px;
    border-top-style: solid
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list2 li a {
    font-weight: 600;
    display: inline-block;
    padding: 10px 0;
    border-left-width: 0;
    border-left-style: solid;
    border-left-color: transparent
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list2 li a:before {
    content: "\24";
    font-family: "ElegantIcons";
    padding-right: 12px;
    font-size: 18px;
    vertical-align: middle;
    opacity: 1;
    margin-left: 0;
    font-weight: 400;
    transition: opacity 200ms,margin-left 200ms;
    -moz-transition: opacity 200ms,margin-left 200ms;
    -o-transition: opacity 200ms,margin-left 200ms;
    -webkit-transition: opacity 200ms,margin-left 200ms
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list2 li a:hover,ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list2 li.current-menu-item a,ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list2 li.current-menu-ancestor a {
    border-left-width: 3px
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list2 li a:hover:before,ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list2 li.current-menu-item a:before,ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list2 li.current-menu-ancestor a:before {
    opacity: 1;
    margin-left: 12px
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-plain {
    margin-left: 0;
    list-style: none
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-plain li {
    margin-bottom: 8px
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-box {
    list-style: none;
    margin-left: 0;
    font-weight: 600
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-box li a {
    display: block;
    background: #f3f3f3;
    margin-bottom: 2px;
    padding: 12px 22px
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-box li a:after {
    content: "\f105";
    font-family: fontAwesome;
    float: right
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-box2 {
    list-style: none;
    margin-left: 0;
    font-weight: 600
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-box2:after {
    content: " ";
    border-bottom-width: 5px;
    border-bottom-style: solid;
    display: block;
    margin-top: 28px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-box2 li a {
    display: block;
    background: #f3f3f3;
    margin-bottom: 4px;
    padding: 17px 22px 19px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-box2 li a:after {
    content: "\f178";
    font-family: fontAwesome;
    float: right
}

.gdlr-core-custom-menu-widget .gdlr-core-nav-side-text.gdlr-core-with-bg {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500
}

.gdlr-core-recent-comment-widget .gdlr-core-recent-comment-widget-item {
    padding-top: 22px;
    border-top-width: 1px;
    border-top-style: solid;
    margin-bottom: 23px
}

.gdlr-core-recent-comment-widget .gdlr-core-recent-comment-widget-item:first-child {
    padding-top: 0;
    border-top: none
}

.gdlr-core-recent-comment-widget .gdlr-core-recent-comment-widget-avatar {
    overflow: hidden;
    border-radius: 50%;
    float: left;
    margin-right: 25px
}

.gdlr-core-recent-comment-widget .gdlr-core-recent-comment-widget-content {
    overflow: hidden
}

.gdlr-core-recent-comment-widget .gdlr-core-recent-comment-widget-author {
    font-weight: 700
}

.gdlr-core-recent-comment-widget .gdlr-core-recent-comment-widget-author {
    font-size: 16px;
    margin-bottom: 10px
}

.gdlr-core-recent-comment-widget .gdlr-core-recent-comment-widget-excerpt {
    font-size: 14px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-1 {
    padding-top: 8px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-1 .gdlr-core-recent-post-widget {
    margin-bottom: 20px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-1 .gdlr-core-recent-post-widget-thumbnail {
    float: left;
    max-width: 75px;
    margin-right: 23px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-1 .gdlr-core-recent-post-widget-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: -5px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-1 .gdlr-core-recent-post-widget-content {
    overflow: hidden
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-1 .gdlr-core-blog-info {
    display: inline-block;
    margin-right: 20px;
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: .5px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-1 .gdlr-core-blog-info i {
    display: inline-block;
    font-size: 15px;
    margin-right: 8px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-1 .gdlr-core-blog-info .gdlr-core-head {
    vertical-align: middle
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-3 {
    padding-top: 8px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-3 .gdlr-core-recent-post-widget {
    margin-bottom: 20px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-3 .gdlr-core-recent-post-widget-thumbnail {
    float: left;
    max-width: 75px;
    margin-right: 23px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-3 .gdlr-core-recent-post-widget-title {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 8px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-3 .gdlr-core-recent-post-widget-content {
    overflow: hidden
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-3 .gdlr-core-blog-info {
    display: inline-block;
    margin-right: 20px;
    font-size: 13px;
    line-height: 15px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-3 .gdlr-core-blog-info i {
    display: inline-block;
    font-size: 15px;
    margin-right: 8px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-4 {
    padding-top: 8px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-4 .gdlr-core-recent-post-widget {
    margin-bottom: 30px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-4 .gdlr-core-recent-post-widget-thumbnail {
    float: left;
    max-width: 60px;
    margin-right: 23px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-4 .gdlr-core-recent-post-widget-title {
    font-size: 18px;
    font-weight: 700
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-4 .gdlr-core-recent-post-widget-content {
    overflow: hidden
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-4 .gdlr-core-blog-info {
    display: inline-block;
    margin-right: 20px;
    font-size: 15px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-4 .gdlr-core-blog-info i {
    display: none
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-4 .gdlr-core-blog-info .gdlr-core-head {
    vertical-align: middle
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-2 .gdlr-core-recent-post-widget-title {
    font-size: 16px;
    font-weight: 600
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-2 .gdlr-core-recent-post-widget-info i {
    display: none
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-2 .gdlr-core-recent-post-widget-info {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-2 .gdlr-core-recent-post-widget-content {
    margin-bottom: 20px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-full .gdlr-core-recent-post-widget {
    margin-bottom: 30px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-full .gdlr-core-recent-post-widget-thumbnail {
    margin-bottom: 20px;
    position: relative
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-full .gdlr-core-recent-post-widget-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-full .gdlr-core-blog-info {
    display: inline-block;
    margin-right: 20px;
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: .5px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-full .gdlr-core-blog-info i {
    display: inline-block;
    font-size: 15px;
    margin-right: 8px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-full .gdlr-core-recent-post-widget-thumbnail .gdlr-core-blog-info-category {
    position: absolute;
    left: 18px;
    top: 16px;
    font-size: 12px;
    line-height: 1;
    padding: 8px 15px;
    text-transform: none;
    letter-spacing: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-full .gdlr-core-recent-post-widget-thumbnail .gdlr-core-blog-info-category a,.gdlr-core-recent-post-widget-wrap.gdlr-core-style-full .gdlr-core-recent-post-widget-thumbnail .gdlr-core-blog-info-category span {
    color: #fff
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-full .gdlr-core-recent-post-widget-thumbnail .gdlr-core-blog-info-category .gdlr-core-head {
    display: none
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-full .gdlr-core-recent-post-widget-thumbnail .gdlr-core-recent-post-widget-thumbnail-video {
    margin-left: -30px;
    margin-top: -30px;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    padding: 20px 17px 20px 23px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.gdlr-core-post-slider-widget-wrap {
    padding-top: 8px
}

.gdlr-core-post-slider-widget-overlay {
    top: auto
}

.gdlr-core-post-slider-widget-overlay .gdlr-core-post-slider-widget-title {
    font-size: 18px;
    margin-bottom: 8px;
    display: block
}

.gdlr-core-post-slider-widget-overlay .gdlr-core-image-overlay-content {
    position: relative;
    left: 0;
    right: 0;
    padding: 23px 28px 23px;
    text-align: left
}

.gdlr-core-post-slider-widget-overlay .gdlr-core-blog-info {
    display: inline-block;
    margin-right: 18px;
    font-size: 11px;
    text-transform: uppercase
}

.gdlr-core-post-slider-widget-overlay .gdlr-core-blog-info i {
    font-size: 15px;
    margin-right: 10px
}

.gdlr-core-portfolio-slider-widget-wrap {
    padding-top: 8px
}

.gdlr-core-portfolio-slider-widget-wrap .gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-title {
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
    letter-spacing: .3
}

.gdlr-core-recent-portfolio-widget-wrap {
    padding-top: 8px
}

.gdlr-core-recent-portfolio-widget {
    max-width: 103px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

.gdlr-core-instagram-item .gdlr-core-instagram-item-title {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 10px
}

.gdlr-core-instagram-item .gdlr-core-instagram-item-title-wrap {
    margin-bottom: 30px
}

.gdlr-core-instagram-item .flexslider ul li img {
    display: block
}

.gdlr-core-instagram-item .gdlr-core-instagram-item-title-nav {
    font-size: 22px;
    text-align: center
}

.gdlr-core-instagram-item .gdlr-core-instagram-item-title-nav i {
    margin: 0 12px;
    cursor: pointer
}

.gdlr-core-instagram-item .gdlr-core-instagram-item-content a {
    display: block;
    padding-bottom: 100%;
    position: relative
}

.gdlr-core-instagram-item .flexslider ul.slides a {
    display: block;
    padding-bottom: 100%;
    position: relative
}

.gdlr-core-instagram-item .gdlr-core-media-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute
}

ul.gdlr-core-twitter-widget-wrap {
    list-style: none;
    margin-left: 0
}

ul.gdlr-core-twitter-widget-wrap li {
    margin-bottom: 30px
}

ul.gdlr-core-twitter-widget-wrap li:before {
    content: "\f099";
    font-family: "fontAwesome";
    float: left;
    font-size: 18px;
    margin-right: 25px
}

ul.gdlr-core-twitter-widget-wrap li .gdlr-core-twitter-widget {
    overflow: hidden
}

ul.gdlr-core-twitter-widget-wrap li .gdlr-core-twitter-widget-content {
    display: block;
    margin-bottom: 15px
}

ul.gdlr-core-twitter-widget-wrap li .gdlr-core-twitter-widget-date {
    display: block;
    font-size: 13px
}

ul.gdlr-core-twitter-content-list {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0
}

ul.gdlr-core-twitter-content-list li {
    margin-bottom: 25px
}

ul.gdlr-core-twitter-content-list li:last-child {
    margin-bottom: 0
}

.gdlr-core-twitter-item-list .gdlr-core-twitter-item-list-date {
    display: block;
    margin-top: 12px
}

.gdlr-core-event-item .gdlr-core-event-item-info-wrap {
    font-size: 15px
}

.gdlr-core-event-item .gdlr-core-event-item-info-wrap .gdlr-core-head {
    margin-right: 10px
}

.gdlr-core-event-item-info.gdlr-core-type-start-date-month {
    display: block;
    float: left;
    width: 40px;
    text-align: center;
    white-space: nowrap;
    margin-right: 25px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    padding-bottom: 10px
}

.gdlr-core-type-start-date-month .gdlr-core-date {
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    display: block
}

.gdlr-core-type-start-date-month .gdlr-core-month {
    font-size: 17px;
    display: block;
    font-weight: 700;
    text-transform: uppercase
}

.gdlr-core-event-item-list.gdlr-core-style-widget .gdlr-core-event-widget {
    margin-bottom: 28px
}

.gdlr-core-event-item-list.gdlr-core-style-widget .gdlr-core-event-item-title {
    font-size: 23px;
    margin-bottom: 15px
}

.gdlr-core-event-item-list.gdlr-core-style-widget .gdlr-core-event-item-content-wrap {
    overflow: hidden
}

.gdlr-core-event-item-list.gdlr-core-style-widget .gdlr-core-event-item-info {
    margin-bottom: 2px;
    margin-right: 25px
}

.gdlr-core-event-item-list .gdlr-core-evet-widget-thumbnail {
    margin-bottom: 25px
}

.gdlr-core-event-item-list.gdlr-core-style-widget.gdlr-core-with-border .gdlr-core-event-widget {
    padding-bottom: 28px;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.gdlr-core-event-item-list.gdlr-core-style-widget.gdlr-core-with-border .gdlr-core-event-widget {
    padding-bottom: 28px
}

.gdlr-core-event-item-list.gdlr-core-style-widget.gdlr-core-with-border:last-child .gdlr-core-event-widget {
    padding-bottom: 0;
    border-bottom-width: 0
}

.gdlr-core-event-item-list.gdlr-core-style-grid {
    margin-bottom: 35px
}

.gdlr-core-event-item-list.gdlr-core-style-grid .gdlr-core-event-item-thumbnail {
    overflow: hidden
}

.gdlr-core-event-item-list.gdlr-core-style-grid.gdlr-core-without-frame .gdlr-core-event-item-thumbnail {
    margin-bottom: 28px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-event-item-list.gdlr-core-style-grid .gdlr-core-event-item-title {
    font-size: 19px;
    margin-bottom: 14px;
    font-weight: 700
}

.gdlr-core-event-item-list.gdlr-core-style-grid .gdlr-core-event-item-content-wrap {
    overflow: hidden
}

.gdlr-core-event-item-list.gdlr-core-style-grid .gdlr-core-event-item-info {
    display: block;
    margin-bottom: 2px
}

.gdlr-core-event-item-list.gdlr-core-style-grid2 {
    margin-bottom: 35px
}

.gdlr-core-event-item-list.gdlr-core-style-grid2 .gdlr-core-event-item-thumbnail {
    overflow: hidden
}

.gdlr-core-event-item-list.gdlr-core-style-grid2.gdlr-core-without-frame .gdlr-core-event-item-thumbnail {
    margin-bottom: 28px;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-event-item-list.gdlr-core-style-grid2 .gdlr-core-event-item-title {
    font-size: 19px;
    margin-bottom: 22px;
    font-weight: 700
}

.gdlr-core-event-item-list.gdlr-core-style-grid2 .gdlr-core-event-item-content-wrap {
    overflow: hidden
}

.gdlr-core-event-item-list.gdlr-core-style-grid2 .gdlr-core-event-item-info {
    display: block;
    margin-bottom: 2px;
    font-weight: 600
}

.gdlr-core-event-item-list.gdlr-core-style-grid2 .gdlr-core-event-item-info.gdlr-core-type-start-time {
    margin-bottom: 10px;
    font-weight: 400
}

.gdlr-core-event-item-list .gdlr-core-frame {
    background: #fff;
    padding: 20px 32px 30px
}

.widget .gdlr-core-event-item-list.gdlr-core-style-widget .gdlr-core-event-item-title {
    font-size: 19px;
    margin-bottom: 13px
}

@media only screen and (max-width: 768px) {
    .gdlr-core-event-item-list .gdlr-core-evet-widget-thumbnail.gdlr-core-extend {
        margin-left:-50px
    }
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    .gdlr-core-event-item-list .gdlr-core-evet-widget-thumbnail.gdlr-core-extend {
        margin-left:-100px
    }
}

@media only screen and (min-width: 1171px) and (max-width:1400px) {
    .gdlr-core-event-item-list .gdlr-core-evet-widget-thumbnail.gdlr-core-extend {
        margin-left:-200px
    }
}

@media only screen and (min-width: 1401px) and (max-width:1600px) {
    .gdlr-core-event-item-list .gdlr-core-evet-widget-thumbnail.gdlr-core-extend {
        margin-left:-300px
    }
}

@media only screen and (min-width: 1601px) {
    .gdlr-core-event-item-list .gdlr-core-evet-widget-thumbnail.gdlr-core-extend {
        margin-left:-400px
    }
}

@media only screen and (max-width: 768px) {
    .rtl .gdlr-core-event-item-list .gdlr-core-evet-widget-thumbnail.gdlr-core-extend {
        margin-left:0;
        margin-right: -50px
    }
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    .rtl .gdlr-core-event-item-list .gdlr-core-evet-widget-thumbnail.gdlr-core-extend {
        margin-left:0;
        margin-right: -100px
    }
}

@media only screen and (min-width: 1171px) and (max-width:1400px) {
    .rtl .gdlr-core-event-item-list .gdlr-core-evet-widget-thumbnail.gdlr-core-extend {
        margin-left:0;
        margin-right: -200px
    }
}

@media only screen and (min-width: 1401px) and (max-width:1600px) {
    .rtl .gdlr-core-event-item-list .gdlr-core-evet-widget-thumbnail.gdlr-core-extend {
        margin-left:0;
        margin-right: -300px
    }
}

@media only screen and (min-width: 1601px) {
    .rtl .gdlr-core-event-item-list .gdlr-core-evet-widget-thumbnail.gdlr-core-extend {
        margin-left:0;
        margin-right: -400px
    }
}

.gdlr-core-newsletter-item.gdlr-core-style-rectangle .gdlr-core-newsletter-form {
    max-width: 535px;
    margin: 0 auto
}

.gdlr-core-newsletter-item.gdlr-core-style-rectangle .gdlr-core-newsletter-email {
    float: left;
    width: 70%
}

.gdlr-core-newsletter-item.gdlr-core-style-rectangle .gdlr-core-newsletter-submit {
    overflow: hidden
}

.gdlr-core-newsletter-item.gdlr-core-style-rectangle .gdlr-core-newsletter-email input[type="email"] {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    border-width: 1px;
    padding: 19px 20px;
    height: 58px
}

.gdlr-core-newsletter-item.gdlr-core-style-rectangle .gdlr-core-newsletter-submit input[type="submit"] {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    padding: 19px 0;
    height: 58px
}

.gdlr-core-newsletter-item.gdlr-core-style-rectangle-tbutton .gdlr-core-newsletter-form {
    max-width: 535px;
    margin: 0 auto
}

.gdlr-core-newsletter-item.gdlr-core-style-rectangle-tbutton .gdlr-core-newsletter-email {
    float: left;
    width: 70%
}

.gdlr-core-newsletter-item.gdlr-core-style-rectangle-tbutton .gdlr-core-newsletter-submit {
    overflow: hidden
}

.gdlr-core-newsletter-item.gdlr-core-style-rectangle-tbutton .gdlr-core-newsletter-email input[type="email"] {
    width: 98%;
    margin-right: 2%;
    font-size: 15px;
    line-height: 20px;
    border-width: 1px;
    padding: 19px 20px;
    height: 58px
}

.gdlr-core-newsletter-item.gdlr-core-style-rectangle-tbutton .gdlr-core-newsletter-submit input[type="submit"] {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    padding: 17px 0;
    height: 58px;
    background: transparent;
    border-width: 2px;
    border-style: solid
}

.gdlr-core-newsletter-item.gdlr-core-style-rectangle-full .gdlr-core-newsletter-form {
    max-width: 535px;
    margin: 0 auto
}

.gdlr-core-newsletter-item.gdlr-core-style-rectangle-full .gdlr-core-newsletter-email {
    margin-bottom: 14px
}

.gdlr-core-newsletter-item.gdlr-core-style-rectangle-full .gdlr-core-newsletter-email input[type="email"] {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    border-width: 1px;
    padding: 15px 20px
}

.gdlr-core-newsletter-item.gdlr-core-style-rectangle-full .gdlr-core-newsletter-submit input[type="submit"] {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    padding: 14px 0
}

.gdlr-core-newsletter-item.gdlr-core-style-transparent-bottom-border .gdlr-core-newsletter-form {
    max-width: 535px;
    margin: 0 auto
}

.gdlr-core-newsletter-item.gdlr-core-style-transparent-bottom-border .gdlr-core-newsletter-email {
    float: left;
    width: 70%;
    padding-right: 20px
}

.gdlr-core-newsletter-item.gdlr-core-style-transparent-bottom-border .gdlr-core-newsletter-submit {
    overflow: hidden
}

.gdlr-core-newsletter-item.gdlr-core-style-transparent-bottom-border .gdlr-core-newsletter-email input[type="email"] {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0;
    height: 48px;
    border-width: 0 0 2px 0;
    border-bottom-style: solid;
    background: transparent!important
}

.gdlr-core-newsletter-item.gdlr-core-style-transparent-bottom-border .gdlr-core-newsletter-submit input[type="submit"] {
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 0;
    height: 48px
}

.gdlr-core-newsletter-item.gdlr-core-style-curve .gdlr-core-newsletter-form {
    max-width: 535px;
    margin: 0 auto
}

.gdlr-core-newsletter-item.gdlr-core-style-curve .gdlr-core-newsletter-email {
    float: left;
    width: 70%;
    padding-right: 10px
}

.gdlr-core-newsletter-item.gdlr-core-style-curve .gdlr-core-newsletter-submit {
    overflow: hidden
}

.gdlr-core-newsletter-item.gdlr-core-style-curve .gdlr-core-newsletter-email input[type="email"] {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    border-width: 0;
    padding: 19px 20px;
    height: 58px
}

.gdlr-core-newsletter-item.gdlr-core-style-curve .gdlr-core-newsletter-submit input[type="submit"] {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    padding: 19px 0;
    height: 58px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-newsletter-item.gdlr-core-style-round .gdlr-core-newsletter-email {
    float: left;
    padding-right: 12px;
    width: 65%
}

.gdlr-core-newsletter-item.gdlr-core-style-round .gdlr-core-newsletter-submit {
    float: left;
    width: 35%
}

.gdlr-core-newsletter-item.gdlr-core-style-round .gdlr-core-newsletter-email input[type="email"] {
    font-size: 15px;
    height: 51px;
    line-height: 21px;
    padding: 10px 25px;
    border-width: 1px;
    width: 100%
}

.gdlr-core-newsletter-item.gdlr-core-style-round .gdlr-core-newsletter-submit input[type="submit"] {
    height: 51px;
    font-size: 12px;
    font-weight: 600
}

.gdlr-core-newsletter-item.gdlr-core-style-round .gdlr-core-newsletter-email input[type="email"],.gdlr-core-newsletter-item.gdlr-core-style-round .gdlr-core-newsletter-submit input[type="submit"] {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px
}

.gdlr-core-newsletter-item.gdlr-core-style-round2 .gdlr-core-newsletter-form {
    position: relative;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px
}

.gdlr-core-newsletter-item.gdlr-core-style-round2 .gdlr-core-newsletter-email {
    float: left;
    padding-right: 12px;
    width: 100%
}

.gdlr-core-newsletter-item.gdlr-core-style-round2 .gdlr-core-newsletter-submit {
    float: left;
    position: absolute;
    right: 0
}

.gdlr-core-newsletter-item.gdlr-core-style-round2 .gdlr-core-newsletter-email input[type="email"] {
    font-size: 15px;
    height: 55px;
    line-height: 21px;
    padding: 11px 25px 11px 58px;
    border-width: 1px;
    width: 100%
}

.gdlr-core-newsletter-item.gdlr-core-style-round2 .gdlr-core-newsletter-submit input[type="submit"] {
    height: 54px;
    font-size: 12px;
    font-weight: 600;
    padding-left: 40px;
    padding-right: 40px
}

.gdlr-core-newsletter-item.gdlr-core-style-round2 .gdlr-core-newsletter-email input[type="email"],.gdlr-core-newsletter-item.gdlr-core-style-round2 .gdlr-core-newsletter-submit input[type="submit"] {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px
}

.gdlr-core-newsletter-item.gdlr-core-style-round2 .gdlr-core-newsletter-email:before {
    font-family: fontAwesome;
    content: "\f1d8";
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 28px
}

.gdlr-core-newsletter-item.gdlr-core-style-curve2 .gdlr-core-newsletter-submit:after {
    content: "\f0a9";
    font-family: fontAwesome;
    font-size: 25px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -12px;
    margin-right: -12px;
    color: #fff
}

.gdlr-core-newsletter-item.gdlr-core-style-curve2 .gdlr-core-newsletter-form {
    position: relative;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-newsletter-item.gdlr-core-style-curve2 .gdlr-core-newsletter-email {
    float: left;
    padding-right: 12px;
    width: 100%
}

.gdlr-core-newsletter-item.gdlr-core-style-curve2 .gdlr-core-newsletter-submit {
    float: left;
    position: absolute;
    right: 0
}

.gdlr-core-newsletter-item.gdlr-core-style-curve2 .gdlr-core-newsletter-email input[type="email"] {
    font-size: 15px;
    height: 46px;
    line-height: 21px;
    padding: 6px 20px;
    border-width: 1px;
    width: 100%
}

.gdlr-core-newsletter-item.gdlr-core-style-curve2 .gdlr-core-newsletter-submit input[type="submit"] {
    height: 46px;
    width: 60px;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    color: transparent!important
}

.gdlr-core-newsletter-item.gdlr-core-style-curve2 .gdlr-core-newsletter-email input[type="email"],.gdlr-core-newsletter-item.gdlr-core-style-curve2 .gdlr-core-newsletter-submit input[type="submit"] {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-with-fa-send-o-button form {
    position: relative
}

.gdlr-core-with-fa-send-o-button form div.tnp-field {
    margin-bottom: 0
}

.gdlr-core-with-fa-send-o-button form input[type="email"] {
    padding-left: 20px;
    padding-right: 50px
}

.gdlr-core-with-fa-send-o-button .tnp-field-button input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0
}

.gdlr-core-with-fa-send-o-button .tnp-field-button:after {
    font-family: fontAwesome;
    content: "\f1d8";
    position: absolute;
    right: 18px;
    top: 50%;
    font-size: 16px;
    line-height: 20px;
    margin-top: -10px;
    pointer-events: none
}

.gdlr-core-with-fa-send-o-button form input[type="email"] {
    color: #888
}

.gdlr-core-with-fa-send-o-button form input[type="email"]::-webkit-input-placeholder {
    color: #888
}

.gdlr-core-with-fa-send-o-button form input[type="email"]::-moz-placeholder {
    color: #888
}

.gdlr-core-with-fa-send-o-button form input[type="email"]:-ms-input-placeholder {
    color: #888
}

.gdlr-core-with-fa-send-o-button form input[type="email"]:-moz-placeholder {
    color: #888
}

.tnp.gdlr-core-style-2 .tnp-field-button input[type="submit"] {
    opacity: 1;
    text-indent: -150px;
    width: 50px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px
}

.tnp.gdlr-core-style-2 form input[type="email"] {
    padding-right: 20px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px
}

.tnp.gdlr-core-style-2 .tnp-field-email {
    margin-right: 56px
}

.tnp.gdlr-core-style-2 .tnp-field-button:after {
    content: "\f0da";
    right: 20px
}

.woocommerce span.onsale {
    color: #fff;
    border-radius: 100%;
    position: absolute;
    line-height: 48px;
    font-weight: 600;
    width: 48px;
    height: 48px;
    font-size: 13px
}

.gdlr-core-product-item.woocommerce .gdlr-core-product-thumbnail {
    position: relative;
    margin-bottom: 38px;
    overflow: hidden
}

.gdlr-core-product-item.woocommerce .gdlr-core-product-thumbnail-info {
    position: absolute;
    bottom: -58px;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transition: opacity 200ms,bottom 200ms;
    -moz-transition: opacity 200ms,bottom 200ms;
    -o-transition: opacity 200ms,bottom 200ms;
    -webkit-transition: opacity 200ms,bottom 200ms
}

.gdlr-core-product-item.woocommerce .gdlr-core-product-thumbnail-info>a {
    float: left;
    width: 50%;
    height: 58px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    padding: 19px 10px 0
}

.gdlr-core-product-item.woocommerce .gdlr-core-product-thumbnail-info i {
    font-size: 16px;
    margin-right: 12px
}

.gdlr-core-product-item.woocommerce .gdlr-core-product-thumbnail:hover .gdlr-core-product-thumbnail-info {
    opacity: 1;
    bottom: 0
}

.gdlr-core-product-item.woocommerce .gdlr-core-product-thumbnail .gdlr-core-product-add-to-cart.added {
    display: none
}

.gdlr-core-product-item.woocommerce .gdlr-core-product-thumbnail .added_to_cart:before {
    content: "\e015";
    font-size: 16px;
    margin-right: 12px;
    font-family: ElegantIcons;
    display: inline-block;
    vertical-align: text-top;
    margin-top: -2px
}

.gdlr-core-product-item .gdlr-core-product-attributes {
    margin-bottom: 20px;
    font-size: 17px
}

.gdlr-core-product-item .gdlr-core-product-att .gdlr-head {
    margin-right: 10px
}

.gdlr-core-product-item .gdlr-core-product-att .gdlr-head:after {
    content: ':'
}

.gdlr-core-product-item .gdlr-core-product-att .gdlr-tail {
    font-weight: 700
}

.gdlr-core-product-grid {
    margin-bottom: 60px
}

.flexslider .gdlr-core-product-grid {
    margin-bottom: 0
}

.gdlr-core-product-grid .gdlr-core-product-grid-content-wrap {
    text-align: center
}

.gdlr-core-product-grid .gdlr-core-product-grid-content-wrap .onsale {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px
}

.gdlr-core-product-grid .gdlr-core-product-grid-content {
    display: inline-block;
    vertical-align: middle
}

.gdlr-core-product-grid .gdlr-core-product-title {
    font-size: 17px;
    margin-bottom: 10px
}

.gdlr-core-product-grid .gdlr-core-product-price {
    font-size: 15px;
    font-weight: 800
}

.gdlr-core-product-grid .gdlr-core-product-price ins {
    text-decoration: none
}

.gdlr-core-product-grid .gdlr-core-product-price del {
    margin-right: 9px;
    opacity: .5
}

.related.products .gdlr-core-product-grid {
    margin-bottom: 15px
}

ul.gdlr-core-product-sub-category {
    margin-left: 0;
    list-style: none;
    margin-bottom: 0
}

ul.gdlr-core-product-sub-category li {
    float: left;
    margin: 0 0 35px;
    padding: 0 15px;
    position: relative;
    width: 25%
}

ul.gdlr-core-product-sub-category li h3 {
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 0
}

.gdlr-core-hide-in-desktop,.gdlr-core-hide-in-desktop-tablet {
    display: none
}

.gdlr-core-product-grid-2 {
    margin-bottom: 60px
}

.flexslider .gdlr-core-product-grid-2 {
    margin-bottom: 0
}

.gdlr-core-product-grid-2 .gdlr-core-product-grid-content-wrap {
    text-align: center
}

.gdlr-core-product-grid-2 .gdlr-core-product-grid-content {
    display: inline-block;
    vertical-align: middle
}

.gdlr-core-product-grid-2 .gdlr-core-product-title {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 8px
}

.gdlr-core-product-grid-2 .gdlr-core-product-price {
    font-size: 18px;
    font-weight: 800
}

.gdlr-core-product-grid-2 .gdlr-core-product-price ins {
    text-decoration: none
}

.gdlr-core-product-grid-2 .gdlr-core-product-price del {
    margin-right: 9px;
    opacity: .5
}

.gdlr-core-product-item .gdlr-core-product-grid-2 .gdlr-core-product-thumbnail span.onsale {
    font-size: 15px;
    width: 70px;
    height: 70px;
    text-align: center;
    padding: 12px 0 0;
    left: 15px;
    top: 15px;
    z-index: 0
}

.gdlr-core-product-item .gdlr-core-product-grid-2 .gdlr-core-product-thumbnail-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,.8)
}

.gdlr-core-product-item .gdlr-core-product-grid-2 .gdlr-core-product-thumbnail-info>a {
    float: none;
    width: auto;
    height: auto;
    padding: 0;
    margin-top: -38px;
    font-size: 19px;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: auto;
    color: #0c0c0c;
    background: transparent
}

.gdlr-core-product-item .gdlr-core-product-grid-2 .gdlr-core-product-thumbnail-info .icon_cart_alt:before {
    content: "\e013"
}

.gdlr-core-product-item .gdlr-core-product-grid-2 .gdlr-core-product-thumbnail-info i {
    font-size: 34px;
    font-weight: 400;
    line-height: 34px;
    display: block;
    margin-bottom: 23px;
    margin-right: 0
}

.gdlr-core-product-item .gdlr-core-product-grid-2 .gdlr-core-product-thumbnail-info>a.added_to_cart:before {
    font-size: 34px;
    font-weight: 400;
    line-height: 34px;
    display: block;
    margin-bottom: 25px;
    margin-right: 0
}

.related.products .gdlr-core-product-grid-2 {
    margin-bottom: 15px
}

.gdlr-core-product-item .gdlr-core-product-grid-2 .gdlr-core-product-thumbnail-info.gdlr-core-with-price .amount {
    font-size: 24px;
    font-weight: 700
}

.gdlr-core-product-item .gdlr-core-product-grid-2 .gdlr-core-product-thumbnail-info.gdlr-core-with-price .gdlr-core-product-price {
    margin-bottom: 20px;
    margin-top: 8px;
    letter-spacing: 0
}

.gdlr-core-product-item .gdlr-core-product-grid-2 .gdlr-core-product-thumbnail-info.gdlr-core-with-price a {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.gdlr-core-product-grid-3 .gdlr-core-product-title {
    margin-bottom: 28px;
    text-align: left
}

.gdlr-core-product-grid-3 .gdlr-core-product-grid-content {
    padding: 30px;
    background: #fff;
    border-style: solid;
    border-width: 0
}

.gdlr-core-product-grid-3 .gdlr-core-product-price ins {
    text-decoration: none
}

.gdlr-core-product-grid-3 .gdlr-core-product-price del {
    margin-right: 9px;
    opacity: .5
}

.gdlr-core-product-grid-3 .gdlr-core-product-add-to-cart {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px
}

.gdlr-core-product-grid-3 .gdlr-core-product-add-to-cart i {
    display: none
}

.gdlr-core-product-item .gdlr-core-product-grid-3 .gdlr-core-product-thumbnail {
    margin-bottom: 0
}

.gdlr-core-product-item.woocommerce .gdlr-core-product-grid-3 .star-rating {
    float: right;
    margin-top: 4px
}

.gdlr-core-product-item.woocommerce .gdlr-core-product-grid-3 .gdlr-core-product-price {
    float: left
}

.gdlr-core-product-item.woocommerce .gdlr-core-product-grid-3 .gdlr-core-product-grid-info {
    margin-top: -10px;
    margin-bottom: 5px
}

.gdlr-core-product-grid-3.gdlr-core-button-style-border .gdlr-core-product-grid-content {
    text-align: center
}

.gdlr-core-product-grid-3.gdlr-core-button-style-border .gdlr-core-product-add-to-cart {
    border-width: 2px;
    border-style: solid;
    padding: 14px 25px;
    display: inline-block;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px
}

.gdlr-core-product-grid-3.gdlr-core-without-frame .gdlr-core-product-grid-content {
    padding: 30px 0 0;
    background: transparent
}

.gdlr-core-product-grid-3.gdlr-core-with-border {
    border-width: 1px;
    border-style: solid
}

.gdlr-core-product-grid-3.gdlr-core-with-border .gdlr-core-product-thumbnail {
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.gdlr-core-product-grid-3.gdlr-core-with-border .gdlr-core-product-add-to-cart {
    float: right
}

.gdlr-core-product-grid-3 .gdlr-core-product-attributes {
    text-align: left
}

.gdlr-core-product-item .gdlr-core-product-grid-3 .gdlr-core-product-thumbnail span.onsale {
    font-size: 15px;
    width: 70px;
    height: 70px;
    text-align: center;
    padding: 12px 0 0;
    left: 15px;
    top: 15px;
    z-index: 0
}

.gdlr-core-product-item .gdlr-core-product-grid-3 .gdlr-core-product-thumbnail-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,.8)
}

.gdlr-core-product-item .gdlr-core-product-grid-3 .gdlr-core-product-thumbnail-info>a {
    float: none;
    width: auto;
    height: auto;
    padding: 0;
    margin-top: -38px;
    text-transform: none;
    letter-spacing: 0;
    font-size: 19px;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: auto;
    color: #0c0c0c;
    background: transparent
}

.gdlr-core-product-item .gdlr-core-product-grid-3 .gdlr-core-product-thumbnail-info .icon_cart_alt:before {
    content: "\e013"
}

.gdlr-core-product-item .gdlr-core-product-grid-3 .gdlr-core-product-thumbnail-info i {
    font-size: 34px;
    font-weight: 400;
    line-height: 34px;
    display: block;
    margin-bottom: 23px;
    margin-right: 0
}

.gdlr-core-product-item .gdlr-core-product-grid-3 .gdlr-core-product-thumbnail-info>a.added_to_cart:before {
    font-size: 34px;
    font-weight: 400;
    line-height: 34px;
    display: block;
    margin-bottom: 25px;
    margin-right: 0
}

.gdlr-core-product-grid-4 {
    margin-bottom: 40px
}

.gdlr-core-product-grid-4 .gdlr-core-product-title {
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 2px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-color: transparent;
    transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    -o-transition: border-color 300ms;
    -webkit-transition: border-color 300ms
}

.gdlr-core-product-item .gdlr-core-product-grid-4 .gdlr-core-product-thumbnail {
    margin-bottom: 20px
}

.gdlr-core-product-item .gdlr-core-product-grid-4 .gdlr-core-product-grid-content {
    text-align: center
}

.gdlr-core-product-item.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star
}

.gdlr-core-product-item.woocommerce .star-rating::before {
    content: "\73\73\73\73\73";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.gdlr-core-product-item.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.gdlr-core-product-item.woocommerce .star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}

.gdlr-core-body .gdlr-core-course-form input,.gdlr-core-course-form .gdlr-core-course-form-combobox {
    background: #3b4b6b
}

.gdlr-core-body .gdlr-core-course-form input,.gdlr-core-course-form .gdlr-core-course-form-combobox select,.gdlr-core-course-form .gdlr-core-course-form-combobox:after {
    color: #b1c0e0
}

.gdlr-core-body .gdlr-core-course-form input[type="submit"] {
    background: #50bd77
}

.gdlr-core-course-form input::-webkit-input-placeholder {
    color: #b1c0e0
}

.gdlr-core-course-form input::-moz-placeholder {
    color: #b1c0e0
}

.gdlr-core-course-form input:-ms-input-placeholder {
    color: #b1c0e0
}

.gdlr-core-course-form input:-moz-placeholder {
    color: #b1c0e0
}

.gdlr-core-course-form input {
    font-size: 14px;
    padding: 18px 22px;
    width: 100%;
    border: 0;
    line-height: 1.7;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-course-form .gdlr-core-course-form-combobox {
    position: relative;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-course-form .gdlr-core-course-form-combobox:after {
    font-family: fontAwesome;
    content: "\f107";
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -10px;
    pointer-events: none
}

.gdlr-core-course-form .gdlr-core-course-form-combobox select {
    font-size: 14px;
    padding: 18px 22px;
    width: 100%;
    border: 0;
    height: auto;
    line-height: 1.7;
    background: transparent
}

.gdlr-core-course-form .gdlr-core-course-form-combobox select,.gdlr-core-course-form .gdlr-core-course-form-combobox select:focus {
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.gdlr-core-course-form input[type="submit"] {
    font-size: 15px;
    color: #fff;
    letter-spacing: 0;
    width: 100%
}

.gdlr-core-course-form input[type="submit"].gdlr-core-auto-size {
    width: auto
}

.gdlr-core-course-search-item .gdlr-core-search-frame {
    padding: 40px 35px;
    background: #f3f3f3;
    background-size: cover;
    background-position: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.gdlr-core-course-search-item .gdlr-core-course-search-item-title {
    font-size: 19px;
    margin-bottom: 35px
}

.gdlr-core-course-search-item .gdlr-core-course-form {
    margin-left: -7px;
    margin-right: -7px
}

.gdlr-core-course-search-item .gdlr-core-course-column {
    padding-left: 7px;
    padding-right: 7px
}

.gdlr-core-course-search-item .gdlr-core-course-search-field {
    margin-bottom: 14px
}

.gdlr-core-course-search-item .gdlr-core-course-form-submit {
    padding-top: 8px
}

.gdlr-core-course-search-page-content-wrap {
    float: right;
    margin-bottom: 50px
}

.gdlr-core-course-search-page {
    padding-top: 60px;
    padding-bottom: 40px
}

.gdlr-core-course-archive-page-content-wrap {
    float: right
}

.gdlr-core-course-archive-page {
    padding-top: 60px;
    padding-bottom: 40px;
    margin-bottom: 50px
}

@media only screen and (max-width: 999px) {
    .gdlr-core-hide-in-desktop {
        display:block
    }

    .gdlr-core-hide-in-tablet,.gdlr-core-hide-in-tablet-mobile {
        display: none
    }

    .gdlr-core-tablet-column-60 {
        width: 100%
    }

    .gdlr-core-flexslider-nav,.gdlr-core-flexslider .flex-direction-nav,.gdlr-core-flexslider-custom-nav {
        display: none
    }

    .gdlr-core-flexslider[data-nav="navigation-bottom"] .flex-direction-nav {
        display: block
    }
}

@media only screen and (max-width: 767px) {
    .gdlr-core-hide-in-desktop-tablet {
        display:block
    }

    .gdlr-core-hide-in-mobile,.gdlr-core-hide-in-tablet-mobile {
        display: none
    }

    .gdlr-core-hide-in-tablet {
        display: block
    }

    body .gdlr-core-container {
        max-width: 500px;
        padding-left: 15px;
        padding-right: 15px
    }

    body .gdlr-core-container-custom {
        max-width: 500px!important;
        padding-left: 15px;
        padding-right: 15px
    }

    .gdlr-core-pbf-wrapper {
        padding-left: 0px!important;
        padding-right: 0px!important
    }

    .gdlr-core-pbf-wrapper-full {
        max-width: 500px;
        padding-left: 15px;
        padding-right: 15px
    }

    .gdlr-core-pbf-column-content-margin {
        padding: 40px 0 0 0!important;
    }

    .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content .gdlr-core-pbf-element .gdlr-core-title-item{
        padding-bottom: 20px !important;
    }

    .gdlr-core-page-builder-body p{
        font-size: 14px !important;
    }

    .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content .gdlr-core-pbf-element .gdlr-core-title-item .gdlr-core-title-item-title-wrap .gdlr-core-title-item-title{
        font-size: 24px !important;
    }

    .gdlr-core-column-service-icon-left.gdlr-core-left-align .gdlr-core-column-service-media{
        margin-right: 0 !important;
    }

    .gdlr-core-page-builder-column-right-divider {
        display: none
    }

    .gdlr-core-pbf-wrapper-full-no-space {
        max-width: 500px
    }

    .gdlr-core-pbf-wrapper-full-no-space .gdlr-core-pbf-column-content-margin {
        padding-left: 30px!important;
        padding-right: 30px!important
    }

    .gdlr-core-pbf-background-frame {
        display: none
    }

    .gdlr-core-pbf-background {
        background-attachment: inherit!important
    }

    .gdlr-core-pbf-sidebar-wrapper {
        margin: 0px!important
    }

    .gdlr-core-column-extend-left>.gdlr-core-pbf-background-wrap {
        margin-left: -30px;
        margin-right: -30px
    }

    .gdlr-core-column-extend-right>.gdlr-core-pbf-background-wrap {
        margin-left: -30px;
        margin-right: -30px
    }

    .gdlr-core-column-10,.gdlr-core-column-12,.gdlr-core-column-15,.gdlr-core-column-20,.gdlr-core-column-24,.gdlr-core-column-30,.gdlr-core-column-36,.gdlr-core-column-40,.gdlr-core-column-45,.gdlr-core-column-48,.gdlr-core-column-50,.gdlr-core-column-60 {
        width: 100%
    }

    .gdlr-core-pbf-column-content {
        min-height: 0
    }

    .gdlr-core-pbf-sidebar-content,.gdlr-core-pbf-sidebar-right,.gdlr-core-pbf-sidebar-left {
        height: auto!important;
        padding-left: 0px!important;
        padding-right: 0px!important
    }

    .gdlr-core-audio {
        padding: 13px 3px 7px
    }

    .gdlr-core-call-to-action-item.gdlr-core-style-left-align-right-button .gdlr-core-call-to-action-item-inner {
        padding-right: 0
    }

    .gdlr-core-call-to-action-item.gdlr-core-style-left-align-right-button .gdlr-core-call-to-action-item-button {
        position: static;
        margin-top: 45px
    }

    .gdlr-core-call-to-action-item.gdlr-core-style-right-align-left-button .gdlr-core-call-to-action-item-inner {
        padding-left: 0
    }

    .gdlr-core-call-to-action-item.gdlr-core-style-right-align-left-button .gdlr-core-call-to-action-item-button {
        position: static;
        margin-top: 45px
    }

    .gdlr-core-block-item-title-wrap.gdlr-core-left-align .gdlr-core-block-item-title {
        display: block
    }

    .gdlr-core-block-item-title-wrap.gdlr-core-left-align .gdlr-core-separator {
        display: none
    }

    .gdlr-core-block-item-title-wrap .gdlr-core-block-item-read-more {
        margin-top: 14px;
        display: inline-block
    }

    .gdlr-core-pbf-wrapper-full-no-space .gdlr-core-block-item-title-wrap {
        margin-left: 0;
        margin-right: 0
    }

    .gdlr-core-pbf-wrapper-full-no-space .gdlr-core-pagination {
        padding-left: 0;
        padding-right: 0
    }

    .gdlr-core-social-share-left-text .gdlr-core-social-share-count {
        display: block;
        margin-bottom: 10px
    }

    .gdlr-core-social-share-left-text .gdlr-core-divider {
        display: none
    }

    .gdlr-core-social-share-left-text {
        text-align: center
    }

    .gdlr-core-social-share-right-text .gdlr-core-social-share-count {
        display: block;
        margin-top: 10px
    }

    .gdlr-core-social-share-right-text .gdlr-core-divider {
        display: none
    }

    .gdlr-core-social-share-right-text {
        text-align: center
    }

    .gdlr-core-blog-date-wrapper {
        display: none
    }

    .gdlr-core-blog-medium,.gdlr-core-blog-medium>div,.gdlr-core-blog-medium>div.clearfix {
        display: block
    }

    .gdlr-core-blog-left-thumbnail .gdlr-core-blog-thumbnail-wrap {
        width: auto;
        padding-right: 0;
        margin-bottom: 25px
    }

    .gdlr-core-blog-right-thumbnail .gdlr-core-blog-thumbnail-wrap {
        width: auto;
        padding-left: 0;
        margin-bottom: 25px
    }

    .gdlr-core-blog-left-thumbnail.gdlr-core-large .gdlr-core-blog-thumbnail-wrap,.gdlr-core-blog-right-thumbnail.gdlr-core-large .gdlr-core-blog-thumbnail-wrap {
        width: 100%
    }

    .gdlr-core-blog-medium.gdlr-core-blog-right-thumbnail {
        display: flex;
        flex-direction: column;
        width: 100%
    }

    .gdlr-core-blog-medium.gdlr-core-blog-right-thumbnail .gdlr-core-blog-thumbnail-wrap {
        order: 1;
        width: 100%
    }

    .gdlr-core-blog-medium.gdlr-core-blog-right-thumbnail .gdlr-core-blog-medium-content-wrapper {
        order: 2;
        width: 100%
    }

    .gdlr-core-portfolio-medium {
        display: flex;
        flex-flow: column
    }

    .gdlr-core-portfolio-medium .gdlr-core-portfolio-thumbnail-wrap {
        order: 1;
        -ms-order: 1
    }

    .gdlr-core-portfolio-medium .gdlr-core-portfolio-content-wrap {
        order: 2;
        -ms-order: 1
    }

    .gdlr-core-portfolio-medium.gdlr-core-size-large .gdlr-core-portfolio-thumbnail-wrap,.gdlr-core-portfolio-medium.gdlr-core-size-small .gdlr-core-portfolio-thumbnail-wrap {
        display: block;
        width: auto;
        margin-bottom: 35px
    }

    .gdlr-core-portfolio-medium.gdlr-core-style-left .gdlr-core-portfolio-content-wrap {
        padding-left: 0;
        display: block
    }

    .gdlr-core-portfolio-medium-feature {
        margin-right: 0;
        margin-left: 0;
        padding: 0
    }

    .gdlr-core-portfolio-medium-feature .gdlr-core-portfolio-content-wrap {
        display: block;
        padding-top: 30px;
        padding-bottom: 30px;
        width: 100%;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0
    }

    .gdlr-core-portfolio-medium-feature .gdlr-core-item-list-inner {
        display: block
    }

    .gdlr-core-portfolio-medium-feature .gdlr-core-portfolio-thumbnail-wrap {
        display: block
    }

    .gdlr-core-portfolio-medium-feature .gdlr-core-portfolio-thumbnail {
        margin-top: 0;
        margin-bottom: 0
    }

    .gdlr-core-portfolio-medium-feature:hover .gdlr-core-portfolio-thumbnail {
        margin-top: 0;
        margin-bottom: 0
    }

    .gdlr-core-tab-item .gdlr-core-tab-item-content {
        padding: 35px 0 0
    }

    .gdlr-core-tab-style1-vertical.gdlr-core-left-align .gdlr-core-tab-item-title-wrap {
        float: none;
        border-right: 0;
        max-width: none
    }

    .gdlr-core-tab-style1-vertical.gdlr-core-left-align .gdlr-core-tab-item-title {
        float: left;
        height: 52px;
        padding-left: 25px;
        padding-right: 25px;
        border-top-width: 1px
    }

    .gdlr-core-tab-style1-vertical.gdlr-core-left-align .gdlr-core-tab-item-title.gdlr-core-active {
        padding-right: 25px
    }

    .gdlr-core-tab-style1-vertical.gdlr-core-left-align .gdlr-core-tab-item-title:last-child {
        border-right-width: 1px
    }

    .gdlr-core-tab-style1-vertical.gdlr-core-left-align .gdlr-core-tab-item-content-wrap {
        border: none
    }

    .gdlr-core-tab-style1-vertical.gdlr-core-right-align .gdlr-core-tab-item-title-wrap {
        float: none;
        border-left: 0;
        max-width: none
    }

    .gdlr-core-tab-style1-vertical.gdlr-core-right-align .gdlr-core-tab-item-title {
        float: right;
        height: 52px;
        padding-left: 25px;
        padding-right: 25px;
        border-top-width: 1px
    }

    .gdlr-core-tab-style1-vertical.gdlr-core-right-align .gdlr-core-tab-item-title.gdlr-core-active {
        padding-right: 25px
    }

    .gdlr-core-tab-style1-vertical.gdlr-core-right-align .gdlr-core-tab-item-title:last-child {
        border-left-width: 1px
    }

    .gdlr-core-tab-style1-vertical.gdlr-core-right-align .gdlr-core-tab-item-content-wrap {
        border: none
    }

    .gdlr-core-tab-style2-vertical.gdlr-core-left-align .gdlr-core-tab-item-title-wrap {
        float: none;
        margin-right: 0;
        border: none;
        max-width: none
    }

    .gdlr-core-tab-style2-vertical.gdlr-core-left-align .gdlr-core-tab-item-title-line {
        display: none
    }

    .gdlr-core-tab-style2-vertical.gdlr-core-left-align .gdlr-core-tab-item-title {
        padding: 12px 20px 0 0;
        float: left
    }

    .gdlr-core-tab-style2-vertical.gdlr-core-left-align .gdlr-core-tab-item-content-wrap {
        border: none
    }

    .gdlr-core-tab-style2-vertical.gdlr-core-right-align .gdlr-core-tab-item-title-wrap {
        float: none;
        margin-left: 0;
        border: none;
        max-width: none
    }

    .gdlr-core-tab-style2-vertical.gdlr-core-right-align .gdlr-core-tab-item-title-line {
        display: none
    }

    .gdlr-core-tab-style2-vertical.gdlr-core-right-align .gdlr-core-tab-item-title {
        padding: 12px 0 0 20px;
        float: right
    }

    .gdlr-core-tab-style2-vertical.gdlr-core-right-align .gdlr-core-tab-item-content-wrap {
        border: none
    }

    .gdlr-core-gallery-item-style-scroll .gdlr-core-media-image {
        max-height: 200px
    }

    .gdlr-core-gallery-with-thumbnail-wrap.gdlr-core-inside-slider .gdlr-core-image-overlay-content {
        bottom: 35px
    }

    .gdlr-core-gallery-with-thumbnail-wrap.gdlr-core-inside-slider .gdlr-core-sly-slider {
        display: none
    }

    .gdlr-core-price-table-item .gdlr-core-price-table {
        margin-top: 0;
        margin-bottom: 30px
    }

    .gdlr-core-price-table-item .gdlr-core-price-table-column:last-child .gdlr-core-price-table {
        margin-bottom: 0
    }

    .gdlr-core-title-item.gdlr-core-left-align .gdlr-core-title-item-link {
        position: static;
        margin-top: 12px
    }

    .gdlr-core-title-item-caption-right .gdlr-core-title-item-title-wrap {
        float: none;
        margin-bottom: 13px;
        margin-right: 0;
        width: auto!important
    }

    .gdlr-core-newsletter-item.gdlr-core-style-round .gdlr-core-newsletter-email {
        width: 100%;
        float: none
    }

    .gdlr-core-newsletter-item.gdlr-core-style-round .gdlr-core-newsletter-submit {
        width: 100%;
        float: none;
        margin-top: 17px
    }

    .gdlr-core-newsletter-item.gdlr-core-style-rectangle .gdlr-core-newsletter-email {
        float: none;
        width: 100%;
        margin-bottom: 10px
    }

    .gdlr-core-newsletter-item.gdlr-core-style-round2 .gdlr-core-newsletter-email {
        float: none;
        padding-right: 0
    }

    .gdlr-core-newsletter-item.gdlr-core-style-round2 .gdlr-core-newsletter-email:before {
        top: 30px
    }

    .gdlr-core-newsletter-item.gdlr-core-style-round2 .gdlr-core-newsletter-submit {
        position: relative;
        width: 100%;
        float: none
    }

    .gdlr-core-newsletter-item.gdlr-core-style-round2 .gdlr-core-newsletter-submit input[type="submit"] {
        width: 100%
    }

    .gdlr-core-timeline-item .gdlr-core-timeline-item-bullet {
        display: none
    }

    .gdlr-core-timeline-item .gdlr-core-timeline-item-date {
        width: auto!important;
        padding-right: 0;
        float: none;
        text-align: left
    }

    .gdlr-core-roadmap-item {
        margin-right: -20px;
        margin-left: -20px
    }

    .gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-content {
        margin-right: 20px
    }

    .gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-count {
        display: none
    }

    .gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-divider {
        display: none
    }

    .gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-title {
        font-size: 11px;
        text-transform: none;
        letter-spacing: 0
    }

    .gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-caption {
        font-size: 11px
    }

    .gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-wrap {
        width: 37%
    }

    .gdlr-core-roadmap-item .gdlr-core-roadmap-item-content-area {
        margin-left: 0
    }

    .gdlr-core-roadmap-item .gdlr-core-roadmap-item-head {
        padding-bottom: 16px
    }

    .gdlr-core-roadmap-item .gdlr-core-roadmap-item-content {
        font-size: 15px
    }

    .gdlr-core-roadmap-item .gdlr-core-roadmap-item-content-title {
        font-size: 15px;
        margin-bottom: 29px
    }

    .gdlr-core-personnel-style-medium .gdlr-core-personnel-list-image {
        float: none;
        margin-right: 0;
        max-width: 100%
    }

    .gdlr-core-instagram-widget>div {
        float: left;
        width: auto;
        max-width: 120px;
        clear: none
    }

    .gdlr-core-tab-feature-item .gdlr-core-tab-feature-size-2,.gdlr-core-tab-feature-item .gdlr-core-tab-feature-size-3,.gdlr-core-tab-feature-item .gdlr-core-tab-feature-size-4 {
        float: none;
        width: auto;
        padding: 20px 0
    }

    .gdlr-core-tab-feature-item .gdlr-core-tab-feature-content-wrap {
        padding: 40px 30px
    }

    .gdlr-core-tab-feature-item .gdlr-core-tab-feature-content-left {
        float: none;
        width: auto;
        margin-bottom: 30px
    }

    .gdlr-core-tab-feature-item .gdlr-core-tab-feature-title-image {
        display: none
    }

    .gdlr-core-tab-feature-item .gdlr-core-tab-feature-button {
        margin-bottom: 15px
    }

    .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap {
        padding-left: 0
    }

    .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-item-wrap {
        width: auto;
        float: none
    }

    .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-item-title-wrap {
        padding-top: 30px;
        padding-left: 0;
        text-align: center
    }

    .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-divider {
        display: none
    }

    .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-wrap {
        padding: 50px 30px
    }

    .gdlr-core-filterer-wrap {
        margin-top: 0px!important
    }

    .gdlr-core-filterer-wrap.gdlr-core-right-align {
        text-align: center
    }

    .gdlr-core-filterer-wrap .gdlr-core-filterer-slide-bar {
        display: none!important
    }

    .gdlr-core-price-list-item .gdlr-core-price-list-divider {
        display: none
    }

    .gdlr-core-tab-feature3-item .gdlr-core-tab-feature3-bottom-slide-bar {
        display: none
    }

    .gdlr-core-tab-feature3-item .gdlr-core-tab-feature3-content-right {
        float: none;
        padding-left: 0;
        width: auto;
        margin-bottom: 30px
    }

    .gdlr-core-tab-feature3-item .gdlr-core-tab-feature3-content {
        padding-top: 0px!important
    }

    .gdlr-core-countdown-wrap .gdlr-core-countdown-block {
        margin-bottom: 30px
    }

    .gdlr-core-price-table-item .gdlr-core-price-table-column {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 419px) {
    .gdlr-core-alert-box-item .gdlr-core-alert-box-item-inner {
        padding:25px 25px
    }

    .gdlr-core-blockquote-item.gdlr-core-small-size.gdlr-core-left-align .gdlr-core-blockquote-item-quote {
        font-size: 60px;
        margin-right: 20px
    }

    .gdlr-core-blockquote-item.gdlr-core-small-size.gdlr-core-right-align .gdlr-core-blockquote-item-quote {
        font-size: 60px;
        margin-left: 20px
    }

    .gdlr-core-blockquote-item.gdlr-core-medium-size.gdlr-core-left-align .gdlr-core-blockquote-item-quote {
        margin-right: 20px;
        font-size: 80px
    }

    .gdlr-core-blockquote-item.gdlr-core-medium-size.gdlr-core-right-align .gdlr-core-blockquote-item-quote {
        font-size: 80px;
        margin-left: 20px
    }

    .gdlr-core-blockquote-item.gdlr-core-large-size.gdlr-core-left-align .gdlr-core-blockquote-item-quote {
        font-size: 90px;
        margin-right: 20px
    }

    .gdlr-core-blockquote-item.gdlr-core-large-size.gdlr-core-right-align .gdlr-core-blockquote-item-quote {
        font-size: 90px;
        margin-left: 20px
    }
}

body.ilightbox-noscroll {
    overflow: auto
}

.gdlr-core-privacy-box-wrap {
    color: #a3a3a3;
    background: #1d1d1d
}

.gdlr-core-body .gdlr-core-privacy-box-wrap .gdlr-core-privacy-box-button {
    color: #fff
}

.gdlr-core-body .gdlr-core-privacy-box-wrap .gdlr-core-privacy-box-button {
    background: #1a49a8
}

.gdlr-core-privacy-box-wrap .gdlr-core-privacy-box-lb,.gdlr-core-privacy-box-wrap .gdlr-core-privacy-box-lb:hover {
    color: #fff
}

.gdlr-core-privacy-box-wrap {
    font-size: 14px;
    z-index: 99
}

.gdlr-core-privacy-box-wrap .gdlr-core-privacy-box-button {
    font-weight: 700;
    padding: 11px 28px;
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px
}

.gdlr-core-privacy-box-wrap .gdlr-core-privacy-box-action .gdlr-core-privacy-box-lb {
    margin-left: 20px
}

.gdlr-core-privacy-box-wrap.gdlr-core-pos-top-bar {
    padding: 20px 35px
}

.gdlr-core-privacy-box-wrap.gdlr-core-pos-top-bar .gdlr-core-privacy-box-text {
    float: left;
    margin-top: 10px;
    margin-bottom: 12px
}

.gdlr-core-privacy-box-wrap.gdlr-core-pos-top-bar .gdlr-core-privacy-box-action {
    float: right
}

.gdlr-core-privacy-box-wrap.gdlr-core-pos-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 35px
}

.gdlr-core-privacy-box-wrap.gdlr-core-pos-bottom-bar .gdlr-core-privacy-box-text {
    float: left;
    margin-top: 10px;
    margin-bottom: 12px
}

.gdlr-core-privacy-box-wrap.gdlr-core-pos-bottom-bar .gdlr-core-privacy-box-action {
    float: right
}

.gdlr-core-privacy-box-wrap.gdlr-core-pos-bottom-left {
    position: fixed;
    bottom: 35px;
    left: 35px;
    max-width: 425px;
    padding: 30px 35px
}

.gdlr-core-privacy-box-wrap.gdlr-core-pos-bottom-left .gdlr-core-privacy-box-text {
    margin-bottom: 20px
}

.gdlr-core-privacy-box-wrap.gdlr-core-pos-bottom-right {
    position: fixed;
    bottom: 35px;
    right: 35px;
    max-width: 425px;
    padding: 30px 35px
}

.gdlr-core-privacy-box-wrap.gdlr-core-pos-bottom-right .gdlr-core-privacy-box-text {
    margin-bottom: 20px
}

.gdlr-core-lightbox-wrapper {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background: #000;
    background: rgba(0,0,0,.7)
}

.gdlr-core-lightbox-wrapper .gdlr-core-lightbox-row {
    display: table;
    width: 100%;
    height: 100%
}

.gdlr-core-lightbox-wrapper .gdlr-core-lightbox-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 30px
}

.gdlr-core-lightbox-wrapper .gdlr-core-lightbox-content {
    background: #fff;
    color: #9b9b9b;
    margin: 30px auto;
    max-width: 970px;
    position: relative;
    max-height: calc(100% - 60px);
    overflow: auto
}

.gdlr-core-lightbox-wrapper .gdlr-core-lightbox-form-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #efefef;
    padding: 25px 15px;
    cursor: pointer
}

.gdlr-core-lightbox-wrapper .gdlr-core-lightbox-form-close:before {
    content: " ";
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    width: 20px;
    border-color: #444;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.gdlr-core-lightbox-wrapper .gdlr-core-lightbox-form-close:after {
    content: " ";
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    width: 20px;
    border-color: #444;
    margin-top: -1px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.gdlr-core-gdpr-form-left .gdlr-core-gdlr-form-nav li {
    color: #8c8c8c
}

.gdlr-core-gdpr-form-left .gdlr-core-gdlr-form-nav li.gdlr-core-active {
    color: #000
}

.gdlr-core-gdpr-form-left .gdlr-core-gdlr-form-nav li:before {
    content: "\f178";
    font-family: FontAwesome;
    display: inline-block;
    width: 0;
    color: transparent;
    transition: width 300ms,color 300ms;
    -moz-transition: width 300ms,color 300ms;
    -o-transition: width 300ms,color 300ms;
    -webkit-transition: width 300ms,color 300ms
}

.gdlr-core-gdpr-form-left .gdlr-core-gdlr-form-nav li:hover:before {
    width: 26px;
    color: #8c8c8c
}

.gdlr-core-gdpr-form-left .gdlr-core-gdlr-form-nav li.gdlr-core-active:before {
    width: 26px;
    color: #000
}

.gdlr-core-body .gdlr-core-gdpr-form-submit input[type="submit"] {
    background: #1a49a8
}

.gdlr-core-gdpr-form-checkbox-appearance {
    background: #dcdcdc
}

.gdlr-core-gdpr-form-checkbox-appearance .gdlr-core-gdpr-form-checkbox-button {
    background: #828282
}

.gdlr-core-gdpr-form-checkbox-text {
    color: #bbb
}

.gdlr-core-gdpr-form-checkbox:checked+.gdlr-core-gdpr-form-checkbox-appearance .gdlr-core-gdpr-form-checkbox-button {
    background-color: #1a49a8
}

.gdlr-core-gdpr-form-checkbox:checked+.gdlr-core-gdpr-form-checkbox-appearance+.gdlr-core-gdpr-form-checkbox-text,.gdlr-core-gdpr-form-checkbox-required+.gdlr-core-gdpr-form-checkbox-appearance+.gdlr-core-gdpr-form-checkbox-text {
    color: #1a49a8
}

#gdlr-core-gdpr-form {
    overflow: hidden
}

.gdlr-core-gdpr-form-left {
    float: left;
    padding-top: 60px;
    padding-left: 40px;
    border-right-width: 1px;
    border-right-style: solid;
    border-color: #e6e6e6;
    padding-bottom: 1059px;
    margin-bottom: -999px
}

.gdlr-core-gdpr-form-left .gdlr-core-gdlr-form-left-title {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 25px;
    color: #383838
}

.gdlr-core-gdpr-form-left .gdlr-core-gdlr-form-nav {
    margin-left: 0;
    list-style: none;
    width: 235px
}

.gdlr-core-gdpr-form-left .gdlr-core-gdlr-form-nav li {
    padding-bottom: 12px;
    padding-right: 20px;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #e6e6e6;
    transition: color 200ms;
    -webkit-transition: color 200ms;
    -moz-transition: color 200ms;
    -o-transition: color 200ms
}

.gdlr-core-gdpr-form-right {
    padding-left: 50px;
    padding-top: 60px;
    padding-right: 30px;
    overflow-y: scroll;
    max-height: 700px
}

.gdlr-core-gdpr-form-right .gdlr-core-gdpr-form-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #383838
}

.gdlr-core-gdpr-form-right .gdlr-core-gdpr-form-content-wrap {
    display: none
}

.gdlr-core-gdpr-form-right .gdlr-core-gdpr-form-content-wrap.gdlr-core-active {
    display: block
}

.gdlr-core-gdpr-form-right .gdlr-core-gdpr-form-content {
    margin-bottom: 30px
}

.gdlr-core-gdpr-form-right .gdlr-core-gdpr-form-submit {
    margin-top: 60px;
    margin-bottom: 35px;
    text-align: right
}

.gdlr-core-gdpr-form-submit input[type="submit"] {
    font-size: 14px;
    text-transform: none;
    font-weight: 600;
    padding: 15px 28px 17px;
    letter-spacing: 0;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px
}

.gdlr-core-gdpr-form-checkbox-item label {
    display: inline-block
}

.gdlr-core-gdpr-form-checkbox-item input {
    display: none
}

.gdlr-core-gdpr-form-checkbox-appearance {
    display: inline-block;
    vertical-align: middle;
    height: 28px;
    width: 50px;
    overflow: hidden;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    cursor: pointer
}

.gdlr-core-gdpr-form-checkbox-appearance .gdlr-core-gdpr-form-checkbox-button {
    height: 22px;
    width: 22px;
    margin: 3px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    transition: margin-left 200ms,background-color 200ms;
    -webkit-transition: margin-left 200ms,background-color 200ms;
    -moz-transition: margin-left 200ms,background-color 200ms;
    -o-transition: margin-left 200ms,background-color 200ms
}

.gdlr-core-gdpr-form-checkbox-text {
    display: inline-block;
    margin-left: 17px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    transition: color 200ms;
    -webkit-transition: color 200ms;
    -moz-transition: color 200ms;
    -o-transition: color 200ms
}

.gdlr-core-gdpr-form-checkbox-text .gdlr-core-enable {
    display: none
}

.gdlr-core-gdpr-form-checkbox-text .gdlr-core-enable-required {
    display: none
}

.gdlr-core-gdpr-form-checkbox-text .gdlr-core-disable {
    display: inline
}

.gdlr-core-gdpr-form-checkbox:checked+.gdlr-core-gdpr-form-checkbox-appearance .gdlr-core-gdpr-form-checkbox-button,.gdlr-core-gdpr-form-checkbox-required+.gdlr-core-gdpr-form-checkbox-appearance .gdlr-core-gdpr-form-checkbox-button {
    margin-left: 25px
}

.gdlr-core-gdpr-form-checkbox:checked+.gdlr-core-gdpr-form-checkbox-appearance+.gdlr-core-gdpr-form-checkbox-text .gdlr-core-enable {
    display: inline
}

.gdlr-core-gdpr-form-checkbox:checked+.gdlr-core-gdpr-form-checkbox-appearance+.gdlr-core-gdpr-form-checkbox-text .gdlr-core-disable {
    display: none
}

.gdlr-core-gdpr-form-checkbox-required+.gdlr-core-gdpr-form-checkbox-appearance+.gdlr-core-gdpr-form-checkbox-text .gdlr-core-enable-required {
    display: inline
}

.gdlr-core-gdpr-form-checkbox-required+.gdlr-core-gdpr-form-checkbox-appearance+.gdlr-core-gdpr-form-checkbox-text .gdlr-core-disable {
    display: none
}

.gdlr-core-pb-privacy-box-content-wrap .gdlr-core-pb-privacy-box-content {
    color: #c4c4c4
}

.gdlr-core-pb-privacy-box-content-wrap .gdlr-core-pb-privacy-box-content a,.gdlr-core-pb-privacy-box-content-wrap .gdlr-core-pb-privacy-box-content a:hover {
    color: #fff
}

.gdlr-core-pb-privacy-box-content-wrap .gdlr-core-pb-privacy-box-title {
    color: #fff
}

.gdlr-core-pb-privacy-box-wrap {
    position: relative
}

.gdlr-core-pb-privacy-box-wrap img {
    display: block
}

.gdlr-core-pb-privacy-box-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .65
}

.gdlr-core-pb-privacy-box-content-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.gdlr-core-pb-privacy-box-content-table {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 330px;
    margin: 0 auto
}

.gdlr-core-pb-privacy-box-content-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.gdlr-core-pb-privacy-box-content-wrap .gdlr-core-pb-privacy-box-title {
    font-weight: 600
}

.gdlr-core-pb-privacy-box-wrap.gdlr-core-type-pb-item .gdlr-core-pb-privacy-box-title {
    font-size: 17px
}

.gdlr-core-pb-privacy-box-wrap.gdlr-core-type-pb-item .gdlr-core-pb-privacy-box-content {
    font-size: 14px
}

.gdlr-core-pb-privacy-box-wrap.gdlr-core-type-pb-wrapper {
    height: 600px;
    background-size: cover;
    background-image: url(../../../plugins/goodlayers-core/include/images/content-blocked.jpg)
}

.gdlr-core-pb-privacy-box-wrap.gdlr-core-type-pb-wrapper .gdlr-core-pb-privacy-box-title {
    font-size: 18px
}

.gdlr-core-pb-privacy-box-wrap.gdlr-core-type-pb-wrapper .gdlr-core-pb-privacy-box-content {
    font-size: 15px
}

.gdlr-core-pb-privacy-box-wrap.gdlr-core-type-pb-column {
    min-height: 600px;
    background-size: cover;
    background-image: url(../../../plugins/goodlayers-core/include/images/content-blocked.jpg)
}

.gdlr-core-pb-privacy-box-wrap.gdlr-core-type-pb-column .gdlr-core-pb-privacy-box-title {
    font-size: 14px
}

.gdlr-core-pb-privacy-box-wrap.gdlr-core-type-pb-column .gdlr-core-pb-privacy-box-content {
    font-size: 13px
}

@media only screen and (max-width: 767px) {
    .gdlr-core-pb-privacy-box-wrap.gdlr-core-type-pb-wrapper {
        height:400px
    }

    .gdlr-core-gdpr-form-left {
        padding: 30px;
        margin-bottom: 0;
        border-right: 0;
        float: none;
        text-align: center
    }

    .gdlr-core-gdpr-form-left .gdlr-core-gdlr-form-nav {
        margin: 0 auto
    }

    .gdlr-core-gdpr-form-right {
        padding: 0 30px;
        text-align: center
    }
}

.gdlr-core-widget-list-shortcode {
    background-color: #f5f5f5;
    color: #949494
}

.gdlr-core-widget-list-shortcode ul {
    list-style: none;
    margin-left: 0
}

.gdlr-core-widget-list-shortcode ul li {
    border-top-width: 1px;
    border-top-style: solid;
    padding: 13px 27px;
    border-color: #e1e1e1
}

.gdlr-core-widget-list-shortcode ul li:first-child {
    border-top: none
}

.gdlr-core-widget-list-shortcode .gdlr-core-widget-list-shortcode-title {
    font-size: 14px;
    font-weight: 600;
    padding: 35px 27px 0;
    margin-bottom: 13px;
    color: #252525
}

.gdlr-core-widget-box-shortcode {
    font-size: 13px;
    padding: 40px 35px 10px;
    position: relative;
    background-size: cover;
    background-position: center
}

.gdlr-core-widget-box-shortcode .gdlr-core-widget-box-shortcode-title {
    font-size: 21px
}

.gdlr-core-widget-box-shortcode .gdlr-core-widget-box-shortcode-icon {
    font-size: 21px;
    color: #4d96e9;
    margin-right: 20px;
    float: left
}

.gdlr-core-widget-box-shortcode .gdlr-core-widget-box-shortcode-content {
    overflow: hidden
}

.gdlr-core-widget-box-shortcode .gdlr-core-widget-box-shortcode-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.gdlr-core-revolution-slider-item {
    z-index: 0;
    position: relative
}

.wpcf7-form-control-wrap {
    display: block
}

.wpcf7-form-control-wrap .wpcf7-form-indicator {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.gdlr-core-page-builder-body .wpgmp_map_parent {
    margin-bottom: 0
}

.lg-outer {
    direction: ltr
}

@font-face {
    font-family: 'gdl-travel';
    src: url(../../../plugins/tourmaster/plugins/gdlr-travel/fonts/gdl-travel.eot?6to6tk);
    src: url(../../../plugins/tourmaster/plugins/gdlr-travel/fonts/gdl-travel.ttf?6to6tk) format('truetype'),url(../../../plugins/tourmaster/plugins/gdlr-travel/fonts/gdl-travel.woff?6to6tk) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

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

.gdl-travel-invoice-1:before {
    content: "\e900"
}

.gdl-travel-padlock:before {
    content: "\e901"
}

.gdl-travel-location-1:before {
    content: "\e902"
}

.gdl-travel-technical-support-2:before {
    content: "\e903"
}

.gdl-travel-hotel-4:before {
    content: "\e904"
}

.gdl-travel-shopping-cart:before {
    content: "\e905"
}

.gdl-travel-send:before {
    content: "\e906"
}

.gdl-travel-internet:before {
    content: "\e907"
}

.gdl-travel-optimization:before {
    content: "\e908"
}

.gdl-travel-mechanics:before {
    content: "\e909"
}

.gdl-travel-clock:before {
    content: "\e90a"
}

.gdl-travel-improvement:before {
    content: "\e90b"
}

.gdl-travel-information-4:before {
    content: "\e90c"
}

.gdl-travel-price-tag:before {
    content: "\e90d"
}

.gdl-travel-cogwheel:before {
    content: "\e90e"
}

.gdl-travel-invoice-11:before {
    content: "\e90f"
}

.gdl-travel-clock1:before {
    content: "\e910"
}

.gdl-travel-smiley:before {
    content: "\e911"
}

.gdl-travel-filter-1:before {
    content: "\e912"
}

.gdl-travel-captcha-1:before {
    content: "\e913"
}

.gdl-travel-chat:before {
    content: "\e914"
}

.gdl-travel-map-4:before {
    content: "\e915"
}

.gdl-travel-percentage-1:before {
    content: "\e916"
}

.gdl-travel-price-tag1:before {
    content: "\e917"
}

.gdl-travel-sound-mixer-1:before {
    content: "\e918"
}

.gdl-travel-coupon:before {
    content: "\e919"
}

.gdl-travel-travel:before {
    content: "\e91a"
}

.gdl-travel-date:before {
    content: "\e91b"
}

.gdl-travel-pay-per-click:before {
    content: "\e91c"
}

.gdl-travel-piggy-bank:before {
    content: "\e91d"
}

.gdl-travel-calendar:before {
    content: "\e91e"
}

.gdl-travel-transfer:before {
    content: "\e91f"
}

.gdl-travel-stock:before {
    content: "\e920"
}

.gdl-travel-account:before {
    content: "\e921"
}

.gdl-travel-fi-rs-map-marker:before {
    content: "\e922"
}

.gdl-travel-account1:before {
    content: "\e923"
}

.gdl-travel-location:before {
    content: "\e924"
}

.gdl-travel-and-tourism:before {
    content: "\e925"
}

.gdl-travel-plane:before {
    content: "\e926"
}

.gdl-travel-washing-machine-1:before {
    content: "\e927"
}

.gdl-travel-concierge-1:before {
    content: "\e928"
}

.gdl-travel-swimming-pool-2:before {
    content: "\e929"
}

.gdl-travel-food-service-1:before {
    content: "\e92a"
}

.gdl-travel-dish-1:before {
    content: "\e92b"
}

.gdl-travel-hair-dryer-1:before {
    content: "\e92c"
}

.gdl-travel-telephone-1:before {
    content: "\e92d"
}

.gdl-travel-oil-heater-1-1:before {
    content: "\e92e"
}

.gdl-travel-air-conditioner-1:before {
    content: "\e92f"
}

.gdl-travel-shower-1:before {
    content: "\e930"
}

.gdl-travel-swimming-pool-1:before {
    content: "\e931"
}

.gdl-travel-parking-1:before {
    content: "\e932"
}

.gdl-travel-Frame-5781:before {
    content: "\e933"
}

.gdl-travel-wifi-signal-2:before {
    content: "\e934"
}

.gdl-travel-massage-1:before {
    content: "\e935"
}

.gdl-travel-fi-rs-building:before {
    content: "\e936"
}

.gdl-travel-fi-rs-mountains:before {
    content: "\e937"
}

.gdl-travel-blueprint-1:before {
    content: "\e938"
}

.gdl-travel-XMLID_874:before {
    content: "\e939"
}

.gdl-travel-safe-box-1:before {
    content: "\e93a"
}

.gdl-travel-watch-tv-1:before {
    content: "\e93b"
}

.gdl-travel-video-call:before {
    content: "\e93c"
}

.gdl-travel-picture:before {
    content: "\e93d"
}

.gdl-travel-mail:before {
    content: "\e93e"
}

.gdl-travel-star:before {
    content: "\e93f"
}

.gdl-travel-hang-up:before {
    content: "\e940"
}

.gdl-travel-thumbs-up:before {
    content: "\e941"
}

.gdl-travel-lifebuoy:before {
    content: "\e942"
}

.gdl-travel-calendar1:before {
    content: "\e943"
}

.gdl-travel-wifi:before {
    content: "\e944"
}

.gdl-travel-user:before {
    content: "\e945"
}

.gdl-travel-45-minutes:before {
    content: "\e946"
}

.clear {
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    zoom:1}

.clearfix {
    zoom:1}

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

.tourmaster-column-10 {
    float: left;
    width: 16.6666%
}

.tourmaster-column-12 {
    float: left;
    width: 20%
}

.tourmaster-column-15 {
    float: left;
    width: 25%
}

.tourmaster-column-20 {
    float: left;
    width: 33.3333%;
    padding: 0 10px;
}

.tourmaster-column-24 {
    float: left;
    width: 40%
}

.tourmaster-column-30 {
    float: left;
    width: 50%
}

.tourmaster-column-36 {
    float: left;
    width: 60%
}

.tourmaster-column-40 {
    float: left;
    width: 66.6666%
}

.tourmaster-column-45 {
    float: left;
    width: 75%
}

.tourmaster-column-48 {
    float: left;
    width: 80%
}

.tourmaster-column-50 {
    float: left;
    width: 83.3333%
}

.tourmaster-column-60 {
    float: left;
    width: 100%
}

.tourmaster-column-first {
    clear: left
}

.tourmaster-media-image {
    line-height: 0;
    position: relative;
    height: 370px;
}

.tourmaster-media-image img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.tourmaster-page-content {
    padding-top: 70px;
    padding-bottom: 30px
}

.tourmaster-template-wrapper .tourmaster-sidebar-right {
    float: right
}

.tourmaster-template-wrapper .tourmaster-sidebar-center {
    float: none;
    display: inline-block
}

.tourmaster-template-wrapper .tourmaster-content-area {
    padding-top: 70px;
    padding-bottom: 40px
}

.tourmaster-template-wrapper .tourmaster-sidebar-area {
    padding-top: 70px
}

.gdlr-core-pbf-wrapper-full-no-space .tourmaster-item-pdlr {
    padding-left: 0;
    padding-right: 0
}

.gdlr-core-pbf-wrapper-full-no-space .tourmaster-item-mglr {
    margin-left: 0;
    margin-right: 0
}

.gdlr-core-pbf-wrapper-full-no-space .tourmaster-item-mgb {
    margin-bottom: 0
}

.gdlr-core-fluid-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0
}

.gdlr-core-fluid-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.tourmaster-filterer-wrap {
    margin-bottom: 50px
}

.tourmaster-filterer-wrap.tourmaster-style-text {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px
}

.tourmaster-filterer-wrap.tourmaster-style-text .tourmaster-filterer {
    margin: 0 18px
}

.tourmaster-filterer-wrap.tourmaster-style-text .tourmaster-filterer:first-child {
    margin-left: 0
}

.tourmaster-filterer-wrap.tourmaster-style-text .tourmaster-filterer:last-child {
    margin-right: 0
}

.tourmaster-filterer-wrap.tourmaster-style-button a {
    display: inline-block;
    padding: 10px 20px;
    background: #f1f1f1;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 4px;
    letter-spacing: 1px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.tourmaster-filterer-wrap.tourmaster-style-button a:first-child {
    margin-left: 0
}

.tourmaster-filterer-wrap.tourmaster-style-button a:last-child {
    margin-right: 0
}

.tourmaster-filterer-wrap.tourmaster-style-button a.tourmaster-active {
    cursor: default
}

.tourmaster-pbf-wrapper-full-no-space .tourmaster-filterer-wrap {
    padding-left: 50px;
    padding-right: 50px
}

.single-tour .tourmaster-tour-info-outer {
    padding: 55px 0 20px
}

.single-tour .tourmaster-tour-info-outer .tourmaster-tour-info {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 15px;
    width: 50%;
    float: left
}

.single-tour .tourmaster-tour-info-outer .tourmaster-tour-info i {
    width: 27px
}

.single-tour .tourmaster-with-sidebar .tourmaster-single-header-title-wrap,.single-tour .tourmaster-with-sidebar .tourmaster-tour-info-outer .tourmaster-tour-info-wrap {
    padding-right: 410px
}

.single-tour .tourmaster-with-sidebar .tourmaster-tour-info-outer .tourmaster-tour-info-wrap,.single-tour .tourmaster-with-sidebar .tourmaster-single-main-content,.single-tour .tourmaster-with-sidebar .tourmaster-single-review {
    padding-right: 410px
}

.single-tour .tourmaster-with-sidebar .gdlr-core-container {
    padding-right: 430px
}

.single-tour .tourmaster-with-sidebar .gdlr-core-container .gdlr-core-container {
    padding-right: 0
}

.single-tour .tourmaster-with-sidebar .tourmaster-single-related-tour-container {
    padding-right: 430px
}

.tourmaster-single-header .tourmaster-header-price,.tourmaster-tour-booking-bar-outer,.tourmaster-tour-booking-bar-anchor,.tourmaster-tour-booking-bar-wrap {
    width: 370px
}

.tourmaster-tour-booking-bar-error {
    margin-bottom: 30px
}

.gdlr-core-sidebar-item .tourmaster-container {
    padding-left: 0;
    padding-right: 0
}

.gdlr-core-sidebar-item .tourmaster-tour-booking-bar-wrap {
    margin-left: 0;
    margin-right: 0;
    width: auto
}

.gdlr-core-sidebar-item .tourmaster-tour-booking-bar-outer {
    width: auto
}

.tourmaster-single-header {
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden
}

.tourmaster-single-header-top-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 500px;
    background: url(../../../plugins/tourmaster/images/single-tour-top-gradient.png) top repeat-x
}

.tourmaster-single-header-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 300px;
    background: url(../../../plugins/tourmaster/images/single-tour-gradient.png) bottom repeat-x
}

.tourmaster-single-header-background-overlay {
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .3;
    filter: alpha(opacity=30)
}

.tourmaster-single-header-container-inner {
    position: relative
}

.tourmaster-single-header-title-wrap .tourmaster-single-header-title {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 22px
}

.tourmaster-single-header-title-wrap .tourmaster-tour-rating {
    margin-top: 16px;
    font-size: 16px
}

.tourmaster-single-header-title-wrap .tourmaster-tour-rating-text {
    font-size: 14px
}

.tourmaster-single-header .gdlr-core-flexslider {
    z-index: 0
}

.tourmaster-single-header .gdlr-core-flexslider img {
    width: 100%
}

.tourmaster-single-header.tourmaster-with-slider .tourmaster-single-header-title-wrap {
    padding-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.tourmaster-single-header .tourmaster-single-header-gallery-button {
    background: #fafafa
}

.tourmaster-single-header .tourmaster-single-header-gallery-button,.tourmaster-single-header .tourmaster-single-header-gallery-button:hover {
    color: #2a2a2a
}

.tourmaster-single-header .tourmaster-single-header-gallery-button {
    padding: 7px 12px 5px;
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px
}

.tourmaster-single-header .tourmaster-single-header-gallery-button i {
    margin-right: 8px
}

.tourmaster-single-header.tourmaster-background-video-wrap {
    overflow: hidden
}

.tourmaster-single-header.tourmaster-background-video-wrap .tourmaster-background-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.tourmaster-single-header.tourmaster-background-video-wrap .tourmaster-background-video video {
    width: 100%;
    height: 100%
}

.tourmaster-tour-booking-bar-container-inner {
    position: relative
}

.tourmaster-tour-booking-bar-container-inner .tourmaster-tour-booking-bar-anchor,.tourmaster-tour-booking-bar-container-inner .tourmaster-tour-booking-bar-wrap {
    position: absolute;
    right: 0;
    z-index: 98
}

.tourmaster-single-related-tour {
    margin-bottom: 40px
}

.tourmaster-single-related-tour .tourmaster-single-related-tour-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 28px
}

.tourmaster-single-related-tour.tourmaster-style-grid-with-frame .tourmaster-tour-grid {
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2)
}

.tourmaster-single-header .tourmaster-tour-rating-empty {
    display: none
}

.tourmaster-single-review {
    margin-bottom: 18px
}

.tourmaster-single-review-head {
    border-top-width: 2px;
    border-style: solid;
    border-bottom-width: 2px;
    padding: 30px 0;
    margin-bottom: 40px
}

.tourmaster-single-review-head .tourmaster-tour-rating {
    float: left;
    padding: 10px 0
}

.tourmaster-single-review-head .tourmaster-tour-rating-text {
    font-size: 15px;
    font-weight: 600;
    margin-right: 15px;
    line-height: 25px;
    float: left
}

.tourmaster-single-review-head .tourmaster-tour-rating i {
    font-size: 16px;
    margin-right: 2px;
    line-height: 25px;
    float: left
}

.tourmaster-single-review-head .tourmaster-single-review-filter {
    float: right
}

.tourmaster-single-review-head .tourmaster-single-review-sort-by {
    float: left;
    line-height: 25px;
    padding: 10px 0;
    margin-right: 20px
}

.tourmaster-single-review-sort-by .tourmaster-head {
    font-weight: 700;
    margin-right: 15px
}

.tourmaster-single-review-sort-by .tourmaster-sort-by-field {
    margin-right: 15px;
    padding-right: 20px;
    position: relative;
    cursor: pointer
}

.tourmaster-single-review-sort-by .tourmaster-sort-by-field:after {
    content: "\f0de";
    font-family: fontAwesome;
    position: absolute;
    right: 0;
    top: 6px;
    line-height: 1
}

.tourmaster-single-review-sort-by .tourmaster-sort-by-field.tourmaster-active:after {
    content: "\f0dd";
    top: 0
}

.tourmaster-single-review-head .tourmaster-single-review-filter-by {
    float: left;
    width: 170px
}

.tourmaster-single-review-content {
    padding-left: 50px;
    padding-bottom: 30px
}

.tourmaster-single-review-content .tourmaster-single-review-content-item {
    margin-bottom: 30px
}

.tourmaster-single-review-content .tourmaster-single-review-user {
    float: left;
    text-align: center;
    width: 220px;
    padding-right: 50px
}

.tourmaster-single-review-content .tourmaster-single-review-avatar {
    width: 65px;
    height: 65px;
    overflow: hidden;
    margin: 0 auto 15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.tourmaster-single-review-content .tourmaster-single-review-user-name {
    font-size: 14px;
    margin-bottom: 4px
}

.tourmaster-single-review-content .tourmaster-single-review-user-type {
    font-size: 12px
}

.tourmaster-single-review-content .tourmaster-single-review-detail {
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.tourmaster-single-review-content .tourmaster-single-review-detail-rating {
    font-size: 14px;
    margin-bottom: 6px
}

.tourmaster-single-review-content .tourmaster-single-review-detail-date {
    font-size: 13px;
    font-style: italic
}

.tourmaster-single-review-content .tourmaster-single-review-detail-rating i {
    margin-right: 4px
}

.tourmaster-single-review-content .tourmaster-review-content-pagination {
    margin-left: 220px
}

.tourmaster-review-content-pagination span {
    display: inline-block;
    margin-right: 3px;
    width: 34px;
    line-height: 1;
    text-align: center;
    padding: 13px 0 12px;
    cursor: pointer;
    transition: color 200ms,background-color 200ms;
    -moz-transition: color 200ms,background-color 200ms;
    -o-transition: color 200ms,background-color 200ms;
    -webkit-transition: color 200ms,background-color 200ms
}

.tourmaster-review-content-pagination span.tourmaster-active {
    cursor: default
}

.tourmaster-single-tour-content-wrap .tourmaster-single-tour-read-more-gradient,.tourmaster-single-tour-content-wrap .tourmaster-single-tour-read-more-wrap {
    display: none
}

.tourmaster-payment-head {
    background-size: cover;
    background-position: center;
    position: relative
}

.tourmaster-payment-head .tourmaster-payment-head-overlay-opacity {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.5)
}

.tourmaster-payment-head .tourmaster-payment-head-overlay {
    position: absolute;
    height: 243px;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../../../plugins/tourmaster/images/payment-step-gradient.png) bottom repeat-x
}

.tourmaster-payment-head .tourmaster-payment-head-top-overlay {
    position: absolute;
    height: 278px;
    top: 0;
    right: 0;
    left: 0;
    background: url(../../../plugins/tourmaster/images/single-tour-top-gradient.png) top repeat-x
}

.tourmaster-payment-head .tourmaster-payment-title {
    font-size: 31px;
    font-weight: 800;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 0;
    position: relative
}

.tourmaster-payment-head .tourmaster-payment-step-inner {
    padding-right: 400px
}

.tourmaster-payment-step-wrap {
    position: relative
}

.tourmaster-payment-step-wrap .tourmaster-payment-step-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .19;
    filter: alpha(opacity=19);
    background: #fff
}

.tourmaster-payment-step-wrap .tourmaster-payment-step-item-title {
    font-size: 13px;
    font-weight: 700
}

.tourmaster-payment-step-wrap .tourmaster-payment-step-item {
    float: left;
    position: relative;
    padding: 28px 50px 28px 0;
    overflow: hidden
}

.tourmaster-payment-step-wrap .tourmaster-payment-step-item .tourmaster-text {
    font-weight: 700;
    line-height: 25px
}

.tourmaster-payment-step-wrap .tourmaster-payment-step-item.tourmaster-enable {
    cursor: pointer
}

.tourmaster-payment-step-wrap .tourmaster-payment-step-item.tourmaster-enable i,.tourmaster-payment-step-wrap .tourmaster-payment-step-item.tourmaster-checked i {
    display: block
}

.tourmaster-payment-step-wrap .tourmaster-payment-step-item.tourmaster-enable .tourmaster-text,.tourmaster-payment-step-wrap .tourmaster-payment-step-item.tourmaster-checked .tourmaster-text {
    display: none
}

.tourmaster-payment-step-wrap .tourmaster-payment-step-item:after {
    content: " ";
    top: 0;
    bottom: 0;
    right: 15px;
    position: absolute;
    width: 25px;
    background: url(../../../plugins/tourmaster/images/payment-step-separator.png) center right
}

.tourmaster-payment-step-wrap .tourmaster-payment-step-item:last-child {
    padding-right: 0
}

.tourmaster-payment-step-wrap .tourmaster-payment-step-item:last-child:after {
    display: none
}

.tourmaster-payment-step-wrap .tourmaster-payment-step-item-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 8px 7px 7px;
    vertical-align: middle;
    margin-right: 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: color 200ms,background-color 200ms;
    -moz-transition: color 200ms,background-color 200ms;
    -o-transition: color 200ms,background-color 200ms;
    -webkit-transition: color 200ms,background-color 200ms
}

.tourmaster-payment-step-wrap .tourmaster-payment-step-item-icon i {
    display: none;
    line-height: 25px
}

#tourmaster-payment-template-wrapper {
    position: relative
}

.tourmaster-template-payment .tourmaster-tour-booking-bar-wrap {
    margin-top: -200px
}

.tourmaster-tour-booking-error {
    margin-bottom: 30px
}

.tourmaster-payment-traveller-info-wrap {
    max-width: 720px;
    padding-bottom: 45px
}

.tourmaster-payment-traveller-info-wrap .tourmaster-traveller-info-field {
    margin-bottom: 20px
}

.tourmaster-payment-traveller-info-wrap .tourmaster-payment-traveller-info-title {
    font-size: 18px;
    margin-bottom: 40px
}

.tourmaster-payment-traveller-info-wrap .tourmaster-payment-traveller-info-title i {
    margin-right: 17px
}

.tourmaster-payment-traveller-info-wrap .tourmaster-head {
    float: left;
    width: 120px;
    line-height: 45px;
    font-weight: 500
}

.tourmaster-payment-traveller-info-wrap .tourmaster-tail {
    overflow: hidden;
    display: block
}

.tourmaster-payment-traveller-info-wrap .tourmaster-tail .tourmaster-traveller-info-input {
    float: left;
    width: 47%;
    margin-right: 3%
}

.tourmaster-payment-traveller-info-wrap .tourmaster-tail .tourmaster-traveller-info-passport {
    float: left;
    margin-right: 3%;
    width: 97%;
    margin-top: 18px
}

.tourmaster-payment-traveller-info-wrap .tourmaster-tail .tourmaster-traveller-info-custom {
    position: relative;
    float: left;
    margin-right: 3%;
    width: 97%;
    margin-top: 18px
}

.tourmaster-payment-traveller-info-wrap .tourmaster-tail .tourmaster-traveller-info-custom input,.tourmaster-payment-traveller-info-wrap .tourmaster-tail .tourmaster-traveller-info-custom select {
    width: 100%
}

.tourmaster-payment-traveller-info-wrap .tourmaster-traveller-info-field.tourmaster-with-info-title .tourmaster-traveller-info-input {
    width: 37%
}

.tourmaster-payment-traveller-info-wrap .tourmaster-traveller-info-field.tourmaster-with-info-title .tourmaster-traveller-info-title {
    float: left;
    width: 17%;
    margin-right: 3%
}

.tourmaster-payment-service-form-wrap {
    padding: 32px 35px;
    margin-bottom: 60px
}

.tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-title {
    font-size: 16px;
    padding-bottom: 24px;
    text-align: center;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin-bottom: 40px
}

.tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-item-wrap {
    max-width: 550px;
    margin: 0 auto
}

.tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-item {
    font-size: 14px;
    margin-bottom: 16px
}

.tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-item input[type="checkbox"] {
    margin: 0 12px 0
}

.tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-item-title {
    font-weight: 500
}

.tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-price-wrap {
    float: right;
    font-weight: 600
}

.tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-price-wrap .tourmaster-sep {
    margin: 0 4px
}

.tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-price-wrap input[type="text"] {
    margin-left: 10px;
    width: 40px;
    padding: 2px 10px;
    border-width: 1px;
    border-style: solid
}

.tourmaster-payment-contact-wrap {
    max-width: 600px;
    padding-bottom: 45px
}

.tourmaster-payment-contact-wrap .tourmaster-contact-field {
    margin-bottom: 20px
}

.tourmaster-payment-contact-wrap .tourmaster-payment-contact-title {
    font-size: 18px;
    margin-bottom: 40px
}

.tourmaster-payment-contact-wrap .tourmaster-payment-contact-title i {
    margin-right: 17px
}

.tourmaster-payment-contact-wrap .tourmaster-head {
    float: left;
    width: 150px;
    line-height: 45px;
    font-weight: 500
}

.tourmaster-payment-contact-wrap .tourmaster-tail {
    overflow: hidden;
    display: block
}

.tourmaster-payment-billing-wrap {
    max-width: 600px;
    margin-bottom: 50px
}

.tourmaster-payment-billing-wrap .tourmaster-billing-field {
    margin-bottom: 20px
}

.tourmaster-payment-billing-wrap .tourmaster-payment-billing-title {
    font-size: 18px;
    margin-bottom: 40px
}

.tourmaster-payment-billing-wrap .tourmaster-payment-billing-title i {
    margin-right: 17px
}

.tourmaster-payment-billing-wrap .tourmaster-head {
    float: left;
    width: 150px;
    line-height: 45px;
    font-weight: 500
}

.tourmaster-payment-billing-wrap .tourmaster-tail {
    overflow: hidden;
    display: block
}

.tourmaster-payment-billing-copy-wrap {
    margin-bottom: 30px
}

.tourmaster-payment-billing-copy {
    margin: -1px 10px 0 150px
}

.tourmaster-payment-billing-copy-text {
    font-size: 13px;
    font-weight: 500
}

.tourmaster-payment-additional-note-wrap {
    max-width: 720px;
    padding-bottom: 0
}

.tourmaster-payment-additional-note-wrap .tourmaster-additional-note-field {
    margin-bottom: 20px;
    max-width: 600px
}

.tourmaster-payment-additional-note-wrap .tourmaster-payment-additional-note-title {
    font-size: 18px;
    margin-bottom: 40px
}

.tourmaster-payment-additional-note-wrap .tourmaster-payment-additional-note-title i {
    margin-right: 17px
}

.tourmaster-payment-additional-note-wrap .tourmaster-head {
    float: left;
    width: 150px;
    line-height: 45px;
    font-weight: 500
}

.tourmaster-payment-additional-note-wrap .tourmaster-tail {
    overflow: hidden;
    display: block
}

.tourmaster-tour-payment-content .tourmaster-tour-booking-continue {
    margin-left: 150px;
    width: 160px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 25px
}

.tourmaster-tour-payment-content .tourmaster-tour-booking-required-error {
    margin-left: 150px;
    display: none
}

.tourmaster-payment-contact-detail-wrap {
    margin-bottom: 30px
}

.tourmaster-payment-detail-wrap {
    float: left;
    width: 50%
}

.tourmaster-payment-detail-wrap .tourmaster-payment-detail-title {
    font-size: 18px;
    margin-bottom: 28px
}

.tourmaster-payment-detail-wrap .tourmaster-payment-detail-title i {
    margin-right: 17px
}

.tourmaster-payment-detail-wrap .tourmaster-payment-detail {
    font-size: 14px;
    margin-bottom: 8px
}

.tourmaster-payment-detail-wrap .tourmaster-head {
    float: left;
    width: 110px;
    font-weight: 500
}

.tourmaster-payment-detail-wrap .tourmaster-tail {
    overflow: hidden;
    display: block
}

.tourmaster-payment-detail-notes-wrap {
    margin-bottom: 40px
}

.tourmaster-payment-detail-notes-wrap .tourmaster-payment-detail-title {
    font-size: 18px;
    margin-bottom: 28px
}

.tourmaster-payment-detail-notes-wrap .tourmaster-payment-detail-title i {
    margin-right: 17px
}

.tourmaster-payment-detail-notes-wrap .tourmaster-payment-detail {
    font-size: 14px;
    margin-bottom: 8px
}

.tourmaster-payment-detail-notes-wrap .tourmaster-head {
    float: left;
    width: 200px;
    font-weight: 500
}

.tourmaster-payment-detail-notes-wrap .tourmaster-tail {
    overflow: hidden;
    display: block
}

.tourmaster-payment-traveller-detail {
    margin-bottom: 60px
}

.tourmaster-payment-traveller-detail .tourmaster-payment-detail-title {
    font-size: 18px;
    margin-bottom: 28px
}

.tourmaster-payment-traveller-detail .tourmaster-payment-detail-title i {
    margin-right: 17px
}

.tourmaster-payment-traveller-detail .tourmaster-payment-detail {
    font-size: 14px;
    margin-bottom: 10px
}

.tourmaster-payment-traveller-detail .tourmaster-head {
    float: left;
    width: 110px;
    font-weight: 500
}

.tourmaster-payment-traveller-detail .tourmaster-tail {
    overflow: hidden;
    display: block
}

.tourmaster-payment-method-wrap {
    padding: 30px 34px;
    margin-bottom: 30px
}

.tourmaster-payment-method-wrap .tourmaster-payment-method-title {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding-bottom: 25px;
    margin-bottom: 50px
}

.tourmaster-payment-method-wrap .tourmaster-payment-gateway {
    margin-bottom: 40px
}

.tourmaster-payment-method-wrap .tourmaster-payment-paypal,.tourmaster-payment-method-wrap .tourmaster-payment-credit-card {
    text-align: center;
    line-height: 1
}

.tourmaster-payment-method-wrap .tourmaster-payment-paypal>img,.tourmaster-payment-method-wrap .tourmaster-payment-credit-card>img {
    height: 76px;
    cursor: pointer;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    transition: border-color 400ms;
    -moz-transition: border-color 400ms;
    -o-transition: border-color 400ms;
    -webkit-transition: border-color 400ms
}

.tourmaster-payment-method-wrap .tourmaster-payment-paypal-service-fee-text,.tourmaster-payment-method-wrap .tourmaster-payment-credit-card-service-fee-text {
    font-size: 11px;
    margin-top: 16px;
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3
}

.tourmaster-payment-method-wrap .tourmaster-payment-credit-card-type {
    margin-top: 16px
}

.tourmaster-payment-method-wrap .tourmaster-payment-credit-card-type img {
    margin: 0 5px
}

.tourmaster-payment-method-wrap .tourmaster-payment-method-or {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    position: relative
}

.tourmaster-payment-method-wrap .tourmaster-payment-method-or .tourmaster-left {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    border-bottom-width: 2px;
    border-bottom-style: solid
}

.tourmaster-payment-method-wrap .tourmaster-payment-method-or .tourmaster-right {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1px;
    border-bottom-width: 2px;
    border-bottom-style: solid
}

.tourmaster-payment-method-wrap .tourmaster-payment-terms {
    font-size: 12px;
    text-align: center;
    margin-bottom: 40px
}

.tourmaster-payment-method-wrap .tourmaster-payment-terms input {
    margin-right: 10px
}

.tourmaster-payment-method-wrap .tourmaster-payment-terms .tourmaster-tour-booking-required-error {
    margin: 20px 0 0
}

.tourmaster-payment-method-wrap .tourmaster-payment-method-booking {
    margin-bottom: 10px;
    text-align: center
}

.tourmaster-payment-method-wrap .tourmaster-payment-method-booking-button {
    letter-spacing: 0;
    min-width: 230px;
    max-width: 100%;
    margin-bottom: 40px;
    cursor: pointer;
    font-weight: 700
}

.tourmaster-payment-method-wrap .tourmaster-payment-method-description {
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px
}

.tourmaster-payment-method-wrap.tourmaster-none-online-payment .tourmaster-payment-method-title {
    margin-bottom: 30px
}

.tourmaster-payment-method-wrap.tourmaster-both-online-payment .tourmaster-online-payment-method {
    float: left;
    width: 50%
}

.tourmaster-payment-complete-wrap {
    padding: 30px 30px;
    margin-bottom: 40px
}

.tourmaster-payment-complete-wrap .tourmaster-payment-complete-head {
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding-bottom: 18px;
    margin-bottom: 25px
}

.tourmaster-payment-complete-wrap .tourmaster-payment-complete-icon {
    font-size: 70px;
    margin-bottom: 20px;
    display: inline-block;
    padding-top: 20px
}

.tourmaster-payment-complete-wrap .tourmaster-payment-complete-content-wrap {
    text-align: center
}

.tourmaster-payment-complete-wrap .tourmaster-payment-complete-thank-you {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px
}

.tourmaster-payment-complete-wrap .tourmaster-payment-complete-button {
    letter-spacing: .5px;
    width: 210px;
    max-width: 100%;
    margin-bottom: 20px
}

.tourmaster-payment-complete-wrap .tourmaster-payment-complete-content {
    margin-bottom: 32px
}

.tourmaster-payment-complete-wrap .tourmaster-payment-complete-bottom-text {
    padding-top: 40px;
    border-top-width: 2px;
    border-top-style: solid;
    margin-top: 20px
}

.tourmaster-payment-receipt-form {
    max-width: 600px;
    margin: 0 auto 40px
}

.tourmaster-payment-receipt-field {
    margin-bottom: 20px
}

.tourmaster-payment-receipt-field-submit {
    margin-left: 45%;
    padding-left: 30px
}

.tourmaster-payment-receipt-field .tourmaster-head {
    float: left;
    width: 45%;
    margin-right: 30px;
    text-align: right;
    font-size: 13px;
    font-weight: 500
}

.tourmaster-payment-receipt-field .tourmaster-tail {
    display: block;
    overflow: hidden
}

.tourmaster-payment-receipt-field-receipt .tourmaster-head {
    line-height: 75px
}

.tourmaster-payment-receipt-field-transaction-id .tourmaster-head {
    line-height: 45px
}

.tourmaster-payment-receipt-description {
    font-size: 12px;
    text-align: center;
    margin-top: 40px
}

.tourmaster-payment-receipt-form .tourmaster-lb-submit-error {
    display: none;
    margin-top: 30px;
    margin-bottom: 25px
}

.tourmaster-payment-receipt-field-submit input.tourmaster-payment-receipt-field-submit-button.tourmaster-button {
    padding: 12px 35px
}

.tourmaster-payment-receipt-deposit-option {
    font-size: 14px;
    margin-bottom: 5px
}

.tourmaster-payment-receipt-deposit-option label {
    cursor: pointer;
    margin-right: 20px;
    display: block;
    margin-bottom: 5px
}

.tourmaster-payment-receipt-deposit-option label i {
    margin-right: 12px
}

.tourmaster-payment-receipt-deposit-option label input {
    display: none
}

.tourmaster-payment-receipt-deposit-option label input+span {
    transition: color 200ms;
    -moz-transition: color 200ms;
    -o-transition: color 200ms;
    -webkit-transition: color 200ms
}

.tourmaster-payment-receipt-deposit-option label input:checked+span {
    opacity: 1
}

.tourmaster-payment-receipt-deposit-option label input+span {
    opacity: .6
}

.tourmaster-header-price {
    box-shadow: 0 -2px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 -2px 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 -2px 3px rgba(0,0,0,.2)
}

.tourmaster-header-price .tourmaster-header-price-ribbon {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    padding: 12px
}

.tourmaster-header-price .tourmaster-header-price-wrap {
    position: relative;
    text-align: center;
    padding: 38px 20px 34px
}

.tourmaster-header-price .tourmaster-header-price-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .8;
    filter: alpha(opacity=80);
    transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    -webkit-transition: opacity 200ms
}

.tourmaster-header-price .tourmaster-tour-price-wrap {
    position: relative
}

.tourmaster-header-price .tourmaster-tour-price-wrap:before {
    font-family: fontawesome;
    /*content: "\e017";*/
    font-size: 23px;
    margin-right: 15px
}

.tourmaster-header-price .tourmaster-tour-price {
    text-align: center;
    font-weight: 500
}

.tourmaster-header-price .tourmaster-tour-price .tourmaster-head {
    font-size: 14px;
    margin-right: 10px
}

.tourmaster-header-price .tourmaster-tour-price .tourmaster-tail {
    font-size: 32px;
    margin-right: 15px;
    font-weight: 800
}

.tourmaster-header-price .tourmaster-tour-discount-price {
    font-size: 32px;
    font-weight: 800
}

.tourmaster-header-price .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-tail {
    font-size: 15px;
    font-weight: 500;
    text-decoration: line-through
}

.tourmaster-header-price .tourmaster-tour-price-info {
    vertical-align: top;
    margin-left: -5px
}

.tourmaster-header-price .tourmaster-discount .tourmaster-tour-price-info {
    margin-left: 5px
}

.tourmaster-single-header.tourmaster-start-script .tourmaster-header-price {
    display: none
}

.tourmaster-header-price.tourmaster-price-updated .tourmaster-tour-price .tourmaster-head {
    display: none
}

.tourmaster-header-price.tourmaster-price-updated .tourmaster-tour-price-info {
    display: none
}

.tourmaster-tour-booking-bar-wrap.tourmaster-top .tourmaster-header-price .tourmaster-header-price-overlay,.tourmaster-tour-booking-bar-wrap.tourmaster-bottom .tourmaster-header-price .tourmaster-header-price-overlay,.tourmaster-tour-booking-bar-wrap.tourmaster-lock .tourmaster-header-price .tourmaster-header-price-overlay,.tourmaster-tour-booking-bar-wrap.tourmaster-fixed .tourmaster-header-price .tourmaster-header-price-overlay {
    opacity: 1;
    filter: alpha(opacity=100)
}

.tourmaster-single-header .tourmaster-header-price {
    position: absolute;
    right: 0;
    bottom: 0;
    box-shadow: 0 -2px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 -2px 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 -2px 3px rgba(0,0,0,.2)
}

.tourmaster-tour-booking-bar-wrap .tourmaster-header-price {
    margin-left: 0;
    margin-right: 0;
    display: none
}

.tourmaster-tour-booking-bar-wrap.tourmaster-start-script .tourmaster-header-price {
    display: block
}

.tourmaster-tour-booking-bar-outer {
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2)
}

.tourmaster-tour-booking-next-sign {
    position: absolute;
    left: 40px;
    margin-top: -29px
}

.tourmaster-tour-booking-next-sign:before,.tourmaster-tour-booking-next-sign span,.tourmaster-tour-booking-next-sign:after {
    width: 4px;
    height: 4px;
    display: block;
    overflow: hidden;
    margin-bottom: 6px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.tourmaster-tour-booking-next-sign:before {
    content: " ";
    opacity: .33;
    filter: alpha(opacity=33)
}

.tourmaster-tour-booking-next-sign span {
    opacity: .66;
    filter: alpha(opacity=66)
}

.tourmaster-tour-booking-next-sign:after {
    content: " ";
    margin-bottom: 0
}

.tourmaster-tour-booking-bar-wrap .tourmaster-single-tour-booking-fields {
    padding: 40px 34px 5px;
    position: relative
}

.tourmaster-tour-booking-bar-wrap .tourmaster-single-tour-booking-referral {
    padding: 40px;
    position: relative
}

.tourmaster-tour-booking-bar-wrap .tourmaster-single-tour-booking-referral .tourmaster-button {
    display: block;
    text-align: center
}

.tourmaster-tour-booking-bar-wrap .tourmaster-single-tour-booking-referral-text {
    margin-bottom: 20px
}

.tourmaster-tour-booking-available {
    margin-left: 45px;
    margin-top: -14px;
    margin-bottom: 20px;
    font-size: 13px
}

.tourmaster-tour-booking-package {
    margin-bottom: 35px
}

.tourmaster-tour-booking-package>i {
    font-size: 20px;
    line-height: 45px;
    float: left;
    width: 30px;
    margin-right: 15px
}

.tourmaster-tour-booking-package .tourmaster-combobox-list-wrap {
    margin-left: 45px
}

.tourmaster-tour-booking-date {
    margin-bottom: 35px
}

.tourmaster-tour-booking-date>i {
    font-size: 20px;
    line-height: 45px;
    float: left;
    width: 30px;
    margin-right: 15px
}

.tourmaster-tour-booking-date-input {
    overflow: hidden
}

.tourmaster-tour-booking-date .tourmaster-tour-booking-date-display {
    font-size: 16px;
    line-height: 45px;
    font-weight: 600;
    padding-left: 6px
}

.tourmaster-tour-booking-room {
    margin-bottom: 35px
}

.tourmaster-tour-booking-room>i {
    font-size: 20px;
    line-height: 45px;
    float: left;
    width: 30px;
    margin-right: 15px
}

.tourmaster-tour-booking-room-input {
    overflow: hidden
}

.tourmaster-tour-booking-room-template {
    display: none!important
}

.tourmaster-tour-booking-people {
    margin-bottom: 35px
}

.tourmaster-tour-booking-people>i {
    font-size: 20px;
    line-height: 45px;
    float: left;
    width: 30px;
    margin-right: 15px
}

.tourmaster-tour-booking-people-input {
    overflow: hidden
}

.tourmaster-tour-booking-people.tourmaster-variable {
    margin-bottom: 15px
}

.tourmaster-tour-booking-people-input.tourmaster-variable .tourmaster-combobox-wrap {
    width: 48%;
    float: left;
    margin-bottom: 15px
}

.tourmaster-tour-booking-people-input.tourmaster-variable .tourmaster-combobox-wrap:nth-child(odd) {
    margin-right: 2%
}

.tourmaster-tour-booking-people-input.tourmaster-variable .tourmaster-combobox-wrap:nth-child(even) {
    margin-left: 2%
}

.tourmaster-tour-booking-people-container {
    margin: 0 -20px 50px;
    padding: 35px 20px 5px;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.tourmaster-tour-booking-people-container .tourmaster-tour-booking-room-text {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    float: left;
    margin-right: 20px;
    line-height: 45px
}

.tourmaster-tour-booking-extra-info {
    margin: -20px -35px 50px;
    padding: 0 35px 25px;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.tourmaster-tour-booking-extra-info .tourmaster-extra-booking-field {
    margin-bottom: 11px
}

.tourmaster-tour-booking-extra-info .tourmaster-extra-booking-field .tourmaster-head {
    margin-bottom: 8px
}

.tourmaster-tour-booking-submit {
    margin-bottom: 35px
}

.tourmaster-tour-booking-submit>i {
    font-size: 20px;
    line-height: 45px;
    float: left;
    width: 30px;
    margin-right: 15px
}

.tourmaster-tour-booking-submit-input {
    overflow: hidden
}

.tourmaster-tour-booking-submit input[type="submit"],.tourmaster-tour-booking-submit .tourmaster-button {
    width: 100%;
    text-align: center
}

.tourmaster-tour-booking-submit-error,.tourmaster-tour-booking-error-max-people {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 15px;
    padding: 11px 16px;
    display: none
}

.tourmaster-tour-booking-bar-wrap .tourmaster-booking-bottom {
    border-top-width: 1px;
    border-top-style: solid
}

.tourmaster-tour-booking-bar-wrap .tourmaster-save-wish-list {
    padding: 28px 0;
    text-align: center;
    float: left;
    width: 70%;
    border-right-width: 1px;
    border-right-style: solid;
    cursor: pointer;
    line-height: 1
}

.tourmaster-tour-booking-bar-wrap .tourmaster-save-wish-list i {
    margin-right: 12px
}

.tourmaster-save-wish-list .tourmaster-save-wish-list-icon-wrap {
    position: relative
}

.tourmaster-save-wish-list .tourmaster-save-wish-list-icon-wrap i {
    transition: opacity 200ms,transform 200ms;
    -moz-transition: opacity 200ms,-moz-transform 200ms;
    -o-transition: opacity 200ms,-o-transform 200ms;
    -webkit-transition: opacity 200ms,-webkit-transform 200ms
}

.tourmaster-save-wish-list .tourmaster-icon-inactive {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

.tourmaster-save-wish-list .tourmaster-icon-active {
    opacity: 0;
    position: absolute;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0)
}

.tourmaster-save-wish-list.tourmaster-active .tourmaster-icon-inactive {
    opacity: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0)
}

.tourmaster-save-wish-list.tourmaster-active .tourmaster-icon-active {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

.tourmaster-tour-booking-bar-wrap .tourmaster-view-count {
    padding: 28px 0;
    text-align: center;
    overflow: hidden;
    line-height: 1
}

.tourmaster-tour-booking-bar-wrap .tourmaster-view-count i {
    margin-right: 12px
}

.tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-bar-summary {
    padding: 38px 30px
}

.tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-bar-summary-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 25px
}

.tourmaster-tour-booking-bar-summary-info {
    font-size: 14px;
    margin-bottom: 9px
}

.tourmaster-tour-booking-bar-summary-info .tourmaster-head {
    margin-bottom: 10px;
    font-weight: 500
}

.tourmaster-tour-booking-bar-summary-room-text {
    font-weight: 700;
    float: left;
    margin-right: 25px
}

.tourmaster-tour-booking-bar-summary-room-wrap {
    font-size: 14px;
    padding-top: 16px
}

.tourmaster-tour-booking-bar-summary-people-wrap {
    padding-top: 15px
}

.tourmaster-tour-booking-bar-summary-people {
    overflow: hidden;
    margin-bottom: 14px
}

.tourmaster-tour-booking-bar-summary-people-amount {
    margin-bottom: 10px
}

.tourmaster-tour-booking-bar-summary-people.tourmaster-variable .tourmaster-tour-booking-bar-summary-people-amount {
    float: left;
    margin-right: 12px;
    margin-bottom: 5px
}

.tourmaster-tour-booking-bar-summary-people.tourmaster-variable .tourmaster-tour-booking-bar-summary-people-amount:nth-child(3) {
    clear: left
}

.tourmaster-tour-booking-bar-summary-people-amount .tourmaster-head {
    font-weight: 500
}

.tourmaster-tour-booking-bar-summary .tourmaster-price-breakdown {
    display: none;
    padding-top: 40px
}

.tourmaster-tour-booking-bar-summary .tourmaster-tour-booking-bar-price-breakdown-link {
    font-size: 13px;
    margin-top: 25px;
    display: inline-block;
    cursor: pointer
}

.tourmaster-tour-booking-bar-summary .tourmaster-tour-booking-bar-date-edit {
    font-size: 13px;
    font-weight: 600;
    cursor: pointer
}

.tourmaster-tour-booking-bar-summary .tourmaster-tour-booking-temp {
    display: none
}

.tourmaster-tour-booking-bar-coupon-wrap {
    margin-top: 30px;
    margin-bottom: 10px
}

.tourmaster-tour-booking-bar-coupon-wrap input[type="text"].tourmaster-tour-booking-bar-coupon {
    padding: 10px 15px;
    width: 150px;
    border-width: 1px;
    margin-right: 18px
}

.tourmaster-tour-booking-bar-coupon-wrap .tourmaster-tour-booking-bar-coupon-validate {
    font-weight: 600;
    font-size: 13px;
    cursor: pointer
}

.tourmaster-tour-booking-bar-coupon-wrap .tourmaster-tour-booking-coupon-message {
    display: none;
    font-size: 11px;
    margin-top: 10px
}

.tourmaster-tour-booking-bar-coupon-wrap .tourmaster-tour-booking-coupon-message.tourmaster-failed {
    color: #fff;
    padding: 6px 12px
}

.tourmaster-tour-booking-bar-total-price-info-title {
    font-size: 13px;
    display: inline-block;
    clear: left
}

.tourmaster-tour-booking-bar-total-price-info-content {
    font-size: 13px;
    float: right
}

.tourmaster-tour-booking-bar-total-price-wrap {
    font-size: 16px;
    line-height: 27px;
    padding: 32px 30px;
    border-top-width: 1px;
    border-top-style: solid
}

.tourmaster-tour-booking-bar-total-price-wrap i {
    margin-right: 12px
}

.tourmaster-tour-booking-bar-total-price-title {
    font-weight: 600;
    display: inline-block;
    clear: left
}

.tourmaster-tour-booking-bar-total-price {
    font-size: 22px;
    font-weight: 700;
    float: right
}

.tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-continue {
    width: 100%;
    text-align: center;
    padding: 18px 0;
    cursor: pointer
}

.tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-bar-widget {
    padding-top: 60px
}

.tourmaster-template-payment .tourmaster-tour-booking-bar-wrap {
    float: right;
    margin-left: 50px
}

.tourmaster-template-payment .tourmaster-tour-payment-content {
    overflow: hidden;
    padding-bottom: 15px
}

.tourmaster-header-price .tourmaster-header-enquiry {
    font-size: 22px;
    font-weight: 700;
    position: relative
}

.tourmaster-header-price .tourmaster-header-enquiry-ribbon {
    height: 8px
}

.tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-enquiry-wrap {
    padding: 40px 34px 40px;
    position: relative
}

.tourmaster-tour-booking-bar-wrap .tourmaster-enquiry-field {
    margin-bottom: 22px
}

.tourmaster-tour-booking-bar-wrap .tourmaster-enquiry-field .tourmaster-head {
    margin-bottom: 8px
}

.tourmaster-tour-booking-bar-wrap .tourmaster-enquiry-form .tourmaster-button {
    width: 100%;
    transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms
}

.tourmaster-tour-booking-bar-wrap .tourmaster-enquiry-form .tourmaster-button.tourmaster-now-loading {
    opacity: .8
}

.tourmaster-enquiry-form .tourmaster-enquiry-form-message {
    display: none
}

.tourmaster-enquiry-form .tourmaster-enquiry-form-message {
    font-size: 13px;
    font-weight: 500;
    padding: 15px 20px 13px;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 24px
}

.tourmaster-enquiry-form .tourmaster-enquiry-term {
    font-size: 16px;
    margin-bottom: 27px;
    margin-top: -12px
}

.tourmaster-enquiry-form .tourmaster-enquiry-term .tourmaster-enquiry-form-message {
    margin-top: 15px;
    display: none
}

.tourmaster-booking-tab-title-item {
    cursor: pointer;
    padding: 20px 28px;
    float: left;
    font-size: 14px;
    font-weight: 500;
    transition: border-color 200ms,background-color 200ms;
    -moz-transition: border-color 200ms,background-color 200ms;
    -o-transition: border-color 200ms,background-color 200ms;
    -webkit-transition: border-color 200ms,background-color 200ms
}

.tourmaster-booking-tab-title-item.tourmaster-active {
    background: #fff
}

.tourmaster-booking-tab-content {
    display: none
}

.tourmaster-booking-tab-content.tourmaster-active {
    display: block
}

.tourmaster-tour-booking-bar-deposit-option {
    font-size: 14px;
    margin-bottom: 20px
}

.tourmaster-tour-booking-bar-deposit-option label {
    cursor: pointer;
    margin-right: 20px
}

.tourmaster-tour-booking-bar-deposit-option label i {
    margin-right: 12px
}

.tourmaster-tour-booking-bar-deposit-option label input {
    display: none
}

.tourmaster-tour-booking-bar-deposit-option label input+span {
    transition: color 200ms;
    -moz-transition: color 200ms;
    -o-transition: color 200ms;
    -webkit-transition: color 200ms
}

.tourmaster-tour-booking-bar-deposit-text {
    font-size: 16px;
    line-height: 27px;
    padding: 32px 30px 28px;
    border-top-width: 1px;
    border-top-style: solid;
    display: none
}

.tourmaster-tour-booking-bar-deposit-text.tourmaster-active {
    display: block
}

.tourmaster-tour-booking-bar-deposit-text .tourmaster-tour-booking-bar-deposit-title {
    font-size: 21px;
    font-weight: 700
}

.tourmaster-tour-booking-bar-deposit-text .tourmaster-tour-booking-bar-deposit-price {
    font-size: 23px;
    font-weight: 700;
    float: right
}

.tourmaster-tour-booking-bar-deposit-text .tourmaster-tour-booking-bar-deposit-caption {
    display: block;
    margin-top: 4px;
    font-size: 12px
}

.tourmaster-tour-booking-bar-deposit-info {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 15px
}

.tourmaster-tour-booking-bar-deposit-info .tourmaster-head {
    float: left
}

.tourmaster-tour-booking-bar-deposit-info .tourmaster-tail {
    float: right
}

.tourmaster-price-breakdown {
    font-size: 14px
}

.tourmaster-price-breakdown .tourmaster-head {
    font-weight: 600;
    margin-right: 13px
}

.tourmaster-price-breakdown .tourmaster-tail.tourmaster-right {
    float: right
}

.tourmaster-price-breakdown .tourmaster-tail .tourmaster-price {
    float: right
}

.tourmaster-price-breakdown .tourmaster-price-breakdown-base-price-wrap {
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.tourmaster-price-breakdown .tourmaster-price-breakdown-base-price {
    margin-bottom: 12px
}

.tourmaster-price-breakdown .tourmaster-price-breakdown-room {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.tourmaster-price-breakdown .tourmaster-price-breakdown-room-head {
    margin-bottom: 15px
}

.tourmaster-price-breakdown .tourmaster-price-breakdown-room-price {
    margin-bottom: 10px
}

.tourmaster-price-breakdown .tourmaster-price-breakdown-room-price:last-child {
    margin-bottom: 0
}

.tourmaster-price-breakdown .tourmaster-price-breakdown-additional-service {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.tourmaster-price-breakdown .tourmaster-price-breakdown-additional-service-title {
    font-size: 16px;
    padding-top: 5px;
    margin-bottom: 16px
}

.tourmaster-price-breakdown .tourmaster-price-breakdown-additional-service-item {
    margin-bottom: 10px
}

.tourmaster-price-breakdown .tourmaster-price-breakdown-additional-service-item .tourmaster-head {
    font-weight: 400
}

.tourmaster-price-breakdown-sub-total,.tourmaster-price-breakdown-tax-rate,.tourmaster-price-breakdown-tax-due,.tourmaster-price-breakdown-coupon-code,.tourmaster-price-breakdown-coupon-amount {
    margin-bottom: 12px
}

.tourmaster-price-breakdown-group-discount {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-style: solid
}

.tourmaster-price-breakdown-group-discount-amount {
    margin-bottom: 12px
}

.tourmaster-price-breakdown-coupon-code .tourmaster-coupon-text {
    float: right
}

.tourmaster-login-bar-shortcode {
    text-align: right
}

.tourmaster-login-bar-shortcode .tourmaster-user-top-bar-nav {
    text-align: left
}

.tourmaster-user-top-bar {
    font-size: 13px;
    line-height: 30px;
    position: relative
}

.tourmaster-user-top-bar.tourmaster-guest {
    cursor: pointer
}

.tourmaster-user-top-bar.tourmaster-guest i {
    margin-right: 12px
}

.tourmaster-user-top-bar.tourmaster-guest .tourmaster-user-top-bar-signup {
    margin-left: 26px
}

.tourmaster-user-top-bar.tourmaster-style-2.tourmaster-guest i {
    display: none
}

.tourmaster-user-top-bar.tourmaster-style-2.tourmaster-guest .tourmaster-user-top-bar-login {
    border-right: 1px;
    border-style: solid;
    padding-right: 16px
}

.tourmaster-user-top-bar.tourmaster-style-2.tourmaster-guest .tourmaster-user-top-bar-signup {
    margin-left: 16px
}

.tourmaster-user-top-bar.tourmaster-user {
    cursor: pointer
}

.tourmaster-user-top-bar.tourmaster-user>img {
    vertical-align: middle;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.tourmaster-user-top-bar.tourmaster-user>i {
    margin-left: 18px;
    vertical-align: text-top
}

.tourmaster-user-top-bar-nav {
    position: absolute;
    right: 0;
    top: 100%;
    width: 185px;
    z-index: 99;
    line-height: 1.7;
    padding-top: 10px
}

.tourmaster-user-top-bar-nav-inner {
    display: none;
    cursor: default;
    text-align: left;
    box-shadow: 0 10px 20px rgb(0 0 0 / 9%);
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0 10px 20px rgb(0 0 0 / 9%)
}

.tourmaster-user-top-bar-nav-item {
    padding: 4px 20px
}

.tourmaster-user-top-bar-nav-item:first-child {
    padding-top: 18px
}

.tourmaster-user-top-bar-nav-item:last-child {
    padding-bottom: 14px
}

.tourmaster-user-top-bar-nav-item.tourmaster-nav-sign-out {
    padding-top: 13px;
    padding-bottom: 11px;
    margin-top: 10px;
    border-top-width: 1px;
    border-top-style: solid
}

.tourmaster-template-wrapper-user {
    overflow: hidden
}

.tourmaster-user-navigation {
    float: left;
    width: 300px;
    padding: 60px 0 10060px 0;
    margin-bottom: -10000px
}

.tourmaster-user-navigation .tourmaster-user-navigation-head {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 40px 35px 30px;
    margin-bottom: 0
}

.tourmaster-user-navigation .tourmaster-user-navigation-head:first-child {
    padding-top: 0
}

.tourmaster-user-navigation .tourmaster-user-navigation-item {
    font-size: 14px;
    padding: 0 35px 15px
}

.tourmaster-user-navigation .tourmaster-user-navigation-item-icon {
    display: inline-block;
    font-size: 16px;
    margin-right: 11px;
    width: 20px
}

.tourmaster-user-navigation .tourmaster-user-navigation-item.tourmaster-active:before {
    content: " ";
    height: 20px;
    display: inline-block;
    border-left-width: 3px;
    border-left-style: solid;
    vertical-align: sub;
    margin-right: 18px
}

.tourmaster-user-navigation .tourmaster-user-navigation-item-sign-out {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 24px;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.tourmaster-user-navigation .tourmaster-user-navigation-bottom-text {
    padding: 50px 35px 0
}

.tourmaster-user-content {
    overflow: hidden
}

.tourmaster-user-content-inner {
    padding: 40px
}

.tourmaster-user-content-inner .tourmaster-user-content-block {
    margin-left: 0;
    margin-right: 0;
    overflow: auto
}

.tourmaster-user-content-block {
    margin: 35px;
    padding: 24px 28px;
    box-shadow: 0 0 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1)
}

.tourmaster-user-content-block .tourmaster-user-content-title {
    font-size: 14px;
    float: left;
    margin-bottom: 0;
    font-weight: 600
}

.tourmaster-user-content-block .tourmaster-user-content-title-link {
    font-size: 12px;
    float: right
}

.tourmaster-user-content-block .tourmaster-user-content-title-wrap {
    overflow: hidden;
    padding-bottom: 14px;
    margin-bottom: 12px;
    border-bottom-width: 2px;
    border-bottom-style: solid
}

.tourmaster-user-content-block .tourmaster-user-content-block-content {
    overflow: auto
}

.tourmaster-user-breadcrumbs {
    font-size: 14px;
    margin-bottom: 40px
}

.tourmaster-user-breadcrumbs .tourmaster-sep {
    margin: 0 14px
}

.tourmaster-my-profile-wrapper {
    margin-top: 45px;
    margin-bottom: 10px
}

.tourmaster-my-profile-avatar {
    float: left;
    margin-right: 40px
}

.tourmaster-my-profile-avatar img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.tourmaster-my-profile-info-wrap {
    overflow: hidden
}

.tourmaster-my-profile-info {
    font-size: 13px;
    margin-bottom: 14px;
    float: left;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.tourmaster-my-profile-info.tourmaster-odd {
    padding-left: 10px
}

.tourmaster-my-profile-info.tourmaster-even {
    clear: left;
    padding-right: 10px
}

.tourmaster-my-profile-info .tourmaster-head {
    float: left;
    width: 130px;
    margin-right: 10px
}

.tourmaster-my-profile-info .tourmaster-tail {
    display: block;
    overflow: hidden;
    font-weight: 600
}

.tourmaster-user-update-notification {
    font-size: 13px;
    padding: 15px 18px 12px;
    margin-bottom: 50px
}

.tourmaster-user-update-notification i {
    margin-right: 13px
}

.tourmaster-edit-profile-avatar {
    margin-bottom: 40px
}

.tourmaster-edit-profile-avatar img {
    width: 85px;
    height: 85px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 95px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.tourmaster-edit-profile-avatar input[type="file"] {
    display: none
}

.tourmaster-edit-profile-avatar .tourmaster-button {
    cursor: pointer
}

.tourmaster-edit-profile-submit.tourmaster-button {
    margin-left: 180px;
    margin-top: 10px
}

.tourmaster-edit-profile-wrap .tourmaster-req {
    margin-left: 5px
}

.tourmaster-edit-profile-wrap .tourmaster-head {
    float: left;
    width: 160px;
    margin-right: 20px;
    display: block;
    line-height: 45px;
    font-size: 13px
}

.tourmaster-edit-profile-wrap .tourmaster-tail {
    overflow: hidden;
    display: block;
    max-width: 370px
}

.tourmaster-edit-profile-wrap .tourmaster-profile-field {
    margin-bottom: 22px
}

.tourmaster-profile-field-gender .tourmaster-combobox-wrap {
    max-width: 160px
}

input.tourmaster-edit-profile-submit.tourmaster-button {
    margin-bottom: 30px;
    margin-top: 0
}

.tourmaster-user-content-inner-wish-list .tourmaster-user-content-block {
    padding-bottom: 35px
}

table.tourmaster-wish-list-table th:nth-child(1) {
    width: 85%
}

table.tourmaster-wish-list-table th:nth-child(2) {
    width: 15%
}

.tourmaster-template-wrapper table.tourmaster-wish-list-table tr td {
    vertical-align: middle;
    padding: 20px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.tourmaster-wish-list-item .tourmaster-wish-list-item-title {
    font-size: 14px;
    font-weight: 800;
    display: block;
    margin-bottom: 5px
}

.tourmaster-wish-list-item .tourmaster-wish-list-item-info {
    font-size: 12px
}

.tourmaster-wish-list-item .tourmaster-wish-list-item-info i {
    margin-right: 9px
}

.tourmaster-wish-list-item .tourmaster-wish-list-thumbnail {
    float: left;
    max-width: 65px;
    margin-right: 20px
}

.tourmaster-wish-list-item .tourmaster-wish-list-item-content {
    overflow: hidden;
    padding-top: 5px
}

.tourmaster-wish-list-remove-item {
    font-size: 14px;
    cursor: pointer
}

.tourmaster-wish-list-remove-item i {
    margin-right: 10px
}

.tourmaster-my-booking-filter .tourmaster-sep {
    margin: 0 13px
}

.tourmaster-my-booking-filter .tourmaster-sep:first-child {
    display: none
}

table.tourmaster-my-booking-table {
    font-size: 13px;
    min-width: 800px
}

table.tourmaster-my-booking-table th:nth-child(1) {
    width: 50%
}

table.tourmaster-my-booking-table th:nth-child(2) {
    width: 18%
}

table.tourmaster-my-booking-table th:nth-child(3) {
    width: 12%
}

table.tourmaster-my-booking-table th:nth-child(4) {
    width: 20%
}

table.tourmaster-my-booking-table .tourmaster-my-booking-price {
    font-weight: 600
}

table.tourmaster-my-booking-table .tourmaster-my-booking-status {
    margin-right: 20px
}

table.tourmaster-my-booking-table .tourmaster-my-booking-status i {
    margin-right: 9px
}

table.tourmaster-my-booking-table .tourmaster-my-booking-action {
    line-height: 27px;
    margin-top: -5px;
    margin-bottom: -5px;
    text-align: center;
    display: inline-block;
    width: 27px;
    cursor: pointer;
    margin-right: 4px
}

.tourmaster-user-content-inner-my-booking-single .tourmaster-my-booking-single-title {
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 16px;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.tourmaster-user-content-inner-my-booking-single .tourmaster-my-booking-single-sub-title {
    font-size: 14px;
    font-weight: 600;
    padding-top: 40px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 15px;
    margin-bottom: 20px
}

.tourmaster-my-booking-single-sidebar {
    float: right;
    width: 24%;
    padding-left: 30px
}

.tourmaster-my-booking-single-sidebar .tourmaster-button {
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
    margin-right: 10px
}

.tourmaster-my-booking-single-sidebar .tourmaster-my-booking-single-field .tourmaster-head {
    float: none
}

.tourmaster-my-booking-single-sidebar .tourmaster-my-booking-single-field .tourmaster-tail {
    display: inline
}

.tourmaster-my-booking-single-content {
    overflow: hidden
}

.tourmaster-my-booking-single-content-wrap {
    padding: 20px 35px;
    min-width: 970px
}

.tourmaster-my-booking-single-field {
    margin-bottom: 10px
}

.tourmaster-my-booking-single-field .tourmaster-head {
    font-weight: 600;
    float: left;
    margin-right: 10px
}

.tourmaster-my-booking-single-field .tourmaster-head.tourmaster-full {
    float: none;
    margin-right: 0
}

.tourmaster-my-booking-single-field .tourmaster-tail {
    display: block;
    overflow: hidden
}

.tourmaster-my-booking-single-field .tourmaster-tail.tourmaster-indent {
    margin-left: 20px
}

.tourmaster-my-booking-single-field.tourmaster-additional-note .tourmaster-head {
    float: none;
    margin-bottom: 7px;
    display: block
}

.tourmaster-my-booking-single-price-breakdown .tourmaster-price-breakdown-summary {
    float: right;
    min-width: 350px
}

.tourmaster-my-booking-single-total-price {
    padding-top: 15px;
    padding-bottom: 3px;
    margin-top: 20px;
    margin-bottom: 15px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-style: solid
}

.tourmaster-my-booking-single-total-price .tourmaster-tail {
    float: right;
    font-weight: 600
}

.tourmaster-my-booking-single-total-price .tourmaster-my-booking-single-field {
    float: right;
    min-width: 350px
}

.tourmaster-my-booking-single-traveller-info {
    margin-top: 15px;
    margin-bottom: 35px
}

.tourmaster-my-booking-single-price-breakdown {
    margin-top: 15px;
    margin-bottom: 30px
}

.tourmaster-my-booking-single-payment-receipt {
    margin-bottom: 20px
}

.tourmaster-my-booking-single-content .tourmaster-item-rvpdlr {
    margin-bottom: 30px
}

.tourmaster-user-content-inner-my-booking-single .tourmaster-user-content-block {
    padding: 0
}

.tourmaster-my-booking-single-traveller-info .tourmaster-my-booking-single-field {
    margin-bottom: 25px
}

.tourmaster-my-booking-single-content .tourmaster-my-booking-package-detail {
    display: block;
    font-size: 11px
}

.tourmaster-my-booking-single-content .tourmaster-my-booking-package-detail span {
    display: block
}

table.tourmaster-user-review-table {
    font-size: 13px;
    min-width: 720px
}

table.tourmaster-user-review-table th:nth-child(1) {
    width: 70%
}

table.tourmaster-user-review-table th:nth-child(2) {
    width: 18%
}

table.tourmaster-user-review-table th:nth-child(3) {
    width: 12%
}

.tourmaster-user-review-table .tourmaster-user-review-action {
    cursor: pointer
}

.tourmaster-review-form {
    padding-bottom: 40px
}

.tourmaster-review-form .tourmaster-review-form-title {
    font-size: 15px;
    margin-bottom: 25px
}

.tourmaster-review-form .tourmaster-review-form-title .tourmaster-head {
    font-weight: 700;
    margin-right: 4px
}

.tourmaster-review-form .tourmaster-review-form-description {
    margin-bottom: 25px
}

.tourmaster-review-form .tourmaster-review-form-description .tourmaster-head {
    display: block;
    margin-bottom: 15px
}

.tourmaster-review-form .tourmaster-review-form-description .tourmaster-tail {
    font-weight: 600
}

.tourmaster-review-form .tourmaster-review-form-description .tourmaster-tail p {
    margin-bottom: 10px
}

.tourmaster-review-form .tourmaster-review-form-traveller-type {
    margin-bottom: 25px;
    max-width: 300px
}

.tourmaster-review-form .tourmaster-review-form-traveller-type .tourmaster-head {
    display: block;
    margin-bottom: 15px
}

.tourmaster-review-form .tourmaster-review-form-traveller-type .tourmaster-tail {
    font-weight: 600
}

.tourmaster-review-form .tourmaster-review-form-rating-wrap {
    margin-bottom: 30px
}

.tourmaster-review-form .tourmaster-review-form-rating-wrap .tourmaster-head {
    display: block;
    margin-bottom: 12px
}

.tourmaster-review-form.tourmaster-form-field.tourmaster-with-border textarea,.tourmaster-review-form.tourmaster-form-field.tourmaster-with-border select {
    border-width: 1px
}

.tourmaster-review-form-rating {
    font-size: 18px;
    line-height: 1
}

.tourmaster-review-form-rating i {
    float: left;
    height: 18px;
    margin-right: 7px
}

.tourmaster-review-form-rating i.tourmaster-rating-select {
    margin-right: 0;
    cursor: pointer
}

.tourmaster-review-form-rating span.tourmaster-rating-select {
    float: left;
    width: 15px;
    height: 18px;
    margin-left: -4px;
    margin-right: -4px;
    position: relative;
    z-index: 1;
    cursor: pointer
}

.tourmaster-review-form-rating span.tourmaster-rating-select:first-child {
    margin-left: -11px
}

table.tourmaster-invoices-table {
    font-size: 13px
}

table.tourmaster-invoices-table th:nth-child(1) {
    width: 50%
}

table.tourmaster-invoices-table th:nth-child(2) {
    width: 18%
}

table.tourmaster-invoices-table th:nth-child(3) {
    width: 12%
}

table.tourmaster-invoices-table th:nth-child(4) {
    width: 20%
}

.tourmaster-user-content-inner-invoices-single .tourmaster-user-content-block {
    padding: 0;
    overflow: auto
}

.tourmaster-invoice-wrap {
    background: #fff;
    padding: 50px 50px;
    font-size: 14px;
    width: 1050px
}

.tourmaster-invoice-head {
    margin-bottom: 60px
}

.tourmaster-invoice-head-left {
    float: left
}

.tourmaster-invoice-head-left .tourmaster-invoice-logo {
    margin-bottom: 35px
}

.tourmaster-invoice-head-left .tourmaster-invoice-id {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase
}

.tourmaster-invoice-head-left .tourmaster-invoice-receiver {
    margin-top: 34px
}

.tourmaster-invoice-head-left .tourmaster-invoice-receiver-head {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px
}

.tourmaster-invoice-head-left .tourmaster-invoice-receiver-name {
    display: block;
    margin-bottom: 4px
}

.tourmaster-invoice-head-left .tourmaster-invoice-receiver-address {
    display: block;
    max-width: 250px
}

.tourmaster-invoice-head-right {
    float: right;
    padding-top: 10px;
    width: 180px
}

.tourmaster-invoice-head-right .tourmaster-invoice-company-name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px
}

.tourmaster-invoice-price-head {
    padding: 18px 25px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.tourmaster-invoice-price-head .tourmaster-head {
    width: 80%;
    float: left
}

.tourmaster-invoice-price-head .tourmaster-tail {
    overflow: hidden
}

.tourmaster-invoice-price-item {
    padding: 18px 25px;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.tourmaster-invoice-price-item.tourmaster-large {
    padding: 30px 25px 25px
}

.tourmaster-invoice-price-item .tourmaster-head-title {
    display: block;
    font-size: 15px;
    margin-bottom: 2px
}

.tourmaster-invoice-price-item .tourmaster-head-caption {
    display: block;
    font-size: 13px
}

.tourmaster-invoice-price-item .tourmaster-head {
    width: 80%;
    float: left
}

.tourmaster-invoice-price-item .tourmaster-tail {
    font-size: 16px;
    display: block;
    overflow: hidden
}

.tourmaster-invoice-price-item .tourmaster-separator {
    margin-bottom: 10px;
    clear: both
}

.tourmaster-invoice-price-item .tourmaster-invoice-price-additional-service-title {
    font-size: 15px;
    margin-bottom: 12px
}

.tourmaster-invoice-price-sub-total,.tourmaster-invoice-price-tax,.tourmaster-invoice-price-last,.tourmaster-invoice-total-price {
    padding: 18px 25px;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.tourmaster-invoice-price-sub-total .tourmaster-head,.tourmaster-invoice-price-tax .tourmaster-head,.tourmaster-invoice-price-last .tourmaster-head,.tourmaster-invoice-total-price .tourmaster-head {
    float: left;
    margin-left: 55%;
    width: 25%;
    font-size: 15px
}

.tourmaster-invoice-price-sub-total .tourmaster-tail,.tourmaster-invoice-price-tax .tourmaster-tail,.tourmaster-invoice-price-last .tourmaster-tail,.tourmaster-invoice-total-price .tourmaster-tail {
    display: block;
    overflow: hidden;
    font-size: 16px
}

.tourmaster-invoice-total-price {
    font-weight: 700;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 2px
}

.tourmaster-invoice-payment-info {
    padding: 22px 35px;
    margin-top: 40px
}

.tourmaster-invoice-payment-info-item-wrap {
    margin-bottom: 15px
}

.tourmaster-invoice-payment-info-item-wrap:last-child {
    margin-bottom: 0
}

.tourmaster-invoice-payment-info-item {
    float: left;
    margin-right: 60px;
    text-transform: uppercase
}

.tourmaster-invoice-payment-info-item .tourmaster-head {
    font-weight: 800;
    margin-bottom: 5px
}

.tourmaster-invoice-button {
    width: 1050px;
    padding: 0 50px 60px;
    text-align: right
}

.tourmaster-invoice-button .tourmaster-button {
    margin-left: 5px;
    font-size: 13px
}

.tourmaster-invoice-button .tourmaster-button:first-child {
    margin-left: 0
}

.tourmaster-invoice-button .tourmaster-button i {
    margin-right: 10px
}

.tourmaster-notification-box {
    font-size: 13px;
    padding: 15px 18px 15px;
    margin-bottom: 20px
}

.tourmaster-notification-box a {
    font-weight: 700
}

.tourmaster-notification-box i {
    margin-right: 13px
}

.tourmaster-login-form label {
    display: block;
    margin-bottom: 17px;
    font-size: 14px;
    font-weight: 500
}

.tourmaster-login-form .tourmaster-login-form-fields {
    margin: 0 -15px
}

.tourmaster-login-form .tourmaster-login-user,.tourmaster-login-form .tourmaster-login-pass {
    width: 50%;
    float: left;
    padding: 0 15px
}

.tourmaster-login-form .tourmaster-login-submit .tourmaster-button {
    width: 100%;
    text-align: center;
    margin-top: 10px
}

.tourmaster-login-form .tourmaster-login-lost-password {
    font-size: 13px;
    font-weight: 500;
    text-align: right
}

.tourmaster-login-bottom {
    text-align: center;
    border-top-width: 1px;
    border-top-style: solid;
    padding-top: 32px;
    margin-bottom: 30px;
    margin-top: 40px
}

.tourmaster-login-bottom .tourmaster-login-bottom-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px
}

.tourmaster-login-bottom .tourmaster-login-bottom-link {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase
}

.tourmaster-lost-password-form label {
    display: block;
    margin-bottom: 17px;
    font-size: 14px;
    font-weight: 500
}

.tourmaster-lost-password-form .tourmaster-lost-password-submit .tourmaster-button {
    width: 100%;
    text-align: center;
    margin-top: 10px
}

.tourmaster-reset-password-form label {
    display: block;
    margin-bottom: 17px;
    font-size: 14px;
    font-weight: 500
}

.tourmaster-reset-password-form .tourmaster-reset-password-submit .tourmaster-button {
    width: 100%;
    text-align: center;
    margin-top: 10px
}

.tourmaster-reset-password-form .pw-weak {
    display: none
}

.tourmaster-reset-password-form .pw-weak label {
    display: inline
}

#pass-strength-result {
    padding: 12px 20px 10px;
    margin-bottom: 18px;
    color: #23282d;
    background-color: #f3f3f3;
    font-weight: 600;
    font-size: 12px
}

#pass-strength-result.short {
    background-color: #f1adad
}

#pass-strength-result.bad {
    background-color: #fbc5a9
}

#pass-strength-result.good {
    background-color: #ffe399
}

#pass-strength-result.strong {
    background-color: #c1e1b9
}

.tourmaster-login-form2 {
    float: left;
    width: 50%;
    padding-right: 30px
}

.tourmaster-login-form2 label {
    display: block;
    margin-bottom: 17px;
    font-size: 14px;
    font-weight: 500
}

.tourmaster-login-form2 .tourmaster-login-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px
}

.tourmaster-login-form2 .tourmaster-login-submit .tourmaster-button {
    width: 120px;
    text-align: center
}

.tourmaster-login-form2-wrap {
    padding-bottom: 35px
}

.tourmaster-login-form2 .tourmaster-button {
    width: 100%;
    text-align: center
}

.tourmaster-login2-right {
    float: left;
    width: 50%;
    text-align: center;
    padding-left: 30px;
    margin-top: -45px;
    padding-top: 45px;
    padding-bottom: 999px;
    margin-bottom: -999px;
    border-left-width: 1px;
    border-left-style: solid
}

.tourmaster-login2-right .tourmaster-login2-right-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 40px
}

.tourmaster-login2-right .tourmaster-login2-right-title:first-child {
    margin-top: 0
}

.tourmaster-login2-right .tourmaster-login2-right-description {
    font-size: 12px;
    margin-bottom: 30px
}

.tourmaster-login2-right .tourmaster-button {
    width: 100%;
    text-align: center
}

.tourmaster-register-form {
    padding-bottom: 10px
}

.tourmaster-register-form .tourmaster-register-message {
    font-size: 12px;
    margin-bottom: 30px
}

.tourmaster-register-form .tourmaster-register-submit {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px
}

.tourmaster-register-form .tourmaster-register-term {
    font-size: 13px;
    text-align: center;
    margin-bottom: 30px
}

.tourmaster-register-form .tourmaster-register-term input {
    margin-right: 10px
}

.tourmaster-register-form .tourmaster-register-term .tourmaster-notification-box {
    display: none;
    margin-top: 20px
}

.tourmaster-register-form .tourmaster-register-form-fields {
    margin-left: -15px;
    margin-right: -15px
}

.tourmaster-register-form .tourmaster-profile-field {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 22px
}

.tourmaster-register-form .tourmaster-profile-field .tourmaster-head {
    display: block;
    margin-bottom: 17px;
    font-size: 14px;
    font-weight: 500
}

.tourmaster-register-form .tourmaster-profile-field-password {
    clear: left
}

.tourmaster-register-bottom {
    text-align: center;
    border-top-width: 1px;
    border-top-style: solid;
    padding-top: 32px;
    margin-bottom: 30px
}

.tourmaster-register-bottom .tourmaster-register-bottom-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px
}

.tourmaster-register-bottom .tourmaster-register-bottom-link {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase
}

.tourmaster-tour-review-item {
    padding-bottom: 30px
}

.tourmaster-tour-review-item .tourmaster-tour-review-item-list {
    margin-bottom: 25px
}

.tourmaster-tour-review-item .tourmaster-tour-review-item-avatar {
    float: left;
    width: 36px;
    overflow: hidden;
    margin-right: 18px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.tourmaster-tour-review-item .tourmaster-tour-review-item-content {
    overflow: hidden
}

.tourmaster-tour-review-item .tourmaster-tour-review-item-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px
}

.tourmaster-tour-review-item .tourmaster-tour-review-item-rating {
    font-size: 14px
}

.tourmaster-tour-review-item .tourmaster-tour-review-item-rating i {
    margin-right: 6px
}

.tourmaster-tour-review-item .tourmaster-tour-review-item-user {
    font-size: 12px;
    margin-left: 12px
}

.tourmaster-form-field input[type="text"],.tourmaster-form-field input[type="email"],.tourmaster-form-field input[type="password"],.tourmaster-form-field textarea,.tourmaster-form-field select {
    font-size: 13px;
    height: 48px;
    padding: 12px 17px;
    width: 100%;
    border: 0;
    outline: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.tourmaster-form-field textarea {
    height: 125px
}

.tourmaster-form-field select,.tourmaster-form-field select:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.tourmaster-form-field .tourmaster-combobox-wrap {
    position: relative
}

.tourmaster-form-field .tourmaster-combobox-wrap:after {
    font-family: fontAwesome;
    content: "\f0dd";
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -13px;
    pointer-events: none
}

.tourmaster-form-field .tourmaster-file-label-text {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 25px;
    display: inline-block;
    width: 100%;
    cursor: pointer
}

.tourmaster-form-field .tourmaster-file-label input[type="file"] {
    display: none
}

.tourmaster-form-field .tourmaster-combobox-list-wrap {
    position: relative
}

.tourmaster-form-field .tourmaster-combobox-list-wrap ul {
    list-style: none;
    margin-left: 0;
    display: none;
    border-width: 0 2px 1px 2px;
    border-style: solid;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99
}

.tourmaster-form-field .tourmaster-combobox-list-wrap ul li {
    padding: 15px 17px;
    cursor: pointer;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.tourmaster-form-field .tourmaster-combobox-list-wrap .tourmaster-combobox-list-title {
    display: block;
    font-weight: 800
}

.tourmaster-form-field .tourmaster-combobox-list-wrap .tourmaster-combobox-list-caption {
    display: block
}

.tourmaster-form-field .tourmaster-combobox-list-wrap .tourmaster-combobox-list-time {
    display: block;
    font-style: italic;
    font-size: 12px;
    margin-top: 7px
}

.tourmaster-form-field .tourmaster-combobox-list-wrap .tourmaster-combobox-list-avail {
    display: block;
    font-style: italic;
    font-size: 12px
}

.tourmaster-form-field .tourmaster-combobox-list-display {
    position: relative;
    height: 48px;
    padding: 12px 17px;
    cursor: pointer
}

.tourmaster-form-field .tourmaster-combobox-list-display span {
    display: block;
    white-space: nowrap;
    margin-right: 10px;
    overflow: hidden
}

.tourmaster-form-field .tourmaster-combobox-list-display:after {
    font-family: fontAwesome;
    content: "\f0dd";
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -13px;
    pointer-events: none
}

.tourmaster-form-field.tourmaster-with-border .tourmaster-combobox-list-display {
    border-width: 2px;
    border-style: solid
}

a.tourmaster-button,input[type="button"].tourmaster-button,input[type="submit"].tourmaster-button {
    cursor: pointer;
    font-size: 12.5px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 27px;
    display: inline-block;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.tourmaster-form-field-alt-date {
    width: 90px;
    float: left;
    margin-right: 20px
}

.tourmaster-form-field-alt-month {
    width: 125px;
    float: left;
    margin-right: 20px
}

.tourmaster-form-field-alt-year {
    width: 110px;
    float: left
}

.tourmaster-form-field.tourmaster-with-border input[type="text"],.tourmaster-form-field.tourmaster-with-border input[type="email"],.tourmaster-form-field.tourmaster-with-border input[type="password"],.tourmaster-form-field.tourmaster-with-border textarea,.tourmaster-form-field.tourmaster-with-border select {
    border-width: 2px;
    border-style: solid
}

.tourmaster-form-field .tourmaster-type-datepicker .tourmaster-tail {
    position: relative
}

.tourmaster-form-field .tourmaster-type-datepicker .tourmaster-tail input {
    cursor: pointer
}

.tourmaster-form-field .tourmaster-type-datepicker .tourmaster-tail i {
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px
}

.tourmaster-form-field.tourmaster-bottom-border .tourmaster-combobox-wrap select {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    background: transparent!important
}

.tourmaster-datepicker-wrap {
    position: relative
}

.tourmaster-datepicker-wrap:after {
    content: "\f0dd";
    font-family: fontAwesome;
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -13px;
    line-height: 22px;
    pointer-events: none
}

.tourmaster-datepicker-wrap input {
    cursor: pointer
}

.tourmaster-body .ui-datepicker {
    width: 310px;
    border-width: 2px;
    border-style: solid;
    padding: 8px;
    display: none
}

.tourmaster-body .ui-datepicker .ui-datepicker-title {
    padding-left: 38px;
    padding-right: 38px
}

.tourmaster-body .ui-datepicker .ui-datepicker-month,.tourmaster-body .ui-datepicker .ui-datepicker-year {
    width: 48%;
    margin: 0 1%;
    border: none;
    height: 36px;
    padding: 0 8px;
    font-weight: 700
}

.tourmaster-body .ui-datepicker select:focus {
    outline: none
}

.tourmaster-body .ui-datepicker table {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 10px
}

.tourmaster-body .ui-datepicker table tr {
    background: transparent
}

.tourmaster-body .ui-datepicker table tr th {
    background: transparent;
    font-size: 13px;
    padding: 16px 0 10px
}

.tourmaster-body .ui-datepicker table tr td {
    padding: 0 0 5px;
    line-height: 1;
    text-align: center
}

.tourmaster-body .ui-datepicker table tr td span,.tourmaster-body .ui-datepicker table tr td a {
    width: 32px;
    font-size: 13px;
    line-height: 16px;
    padding: 10px 0 6px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.tourmaster-body .ui-datepicker-header {
    position: relative
}

.tourmaster-body .ui-datepicker-prev,.tourmaster-body .ui-datepicker-next {
    position: absolute;
    top: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer
}

.tourmaster-body .ui-datepicker-prev {
    left: 0
}

.tourmaster-body .ui-datepicker-prev:after {
    content: "\f104";
    font-family: fontAwesome
}

.tourmaster-body .ui-datepicker-prev span {
    display: none
}

.tourmaster-body .ui-datepicker-next {
    right: 0
}

.tourmaster-body .ui-datepicker-next:after {
    content: "\f105";
    font-family: fontAwesome
}

.tourmaster-body .ui-datepicker-next span {
    display: none
}

.tourmaster-body .ui-datepicker-prev.ui-state-disabled,.tourmaster-body .ui-datepicker-next.ui-state-disabled {
    background: transparent
}

.tourmaster-form-field.tourmaster-medium input[type="text"],.tourmaster-form-field.tourmaster-medium input[type="email"],.tourmaster-form-field.tourmaster-medium input[type="password"],.tourmaster-form-field.tourmaster-medium textarea,.tourmaster-form-field.tourmaster-medium select {
    height: 65px;
    padding: 14px 22px;
    font-size: 15px
}

.tourmaster-form-field.tourmaster-medium input[type="submit"] {
    height: 65px;
    padding: 14px 22px;
    font-size: 15px;
    text-transform: none;
    font-weight: 500
}

.tourmaster-form-field.tourmaster-large input[type="text"],.tourmaster-form-field.tourmaster-large input[type="email"],.tourmaster-form-field.tourmaster-large input[type="password"],.tourmaster-form-field.tourmaster-large textarea,.tourmaster-form-field.tourmaster-large select {
    height: 73px;
    padding: 18px 25px;
    font-size: 17px
}

.tourmaster-form-field.tourmaster-large input[type="submit"] {
    height: 73px;
    padding: 18px 25px;
    font-size: 17px;
    text-transform: none;
    font-weight: 500
}

.tourmaster-form-field.tourmaster-round-border input[type="text"],.tourmaster-form-field.tourmaster-round-border input[type="email"],.tourmaster-form-field.tourmaster-round-border input[type="password"],.tourmaster-form-field.tourmaster-round-border textarea,.tourmaster-form-field.tourmaster-round-border select {
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tourmaster-form-field.tourmaster-round-border input[type="submit"] {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tourmaster-form-field.tourmaster-transparent-bottom-border input[type="text"],.tourmaster-form-field.tourmaster-transparent-bottom-border input[type="email"],.tourmaster-form-field.tourmaster-transparent-bottom-border input[type="password"],.tourmaster-form-field.tourmaster-transparent-bottom-border textarea,.tourmaster-form-field.tourmaster-transparent-bottom-border select {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    background: transparent!important
}

.tourmaster-form-field.tourmaster-transparent-bottom-border .tourmaster-combobox-wrap:after {
    content: "\f107";
    right: 0;
    margin-top: -8px
}

.tourmaster-input-style-no-border .tourmaster-form-field.tourmaster-large input[type="submit"],.tourmaster-input-style-transparent-bottom-border .tourmaster-form-field.tourmaster-large input[type="submit"] {
    margin-top: 0
}

.tourmaster-template-wrapper table.tourmaster-table {
    width: 100%;
    border: 0;
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0
}

.tourmaster-template-wrapper table.tourmaster-table th {
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    border-width: 0 0 1px;
    border-style: solid;
    padding: 4px 0 16px;
    background: transparent
}

.tourmaster-template-wrapper table.tourmaster-table td {
    font-size: 13px;
    font-weight: 400;
    padding: 0 0 18px;
    border: 0;
    font-weight: 400;
    vertical-align: top;
    text-align: left
}

.tourmaster-template-wrapper table.tourmaster-table tr {
    background: transparent
}

.tourmaster-template-wrapper table.tourmaster-table tr:nth-child(2) td {
    padding-top: 28px
}

.tourmaster-template-wrapper table.tourmaster-table tr:last-child td {
    padding-bottom: 6px
}

.tourmaster-template-wrapper table.tourmaster-wish-list-table {
    min-width: 600px
}

.tourmaster-template-wrapper table.tourmaster-wish-list-table tr:last-child td {
    padding-bottom: 20px
}

.tourmaster-tour-order-filterer-wrap {
    background: #fff
}

.tourmaster-tour-order-filterer-wrap {
    padding: 13px 20px;
    margin-bottom: 30px;
    box-shadow: 0 0 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1)
}

.tourmaster-tour-order-filterer-wrap .tourmaster-tour-order-filterer-title {
    font-weight: 800;
    font-size: 15px;
    padding-right: 10px;
    display: inline
}

.tourmaster-tour-order-filterer-wrap .tourmaster-combobox-wrap {
    position: relative;
    display: inline-block;
    margin-left: 10px
}

.tourmaster-tour-order-filterer-wrap .tourmaster-combobox-wrap:after {
    font-family: fontAwesome;
    content: "\f0dd";
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -13px;
    pointer-events: none
}

.tourmaster-tour-order-filterer-wrap .tourmaster-combobox-wrap select {
    font-size: 12px;
    height: 38px;
    padding: 7px 30px 7px 15px;
    width: 100%;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.tourmaster-tour-order-filterer-wrap .tourmaster-combobox-wrap select,.tourmaster-tour-order-filterer-wrap .tourmaster-combobox-wrap select:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.tourmaster-tour-order-filterer-wrap .tourmaster-tour-order-filterer-style {
    float: right;
    font-size: 20px;
    margin-top: 4px
}

.tourmaster-tour-order-filterer-wrap .tourmaster-tour-order-filterer-style a {
    margin-left: 15px
}

.tourmaster-tour-title-item {
    margin-bottom: 30px
}

.tourmaster-tour-title-item .tourmaster-tour-title-item-title {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 15px
}

.tourmaster-tour-title-item .tourmaster-tour-rating-text {
    font-size: 14px;
    margin-left: 15px
}

.tourmaster-tour-title-item .tourmaster-tour-rating i {
    font-size: 16px
}

.tourmaster-tour-title-item-info {
    display: inline;
    margin-right: 30px
}

.tourmaster-tour-title-item-info-wrap {
    margin-top: 25px;
    font-size: 17px;
    color: #565656
}

.tourmaster-tour-title-item-info-wrap i {
    font-size: 22px;
    vertical-align: middle;
    margin-right: 14px;
    color: #000
}

.tourmaster-tour-title-item-info-wrap .tourmaster-head {
    vertical-align: middle
}

.tourmaster-zoom-on-hover img {
    transition: transform 300ms ease-out;
    -moz-transition: -moz-transform 300ms ease-out;
    -o-transition: -o-transform 300ms ease-out;
    -webkit-transition: -webkit-transform 300ms ease-out
}

.tourmaster-zoom-on-hover:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.tourmaster-tour-rating {
    font-size: 13px
}

.tourmaster-tour-rating i {
    margin-left: 4px
}

.tourmaster-tour-rating i:first-child {
    margin-left: 0
}

.tourmaster-tour-rating-text {
    margin-left: 6px;
    font-size: 11px;
    font-weight: 400
}

.tourmaster-tour-rating-empty span {
    visibility: hidden
}

.tourmaster-tour-info-wrap {
    margin-bottom: 18px
}

.tourmaster-tour-info-wrap .tourmaster-tour-info {
    margin-bottom: 9px;
    font-weight: 500;
    font-size: 14px
}

.tourmaster-tour-info-wrap .tourmaster-tour-info i {
    width: 20px;
    display: inline-block;
    margin-right: 4px
}

.tourmaster-thumbnail-ribbon {
    line-height: 1;
    z-index: 2;
    position: absolute;
    top: 30px;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 20px 14px 30px;
    left: -10px
}

.tourmaster-thumbnail-ribbon .tourmaster-thumbnail-ribbon-cornor {
    position: absolute;
    left: -10px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    background: url(../../../plugins/tourmaster/images/ribbon-corner-shadow.png) 0 0 no-repeat;
    border-width: 0 10px 10px 10px;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.tourmaster-body .tourmaster-tour-info-custom-excerpt p {
    line-height: 2
}

.tourmaster-tour-item {
    padding-bottom: 30px
}

.tourmaster-tour-item .gdlr-core-load-more {
    width: 100%
}

.tourmaster-tour-item .tourmaster-tour-thumbnail {
    position: relative;
    overflow: hidden;
    height: 230px;
}
.tourmaster-tour-search-content-wrap{
    width: 100%;
}
.tourmaster-tour-item .tourmaster-tour-thumbnail-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.75);
    z-index: 1;
    opacity: 0;
    line-height: 1;
    transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms
}

.tourmaster-tour-item .tourmaster-tour-thumbnail-overlay:hover {
    opacity: 1
}

.tourmaster-tour-item .tourmaster-tour-thumbnail-overlay i {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    margin-top: -15px;
    font-size: 30px;
    color: #fff
}

.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav li {
    transition: left 300ms,right 300ms;
    -moz-transition: left 300ms,right 300ms;
    -o-transition: left 300ms,right 300ms;
    -webkit-transition: left 300ms,right 300ms
}

.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav li a {
    padding: 0;
    background: transparent
}

.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav li a i {
    font-size: 29px;
    width: 29px
}

.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav li.flex-nav-next {
    right: 200px
}

.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav li.flex-nav-prev {
    left: 200px
}

.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav li.flex-nav-next a,.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav li.flex-nav-prev a {
    opacity: 1
}

.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav li.flex-nav-next:hover {
    right: 210px
}

.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav li.flex-nav-prev:hover {
    left: 210px
}

.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav .arrow_carrot-left:before {
    content: "\23"
}

.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav .arrow_carrot-right:before {
    content: "\24"
}

.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav li a i:after {
    content: " ";
    display: block;
    width: 38px;
    height: 6px;
    background: rgba(0,0,0,.15);
    margin-top: -13px;
    opacity: 0;
    transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms
}

.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav li a.flex-next i:after {
    margin-left: -10px
}

.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav li a.flex-prev i:after {
    margin-left: 10px
}

.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav li:hover a i:after {
    opacity: 1
}

.tourmaster-tour-widget {
    margin-top: 22px
}

.tourmaster-tour-widget:first-child {
    margin-top: 0
}

.tourmaster-tour-widget .tourmaster-tour-widget-inner {
    padding-top: 22px;
    border-top-width: 1px;
    border-top-style: solid
}

.tourmaster-tour-widget:first-child .tourmaster-tour-widget-inner {
    padding-top: 0;
    border-top-width: 0
}

.tourmaster-tour-widget .tourmaster-tour-thumbnail {
    float: left;
    max-width: 66px;
    margin-right: 20px
}

.tourmaster-tour-widget .tourmaster-tour-content-wrap {
    overflow: hidden
}

.tourmaster-tour-widget .tourmaster-tour-title {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500
}

.tourmaster-tour-widget .tourmaster-tour-price .tourmaster-head {
    font-size: 13px;
    margin-right: 10px
}

.tourmaster-tour-widget .tourmaster-tour-price .tourmaster-tail {
    font-size: 16px;
    font-weight: 700
}

.tourmaster-tour-widget .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-head {
    margin-right: 8px
}

.tourmaster-tour-widget .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-tail {
    font-size: 13px;
    font-weight: 400;
    margin-right: 10px;
    text-decoration: line-through
}

.tourmaster-tour-widget .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-discount-price {
    font-size: 16px;
    font-weight: 700
}

.tourmaster-tour-widget .tourmaster-tour-content-info.tourmaster-with-ribbon {
    padding-top: 5px
}

.tourmaster-tour-widget .tourmaster-tour-content-info.tourmaster-with-ribbon .tourmaster-tour-price-wrap {
    float: right
}

.tourmaster-tour-widget .tourmaster-thumbnail-ribbon {
    font-size: 12px;
    font-weight: 600;
    padding: 8px 13px 6px;
    float: left;
    position: static
}

.tourmaster-tour-widget .tourmaster-thumbnail-ribbon-cornor {
    display: none
}

.tourmaster-tour-grid {
    margin-bottom: 40px;
    position: relative
}

.tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-grid-inner {
    overflow: hidden;
    border-style: solid;
    border-width: 0
}

.gdlr-core-flexslider .tourmaster-tour-grid {
    margin-bottom: 0
}

.tourmaster-tour-item .gdlr-core-flexslider .flex-viewport {
    padding-left: 20px;
    margin-left: -20px;
    padding-right: 20px;
    margin-right: -20px;
    padding-bottom: 20px;
    margin-bottom: -20px
}

.tourmaster-tour-grid .tourmaster-tour-title {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 5px
}

.tourmaster-tour-grid .tourmaster-tour-thumbnail {
    margin-bottom: 28px;
    overflow: hidden
}

.tourmaster-tour-grid .tourmaster-tour-content-wrap {
    position: relative
}

.tourmaster-tour-grid .tourmaster-tour-content {
    font-weight: 500
}

.tourmaster-tour-grid .tourmaster-tour-rating {
    margin-top: 15px
}

.tourmaster-tour-grid .tourmaster-tour-price {
    font-size: 22px;
    font-weight: 800;
    line-height: 1
}

.tourmaster-tour-grid .tourmaster-tour-price .tourmaster-head {
    font-size: 15px;
    margin-bottom: 7px;
    font-weight: 400
}

.tourmaster-tour-grid .tourmaster-tour-price-wrap .tourmaster-price-suffix {
    font-size: 14px
}

.tourmaster-tour-grid .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price {
    font-size: 15px;
    font-weight: 400
}

.tourmaster-tour-grid .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-tail {
    text-decoration: line-through
}

.tourmaster-tour-grid .tourmaster-tour-discount-price {
    font-size: 22px;
    line-height: 1;
    margin-top: 6px;
    font-weight: 800
}

.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-title {
    padding-right: 100px
}

.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-price-wrap {
    text-align: right;
    position: absolute;
    top: 0;
    right: 0
}

.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-price {
    display: block
}

.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-price .tourmaster-head {
    display: block
}

.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-discount-price {
    display: block
}

.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price {
    display: block
}

.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-head {
    display: none
}

.tourmaster-tour-grid.tourmaster-price-bottom-title .tourmaster-tour-price-wrap {
    margin-bottom: 10px;
    margin-top: 10px
}

.tourmaster-tour-grid.tourmaster-price-bottom-title .tourmaster-tour-price {
    margin-right: 15px
}

.tourmaster-tour-grid.tourmaster-price-bottom-title .tourmaster-tour-price .tourmaster-head {
    margin-right: 10px
}

.tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-thumbnail {
    margin-bottom: 0;
    height: 230px;
}

.tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-content-wrap {
    padding: 32px 25px 8px
}

.tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-price-wrap {
    top: 32px;
    right: 25px
}

.tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-rating,.tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-content {
    margin-bottom: 14px
}

.tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap {
    padding: 15px 25px 13px;
    line-height: 20px;
    font-size: 13px
}

.tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap .tourmaster-tour-price-head {
    float: left
}

.tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap .tourmaster-tour-price-content {
    float: right
}

.tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap .tourmaster-tour-price,.tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap .tourmaster-tour-discount-price {
    font-size: 16px;
    margin-left: 12px
}

.tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap.tourmaster-with-discount .tourmaster-tour-price {
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through
}

.tourmaster-tour-grid .tourmaster-tour-info-wrap {
    margin-bottom: 0;
    margin-top: 17px
}

.tourmaster-tour-item-column-4 .tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-title {
    padding-right: 90px
}

.tourmaster-tour-item-column-4 .tourmaster-tour-grid .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price {
    font-size: 13px
}

.tourmaster-tour-item-column-4 .tourmaster-tour-grid .tourmaster-tour-price {
    font-size: 20px
}

.tourmaster-tour-item-column-4 .tourmaster-tour-grid .tourmaster-tour-discount-price {
    font-size: 20px
}

.tourmaster-tour-item-column-4 .tourmaster-tour-frame.tourmaster-tour-grid .tourmaster-tour-price {
    font-size: 19px;
    margin-top: 10px
}

.tourmaster-tour-item-column-4 .tourmaster-tour-frame.tourmaster-tour-grid .tourmaster-tour-discount-price {
    font-size: 19px
}

.tourmaster-tour-item-column-5 .tourmaster-tour-grid .tourmaster-tour-price {
    font-size: 19px;
    margin-top: 10px
}

.tourmaster-tour-item-column-5 .tourmaster-tour-grid .tourmaster-tour-discount-price {
    font-size: 19px
}

.tourmaster-tour-item-style-grid .gdlr-core-block-item-title-wrap .gdlr-core-block-item-title {
    font-weight: 700
}

.tourmaster-tour-item-style-grid .gdlr-core-block-item-title-wrap {
    position: relative;
    margin-bottom: 40px
}

.tourmaster-tour-grid-style-2.tourmaster-price-right-title .tourmaster-tour-title {
    padding-right: 0
}

.tourmaster-tour-grid-style-2.tourmaster-price-right-title .tourmaster-tour-price-wrap {
    top: auto;
    bottom: 4px
}

.tourmaster-tour-grid-style-2.tourmaster-price-right-title.tourmaster-tour-frame .tourmaster-tour-price-wrap {
    top: auto;
    bottom: 34px
}

.tourmaster-tour-grid-style-2 .tourmaster-tour-title svg {
    max-width: 22px;
    float: left;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -2px;
    margin-bottom: -2px;
    fill: #009fd0 !important;
}

.tourmaster-tour-grid-style-2 .tourmaster-tour-title span {
    display: block;
    overflow: hidden
}

.tourmaster-tour-grid-style-2 .tourmaster-tour-thumbnail {
    margin-bottom: 38px
}

.tourmaster-tour-grid-style-2 .tourmaster-tour-info-wrap {
    margin-bottom: 0;
    margin-top: 25px
}

.tourmaster-tour-grid-style-2 .tourmaster-tour-info-wrap .tourmaster-tour-info i {
    font-size: 18px;
    width: 18px;
    margin-right: 12px;
    line-height: 1
}

.tourmaster-tour-grid-style-2 .tourmaster-tour-info-wrap .tourmaster-tour-info {
    margin-bottom: 12px
}

.tourmaster-tour-grid-style-2 .tourmaster-tour-info-wrap .tourmaster-tour-info svg {
    width: 18px;
    vertical-align: middle;
    margin-right: 12px
}

.tourmaster-tour-grid-style-2 .tourmaster-tour-rating {
    margin-top: 10px
}

.tourmaster-tour-grid-style-2 .tourmaster-tour-content-wrap .tourmaster-thumbnail-ribbon {
    top: -56px;
    left: 25px;
    padding: 10px 17px
}

.tourmaster-tour-grid-style-2 .tourmaster-tour-content-wrap .tourmaster-thumbnail-ribbon-cornor {
    display: none
}

.tourmaster-tour-grid-style-2.tourmaster-tour-frame .tourmaster-tour-content-wrap {
    padding-top: 40px;
    padding-bottom: 15px
}

.tourmaster-tour-grid-style-2.tourmaster-tour-frame .tourmaster-tour-content-wrap .tourmaster-thumbnail-ribbon {
    top: -18px;
    background-color: #009fd0 !important;
}

.tourmaster-tour-grid-style-3.tourmaster-price-right-title .tourmaster-tour-title {
    padding-right: 0
}

.tourmaster-tour-grid-style-3.tourmaster-price-right-title .tourmaster-tour-price-wrap {
    top: auto;
    bottom: 4px
}

.tourmaster-tour-grid-style-3.tourmaster-price-right-title.tourmaster-tour-frame .tourmaster-tour-price-wrap {
    top: auto;
    bottom: 34px
}

.tourmaster-tour-grid-style-3 .tourmaster-tour-title svg {
    max-width: 22px;
    float: left;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -2px;
    margin-bottom: -2px
}

.tourmaster-tour-grid-style-3 .tourmaster-tour-title span {
    display: block;
    overflow: hidden
}

.tourmaster-tour-grid-style-3 .tourmaster-tour-thumbnail {
    margin-bottom: 38px
}

.tourmaster-tour-grid-style-3 .tourmaster-tour-info-wrap {
    margin-bottom: 0;
    margin-top: 25px
}

.tourmaster-tour-grid-style-3 .tourmaster-tour-info-wrap .tourmaster-tour-info i {
    font-size: 18px;
    width: 18px;
    margin-right: 12px;
    line-height: 1;
    vertical-align: middle;
    padding-bottom: 2px
}

.tourmaster-tour-grid-style-3 .tourmaster-tour-info-wrap .tourmaster-tour-info {
    margin-bottom: 8px
}

.tourmaster-tour-grid-style-3 .tourmaster-tour-info-wrap .tourmaster-tour-info svg {
    width: 18px;
    vertical-align: middle;
    margin-right: 12px
}

.tourmaster-tour-grid-style-3 .tourmaster-tour-rating {
    margin-top: 20px;
    font-size: 16px
}

.tourmaster-tour-grid-style-3 .tourmaster-tour-rating-text {
    display: block;
    margin-left: 0;
    font-size: 13px
}

.tourmaster-tour-grid-style-3 .tourmaster-tour-rating i {
    margin-left: 6px
}

.tourmaster-tour-grid-style-3 .tourmaster-tour-rating i:first-child {
    margin-left: 0
}

.tourmaster-tour-grid-style-3 .tourmaster-tour-content-wrap .tourmaster-thumbnail-ribbon {
    top: -56px;
    left: 50%;
    padding: 10px 17px;
    transform: translateX(-50%);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tourmaster-tour-grid-style-3 .tourmaster-tour-content-wrap .tourmaster-thumbnail-ribbon-cornor {
    display: none
}

.tourmaster-tour-grid-style-3.tourmaster-tour-frame .tourmaster-tour-content-wrap {
    padding-top: 40px;
    padding-bottom: 15px
}

.tourmaster-tour-grid-style-3.tourmaster-tour-frame .tourmaster-tour-content-wrap .tourmaster-thumbnail-ribbon {
    top: -18px
}

.tourmaster-tour-grid-style-3.tourmaster-price-right-title .tourmaster-tour-price .tourmaster-head {
    display: none
}

.tourmaster-tour-grid-style-3 .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price {
    font-size: 16px
}

.tourmaster-tour-grid-style-3 .tourmaster-tour-price {
    font-weight: 700
}

.tourmaster-tour-grid-style-4.tourmaster-price-right-title .tourmaster-tour-title {
    padding-right: 0
}

.tourmaster-tour-grid-style-4.tourmaster-price-right-title .tourmaster-tour-price-wrap {
    top: auto;
    bottom: 4px
}

.tourmaster-tour-grid-style-4.tourmaster-price-right-title .tourmaster-tour-bottom-wrap {
    position: relative
}

.tourmaster-tour-grid-style-4.tourmaster-price-right-title.tourmaster-tour-frame .tourmaster-tour-price-wrap {
    top: 20px;
    bottom: auto;
    right: 0
}

.tourmaster-tour-grid-style-4 .tourmaster-tour-title svg {
    max-width: 22px;
    float: left;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -2px;
    margin-bottom: -2px
}

.tourmaster-tour-grid-style-4 .tourmaster-tour-title span {
    display: block;
    overflow: hidden
}

.tourmaster-tour-grid-style-4 .tourmaster-tour-thumbnail {
    margin-bottom: 38px
}

.tourmaster-tour-grid-style-4 .tourmaster-tour-info-wrap {
    margin-bottom: 0;
    margin-top: 25px
}

.tourmaster-tour-grid-style-4 .tourmaster-tour-info-wrap .tourmaster-tour-info i {
    font-size: 18px;
    width: 18px;
    margin-right: 12px;
    line-height: 1
}

.tourmaster-tour-grid-style-4 .tourmaster-tour-info-wrap .tourmaster-tour-info {
    margin-bottom: 8px
}

.tourmaster-tour-grid-style-4 .tourmaster-tour-info-wrap .tourmaster-tour-info svg {
    width: 18px;
    vertical-align: middle;
    margin-right: 12px
}

.tourmaster-tour-grid-style-4 .tourmaster-tour-rating {
    margin-top: 20px;
    font-size: 15px
}

.tourmaster-tour-grid-style-4 .tourmaster-tour-rating-text {
    display: block;
    margin-top: 2px;
    margin-left: 0;
    font-size: 14px
}

.tourmaster-tour-grid-style-4 .tourmaster-tour-rating i {
    margin-left: 3px
}

.tourmaster-tour-grid-style-4 .tourmaster-tour-rating i:first-child {
    margin-left: 0
}

.tourmaster-tour-grid-style-4 .tourmaster-tour-content-wrap .tourmaster-thumbnail-ribbon {
    top: -56px;
    left: 50%;
    padding: 10px 17px;
    transform: translateX(-50%);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tourmaster-tour-grid-style-4 .tourmaster-tour-content-wrap .tourmaster-thumbnail-ribbon-cornor {
    display: none
}

.tourmaster-tour-grid-style-4.tourmaster-tour-frame .tourmaster-tour-content-wrap {
    padding-top: 40px;
    padding-bottom: 15px
}

.tourmaster-tour-grid-style-4.tourmaster-tour-frame .tourmaster-tour-content-wrap .tourmaster-thumbnail-ribbon {
    top: -18px
}

.tourmaster-tour-grid-style-4 .tourmaster-tour-rating {
    border-top-width: 1px;
    border-top-style: solid;
    padding: 20px 40px 5px;
    margin-left: -40px;
    margin-right: -40px;
    margin-top: 25px
}

.tourmaster-tour-grid-style-4 .tourmaster-tour-discount-price,.tourmaster-tour-grid-style-4 .tourmaster-tour-price {
    font-size: 24px;
    font-weight: 600
}

.tourmaster-tour-grid-style-4.tourmaster-price-right-title .tourmaster-tour-price .tourmaster-head:before {
    content: "/"
}

.tourmaster-tour-grid-style-4.tourmaster-price-right-title .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-tail {
    margin-top: 5px;
    display: block
}

.tourmaster-tour-grid-style-4.tourmaster-price-right-title .tourmaster-tour-price .tourmaster-head {
    font-size: 14px;
    margin-top: 4px
}

.tourmaster-tour-grid-style-5.tourmaster-price-right-title .tourmaster-tour-title {
    padding-right: 0
}

.tourmaster-tour-grid-style-5.tourmaster-price-right-title .tourmaster-tour-price-wrap {
    top: auto;
    bottom: 4px
}

.tourmaster-tour-grid-style-5.tourmaster-price-right-title.tourmaster-tour-frame .tourmaster-tour-price-wrap {
    top: auto;
    bottom: 26px
}

.tourmaster-tour-grid-style-5 .tourmaster-tour-title svg {
    display: inline;
    max-width: 22px;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -2px;
    margin-bottom: -2px
}

.tourmaster-tour-grid-style-5 .tourmaster-tour-thumbnail {
    margin-bottom: 38px
}

.tourmaster-tour-grid-style-5 .tourmaster-tour-info-wrap {
    margin-bottom: 0;
    margin-top: 25px
}

.tourmaster-tour-grid-style-5 .tourmaster-tour-info-wrap .tourmaster-tour-info i {
    font-size: 18px;
    width: 18px;
    margin-right: 12px;
    line-height: 1
}

.tourmaster-tour-grid-style-5 .tourmaster-tour-info-wrap .tourmaster-tour-info {
    margin-bottom: 8px
}

.tourmaster-tour-grid-style-5 .tourmaster-tour-info-wrap .tourmaster-tour-info svg {
    width: 18px;
    vertical-align: middle;
    margin-right: 12px
}

.tourmaster-tour-grid-style-5 .tourmaster-tour-rating-text {
    display: none
}

.tourmaster-tour-grid-style-5 .tourmaster-tour-rating i {
    margin-left: 6px
}

.tourmaster-tour-grid-style-5 .tourmaster-tour-rating i:first-child {
    margin-left: 0
}

.tourmaster-tour-grid-style-5 .tourmaster-tour-content-wrap {
    text-align: center
}

.tourmaster-tour-grid-style-5 .tourmaster-tour-content-wrap .tourmaster-thumbnail-ribbon {
    top: -56px;
    left: 50%;
    padding: 10px 17px;
    transform: translateX(-50%);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tourmaster-tour-grid-style-5 .tourmaster-tour-content-wrap .tourmaster-thumbnail-ribbon-cornor {
    display: none
}

.tourmaster-tour-grid-style-5.tourmaster-tour-frame .tourmaster-tour-content-wrap {
    padding-top: 40px;
    padding-bottom: 15px
}

.tourmaster-tour-grid-style-5.tourmaster-tour-frame .tourmaster-tour-content-wrap .tourmaster-thumbnail-ribbon {
    top: -18px
}

.tourmaster-tour-grid-style-5.tourmaster-price-right-title .tourmaster-price-suffix {
    display: block
}

.tourmaster-tour-grid-style-5.tourmaster-price-right-title .tourmaster-tour-price .tourmaster-head {
    display: none
}

.tourmaster-tour-grid-style-5 .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price {
    font-size: 16px
}

.tourmaster-tour-grid-style-5 .tourmaster-tour-price {
    font-weight: 700
}

.tourmaster-tour-grid-style-5 .tourmaster-tour-read-more-wrap {
    font-size: 15px;
    text-align: left;
    padding-top: 25px;
    padding-bottom: 20px
}

.tourmaster-tour-grid-style-5.tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-rating {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 14px
}

.tourmaster-tour-grid-style-6 .tourmaster-thumbnail-ribbon {
    right: 10px;
    left: auto;
    top: 10px;
    padding: 11px 16px;
    font-weight: 400;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.tourmaster-tour-grid-style-6 .tourmaster-thumbnail-ribbon-cornor {
    display: none
}

.tourmaster-tour-grid-style-6 .tourmaster-tour-content-wrap {
    display: flex;
    flex-direction: column
}

.tourmaster-tour-grid-style-6.tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-price-wrap {
    position: static;
    top: auto;
    right: auto;
    text-align: left;
    order: 4;
    margin-bottom: 15px
}

.tourmaster-tour-grid-style-6.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-title {
    padding-right: 0
}

.tourmaster-tour-grid-style-6.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price {
    display: inline;
    margin-right: 10px
}

.tourmaster-tour-grid-style-6.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-discount-price {
    display: inline;
    font-weight: 600
}

.tourmaster-tour-grid-style-6.tourmaster-tour-grid .tourmaster-tour-info-wrap {
    order: 3;
    margin-top: 0;
    margin-bottom: 10px
}

.tourmaster-tour-grid-style-6.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-price .tourmaster-head {
    display: inline;
    margin-right: 10px
}

.tourmaster-tour-grid-style-6.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-price {
    font-weight: 600
}

body .tourmaster-tour-grid-style-6.tourmaster-tour-grid .tourmaster-tour-rating {
    order: 2;
    margin-top: 2px;
    margin-bottom: 12px
}

.tourmaster-tour-modern {
    position: relative
}

.tourmaster-tour-modern-inner {
    position: relative;
    overflow: hidden
}

.tourmaster-tour-item-style-modern-no-space .gdlr-core-pagination {
    margin-top: 35px
}

.tourmaster-tour-modern .tourmaster-tour-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 14px
}

.tourmaster-tour-modern .tourmaster-tour-content-wrap {
    position: relative;
    padding: 22px 25px 10px
}

.tourmaster-tour-modern .tourmaster-tour-info-wrap {
    margin-bottom: 0
}

.tourmaster-tour-modern .tourmaster-tour-info {
    font-size: 12px
}

.tourmaster-tour-modern.tourmaster-with-info .tourmaster-tour-price-wrap {
    position: absolute;
    right: 22px;
    bottom: 17px
}

.tourmaster-tour-modern.tourmaster-without-info .tourmaster-tour-price-wrap {
    margin-top: -5px;
    margin-bottom: 10px
}

.tourmaster-tour-modern .tourmaster-tour-price {
    font-size: 17px;
    font-weight: 800;
    line-height: 1
}

.tourmaster-tour-modern .tourmaster-tour-price .tourmaster-head {
    display: none
}

.tourmaster-tour-modern .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price {
    font-size: 13px;
    font-weight: 400
}

.tourmaster-tour-modern .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-tail {
    text-decoration: line-through
}

.tourmaster-tour-modern .tourmaster-tour-discount-price {
    font-size: 17px;
    font-weight: 800;
    margin-left: 8px
}

.tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-content-wrap {
    position: absolute;
    right: 25px;
    left: 25px;
    bottom: 0;
    -webkit-transform: translate3d(0,100%,0);
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease
}

.tourmaster-tour-modern.tourmaster-with-thumbnail:hover .tourmaster-tour-content-wrap {
    -webkit-transform: translate3d(0,2px,0);
    transform: translate3d(0,2px,0)
}

.tourmaster-tour-modern.tourmaster-style-2 .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price {
    display: block
}

.tourmaster-tour-modern.tourmaster-style-2.tourmaster-without-info .tourmaster-tour-price-wrap {
    margin-top: 0;
    align-self: end;
    margin-bottom: 0
}

.tourmaster-tour-modern.tourmaster-style-2 .tourmaster-tour-discount-price {
    font-weight: 600;
    margin-left: 0;
    font-size: 18px
}

.tourmaster-tour-modern.tourmaster-style-2 .tourmaster-tour-content-wrap {
    padding: 0
}

.tourmaster-tour-modern.tourmaster-style-2 .tourmaster-tour-info-wrap {
    display: flex;
    justify-content: space-between
}

.tourmaster-tour-modern.tourmaster-style-2 .tourmaster-tour-info-inner {
    align-self: end
}

.tourmaster-tour-modern.tourmaster-style-2 .tourmaster-tour-info {
    font-size: 15px;
    margin-bottom: 2px
}

.tourmaster-tour-modern.tourmaster-style-2 .tourmaster-tour-info i {
    display: none
}

.tourmaster-tour-modern.tourmaster-style-2 .tourmaster-thumbnail-ribbon .tourmaster-thumbnail-ribbon-cornor {
    display: none
}

.tourmaster-tour-modern.tourmaster-style-2 .tourmaster-thumbnail-ribbon {
    top: 10px;
    right: 10px;
    left: auto;
    padding: 10px 17px;
    border-radius: 5px;
    font-weight: 400
}

.tourmaster-tour-modern.tourmaster-style-2.tourmaster-with-thumbnail .tourmaster-thumbnail-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    transition: opacity 150ms;
    -webkit-transition: opacity 150ms;
    -moz-transition: opacity 150ms
}

.tourmaster-tour-modern.tourmaster-style-2.tourmaster-with-thumbnail .tourmaster-thumbnail-overlay-front {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../../../plugins/tourmaster/images/tour-category-item-gradient.png) bottom repeat-x
}

.tourmaster-tour-modern.tourmaster-style-2.tourmaster-with-thumbnail:hover .tourmaster-thumbnail-overlay {
    opacity: .6
}

.tourmaster-tour-modern.tourmaster-style-2.tourmaster-with-thumbnail .tourmaster-tour-title {
    margin-bottom: 0;
    padding-bottom: 20px;
    transition: transform 150ms;
    -webkit-transition: transform 150ms;
    -moz-transition: transform 150ms;
    transform: translateY(calc(-100% - 10px));
    -webkit-transform: translateY(calc(-100% - 10px))
}

.tourmaster-tour-modern.tourmaster-style-2.tourmaster-with-thumbnail .tourmaster-tour-content-wrap {
    background: transparent;
    padding-bottom: 20px
}

.tourmaster-tour-modern.tourmaster-style-2.tourmaster-with-thumbnail:hover .tourmaster-tour-content-wrap {
    transform: translateY(0%);
    -webkit-transform: translateY(0%)
}

.tourmaster-tour-modern.tourmaster-style-2.tourmaster-with-thumbnail:hover .tourmaster-tour-title {
    transform: translateY(0%);
    -webkit-transform: translateY(0%)
}

.tourmaster-tour-item-style-medium .tourmaster-tour-item-holder {
    padding-bottom: 1px
}

.tourmaster-tour-medium {
    margin-bottom: 40px;
    position: relative
}

.tourmaster-tour-medium .tourmaster-tour-thumbnail {
    width: 31%;
    vertical-align: middle
}

.tourmaster-tour-medium .tourmaster-tour-medium-inner {
    display: table;
    width: 100%;
    table-layout: fixed
}

.tourmaster-tour-medium.tourmaster-tour-frame .tourmaster-tour-medium-inner {
    overflow: hidden
}

.tourmaster-tour-medium .tourmaster-tour-thumbnail,.tourmaster-tour-medium .tourmaster-tour-content-wrap {
    display: table-cell;
    vertical-align: middle
}

.tourmaster-tour-medium .tourmaster-tour-content-wrap {
    width: 69%;
    padding: 20px 25px 0 35px;
    vertical-align: middle
}

.tourmaster-tour-medium .tourmaster-content-left {
    float: left;
    width: 69%;
    padding-right: 20px
}

.tourmaster-tour-medium .tourmaster-content-right {
    overflow: hidden;
    padding: 10px 0 10px 25px;
    border-left-width: 2px;
    border-left-style: solid
}

.tourmaster-tour-medium .tourmaster-tour-title {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 22px;
    margin-top: 3px
}

.tourmaster-tour-medium .tourmaster-tour-content {
    font-weight: 500
}

.tourmaster-tour-medium .tourmaster-tour-rating-text {
    display: block
}

.tourmaster-tour-medium .tourmaster-tour-rating {
    text-align: center;
    margin-bottom: 20px
}

.tourmaster-tour-medium .tourmaster-tour-view-more {
    font-size: 10px;
    display: block;
    text-align: center;
    padding: 14px 15px 12px;
    font-weight: 700;
    text-transform: uppercase
}

.tourmaster-tour-medium .tourmaster-tour-price-wrap {
    text-align: center;
    margin-bottom: 22px
}

.tourmaster-tour-medium .tourmaster-tour-price {
    font-size: 26px;
    display: block;
    font-weight: 800;
    line-height: 1
}

.tourmaster-tour-medium .tourmaster-tour-price .tourmaster-head {
    font-size: 15px;
    display: block;
    margin-bottom: 12px;
    font-weight: 400
}

.tourmaster-tour-medium .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price {
    font-size: 15px;
    display: block;
    margin-bottom: 12px;
    font-weight: 400
}

.tourmaster-tour-medium .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-head {
    display: inline;
    margin-right: 10px
}

.tourmaster-tour-medium .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-tail {
    text-decoration: line-through
}

.tourmaster-tour-medium .tourmaster-tour-discount-price {
    font-size: 26px;
    display: block;
    line-height: 1;
    margin-top: 10px;
    font-weight: 800
}

.tourmaster-tour-medium.tourmaster-tour-frame .tourmaster-tour-content-wrap {
    padding-top: 35px;
    padding-bottom: 35px
}

.tourmaster-tour-full {
    margin-bottom: 60px;
    position: relative
}

.tourmaster-tour-full.tourmaster-tour-frame {
    margin-bottom: 40px
}

.tourmaster-tour-full.tourmaster-tour-frame .tourmaster-tour-full-inner {
    overflow: hidden
}

.tourmaster-tour-full .tourmaster-tour-title {
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 25px
}

.tourmaster-tour-full .tourmaster-tour-thumbnail {
    margin-bottom: 38px
}

.tourmaster-tour-full .tourmaster-content-left {
    float: left;
    width: 76%;
    padding-right: 30px
}

.tourmaster-tour-full .tourmaster-content-right {
    overflow: hidden;
    padding: 20px 5px 20px 15px;
    border-left-width: 2px;
    border-left-style: solid
}

.tourmaster-tour-full .tourmaster-tour-rating-text {
    display: block;
    margin-left: 0;
    margin-top: 2px
}

.tourmaster-tour-full .tourmaster-tour-rating {
    text-align: center;
    margin-bottom: 20px
}

.tourmaster-tour-full .tourmaster-tour-view-more {
    font-size: 11px;
    display: table;
    text-align: center;
    padding: 13px 22px 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin: auto
}

.tourmaster-tour-full .tourmaster-tour-price-wrap {
    text-align: center;
    margin-bottom: 22px
}

.tourmaster-tour-full .tourmaster-tour-price {
    font-size: 28px;
    display: block;
    font-weight: 800;
    line-height: 1
}

.tourmaster-tour-full .tourmaster-tour-price .tourmaster-head {
    font-size: 15px;
    display: block;
    margin-bottom: 9px;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto
}

.tourmaster-tour-full .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price {
    font-size: 15px;
    display: block;
    margin-bottom: 12px;
    font-weight: 400
}

.tourmaster-tour-full .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-head {
    display: inline;
    margin-right: 10px
}

.tourmaster-tour-full .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-tail {
    text-decoration: line-through
}

.tourmaster-tour-full .tourmaster-tour-discount-price {
    font-size: 28px;
    display: block;
    line-height: 1;
    margin-top: 10px;
    font-weight: 800
}

.tourmaster-tour-full.tourmaster-tour-frame .tourmaster-tour-thumbnail {
    margin-bottom: 0
}

.tourmaster-tour-full.tourmaster-tour-frame .tourmaster-tour-content-wrap {
    padding: 40px 27px 40px 35px
}

.tourmaster-tour-full.tourmaster-tour-frame .tourmaster-content-right {
    padding: 20px 0 20px 27px
}

.tourmaster-taxonomy-description {
    margin-bottom: 60px
}

.tourmaster-tour-category-grid .tourmaster-tour-category-head-animate {
    padding: 0 25px 27px;
    position: relative
}

.tourmaster-tour-category-grid .tourmaster-tour-category-head-link {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800
}

.tourmaster-tour-category-grid .tourmaster-tour-category-head-display {
    padding: 0 25px 10px
}

.tourmaster-tour-category-grid .tourmaster-tour-category-title {
    font-size: 16px;
    margin-bottom: 0;
    float: left
}

.tourmaster-tour-category-grid .tourmaster-tour-category-title i {
    font-size: 18px;
    margin-right: 9px
}

.tourmaster-tour-category-grid .tourmaster-tour-category-count {
    float: right;
    margin-top: 2px
}

.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000
}

.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-overlay-front {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../../../plugins/tourmaster/images/tour-category-item-gradient.png) bottom repeat-x
}

.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-item-wrap {
    position: relative;
    overflow: hidden
}

.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-head {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-head-divider {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom-width: 5px;
    border-bottom-style: solid
}

.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms
}

.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-head-display {
    padding-bottom: 25px;
    transition: padding 200ms ease-out;
    -moz-transition: padding 200ms ease-out;
    -o-transition: padding 200ms ease-out;
    -webkit-transition: padding 200ms ease-out
}

.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-head-animate {
    margin-bottom: -49px;
    transition: margin 200ms ease-out;
    -moz-transition: margin 200ms ease-out;
    -o-transition: margin 200ms ease-out;
    -webkit-transition: margin 200ms ease-out
}

.tourmaster-tour-category-grid.tourmaster-with-thumbnail:hover .tourmaster-tour-category-overlay {
    opacity: .65;
    filter: alpha(opacity=65)
}

.tourmaster-tour-category-grid.tourmaster-with-thumbnail:hover .tourmaster-tour-category-head-display {
    padding-bottom: 10px
}

.tourmaster-tour-category-grid.tourmaster-with-thumbnail:hover .tourmaster-tour-category-head-animate {
    margin-bottom: 0
}

.tourmaster-tour-category-grid-2 .tourmaster-tour-category-head-animate {
    padding: 0 25px 0;
    position: relative;
    text-align: center
}

.tourmaster-tour-category-grid-2 .tourmaster-tour-category-head-link {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600
}

.tourmaster-tour-category-grid-2 .tourmaster-tour-category-head-display {
    padding: 0 25px 8px;
    text-align: center
}

.tourmaster-tour-category-grid-2 .tourmaster-tour-category-title {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600
}

.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail .tourmaster-tour-category-head-animate {
    padding-top: 10px;
    margin-bottom: -20px;
    transition: margin 200ms ease-out,padding 200ms ease-out;
    -moz-transition: margin 200ms ease-out,padding 200ms ease-out;
    -o-transition: margin 200ms ease-out,padding 200ms ease-out;
    -webkit-transition: margin 200ms ease-out,padding 200ms ease-out
}

.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail .tourmaster-tour-category-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000
}

.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail .tourmaster-tour-category-overlay-front {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../../../plugins/tourmaster/images/tour-category-item-gradient.png) bottom repeat-x
}

.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail .tourmaster-tour-category-item-wrap {
    position: relative;
    overflow: hidden
}

.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail .tourmaster-tour-category-head {
    position: absolute;
    padding-top: 5px;
    top: 100%;
    left: 0;
    right: 0;
    transform: translate(0,-100%);
    -moz-transform: translate(0,-100%);
    -webkit-transform: translate(0,-100%);
    transition: transform 200ms ease-out,top 200ms ease-out;
    -moz-transition: transform 200ms ease-out,top 200ms ease-out;
    -o-transition: transform 200ms ease-out,top 200ms ease-out;
    -webkit-transition: transform 200ms ease-out,top 200ms ease-out
}

.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail .tourmaster-tour-category-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms
}

.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail .tourmaster-tour-category-head-divider {
    position: absolute;
    margin-bottom: -5px;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    transition: margin 200ms;
    -moz-transition: margin 200ms;
    -o-transition: margin 200ms;
    -webkit-transition: margin 200ms
}

.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail:hover .tourmaster-tour-category-overlay {
    opacity: .65;
    filter: alpha(opacity=65)
}

.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail:hover .tourmaster-tour-category-head-divider {
    margin-bottom: 0
}

.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail:hover .tourmaster-tour-category-head {
    top: 50%;
    bottom: auto;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%)
}

.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail:hover .tourmaster-tour-category-head-animate {
    padding-top: 0;
    margin-bottom: 0
}

.tourmaster-tour-category-grid-3 .tourmaster-tour-category-head-animate {
    padding: 0 25px 0;
    position: relative;
    text-align: center
}

.tourmaster-tour-category-grid-3 .tourmaster-tour-category-head-link {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800
}

.tourmaster-tour-category-grid-3 .tourmaster-tour-category-head-display {
    padding: 15px 25px 40px;
    text-align: center;
    transform: translate(0,-100%);
    -moz-transform: translate(0,-100%);
    -webkit-transform: translate(0,-100%);
    transition: transform 200ms ease-out,padding 200ms ease-out;
    -moz-transition: transform 200ms ease-out,padding 200ms ease-out;
    -o-transition: transform 200ms ease-out,padding 200ms ease-out;
    -webkit-transition: transform 200ms ease-out,padding 200ms ease-out
}

.tourmaster-tour-category-grid-3 .tourmaster-tour-category-title {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 700
}

.tourmaster-tour-category-grid-3 .tourmaster-tour-category-description {
    margin-bottom: 14px;
    padding-top: 10px
}

.tourmaster-tour-category-grid-3.tourmaster-with-thumbnail .tourmaster-tour-category-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000
}

.tourmaster-tour-category-grid-3.tourmaster-with-thumbnail .tourmaster-tour-category-item-wrap {
    position: relative;
    overflow: hidden
}

.tourmaster-tour-category-grid-3.tourmaster-with-thumbnail .tourmaster-tour-category-head {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    transform: translate(0,0);
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transition: transform 200ms ease-out,top 200ms ease-out;
    -moz-transition: transform 200ms ease-out,top 200ms ease-out;
    -o-transition: transform 200ms ease-out,top 200ms ease-out;
    -webkit-transition: transform 200ms ease-out,top 200ms ease-out
}

.tourmaster-tour-category-grid-3.tourmaster-with-thumbnail .tourmaster-tour-category-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms
}

.tourmaster-tour-category-grid-3.tourmaster-with-thumbnail:hover .tourmaster-tour-category-overlay {
    opacity: .65;
    filter: alpha(opacity=65)
}

.tourmaster-tour-category-grid-3.tourmaster-with-thumbnail:hover .tourmaster-tour-category-head-divider {
    margin-bottom: 0
}

.tourmaster-tour-category-grid-3.tourmaster-with-thumbnail:hover .tourmaster-tour-category-head {
    top: 50%;
    bottom: auto;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%)
}

.tourmaster-tour-category-grid-3.tourmaster-with-thumbnail:hover .tourmaster-tour-category-head-display {
    padding-bottom: 8px;
    transform: translate(0,0);
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0)
}

.tourmaster-tour-category-grid-3 .tourmaster-tour-category-count {
    color: #fff;
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 11px;
    border-radius: 3px;
    z-index: 2
}

.tourmaster-tour-category-grid-4 .tourmaster-tour-category-item-wrap {
    overflow: hidden;
    position: relative
}

.tourmaster-tour-category-grid-4 .tourmaster-tour-category-head {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 20px;
    pointer-events: none
}

.tourmaster-tour-category-grid-4 .tourmaster-tour-category-head .tourmaster-tour-category-title {
    color: #fff;
    font-size: 25px;
    margin-bottom: 0;
    font-weight: 500
}

.tourmaster-tour-category-grid-4.tourmaster-with-thumbnail .tourmaster-tour-category-overlay-front {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: url(../../../plugins/tourmaster/images/tour-category-item-gradient.png) bottom repeat-x
}

.tourmaster-tour-category-widget-holder {
    margin-left: -10px;
    margin-right: -10px
}

.tourmaster-tour-category-widget {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden
}

.tourmaster-tour-category-widget .tourmaster-tour-category-overlay {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .6;
    filter: alpha(opacity=60)
}

.tourmaster-tour-category-widget .tourmaster-tour-category-title {
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0;
    padding: 0 15px
}

.tourmaster-tour-category-widget .tourmaster-tour-category-head {
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0
}

.tourmaster-tour-category-widget .tourmaster-tour-category-head-table {
    display: table;
    width: 100%;
    height: 100%
}

.tourmaster-tour-category-widget .tourmaster-tour-category-title {
    display: table-cell;
    vertical-align: middle
}

.tourmaster-tour-search-item {
    padding-bottom: 30px
}

.tourmaster-tour-search-wrap.tourmaster-with-frame {
    padding: 40px 30px 30px;
    background-size: cover
}

.tourmaster-tour-search-wrap .tourmaster-tour-search-title {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 700
}

.tourmaster-tour-search-wrap .tourmaster-tour-search-field {
    margin-bottom: 20px;
    position: relative
}

.tourmaster-tour-search-wrap .tourmaster-tour-search-field label {
    font-size: 13px;
    line-height: 22px;
    font-weight: 800;
    margin-bottom: 10px;
    display: block
}

.tourmaster-tour-search-wrap .tourmaster-medium .tourmaster-tour-search-field label {
    font-size: 15px
}

.tourmaster-tour-search-wrap .tourmaster-large .tourmaster-tour-search-field label {
    font-size: 17px
}

.tourmaster-tour-search-wrap .tourmaster-tour-search-submit {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    height: 48px;
    text-transform: uppercase;
    padding: 13px 20px;
    min-width: 166px;
    border: 0;
    margin: 5px 0 0
}

.tourmaster-tour-search-wrap .tourmaster-datepicker-wrap:after {
    content: "\f073";
    margin-top: -12px
}

.tourmaster-tour-search-field-keywords .tourmaster-tour-search-field-inner {
    position: relative
}

.tourmaster-tour-search-field-keywords .tourmaster-tour-search-field-inner:after {
    content: "\f002";
    font-family: fontAwesome;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -12px;
    line-height: 22px
}

.tourmaster-tour-search-field-keywords .tourmaster-tour-search-field-inner input[type="text"] {
    padding-right: 40px
}

.tourmaster-tour-search-item.tourmaster-style-half .tourmaster-tour-search-field {
    float: left;
    width: 33.33%;
    padding-right: 20px
}

.tourmaster-tour-search-item.tourmaster-style-half .tourmaster-tour-search-submit {
    display: block;
    clear: both
}

.tourmaster-tour-search-item.tourmaster-style-full .tourmaster-tour-search-field {
    margin-bottom: 25px
}

.tourmaster-tour-search-item.tourmaster-style-full .tourmaster-tour-search-submit {
    width: 100%
}

.tourmaster-tour-search-item.tourmaster-style-column .tourmaster-tour-search-field {
    float: left;
    width: 16.66%;
    padding-right: 20px
}

.tourmaster-tour-search-item.tourmaster-style-column .tourmaster-tour-search-submit {
    float: left;
    width: 16.66%;
    width: calc(16.66% - 20px);
    margin-top: 32px;
    min-width: 0
}

.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-column-count-2 .tourmaster-tour-search-field {
    width: 50%
}

.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-column-count-2 .tourmaster-tour-search-submit {
    width: 50%;
    width: calc(50% - 20px)
}

.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-column-count-3 .tourmaster-tour-search-field {
    width: 33.33%
}

.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-column-count-3 .tourmaster-tour-search-submit {
    width: 33.33%;
    width: calc(33.33% - 20px)
}

.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-column-count-4 .tourmaster-tour-search-field {
    width: 25%
}

.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-column-count-4 .tourmaster-tour-search-submit {
    width: 25%;
    width: calc(25% - 20px)
}

.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-column-count-5 .tourmaster-tour-search-field {
    width: 20%
}

.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-column-count-5 .tourmaster-tour-search-submit {
    width: 20%;
    width: calc(20% - 20px)
}

.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-column-count-7 .tourmaster-tour-search-submit {
    margin-top: 0
}

.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-input-style-no-border .tourmaster-tour-search-submit,.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-input-style-no-border .tourmaster-tour-search-submit,.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-input-style-round-border .tourmaster-tour-search-submit,.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-input-style-round-border .tourmaster-tour-search-submit,.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-input-style-transparent-bottom-border .tourmaster-tour-search-submit,.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-input-style-transparent-bottom-border .tourmaster-tour-search-submit {
    margin-top: 0
}

.tourmaster-tour-search-field-rating i.tourmaster-rating-select,.tourmaster-tour-search-field-rating span.tourmaster-rating-select {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle
}

.tourmaster-tour-search-field-rating span.tourmaster-rating-select {
    height: 14px;
    width: 6px
}

.tourmaster-tour-search-field-rating .tourmaster-rating-select[data-rating-score="0"] {
    margin-left: -6px
}

.tourmaster-tour-search-field-rating .tourmaster-tail {
    margin-left: 10px
}

.tourmaster-tour-search-item .tourmaster-tour-search-item-divier {
    padding-top: 10px;
    margin-bottom: 40px;
    margin-left: -30px;
    margin-right: -30px;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.tourmaster-tour-search-item .tourmaster-type-filter-hide {
    display: none
}

.tourmaster-tour-search-item .tourmaster-type-filter-more-button {
    cursor: pointer
}

.tourmaster-tour-search-item .tourmaster-type-filter-more-button i {
    margin-left: 10px
}

.tourmaster-tour-search-item .tourmaster-type-filter-show-more {
    display: none
}

.tourmaster-tour-search-item .tourmaster-type-filter-show-more:checked+.tourmaster-type-filter-more-button {
    display: none
}

.tourmaster-tour-search-item .tourmaster-type-filter-show-more:checked+.tourmaster-type-filter-more-button+.tourmaster-type-filter-hide {
    display: block
}

.tourmaster-tour-search-item .tourmaster-type-filter-title {
    font-size: 17px;
    margin-bottom: 27px
}

.tourmaster-tour-search-item .tourmaster-type-filter-title i {
    float: right;
    cursor: pointer
}

.tourmaster-tour-search-item .tourmaster-type-filter-title i.tourmaster-active:before {
    content: "\f056"
}

.tourmaster-tour-search-item .tourmaster-type-filter-item-wrap {
    display: none;
    overflow: hidden
}

.tourmaster-tour-search-item .tourmaster-type-filter-item-wrap.tourmaster-active {
    display: block;
    overflow: hidden
}

.tourmaster-tour-search-item .tourmaster-type-filter-item {
    margin-bottom: 20px
}

.tourmaster-tour-search-item .tourmaster-type-filter-item-title {
    font-size: 13px
}

.tourmaster-tour-search-item .tourmaster-type-filter-term {
    display: block;
    margin-bottom: 10px
}

.tourmaster-tour-search-item .tourmaster-type-filter-term i {
    margin-right: 10px
}

.tourmaster-tour-search-item .tourmaster-type-filter-display {
    cursor: pointer
}

.tourmaster-type-filter-term input {
    display: none
}

.tourmaster-type-filter-term input:checked+.tourmaster-type-filter-display i:before {
    content: "\f058"
}

body.tourmaster-template-search .tourmaster-tour-search-item-wrap {
    width: 35%;
    max-width: 360px;
    float: left;
    margin-bottom: 40px
}

body.tourmaster-template-search .tourmaster-tour-search-content-wrap {
    overflow: hidden;
    padding-top: 2px
}

body.tourmaster-template-search .tourmaster-tour-search-content-head {
    font-size: 20px;
    margin-bottom: 30px
}

body.tourmaster-template-search .tourmaster-tour-search-wrap.tourmaster-with-frame {
    margin-top: 2px
}

body.tourmaster-template-search .tourmaster-single-search-not-found-wrap {
    overflow: hidden
}

body.tourmaster-template-search .tourmaster-tour-search-wrap.tourmaster-with-frame {
    box-shadow: 0 0 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1)
}

body.tourmaster-template-archive .tourmaster-tour-search-wrap.tourmaster-with-frame {
    margin-top: 2px
}

body.tourmaster-template-archive .tourmaster-tour-search-wrap.tourmaster-with-frame {
    box-shadow: 0 0 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1)
}

.tourmaster-template-archive .tourmaster-tour-search-item {
    padding-bottom: 70px
}

.tourmaster-tour-search-item-head {
    padding-bottom: 20px
}

.tourmaster-tour-search-item-head .tourmaster-tour-search-item-head-title {
    font-size: 17px;
    margin-bottom: 9px
}

.tourmaster-tour-search-item-head .tourmaster-tour-search-item-head-title i {
    margin-right: 12px
}

.tourmaster-tour-search-item-head .tourmaster-tour-search-item-head-caption {
    font-size: 14px
}

body.tourmaster-template-search .tourmaster-search-style-2 .tourmaster-tour-search-wrap.tourmaster-with-frame {
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

body.tourmaster-template-archive .tourmaster-search-style-2 .tourmaster-tour-search-wrap.tourmaster-with-frame {
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.tourmaster-search-style-2 .tourmaster-tour-order-filterer-wrap {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}

.tourmaster-search-style-2 .tourmaster-tour-order-filterer-wrap .tourmaster-combobox-wrap select {
    border: none;
    font-size: 15px;
    padding-top: 3px;
    padding-bottom: 6px;
    cursor: pointer
}

.tourmaster-search-style-2 .tourmaster-tour-order-filterer-wrap .tourmaster-combobox-wrap:after {
    content: "\f107";
    margin-top: -11px;
    right: 9px
}

.tourmaster-search-style-2 .tourmaster-tour-order-filterer-style a[data-ajax-value="list-style"] svg {
    max-width: 22px;
    display: inline-block;
    padding-top: 3px
}

.tourmaster-search-price-column-left {
    padding-right: 5px
}

.tourmaster-search-price-column-right {
    padding-left: 5px
}

.tourmaster-tour-search-item-style-2 .tourmaster-form-field.tourmaster-with-border input[type="text"],.tourmaster-tour-search-item-style-2 .tourmaster-form-field.tourmaster-with-border input[type="email"],.tourmaster-tour-search-item-style-2 .tourmaster-form-field.tourmaster-with-border input[type="password"],.tourmaster-tour-search-item-style-2 .tourmaster-form-field.tourmaster-with-border textarea,.tourmaster-tour-search-item-style-2 .tourmaster-form-field.tourmaster-with-border select {
    border-width: 1px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tourmaster-tour-search-item-style-2 .tourmaster-tour-search-wrap .tourmaster-tour-search-field label {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 18px
}

.tourmaster-tour-search-item-style-2 .tourmaster-tour-search-item-head {
    padding-bottom: 32px
}

.tourmaster-tour-search-item-style-2 .tourmaster-tour-search-item-head-title i {
    font-size: 15px
}

.tourmaster-tour-search-item-style-2 .tourmaster-tour-search-field-rating i.tourmaster-rating-select,.tourmaster-tour-search-item-style-2 .tourmaster-tour-search-field-rating span.tourmaster-rating-select {
    font-size: 16px
}

.tourmaster-tour-search-item-style-2 .tourmaster-tour-search-field-rating .tourmaster-tail {
    font-size: 13px
}

.tourmaster-tour-search-item-style-2 .tourmaster-type-filter-title i {
    font-size: 20px;
    font-weight: 700
}

.tourmaster-tour-search-item-style-2 .tourmaster-type-filter-title i.tourmaster-active:before {
    content: "\4b"
}

.tourmaster-tour-search-item-style-2 .tourmaster-type-filter-title i.fa-sliders {
    float: left;
    margin-right: 15px;
    pointer-events: none
}

.tourmaster-tour-search-item-style-2 .tourmaster-type-filter-item-title {
    font-size: 15px
}

.tourmaster-tour-search-item-style-2 .tourmaster-type-filter-title {
    margin-bottom: 40px
}

.tourmaster-tour-search-item-style-2 .tourmaster-type-filter-item {
    margin-bottom: 32px
}

.tourmaster-tour-search-item-style-2 .tourmaster-type-filter-term .tourmaster-type-filter-display i {
    width: 17px;
    height: 17px;
    border-width: 1px;
    border-style: solid;
    padding: 2px;
    font-size: 12px;
    vertical-align: middle
}

.tourmaster-tour-search-item-style-2 .tourmaster-type-filter-display i:before {
    content: " "
}

.tourmaster-tour-search-item-style-2 .tourmaster-type-filter-term input:checked+.tourmaster-type-filter-display i:before {
    content: "\f00c"
}

.tourmaster-tour-search-item-style-2 .tourmaster-tour-search-wrap .tourmaster-datepicker-wrap:after {
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    padding-top: 13px;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    border-right-width: 1px;
    border-right-style: solid
}

.tourmaster-tour-search-item-style-2 .tourmaster-tour-search-wrap .tourmaster-datepicker {
    padding-left: 75px
}

.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-form-field {
    display: flex;
    gap: 30px;
    padding: 0 0 0 30px
}

.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-form-field input[type="text"],.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-form-field input[type="email"],.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-form-field input[type="password"],.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-form-field textarea,.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-form-field select {
    font-size: 15px
}

.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-tour-search-wrap {
    padding: 0;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1)
}

.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-tour-search-field {
    margin-bottom: 0;
    flex-grow: 2;
    flex-basis: 0%;
    padding: 30px 0 18px
}

.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-tour-search-field label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0
}

.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-tour-search-field-submit {
    position: relative;
    flex-grow: 1;
    flex-basis: 0%
}

.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-tour-search-field-submit input[type="submit"] {
    height: 100%;
    margin-top: 0;
    color: transparent!important;
    margin-right: -1px
}

.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-tour-search-field-submit .tourmaster-content {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    pointer-events: none;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-tour-search-field-submit .tourmaster-content span {
    font-size: 15px;
    font-weight: 500;
    display: block
}

.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-tour-search-field-submit .tourmaster-content i {
    font-size: 18px;
    margin-bottom: 12px
}

.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-tour-search-field input[type="text"],.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-tour-search-field input[type="text"]:focus,.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-tour-search-field select {
    background: transparent;
    border: transparent;
    padding-left: 0;
    padding-right: 0
}

.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-tour-search-field-inner:after {
    display: none
}

.tourmaster-single-search-not-found-wrap .tourmaster-single-search-not-found-inner {
    padding: 65px 35px 45px
}

.tourmaster-single-search-not-found-wrap .tourmaster-single-search-not-found {
    text-align: center;
    margin-bottom: 50px
}

.tourmaster-single-search-not-found-wrap .tourmaster-single-search-not-found-title {
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 7px
}

.tourmaster-single-search-not-found-wrap .tourmaster-single-search-not-found-caption {
    font-size: 15px
}

.tourmaster-single-search-not-found-wrap .tourmaster-tour-search-item {
    text-align: center
}

.tourmaster-single-search-not-found-wrap .tourmaster-tour-search-field {
    text-align: left
}

.tourmaster-content-navigation-item-wrap {
    overflow: hidden
}

.tourmaster-content-navigation-item-outer {
    position: relative;
    z-index: 1
}

.tourmaster-content-navigation-item-outer.tourmaster-fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background: #ffffff;
}

body.admin-bar .tourmaster-content-navigation-item-outer.tourmaster-fixed {
    margin-top: 32px
}

.tourmaster-content-navigation-item-outer .tourmaster-content-navigation-tab {
    font-size: 14px;
    font-weight: 600;
    padding: 28px 25px 28px;
    display: inline-block;
    margin-right: 10px
}

.tourmaster-content-navigation-item-outer .tourmaster-content-navigation-slider {
    position: absolute;
    bottom: 0;
    height: 3px
}

.tourmaster-content-navigation-item-outer .tourmaster-content-navigation-item {
    position: relative
}

.tourmaster-content-navigation-item-outer .tourmaster-content-navigation-slider.tourmaster-style-dot {
    background: transparent;
    height: 8px;
    bottom: 0
}

.tourmaster-content-navigation-item-outer .tourmaster-content-navigation-slider.tourmaster-style-dot span {
    width: 8px;
    height: 8px;
    display: block;
    margin: 0 auto 2px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.tourmaster-quick-search-shortcode {
    max-width: 700px;
    margin: 0 auto
}

.tourmaster-quick-search-shortcode input[type="submit"] {
    font-size: 15px;
    letter-spacing: 0;
    text-align: center!important;
    font-weight: 600;
    text-transform: none;
    float: left;
    height: 53px;
    width: 29%;
    margin-left: 1%
}

.tourmaster-quick-search-shortcode input[type="text"] {
    float: left;
    width: 70%;
    height: 53px
}

.gdlr-core-flexslider.tourmaster-nav-style-rect {
    position: static
}

.gdlr-core-flexslider.tourmaster-nav-style-rect .flex-direction-nav li {
    margin-top: 0;
    top: auto
}

.gdlr-core-flexslider.tourmaster-nav-style-rect .flex-direction-nav li a {
    padding: 16px 12px;
    border-style: solid;
    border-width: 0;
    border-radius: 0%;
    -moz-border-radius: 0%;
    -webkit-border-radius: 0%
}

.gdlr-core-flexslider.tourmaster-nav-style-rect .flex-direction-nav li a i {
    font-size: 22px;
    width: 29px
}

.gdlr-core-flexslider.tourmaster-nav-style-rect .flex-direction-nav .flex-nav-prev {
    left: 0
}

.gdlr-core-flexslider.tourmaster-nav-style-rect .flex-direction-nav .flex-nav-next {
    right: 0
}

.gdlr-core-flexslider.tourmaster-nav-style-rect {
    position: static
}

.gdlr-core-flexslider.tourmaster-nav-style-rect .flex-direction-nav li {
    margin-top: 0;
    top: auto
}

.gdlr-core-flexslider.tourmaster-nav-style-rect .flex-direction-nav li a {
    padding: 16px 12px;
    border-style: solid;
    border-width: 0;
    border-radius: 0%;
    -moz-border-radius: 0%;
    -webkit-border-radius: 0%
}

.gdlr-core-flexslider.tourmaster-nav-style-rect .flex-direction-nav li a i {
    font-size: 22px;
    width: 29px
}

.gdlr-core-flexslider.tourmaster-nav-style-rect .flex-direction-nav .flex-nav-prev {
    left: 0
}

.gdlr-core-flexslider.tourmaster-nav-style-rect .flex-direction-nav .flex-nav-next {
    right: 0
}

.tourmaster-lightbox-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10001;
    overflow: auto
}

.tourmaster-lightbox-wrapper .tourmaster-lightbox-content-row {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10003
}

.tourmaster-lightbox-wrapper .tourmaster-lightbox-content-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
    overflow-y: auto
}

.tourmaster-lightbox-content-wrap {
    display: none
}

.tourmaster-lightbox-wrapper .tourmaster-lightbox-content-wrap {
    display: block;
    max-width: 835px;
    margin: 0 auto
}

.tourmaster-lightbox-wrapper .tourmaster-lightbox-title {
    color: #0e0e0e;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px
}

.tourmaster-lightbox-wrapper .tourmaster-lightbox-head {
    position: relative;
    padding-bottom: 24px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin-bottom: 45px
}

.tourmaster-lightbox-wrapper .tourmaster-lightbox-content-wrap {
    padding: 30px 30px 10px;
    overflow: hidden
}

.tourmaster-lightbox-wrapper .tourmaster-lightbox-close {
    cursor: pointer;
    font-size: 25px;
    line-height: 25px;
    position: absolute;
    right: 0;
    top: -5px
}

html.tourmaster-lightbox-on,html.tourmaster-lightbox-on body {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

@font-face {
    font-display: swap;
    font-family: "Flaticon";
    src: url(../../../plugins/tourmaster/plugins/flaticon/Flaticon.eot);
    src: url(../../../plugins/tourmaster/plugins/flaticon/Flaticon.woff) format("woff"),url(../../../plugins/tourmaster/plugins/flaticon/Flaticon.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /* @font-face {
        font-display:swap;
        font-family: "Flaticon";
        src: url("../../../plugins/tourmaster/plugins/flaticon/Flaticon.svg#Flaticon") format("svg")
    } */
}

[class^="flaticon-"]:before,[class*=" flaticon-"]:before,[class^="flaticon-"]:after,[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal
}

.flaticon-plane-landing:before {
    content: "\f100"
}

.flaticon-takeoff-the-plane:before {
    content: "\f101"
}

.goodlayers-payment-form {
    max-width: 450px;
    margin-bottom: 40px
}

.goodlayers-payment-form input[type="text"] {
    font-size: 12px;
    height: 45px;
    padding: 10px 20px;
    width: 100%;
    border: 0;
    outline: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.goodlayers-payment-form.goodlayers-with-border input[type="text"] {
    border-width: 2px;
    border-style: solid
}

.goodlayers-payment-form input.goodlayers-size-small[type="text"] {
    width: 80px
}

.goodlayers-payment-form .goodlayers-payment-form-field {
    margin-bottom: 20px
}

.goodlayers-payment-form .goodlayers-payment-field-head {
    margin-bottom: 8px;
    display: block
}

.goodlayers-payment-form .goodlayers-separator {
    margin: 0 8px
}

.goodlayers-payment-form .goodlayers-payment-button,.goodlayers-payment-form button {
    margin-top: 10px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 27px;
    display: inline-block;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.goodlayers-payment-form .goodlayers-payment-button.now-loading,.goodlayers-payment-form button.now-loading {
    color: transparent!important;
    background-image: url(../../../plugins/tourmaster/images/button-loading.svg)
}

.goodlayers-payment-form .goodlayers-payment-button,.goodlayers-payment-form .goodlayers-payment-button:hover,.goodlayers-payment-form .goodlayers-payment-button:active,.goodlayers-payment-form .goodlayers-payment-button:focus {
    color: #fff
}

.goodlayers-payment-form button,.goodlayers-payment-form button:hover,.goodlayers-payment-form button:active,.goodlayers-payment-form button:focus {
    color: #fff
}

.goodlayers-payment-form .payment-errors,.goodlayers-payment-form .goodlayers-payment-req-field {
    background: #bb5656;
    color: #fff;
    display: none;
    padding: 12px 20px;
    margin-top: 25px;
    margin-bottom: 20px
}

.goodlayers-payment-form #card-element {
    border-width: 2px;
    border-style: solid;
    padding: 15px
}

.goodlayers-paypal-redirecting-message {
    margin-bottom: 35px
}

.tourmaster-urgency-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    padding: 30px 40px;
    width: 350px;
    max-width: 100%;
    z-index: 99;
    cursor: pointer
}

.tourmaster-urgency-message .tourmaster-urgency-message-icon {
    float: left;
    margin-right: 20px;
    font-size: 21px
}

.tourmaster-urgency-message .tourmaster-urgency-message-text {
    overflow: hidden;
    font-size: 13px
}

.tourmaster-notification-box,.tourmaster-user-update-notification {
    color: #fff
}

body a.tourmaster-button,body a.tourmaster-button:hover,body a.tourmaster-button:active,body a.tourmaster-button:focus,body input[type="button"].tourmaster-button,body input[type="button"].tourmaster-button:hover,body input[type="submit"].tourmaster-button,body input[type="submit"].tourmaster-button:hover {
    color: #fff
}

.tourmaster-body .ui-datepicker table tr td a:hover,.tourmaster-body .ui-datepicker table tr td a.ui-state-active,.tourmaster-body .ui-datepicker table tr td.tourmaster-highlight a,.tourmaster-body .ui-datepicker table tr td.tourmaster-highlight span {
    color: #fff
}

.tourmaster-body .ui-datepicker .ui-datepicker-month,.tourmaster-body .ui-datepicker .ui-datepicker-year {
    background: #fff
}

.tourmaster-body .ui-datepicker-prev.ui-state-disabled,.tourmaster-body .ui-datepicker-next.ui-state-disabled {
    background: auto;
    color: auto
}

.tourmaster-tour-item .tourmaster-tour-view-more,.tourmaster-tour-item .tourmaster-tour-view-more:hover {
    color: #fff
}

.tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-content-wrap {
    background: rgba(0,0,0,.75)
}

.tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-title a,.tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-title a:hover,.tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-info,body .tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-price .tourmaster-tail,.tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-price-wrap .tourmaster-tour-discount-price,.tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-tail {
    color: #fff
}

.tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-tail {
    opacity: .5
}

.tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-info-wrap {
    color: #d2d2d2
}

.tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price {
    color: #ababab
}

.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-title,.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-title i {
    color: #fff
}

.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail .tourmaster-tour-category-title {
    color: #fff
}

.tourmaster-tour-category-grid-3.tourmaster-with-thumbnail .tourmaster-tour-category-title {
    color: #fff
}

.tourmaster-tour-category-grid-3 .tourmaster-tour-category-description {
    color: #e9e9e9
}

.tourmaster-tour-category-widget .tourmaster-tour-category-title a,.tourmaster-tour-category-widget .tourmaster-tour-category-title a:hover {
    color: #fff
}

.tourmaster-tour-search-wrap input.tourmaster-tour-search-submit[type="submit"],.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-tour-search-field-submit .tourmaster-content {
    color: #fff
}

.tourmaster-payment-head .tourmaster-payment-title {
    color: #fff
}

.tourmaster-payment-step-item .tourmaster-payment-step-item-icon {
    color: #fff
}

.tourmaster-payment-step-item .tourmaster-payment-step-item-title {
    color: #fff
}

.tourmaster-payment-step-item.tourmaster-checked .tourmaster-payment-step-item-icon,.tourmaster-payment-step-item.tourmaster-enable .tourmaster-payment-step-item-icon {
    background: #fff
}

.tourmaster-payment-step-item.tourmaster-current .tourmaster-payment-step-item-icon {
    color: #fff
}

.tourmaster-review-content-pagination span:hover,.tourmaster-review-content-pagination span.tourmaster-active {
    color: #fff
}

.tourmaster-lightbox-wrapper {
    background: #000;
    background: rgba(0,0,0,.78)
}

.tourmaster-single-header-title-wrap .tourmaster-single-header-title,.tourmaster-single-header-title-wrap .tourmaster-tour-rating-text {
    color: #fff
}

.tourmaster-header-price .tourmaster-header-price-ribbon {
    color: #fff
}

.tourmaster-header-price .tourmaster-tour-price-wrap {
    color: #fff
}

.tourmaster-header-price .tourmaster-header-enquiry {
    color: #fff
}

body .tourmaster-tour-booking-submit input[type="submit"],body .tourmaster-tour-booking-submit input[type="submit"]:hover {
    color: #fff
}

.tourmaster-tour-booking-submit-error,.tourmaster-tour-booking-error-max-people {
    color: #fff
}

table.tourmaster-my-booking-table a.tourmaster-my-booking-action,table.tourmaster-my-booking-table a.tourmaster-my-booking-action:hover {
    color: #fff
}

.tourmaster-tour-category-widget img {
    transition: opacity 300ms ease-out,transform 300ms ease-out,filter 300ms ease-out;
    -moz-transition: opacity 300ms ease-out,-moz-transform 300ms ease-out,-moz-filter 300ms ease-out;
    -o-transition: opacity 300ms ease-out,-o-transform 300ms ease-out,-o-filter 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out,-webkit-transform 300ms ease-out,-webkit-filter 300ms ease-out
}

.tourmaster-tour-category-widget .tourmaster-tour-category-thumbnail {
    overflow: hidden;
    text-align: center
}

.tourmaster-tour-category-widget:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.tourmaster-tour-style-2 .tourmaster-single-header .tourmaster-single-header-gallery-button {
    padding: 10px 15px 8px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tourmaster-tour-style-2 .tourmaster-tour-booking-date .tourmaster-tour-booking-date-display {
    line-height: 55px
}

.tourmaster-tour-style-2 .tourmaster-content-navigation-item-outer .tourmaster-content-navigation-slider {
    height: 2px
}

.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-wrap .tourmaster-header-price {
    display: block;
    padding-top: 38px
}

.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-wrap,.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-anchor {
    margin-top: -65px
}

.tourmaster-tour-style-2 .tourmaster-tour-booking-extra-info {
    margin-bottom: 30px;
    margin-top: -5px;
    border-bottom-width: 0
}

.tourmaster-tour-style-2 .tourmaster-header-price {
    box-shadow: none;
    -webkit-box-shadow: none
}

.tourmaster-tour-style-2 .tourmaster-header-price .tourmaster-header-price-ribbon {
    text-align: left;
    padding: 0 30px
}

.tourmaster-tour-style-2 .tourmaster-header-price .tourmaster-header-price-wrap {
    text-align: left;
    padding: 0 30px
}

.tourmaster-tour-style-2 .tourmaster-booking-tab-title {
    padding-top: 38px
}

.tourmaster-tour-style-2 .tourmaster-booking-tab-title-item {
    padding: 0 0 5px;
    margin: 0 30px 0 0;
    border-bottom-width: 2px;
    border-bottom-style: solid
}

.tourmaster-tour-style-2 .tourmaster-booking-tab-title-item:first-child {
    margin-left: 30px
}

.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-outer {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 1px 13px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 13px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 13px rgba(0,0,0,.1)
}

.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-wrap .fa-check-circle:before {
    display: none;
    content: "\4e";
    font-family: ElegantIcons
}

.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-wrap .icon_check:before {
    content: "\6c"
}

/*.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-wrap .fa-calendar:before {*/
    /*content: "\e023";*/
    /*font-family: 'FontAwesome';*/
/*}*/

.tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-submit svg {
    display: none
}

.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-submit svg {
    display: inline-block;
    max-width: 20px;
    float: left;
    margin-right: 25px;
    margin-top: 12px
}

.tourmaster-tour-style-2 .tourmaster-form-field.tourmaster-with-border input[type="text"],.tourmaster-tour-style-2 .tourmaster-form-field.tourmaster-with-border input[type="email"],.tourmaster-tour-style-2 .tourmaster-form-field.tourmaster-with-border input[type="password"],.tourmaster-tour-style-2 .tourmaster-form-field.tourmaster-with-border select,.tourmaster-tour-style-2 .tourmaster-form-field.tourmaster-with-border .tourmaster-combobox-list-display {
    border-width: 1px;
    font-weight: 500;
    padding: 15px 17px
}

.tourmaster-tour-style-2 .tourmaster-form-field.tourmaster-with-border textarea {
    border-width: 1px;
    font-weight: 500;
    padding: 15px 17px
}

.tourmaster-tour-style-2 .tourmaster-tour-booking-submit input[type="submit"] {
    padding: 18px 27px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tourmaster-tour-style-2 .tourmaster-form-field .tourmaster-combobox-list-wrap ul {
    border-width: 0 1px 1px 1px
}

.tourmaster-tour-style-2 .tourmaster-form-field .tourmaster-combobox-wrap:after,.tourmaster-tour-style-2 .tourmaster-form-field .tourmaster-combobox-list-display:after,.tourmaster-tour-style-2 .tourmaster-datepicker-wrap:after {
    font-family: fontawesome;
}

.tourmaster-tour-style-2 .tourmaster-tour-booking-next-sign {
    height: 30px;
    border-left-width: 1px;
    border-left-style: solid;
    left: 43px;
    margin-top: -36px
}

.tourmaster-tour-style-2 .tourmaster-tour-booking-next-sign span,.tourmaster-tour-style-2 .tourmaster-tour-booking-next-sign:before,.tourmaster-tour-booking-next-sign:after {
    display: none
}

.tourmaster-tour-style-2 .tourmaster-tour-booking-date,.tourmaster-tour-style-2 .tourmaster-tour-booking-package {
    margin-bottom: 42px
}

.tourmaster-tour-style-2 .tourmaster-tour-booking-people.tourmaster-variable {
    margin-bottom: 27px
}

.tourmaster-tour-style-2 .tourmaster-tour-booking-date i,.tourmaster-tour-style-2 .tourmaster-tour-booking-package i {
    line-height: 55px
}

.tourmaster-tour-style-2 .tourmaster-tour-booking-people.tourmaster-variable i {
    line-height: 55px
}

.tourmaster-tour-style-2 .tourmaster-tour-booking-people-container {
    padding-top: 42px;
    padding-bottom: 0
}

.tourmaster-tour-style-2 .tourmaster-tour-booking-people-container .tourmaster-tour-booking-room-text {
    line-height: 55px
}

.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-wrap .tourmaster-booking-bottom {
    border: none;
    padding: 0 34px;
    text-align: right;
    padding-bottom: 40px;
    margin-top: -22px;
    font-size: 13px;
    position: relative
}

.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-wrap .tourmaster-save-wish-list {
    background: transparent;
    padding: 0;
    float: none;
    width: auto;
    display: inline;
    border: 0
}

.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-wrap .tourmaster-view-count {
    padding: 0;
    float: none;
    width: auto;
    display: inline;
    margin-left: 30px
}

.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-wrap .tourmaster-booking-bottom i {
    font-size: 15px
}

.tourmaster-tour-style-blank .tourmaster-single-review {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto
}

.tourmaster-recent-tour-widget.tourmaster-tour-item {
    padding-bottom: 0
}

.tourmaster-recent-tour-widget .tourmaster-tour-widget.tourmaster-item-pdlr {
    padding-left: 0;
    padding-right: 0
}

ul.tourmaster-widget-tour-category-list {
    list-style: none;
    margin-left: 0
}

ul.tourmaster-widget-tour-category-list li {
    margin-bottom: 8px
}

.tourmaster-conform-box-overlay {
    position: fixed;
    z-index: 99998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000
}

.tourmaster-confirm-box-wrapper {
    position: fixed;
    width: 450px;
    background: #fff;
    top: 50%;
    left: 50%;
    z-index: 99999;
    text-align: center
}

.tourmaster-confirm-box-wrapper .tourmaster-confirm-box-head {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #828282;
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8
}

.tourmaster-confirm-box-wrapper .tourmaster-confirm-box-content-wrapper {
    padding: 35px 0
}

.tourmaster-confirm-box-wrapper .tourmaster-confirm-box-content-wrapper {
    padding: 33px 0
}

.tourmaster-confirm-box-wrapper .tourmaster-confirm-box-text {
    font-size: 16px;
    color: #404040
}

.tourmaster-confirm-box-wrapper .tourmaster-confirm-box-sub {
    font-size: 12px;
    margin-top: 11px;
    color: #b7b7b7
}

.tourmaster-confirm-box-wrapper .tourmaster-confirm-box-button-wrapper {
    overflow: hidden
}

.tourmaster-confirm-box-wrapper .tourmaster-confirm-box-button {
    width: 50%;
    text-align: center;
    float: left;
    cursor: pointer;
    color: #fff;
    padding: 14px 0;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase
}

.tourmaster-confirm-box-wrapper .tourmaster-confirm-box-button.tourmaster-yes {
    background: #f95e5e
}

.tourmaster-confirm-box-wrapper .tourmaster-confirm-box-button.tourmaster-no {
    background: #383838
}

.tourmaster-login-form .nsl-container {
    max-width: 100%;
    text-align: center
}

.tourmaster-login-form .nsl-container>a {
    display: inline-block;
    margin-left: 10px
}

.tourmaster-login-form .nsl-container>a:first-child {
    margin-left: 0
}

.tourmaster-login-form2 .nsl-container {
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px
}

.tourmaster-register-form .nsl-container {
    max-width: 100%;
    text-align: center
}

.tourmaster-register-form .nsl-container>a {
    display: inline-block;
    margin-left: 10px
}

.tourmaster-register-form .nsl-container>a:first-child {
    margin-left: 0
}

.tourmaster-login-form div.nsl-container-block .nsl-container-buttons a,.tourmaster-login-form2 div.nsl-container-block .nsl-container-buttons a,.tourmaster-register-form div.nsl-container-block .nsl-container-buttons a {
    display: inline-block;
    width: auto;
    margin-left: 5px;
    margin-right: 5px
}

.tourmaster-login-form div.nsl-container .nsl-container-buttons,.tourmaster-login-form2 div.nsl-container .nsl-container-buttons,.tourmaster-register-form div.nsl-container .nsl-container-buttons {
    display: block;
    text-align: center
}

div.nsl-container.nsl-container-block .nsl-container-buttons {
    display: block
}

.tipsy {
    font-size: 10px;
    position: absolute;
    padding: 5px;
    z-index: 100000
}

.tipsy-inner {
    background-color: #000;
    color: #FFF;
    max-width: 200px;
    padding: 5px 8px 4px 8px;
    text-align: center
}

.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #000
}

.tipsy-arrow-n {
    border-bottom-color: #000!important
}

.tipsy-arrow-s {
    border-top-color: #000!important
}

.tipsy-arrow-e {
    border-left-color: #000!important
}

.tipsy-arrow-w {
    border-right-color: #000!important
}

.tipsy-n .tipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.tourmaster-user-mobile-navigation {
    display: none;
    margin: 20px;
    box-shadow: 0 0 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1)
}

.tourmaster-show-on-mobile {
    display: none
}

@media only screen and (max-width: 1200px) {
    .tourmaster-payment-step-wrap .tourmaster-payment-step-item-icon {
        margin-right:10px;
        padding: 5px;
        height: 34px;
        width: 34px
    }

    .tourmaster-payment-step-wrap .tourmaster-payment-step-item {
        padding: 16px 40px 16px 0
    }

    .tourmaster-payment-step-wrap .tourmaster-payment-step-item:after {
        display: none
    }
}

@media only screen and (max-width: 1140px) {
    .tourmaster-user-navigation {
        width:240px
    }

    .tourmaster-user-navigation .tourmaster-user-navigation-head,.tourmaster-user-navigation .tourmaster-user-navigation-item {
        padding-left: 20px;
        padding-right: 20px
    }

    .tourmaster-user-content-block {
        margin: 20px
    }

    .tourmaster-my-profile-info {
        float: none;
        width: auto;
        padding-left: 0;
        padding-right: 0
    }

    .tourmaster-my-profile-info.tourmaster-even {
        padding-right: 0
    }

    .tourmaster-my-profile-info.tourmaster-odd {
        padding-left: 0
    }

    .tourmaster-form-field-alt-date {
        width: 30%
    }

    .tourmaster-form-field-alt-month {
        width: 30%
    }

    .tourmaster-form-field-alt-year {
        width: 30%
    }
}

@media only screen and (max-width: 999px) {
    .tourmaster-hide-on-mobile {
        display:none
    }

    .tourmaster-show-on-mobile {
        display: block
    }

    a.tourmaster-show-on-mobile {
        display: inline
    }

    .tourmaster-content-navigation-item-wrap {
        display: none
    }

    .single-tour .tourmaster-with-sidebar .tourmaster-single-header-title-wrap {
        padding: 150px 20px 30px
    }

    .single-tour .tourmaster-single-header .tourmaster-header-price {
        display: none
    }

    .single-tour .tourmaster-tour-info-wrap {
        padding-left: 0;
        padding-right: 0
    }

    .single-tour.tourmaster-body .gdlr-core-container {
        padding-left: 20px;
        padding-right: 20px
    }

    .single-tour .tourmaster-single-main-content,.single-tour .tourmaster-with-sidebar .tourmaster-single-main-content,.single-tour .tourmaster-with-sidebar .tourmaster-tour-info-outer .tourmaster-tour-info-wrap {
        padding-left: 20px;
        padding-right: 20px
    }

    .single-tour .tourmaster-with-sidebar .tourmaster-single-review {
        padding-left: 0;
        padding-right: 0
    }

    .single-tour .tourmaster-with-sidebar .tourmaster-single-related-tour-container {
        padding-left: 15px;
        padding-right: 15px
    }

    .single-tour .tourmaster-single-review-content {
        padding-left: 0
    }

    .tourmaster-single-review-content .tourmaster-single-review-user {
        width: 170px;
        padding-right: 10px
    }

    .tourmaster-tour-booking-bar-wrap .tourmaster-header-price {
        display: block
    }

    .tourmaster-tour-booking-bar-container-inner .tourmaster-tour-booking-bar-anchor {
        display: none
    }

    .tourmaster-tour-booking-bar-container-inner .tourmaster-tour-booking-bar-wrap {
        max-width: 100%;
        margin: 50px auto!important;
        position: static
    }

    .tourmaster-single-header .tourmaster-header-price,.tourmaster-tour-booking-bar-outer,.tourmaster-tour-booking-bar-anchor,.tourmaster-tour-booking-bar-wrap {
        max-width: 100%
    }

    .tourmaster-header-price .tourmaster-header-price-overlay {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    .tourmaster-payment-head .tourmaster-payment-step-inner {
        padding-left: 20px;
        padding-right: 20px
    }

    .tourmaster-template-payment .tourmaster-tour-booking-bar-wrap {
        margin: 0 auto 70px;
        float: none
    }

    .tourmaster-template-payment .tourmaster-page-content {
        max-width: 760px;
        margin: 0 auto
    }

    body.single-tour.tourmaster-bottom-booking-bar .tourmaster-template-wrapper {
        display: flex;
        flex-direction: column;
        width: 100%
    }

    body.single-tour.tourmaster-bottom-booking-bar .tourmaster-template-wrapper>div {
        width: 100%
    }

    body.single-tour.tourmaster-bottom-booking-bar .tourmaster-tour-booking-bar-container.tourmaster-container {
        order: 2
    }

    body.single-tour.tourmaster-bottom-booking-bar .tourmaster-single-related-tour {
        order: 3
    }
}

@media only screen and (max-width: 767px) {
    .tourmaster-body .tourmaster-container,.single-tour.tourmaster-body .tourmaster-single-related-tour-container {
        max-width:500px;
        padding-left: 15px;
        padding-right: 15px
    }

    .tourmaster-column-10 {
        width: 100%
    }

    .tourmaster-column-12 {
        width: 100%
    }

    .tourmaster-column-15 {
        width: 100%
    }

    .tourmaster-column-20 {
        width: 100%
    }

    .tourmaster-column-24 {
        width: 100%
    }

    .tourmaster-column-30 {
        width: 100%
    }

    .tourmaster-column-36 {
        width: 100%
    }

    .tourmaster-column-40 {
        width: 100%
    }

    .tourmaster-column-45 {
        width: 100%
    }

    .tourmaster-column-48 {
        width: 100%
    }

    .tourmaster-column-50 {
        width: 100%
    }

    .tourmaster-column-60 {
        width: 100%
    }

    .tourmaster-user-navigation {
        display: none
    }

    .tourmaster-user-mobile-navigation {
        display: block
    }

    .tourmaster-my-profile-avatar {
        float: none;
        margin-right: 0;
        margin-bottom: 30px
    }

    .tourmaster-user-content-inner {
        padding: 20px
    }

    .tourmaster-user-content-inner.tourmaster-user-content-inner-edit-profile,.tourmaster-user-content-inner.tourmaster-user-content-inner-change-password {
        max-width: 400px;
        margin: 0 auto
    }

    .tourmaster-edit-profile-avatar img {
        display: block;
        margin-right: 0;
        margin-bottom: 30px
    }

    .tourmaster-edit-profile-wrap .tourmaster-head {
        float: none;
        margin-right: 0
    }

    input.tourmaster-edit-profile-submit.tourmaster-button {
        margin-left: 0
    }

    .tourmaster-tour-search-item.tourmaster-style-half .tourmaster-tour-search-field {
        width: 100%
    }

    .tourmaster-tour-search-item.tourmaster-style-column .tourmaster-form-field .tourmaster-tour-search-field {
        width: 100%;
        padding-right: 0
    }

    .tourmaster-tour-search-item.tourmaster-style-column .tourmaster-form-field .tourmaster-tour-search-submit {
        width: 100%
    }

    .tourmaster-tour-full .tourmaster-content-right {
        display: block;
        padding: 20px 0 0px!important;
        border: 0
    }

    .tourmaster-tour-full .tourmaster-tour-rating-empty {
        display: none
    }

    .tourmaster-tour-full .tourmaster-content-left {
        width: auto;
        float: none
    }

    .tourmaster-tour-medium .tourmaster-tour-thumbnail,.tourmaster-tour-medium .tourmaster-tour-content-wrap {
        display: block;
        vertical-align: baseline
    }

    .tourmaster-tour-medium .tourmaster-tour-thumbnail {
        width: auto
    }

    .tourmaster-tour-medium .tourmaster-tour-content-wrap {
        width: auto;
        padding: 30px 0 0
    }

    .tourmaster-tour-medium .tourmaster-content-right {
        display: block;
        padding: 0;
        border: 0
    }

    .tourmaster-tour-medium .tourmaster-tour-rating-empty {
        display: none
    }

    .tourmaster-tour-medium .tourmaster-content-left {
        width: auto;
        float: none;
        padding-right: 0
    }

    .tourmaster-tour-medium.tourmaster-tour-frame .tourmaster-tour-content-wrap {
        padding: 30px
    }

    .single-tour .tourmaster-tour-info-wrap .tourmaster-tour-info {
        width: auto;
        float: none
    }

    .tourmaster-single-review-content .tourmaster-single-review-user {
        padding-right: 0;
        float: none;
        margin: 0 auto 25px
    }

    .tourmaster-payment-contact-wrap .tourmaster-head,.tourmaster-payment-billing-wrap .tourmaster-head,.tourmaster-payment-additional-note-wrap .tourmaster-head,.tourmaster-payment-traveller-info-wrap .tourmaster-head {
        float: none;
        display: block;
        width: auto
    }

    .tourmaster-payment-billing-copy,.tourmaster-tour-payment-content .tourmaster-tour-booking-continue {
        margin-left: 0
    }

    .tourmaster-payment-detail-wrap {
        float: none;
        width: auto;
        margin-bottom: 40px
    }

    .tourmaster-lightbox-wrapper .tourmaster-lightbox-content-row {
        display: block;
        width: 100%;
        height: auto
    }

    .tourmaster-lightbox-wrapper .tourmaster-lightbox-content-cell {
        display: block
    }

    body.admin-bar .tourmaster-lightbox-wrapper .tourmaster-lightbox-content-cell {
        padding-top: 65px
    }

    .tourmaster-login-form .tourmaster-login-user,.tourmaster-login-form .tourmaster-login-pass,.tourmaster-register-form .tourmaster-profile-field {
        width: auto;
        float: none
    }

    .tourmaster-login-form2 {
        float: none;
        width: auto;
        padding-right: 0
    }

    .tourmaster-login2-right {
        float: none;
        width: auto;
        padding-left: 0;
        border-left: 0;
        margin-top: 0;
        padding-bottom: 20px;
        margin-bottom: 0
    }

    table.tourmaster-my-booking-table th:nth-child(1) {
        width: 28%
    }

    .tourmaster-template-wrapper table.tourmaster-table td {
        font-size: 11.5px
    }

    body.tourmaster-template-search .tourmaster-tour-search-item-wrap {
        float: none;
        margin-bottom: 0;
        max-width: 100%;
        width: auto
    }

    .tourmaster-tour-order-filterer-wrap .tourmaster-combobox-wrap {
        display: block;
        margin-left: 0;
        margin-top: 10px
    }

    .tourmaster-tour-order-filterer-wrap .tourmaster-tour-order-filterer-style {
        float: none;
        margin-top: 10px;
        display: block
    }

    .tourmaster-tour-order-filterer-wrap .tourmaster-tour-order-filterer-style a {
        margin-left: 0;
        margin-right: 10px
    }

    body.single-tour.tourmaster-mobile-read-more .tourmaster-single-tour-content-wrap {
        max-height: 800px;
        overflow: hidden;
        position: relative;
        margin-bottom: 40px
    }

    .tourmaster-single-tour-content-wrap .tourmaster-single-tour-read-more-gradient {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        height: 500px;
        background: -webkit-linear-gradient(to top,rgba(255,255,255,1),rgba(255,255,255,0));
        background: -o-linear-gradient(to top,rgba(255,255,255,1),rgba(255,255,255,0));
        background: -moz-linear-gradient(to top,rgba(255,255,255,1),rgba(255,255,255,0));
        background: linear-gradient(to top,rgba(255,255,255,1),rgba(255,255,255,0))
    }

    .tourmaster-single-tour-content-wrap .tourmaster-single-tour-read-more-wrap {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 1
    }

    .tourmaster-single-tour-content-wrap .tourmaster-single-tour-read-more-wrap .tourmaster-button {
        cursor: pointer;
        display: block;
        z-index: 1
    }

    .tourmaster-login-form .nsl-container>a {
        display: block;
        margin: 0 0 10px
    }

    .tourmaster-register-form .nsl-container>a {
        display: block;
        margin: 0 0 10px
    }

    .tourmaster-search-price-column-left {
        padding-right: 0
    }

    .tourmaster-search-price-column-right {
        padding-left: 0
    }

    .tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-form-field {
        flex-direction: column;
        gap: 0;
        padding-right: 30px
    }

    .tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-tour-search-field {
        border-top-width: 1px;
        border-top-style: solid
    }

    .tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-tour-search-field:first-child {
        border: 0
    }

    .tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-tour-search-field-submit {
        margin-left: -30px;
        margin-right: -30px
    }

    .tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-tour-search-field-submit input[type="submit"] {
        width: 100%;
        height: 95px
    }
}

@media only screen and (max-width: 425px) {
    .tourmaster-body .ui-datepicker {
        margin-left:auto!important;
        margin-right: auto!important;
        left: 0px!important;
        right: 0px!important
    }

    .tourmaster-payment-traveller-info-wrap .tourmaster-traveller-info-field.tourmaster-with-info-title .tourmaster-traveller-info-title,.tourmaster-payment-traveller-info-wrap .tourmaster-traveller-info-field.tourmaster-with-info-title .tourmaster-traveller-info-input,.tourmaster-payment-traveller-info-wrap .tourmaster-tail .tourmaster-traveller-info-passport {
        width: 100%;
        margin-bottom: 0;
        margin-right: 0
    }

    .tourmaster-urgency-message {
        padding: 20px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto
    }

    .tourmaster-header-price .tourmaster-tour-discount-price {
        font-size: 24px
    }

    .tourmaster-header-price .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-tail {
        font-size: 13px
    }

    .tourmaster-header-price .tourmaster-tour-price .tourmaster-head {
        font-size: 12px
    }

    .tourmaster-header-price .tourmaster-tour-price-wrap:before {
        font-size: 20px
    }

    .tourmaster-header-price .tourmaster-header-price-wrap {
        padding-left: 10px;
        padding-right: 10px
    }

    .tourmaster-booking-tab-title-item {
        padding-left: 23px;
        padding-right: 23px
    }
}

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

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

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

.tourmaster-flexslider ul.slides {
    zoom:1;margin-left: 0;
    margin-bottom: 0;
    list-style: none
}

.tourmaster-flexslider ul.slides:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.tourmaster-flexslider ul.slides>li {
    margin-bottom: 0;
    display: none;
    -webkit-backface-visibility: hidden
}

.tourmaster-flexslider ul.slides>li .gdlr-core-item-list {
    margin-bottom: 0
}

.tourmaster-flexslider[data-type="carousel"] ul.slides>li {
    margin-left: 0
}

.tourmaster-flexslider[data-type="slider"] ul.slides>li {
    text-align: center
}

.tourmaster-flexslider {
    position: relative
}

.tourmaster-flexslider .tourmaster-flex-direction-nav {
    margin-left: 0;
    list-style: none;
    margin-bottom: 0
}

.tourmaster-flexslider .tourmaster-flex-direction-nav li {
    position: absolute;
    line-height: 1;
    top: 50%;
    margin-top: -24px;
    z-index: 98
}

.tourmaster-flexslider .tourmaster-flex-direction-nav li a {
    display: block;
    padding: 14px;
    background: #000;
    background: rgba(0,0,0,.6);
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.tourmaster-flexslider .tourmaster-flex-direction-nav li a i {
    font-size: 18px;
    width: 18px;
    text-align: center;
    display: block
}

.tourmaster-flexslider .tourmaster-flex-direction-nav .tourmaster-flex-nav-prev {
    left: 35px
}

.tourmaster-flexslider .tourmaster-flex-direction-nav .tourmaster-flex-nav-next {
    right: 35px
}

.tourmaster-single-header .tourmaster-flexslider {
    z-index: 0
}

.tourmaster-single-header .tourmaster-flexslider img {
    width: 100%
}

.tourmaster-flexslider .tourmaster-tour-grid {
    margin-bottom: 0
}

.tourmaster-tour-item .tourmaster-flexslider.gdlr-core-with-outer-frame-element .flex-viewport {
    padding-left: 10px;
    margin-left: -10px
}

.tourmaster-pagination a {
    cursor: pointer
}

.tourmaster-pagination a.gdlr-core-active {
    cursor: default
}

.tourmaster-pagination a,.tourmaster-pagination span {
    white-space: nowrap;
    font-weight: 700
}

.tourmaster-pagination a.prev:before {
    content: "\f104";
    font-family: fontAwesome;
    line-height: 1
}

.tourmaster-pagination a.next:before {
    content: "\f105";
    font-family: fontAwesome;
    line-height: 1
}

.tourmaster-pagination.tourmaster-with-border a,.tourmaster-pagination.tourmaster-with-border span {
    background: transparent;
    border-width: 2px;
    border-style: solid
}

.tourmaster-pagination.tourmaster-with-border a.tourmaster-active,.tourmaster-pagination.tourmaster-with-border a:hover {
    background: transparent
}

.tourmaster-pagination.tourmaster-style-plain a,.tourmaster-pagination.tourmaster-style-plain span {
    background: transparent;
    margin-left: 15px
}

.tourmaster-pagination.tourmaster-style-plain a.gdlr-core-active,.tourmaster-pagination.tourmaster-style-plain a:hover {
    background: transparent
}

.tourmaster-pagination.tourmaster-style-plain a:before,.tourmaster-pagination.tourmaster-style-plain span:before {
    content: "/ ";
    margin-right: 15px
}

.tourmaster-pagination.tourmaster-style-plain a:first-child,.tourmaster-pagination.tourmaster-style-plain span:first-child {
    margin-left: 0
}

.tourmaster-pagination.tourmaster-style-plain a:first-child:before,.tourmaster-pagination.tourmaster-style-plain span:first-child:before {
    display: none
}

.tourmaster-pagination.tourmaster-style-rectangle a,.tourmaster-pagination.tourmaster-style-rectangle span {
    display: inline-block;
    font-size: 12px;
    padding: 9px 14px;
    margin-right: 1px
}

.tourmaster-pagination.tourmaster-style-rectangle.tourmaster-with-border a,.tourmaster-pagination.tourmaster-style-rectangle.tourmaster-with-border span {
    padding: 7px 12px
}

.tourmaster-pagination.tourmaster-style-round a,.tourmaster-pagination.tourmaster-style-round span {
    display: inline-block;
    font-size: 14px;
    padding: 9px 14px;
    margin-right: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tourmaster-pagination.tourmaster-style-round.tourmaster-with-border a,.tourmaster-pagination.tourmaster-style-round.tourmaster-with-border span {
    padding: 7px 12px;
    line-height: 21px
}

.tourmaster-pagination.tourmaster-style-circle a,.tourmaster-pagination.tourmaster-style-circle span {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    margin-right: 4px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.tourmaster-pagination.tourmaster-style-circle.tourmaster-with-border a,.tourmaster-pagination.tourmaster-style-circle.tourmaster-with-border span {
    line-height: 41px
}

.tourmaster-tour-item-style-modern-no-space .tourmaster-pagination {
    margin-top: 35px
}

.tourmaster-body .tourmaster-pagination a,.tourmaster-body.tourmaster-template-search .tourmaster-pagination span.dots {
    background: #f0f0f0;
    color: #929292
}

.tourmaster-body .tourmaster-pagination a:hover,.tourmaster-body .tourmaster-pagination a.tourmaster-active,.tourmaster-body .tourmaster-pagination span {
    color: #fff
}

.tourmaster-body .tourmaster-filterer-wrap a {
    color: #606060
}

.tourmaster-body.tourmaster-template-search .tourmaster-pagination a,.tourmaster-body.tourmaster-template-search .tourmaster-pagination span.dots {
    background: #e6e6e6
}

.tourmaster-deposit-item-head {
    color: #5d5d5d;
    background: #f9f9f9
}

.tourmaster-deposit-item {
    border-width: 2px;
    border-style: solid;
    cursor: pointer;
    margin-bottom: 15px
}

.tourmaster-deposit-item .tourmaster-deposit-item-head {
    font-size: 13px;
    padding: 10px 10px;
    font-weight: 700;
    cursor: pointer
}

.tourmaster-deposit-item .tourmaster-deposit-item-head i {
    margin-right: 7px
}

.tourmaster-deposit-item .tourmaster-deposit-item-content {
    border-top-width: 2px;
    border-top-style: solid;
    padding: 20px;
    display: none
}

.tourmaster-deposit-item.tourmaster-active .tourmaster-deposit-item-head i:before {
    content: "\4b"
}

.tourmaster-deposit-item.tourmaster-active .tourmaster-deposit-item-content {
    display: block
}

.tourmaster-payment-method-wrap .tourmaster-payment-hipayprofessional {
    text-align: center;
    line-height: 1
}

.tourmaster-payment-method-wrap .tourmaster-payment-hipayprofessional>img {
    height: 76px;
    cursor: pointer;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    transition: border-color 400ms;
    -moz-transition: border-color 400ms;
    -o-transition: border-color 400ms;
    -webkit-transition: border-color 400ms
}

.tourmaster-payment-method-wrap .tourmaster-payment-hipayprofessional>img:hover,.tourmaster-payment-method-wrap .tourmaster-payment-hipayprofessional>img:hover {
    border-color: #485da1
}

.tourmaster-single-review-content {
    padding-left: 30px
}

.tourmaster-single-review-content .tourmaster-single-review-user {
    width: 190px
}

.tourmaster-single-review-content .tourmaster-review-content-pagination {
    margin-left: 190px
}

.tourmaster-tour-grid-style-4 .tourmaster-tour-rating {
    margin-top: 35px
}

.tourmaster-form-field .tourmaster-combobox-list-display span {
    margin-top: -3px
}

.tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-rating,.tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-content {
    margin-bottom: 30px;
    margin-top: 0
}

.tourmaster-currency-switcher {
    float: left;
    margin-left: 25px;
    margin-top: -14px;
    position: relative;
    padding: 3px 21px 8px
}

.tourmaster-currency-switcher .tourmaster-head {
    font-size: 13px;
    font-weight: 600;
    cursor: pointer
}

.tourmaster-currency-switcher .tourmaster-head>i {
    margin-left: 5px
}

.tourmaster-currency-switcher .tourmaster-head>span {
    vertical-align: middle;
    display: inline-block;
    margin-top: 5px;
    letter-spacing: 3px
}

.tourmaster-currency-switcher-inner {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 199;
    line-height: 1.7;
    padding-top: 10px;
    min-width: 60px;
    font-size: 16px
}

.tourmaster-currency-switcher-content {
    cursor: default;
    text-align: left;
    background: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 9%);
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0 10px 20px rgb(0 0 0 / 9%)
}

.tourmaster-currency-switcher-content ul {
    list-style: none;
    padding: 15px 25px;
    margin: 0
}

.tourmaster-currency-switcher-content ul li {
    padding: 2px 0;
    white-space: nowrap
}

.tourmaster-service-wrap {
    margin-top: 32px
}

.tourmaster-currency-switcher-shortcode .tourmaster-currency-switcher {
    padding: 0 15px 3px;
    margin-left: 0;
    padding: 0 15px 4px;
    line-height: 1.1!important
}

.tourmaster-user-template-style-2 .tourmaster-user-navigation {
    border-right-width: 1px;
    border-right-style: solid
}

.tourmaster-user-template-style-2 .tourmaster-user-navigation .tourmaster-user-navigation-head {
    font-size: 25px;
    text-transform: none;
    font-weight: 600
}

.tourmaster-user-template-style-2 .tourmaster-user-navigation .tourmaster-user-navigation-item {
    font-size: 17px;
    padding-bottom: 10px;
    padding-top: 10px;
    white-space: nowrap
}

.tourmaster-user-template-style-2 .tourmaster-user-navigation .tourmaster-user-navigation-item.tourmaster-active:before {
    display: none
}

.tourmaster-user-template-style-2 .tourmaster-user-navigation .tourmaster-user-navigation-item a {
    padding: 10px 22px;
    border-radius: 10px
}

.tourmaster-user-template-style-2 .tourmaster-user-navigation .tourmaster-user-navigation-item-sign-out {
    margin-left: 35px;
    padding-left: 0;
    padding-top: 18px;
    padding-bottom: 18px
}

.tourmaster-user-template-style-2 .tourmaster-user-content {
    padding-top: 20px;
    padding-bottom: 40px
}

.tourmaster-user-template-style-2 .tourmaster-user-content-block {
    margin: 40px 55px;
    padding: 0;
    box-shadow: none;
    background: transparent
}

.tourmaster-user-template-style-2 .tourmaster-user-content-inner {
    padding: 40px 55px
}

.tourmaster-user-template-style-2 .tourmaster-user-content-inner .tourmaster-user-content-block {
    margin: 0
}

.tourmaster-user-template-style-2 .tourmaster-user-content-block .tourmaster-user-content-title {
    font-size: 25px;
    font-weight: 500
}

.tourmaster-user-template-style-2 .tourmaster-user-content-block .tourmaster-user-content-title-wrap {
    border-bottom-width: 0
}

.tourmaster-user-template-style-2 .tourmaster-dashboard-profile-wrapper {
    padding: 45px 60px;
    margin-bottom: 65px;
    border-radius: 20px
}

.tourmaster-user-template-style-2 .tourmaster-my-booking-single-content-wrap {
    padding: 0
}

.tourmaster-user-template-style-2 .tourmaster-my-profile-info {
    font-size: 17px
}

.tourmaster-user-template-style-2 .tourmaster-my-profile-info .tourmaster-tail {
    font-weight: 500
}

.tourmaster-user-template-style-2 .tourmaster-user-breadcrumbs {
    font-size: 17px;
    margin-bottom: 28px
}

.tourmaster-user-template-style-2 .tourmaster-my-booking-filter {
    font-size: 17px;
    margin-bottom: 55px
}

.tourmaster-user-template-style-2 .tourmaster-my-booking-filter a {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: transparent
}

.tourmaster-user-template-style-2 table.tourmaster-table th {
    font-size: 17px;
    font-weight: 500
}

.tourmaster-user-template-style-2 table.tourmaster-table td {
    font-size: 17px
}

.tourmaster-user-template-style-2 table.tourmaster-my-booking-table .tourmaster-my-booking-price {
    font-weight: 400
}

.tourmaster-user-template-style-2 .tourmaster-user-content-block .tourmaster-user-content-title-link {
    font-size: 17px
}

.tourmaster-user-template-style-2 .tourmaster-edit-profile-wrap .tourmaster-head {
    font-size: 17px;
    line-height: 48px
}

.tourmaster-user-template-style-2 .tourmaster-combobox-wrap:after {
    margin-top: -9px;
    right: 0
}

.tourmaster-body .tourmaster-user-template-style-2 .tourmaster-form-field input[type="text"],.tourmaster-body .tourmaster-user-template-style-2 .tourmaster-form-field input[type="email"],.tourmaster-body .tourmaster-user-template-style-2 .tourmaster-form-field input[type="password"],.tourmaster-body .tourmaster-user-template-style-2 .tourmaster-form-field textarea,.tourmaster-body .tourmaster-user-template-style-2 .tourmaster-form-field select {
    background: transparent;
    font-size: 17px;
    padding-left: 0;
    padding-right: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.tourmaster-body .tourmaster-user-template-style-2 .tourmaster-form-field input[type="text"]:focus,.tourmaster-body .tourmaster-user-template-style-2 .tourmaster-form-field input[type="email"]:focus,.tourmaster-body .tourmaster-user-template-style-2 .tourmaster-form-field input[type="password"]:focus,.tourmaster-body .tourmaster-user-template-style-2 .tourmaster-form-field textarea:focus {
    background: transparent
}

.tourmaster-user-template-style-2 .tourmaster-edit-profile-avatar .tourmaster-button,.tourmaster-user-template-style-2 input[type="submit"].tourmaster-button {
    font-size: 17px;
    text-transform: none;
    font-weight: 400;
    padding: 12px 22px;
    margin-top: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.tourmaster-user-template-style-2 .tourmaster-edit-profile-wrap .tourmaster-profile-field {
    margin-bottom: 30px
}

.tourmaster-user-template-style-2 table.tourmaster-my-booking-table .tourmaster-my-booking-action {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.tourmaster-user-template-style-2 table.tourmaster-my-booking-table .tourmaster-my-booking-action.fa-dollar:before {
    content: "\f155";
    font-family: "Font Awesome 5 Free";
    font-weight: 600
}

.tourmaster-user-template-style-2 table.tourmaster-my-booking-table .tourmaster-my-booking-action.fa-remove:before {
    content: "\f2ed";
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.tourmaster-tour-booking-bar-wrap .tourmaster-form-field input[type="text"],.tourmaster-tour-booking-bar-wrap .tourmaster-form-field select {
    height: 55px
}

.tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-room>i {
    line-height: 55px
}

@media only screen and (max-width: 767px) {
    .tourmaster-user-template-style-2 .tourmaster-user-mobile-navigation {
        margin-left:30px;
        margin-right: 30px
    }

    .tourmaster-user-template-style-2 .tourmaster-user-mobile-navigation .tourmaster-combobox-wrap select {
        padding-left: 20px;
        padding-right: 20px
    }

    .tourmaster-user-template-style-2 .tourmaster-user-mobile-navigation .tourmaster-combobox-wrap:after {
        right: 20px;
        top: 20px
    }

    .tourmaster-user-template-style-2 .tourmaster-dashboard-profile-wrapper {
        margin-left: 30px;
        margin-right: 30px
    }

    .tourmaster-user-template-style-2 .tourmaster-user-content-block {
        margin-left: 30px;
        margin-right: 30px
    }
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-form-field.tourmaster-with-border input[type="text"],.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-form-field.tourmaster-with-border input[type="email"],.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-form-field.tourmaster-with-border input[type="password"],.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-form-field.tourmaster-with-border select {
    border-width: 1px;
    height: 55px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-form-field.tourmaster-with-border textarea {
    border-width: 1px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-body h3.tourmaster-payment-additional-note-title,.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-billing-wrap .tourmaster-payment-billing-title,.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-contact-wrap .tourmaster-payment-contact-title,.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-traveller-info-wrap .tourmaster-payment-traveller-info-title {
    font-size: 26px;
    margin-bottom: 48px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-body h3.tourmaster-payment-additional-note-title i,.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-billing-wrap .tourmaster-payment-billing-title i,.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-contact-wrap .tourmaster-payment-contact-title i,.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-traveller-info-wrap .tourmaster-payment-traveller-info-title i {
    display: none
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-additional-note-wrap .tourmaster-head,.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-billing-wrap .tourmaster-head,.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-contact-wrap .tourmaster-head,.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-traveller-info-wrap .tourmaster-head {
    font-size: 16px;
    line-height: 55px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-traveller-info-wrap:first-child,.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-contact-wrap:first-child {
    border: 0;
    padding-top: 0
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-traveller-info-wrap,.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-contact-wrap,.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-billing-wrap,.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-additional-note-wrap {
    border-top-width: 1px;
    border-top-style: solid;
    padding-top: 55px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-payment-content .tourmaster-tour-booking-continue {
    border-radius: 10px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-wrap {
    margin-top: 0;
    margin-left: 55px;
    margin-bottom: 50px;
    order: 2
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-outer {
    box-shadow: none;
    -webkit-box-shadow: none
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-bar-summary {
    padding: 0 0 25px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-total-price-wrap {
    padding: 30px 0 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 27px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 47px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-price-breakdown-wrap {
    border-top-width: 1px;
    border-top-style: solid;
    margin-top: 25px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-summary .tourmaster-tour-booking-bar-price-breakdown-link {
    font-size: 16px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-continue {
    font-size: 14px;
    width: 150px;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 0;
    padding: 14px 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-deposit-text {
    padding: 0;
    border: 0
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-contact-wrap,.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-billing-wrap,.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-additional-note-wrap {
    max-width: none;
    margin-right: 20px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-traveller-info-wrap {
    max-width: none
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-contact-field,.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-billing-field {
    max-width: 575px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-service-form-wrap {
    background: transparent;
    padding: 0
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-title {
    border: 0;
    padding-bottom: 0;
    text-align: left;
    font-size: 26px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-item-wrap {
    max-width: none;
    margin: 0;
    padding: 40px 30px 30px;
    margin-bottom: 60px;
    box-shadow: 0 20px 45px rgb(0 0 0 / 10%);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-price-wrap {
    float: none;
    font-weight: 400
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-price-wrap:before {
    content: "-";
    margin: 0 12px;
    vertical-align: middle
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-detail-wrap .tourmaster-payment-detail-title,.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-traveller-detail .tourmaster-payment-detail-title {
    font-size: 26px;
    margin-bottom: 32px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-detail-wrap .tourmaster-payment-detail-title i,.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-traveller-detail .tourmaster-payment-detail-title i {
    display: none
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-detail-wrap .tourmaster-payment-detail {
    font-size: 16px;
    margin-bottom: 13px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-payment-content {
    overflow: visible;
    flex-grow: 1
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-page-content {
    display: flex
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-summary-info-outer {
    padding: 50px;
    margin-bottom: 30px;
    box-shadow: 0 20px 45px rgb(0 0 0 / 10%);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-traveller-detail {
    margin-bottom: 30px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-bar-summary-title {
    font-size: 19px;
    margin-bottom: 37px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-summary-info {
    font-size: 16px;
    margin-bottom: 14px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-summary-room-wrap {
    font-size: 16px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-deposit-option {
    font-size: 16px;
    order: 2;
    border-top-width: 1px;
    border-top-style: solid;
    padding-top: 30px;
    margin-top: 18px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-total-price-wrap i.icon_tag_alt {
    display: none
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-total-price-wrap i.icon_check_alt2:before {
    content: "\4e"
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-deposit-option label i {
    margin-right: 9px;
    height: 17px;
    display: inline-block;
    vertical-align: middle
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-total-price-title,.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-total-price,.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-deposit-title,.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-deposit-price {
    font-weight: 500;
    font-size: 16px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-total-price-container,.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-deposit-text {
    margin-bottom: 18px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-coupon-wrap {
    margin-top: 0;
    margin-bottom: 18px;
    text-align: right
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-coupon-wrap input[type="text"].tourmaster-tour-booking-bar-coupon {
    padding: 9px 12px;
    width: 130px;
    float: right;
    margin-right: 0;
    margin-top: -5px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-coupon-wrap .tourmaster-head {
    float: left
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-coupon-wrap .tourmaster-tour-booking-bar-coupon-validate {
    font-weight: 500;
    font-size: 12px;
    margin-right: 10px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-coupon-wrap .tourmaster-tour-booking-coupon-message {
    text-align: center
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-head {
    overflow: hidden
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-step-wrap .tourmaster-payment-step-item-title {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    position: relative
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-step-item .tourmaster-payment-step-item-icon {
    display: none
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-step-item {
    padding: 0;
    overflow: visible
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-step-item:nth-of-type(1) {
    width: 22%
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-step-item:nth-of-type(2) {
    width: 30%
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-step-item:nth-of-type(3) {
    width: 28%
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-step-item:nth-of-type(4) {
    width: 14%
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-step-item-title:before {
    content: " ";
    position: absolute;
    left: 0;
    width: 50%;
    height: 11px;
    bottom: -35px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-step-inner {
    position: relative;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 30px;
    margin-top: 55px;
    margin-bottom: 30px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-step-inner:before {
    content: " ";
    height: 11px;
    right: 0;
    bottom: -5px;
    width: 25%;
    position: absolute;
    background: linear-gradient(270deg,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%)
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-step-wrap .tourmaster-payment-step-item-title span {
    width: 15px;
    height: 15px;
    border-width: 3px;
    border-style: solid;
    border-radius: 50%;
    position: absolute;
    bottom: -38px;
    left: 50%;
    margin-left: -8px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-step-wrap .tourmaster-payment-step-item-title:before {
    content: " ";
    position: absolute;
    left: 0;
    width: 50%;
    height: 11px;
    bottom: -35px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-step-wrap .tourmaster-payment-step-item-title span,.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-step-item:first-child .tourmaster-payment-step-item-title:before {
    background-color: #fff
}

.tourmaster-payment-style-2 .tourmaster-payment-traveller-detail .tourmaster-tail {
    font-size: 16px
}

.tourmaster-payment-style-2 .tourmaster-payment-traveller-detail .tourmaster-head {
    font-size: 16px
}

.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-summary .tourmaster-price-breakdown {
    font-size: 16px
}

.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-total-price-info-title {
    font-size: 16px;
    margin-bottom: 10px
}

.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-total-price-info-content {
    font-size: 16px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-side-payment-wrap .tourmaster-button {
    letter-spacing: 2.5px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-side-payment-wrap .tourmaster-button.tourmaster-blue {
    letter-spacing: 2.5px
}

.tourmaster-tour-booking-side-payment-wrap .tourmaster-combobox-wrap {
    box-shadow: 0 15px 55px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 15px 55px rgb(0 0 0 / 10%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.tourmaster-tour-booking-side-payment-wrap .tourmaster-tour-booking-side-payment-title {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 600
}

.tourmaster-tour-booking-side-payment-wrap .tourmaster-payment-credit-card-type {
    line-height: 1;
    margin-bottom: 25px
}

.tourmaster-tour-booking-side-payment-wrap .tourmaster-payment-terms {
    margin-bottom: 25px
}

.tourmaster-tour-booking-side-payment-wrap .tourmaster-payment-terms input[type="checkbox"] {
    margin-right: 10px
}

.tourmaster-tour-booking-side-payment-wrap .tourmaster-payment-terms input[type="checkbox"] {
    margin-right: 10px
}

.tourmaster-tour-booking-side-payment-wrap .tourmaster-or {
    font-size: 16px;
    text-align: center;
    margin: 10px 0
}

.tourmaster-tour-booking-side-payment-wrap .tourmaster-button {
    width: 100%;
    text-align: center;
    padding: 18px 15px
}

.tourmaster-tour-booking-side-payment-wrap .tourmaster-combobox-wrap {
    margin-bottom: 50px
}

.tourmaster-tour-booking-side-payment-wrap .tourmaster-tour-booking-required-error {
    display: none
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-complete-wrap {
    padding: 60px 40px 50px;
    background: transparent;
    box-shadow: 0 20px 45px rgb(0 0 0 / 10%);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-complete-wrap .tourmaster-payment-complete-head {
    font-size: 28px;
    font-weight: 500;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 11px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-complete-wrap .tourmaster-payment-complete-icon {
    display: none
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-complete-wrap .tourmaster-payment-complete-thank-you {
    font-size: 22px;
    font-weight: 400;
    color: inherit;
    margin-bottom: 36px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-complete-wrap .tourmaster-payment-complete-content {
    margin-bottom: 42px
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-complete-wrap .tourmaster-payment-complete-button {
    width: 260px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px
}

.tourmaster-payment-traveller-info-wrap .tourmaster-traveller-info-field.tourmaster-with-info-title .tourmaster-traveller-info-title {
    width: calc(30% - 10px);
    margin-right: 10px
}

.tourmaster-payment-traveller-info-wrap .tourmaster-traveller-info-field.tourmaster-with-info-title .tourmaster-traveller-info-input {
    width: calc(35% - 10px);
    margin-right: 10px
}

.tourmaster-payment-traveller-info-wrap .tourmaster-tail .tourmaster-traveller-info-custom {
    margin-right: 18px;
    width: calc(100% - 18px)
}

.tourmaster-lightbox-wrapper .tourmaster-lightbox-content-wrap.tourmaster-style-2 {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px
}

.tourmaster-lightbox-content-wrap.tourmaster-style-2 .tourmaster-form-field.tourmaster-with-border input[type="text"],.tourmaster-lightbox-content-wrap.tourmaster-style-2 .tourmaster-form-field.tourmaster-with-border input[type="email"],.tourmaster-lightbox-content-wrap.tourmaster-style-2 .tourmaster-form-field.tourmaster-with-border input[type="password"],.tourmaster-lightbox-content-wrap.tourmaster-style-2 .tourmaster-form-field.tourmaster-with-border textarea,.tourmaster-lightbox-content-wrap.tourmaster-style-2 .tourmaster-form-field.tourmaster-with-border select {
    border-width: 1px;
    height: 52px
}

.tourmaster-lightbox-content-wrap.tourmaster-style-2 a.tourmaster-button,.tourmaster-lightbox-content-wrap.tourmaster-style-2 input[type="button"].tourmaster-button,.tourmaster-lightbox-content-wrap.tourmaster-style-2 input[type="submit"].tourmaster-button {
    padding: 16px 30px;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.tourmaster-lightbox-content-wrap.tourmaster-style-2 .tourmaster-lightbox-head {
    border-bottom-width: 1px
}

.tourmaster-lightbox-content-wrap.tourmaster-style-2 .tourmaster-register-message {
    font-size: 14px
}

.tourmaster-lightbox-content-wrap.tourmaster-style-2 .tourmaster-register-term {
    font-size: 14px
}

.tourmaster-login-form-style-2 .tourmaster-form-field.tourmaster-with-border input[type="text"],.tourmaster-login-form-style-2 .tourmaster-form-field.tourmaster-with-border input[type="email"],.tourmaster-login-form-style-2 .tourmaster-form-field.tourmaster-with-border input[type="password"],.tourmaster-login-form-style-2 .tourmaster-form-field.tourmaster-with-border textarea,.tourmaster-login-form-style-2 .tourmaster-form-field.tourmaster-with-border select {
    border-width: 1px;
    height: 52px
}

.tourmaster-login-form-style-2 a.tourmaster-button,.tourmaster-login-form-style-2 input[type="button"].tourmaster-button,.tourmaster-login-form-style-2 input[type="submit"].tourmaster-button {
    padding: 21px 27px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.tourmaster-login-form-style-2 .tourmaster-lightbox-head {
    border-bottom-width: 1px
}

.tourmaster-login-form-style-2 .tourmaster-register-message {
    font-size: 14px
}

.tourmaster-login-form-style-2 .tourmaster-register-term {
    font-size: 14px
}

.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-booking-tab-title-item,.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-booking-tab-title-item.tourmaster-active {
    background: transparent
}

.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-bar-inner {
    background: #f8faff
}

.tourmaster-header-price3 {
    background: #fff
}

.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-booking-tab-title-item {
    font-size: 16px;
    padding: 10px 15px;
    margin-bottom: -15px
}

.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-booking-tab-title {
    padding: 20px 25px 0
}

.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-bar-wrap .tourmaster-single-tour-booking-fields {
    padding: 28px 25px 8px
}

.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-date,.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-package {
    margin-bottom: 10px
}

.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-next-sign,.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-package>i,.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-date>i,.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-people>i,.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-submit>i {
    display: none
}

.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-form-field .tourmaster-combobox-list-wrap {
    margin-left: 0
}

.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-form-field.tourmaster-with-border input[type="text"],.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-bar-wrap .tourmaster-form-field select {
    border-width: 1px;
    height: 50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-form-field.tourmaster-with-border textarea {
    border-width: 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-form-field.tourmaster-with-border .tourmaster-combobox-list-display {
    border-width: 1px;
    height: 50px;
    padding: 16px 17px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-people {
    margin-bottom: 15px
}

.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-people-container {
    padding: 10px 0 2px;
    margin: 0 0 20px
}

.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-people-container .tourmaster-tour-booking-room-text {
    line-height: 50px;
    width: 60px
}

.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-room {
    margin-bottom: 10px
}

.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-people.tourmaster-variable {
    margin-bottom: 7px
}

.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-people-input.tourmaster-variable .tourmaster-combobox-wrap {
    margin-bottom: 10px
}

.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-submit input[type="submit"] {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-enquiry-wrap {
    padding: 30px 25px 30px
}

.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-bar-wrap .tourmaster-enquiry-field {
    margin-bottom: 10px
}

.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-bar-wrap .tourmaster-enquiry-field .tourmaster-head {
    font-size: 15px;
    margin-bottom: 4px
}

.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-enquiry-form .tourmaster-enquiry-term {
    font-size: 13px;
    margin-top: -8px;
    margin-bottom: 10px
}

.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-bar-wrap .tourmaster-header-price {
    display: block
}

.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-bar-outer {
    margin-top: 50px
}

.tourmaster-header-price3 {
    padding: 20px 30px 33px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.tourmaster-header-price3 .tourmaster-save-wish-list {
    padding: 0;
    text-align: left;
    width: auto
}

.tourmaster-header-price3 .tourmaster-header-price-ribbon {
    padding: 5px 25px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px
}

.tourmaster-header-price3 .tourmaster-header-price3-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px
}

.tourmaster-header-price3 .tourmaster-header3-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px
}

.tourmaster-header-price3 .tourmaster-header-price3-tail {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.tourmaster-header-price3 .tourmaster-tour-price-wrap:before {
    display: none
}

.tourmaster-header-price3 .tourmaster-tour-price .tourmaster-tail {
    font-size: 27px;
    font-weight: 600;
    line-height: 1;
    margin-right: 0
}

.tourmaster-header-price3 .tourmaster-tour-discount-price {
    font-size: 27px;
    font-weight: 600;
    line-height: 1
}

.tourmaster-header-price3 .tourmaster-tour-price-info {
    text-align: right;
    margin-right: -18px;
    margin-bottom: -8px
}

.tourmaster-header-price3 .tourmaster-tour-price-wrap {
    display: flex;
    flex-direction: column-reverse
}

.tourmaster-header-price3 .tourmaster-tour-price .tourmaster-head {
    display: none
}

.tourmaster-header-price3 .tourmaster-tour-price {
    line-height: 1;
    text-align: left
}

.tourmaster-header-price3 .tourmaster-tour-rating-text {
    display: block;
    text-align: right
}

.tourmaster-header-price3 .tourmaster-tour-rating {
    font-size: 20px;
    line-height: 1.4
}

.tourmaster-tour-booking-bar-wrap .tourmaster-form-field input[type="text"],.tourmaster-tour-booking-bar-wrap .tourmaster-form-field select {
    font-size: 14px;
    font-weight: 500;
    height: 60px
}

.tourmaster-user-top-bar {
    font-size: 14px;
    font-weight: 600
}

.tourmaster-tour-booking-bar-custom .tourmaster-header-price {
    display: block
}

.tourmaster-tour-booking-bar-custom .tourmaster-header-price {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.tourmaster-tour-booking-bar-custom .tourmaster-header-price .tourmaster-header-price-overlay {
    opacity: 1
}

@media only screen and (max-width: 999px) {
    .tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-step-wrap {
        display:none
    }

    .tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-page-content {
        flex-direction: column
    }

    .tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-wrap {
        order: 1;
        margin-left: 0;
        width: auto;
        animation: none;
        margin-right: 0
    }

    .tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-payment-content {
        order: 2
    }
}

.tourmaster-container {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto
}

.tourmaster-container {
    padding-left: 20px;
    padding-right: 20px
}

.tourmaster-item-mglr {
    margin-left: 20px;
    margin-right: 20px
}

.tourmaster-item-rvpdlr {
    margin-left: -20px;
    margin-right: -20px
}

.tourmaster-body .tourmaster-user-breadcrumbs span.tourmaster-active {
    color: #f97150
}

.tourmaster-user-content-block .tourmaster-user-content-title {
    color: #f97150
}

.tourmaster-notification-box,.tourmaster-user-update-notification {
    background: #f97150
}

body a.tourmaster-button,body a.tourmaster-button:hover,body a.tourmaster-button:active,body a.tourmaster-button:focus,body input[type="button"].tourmaster-button,body input[type="button"].tourmaster-button:hover,body input[type="submit"].tourmaster-button,body input[type="submit"].tourmaster-button:hover {
    background-color: #f97150
}

.goodlayers-payment-form form input.goodlayers-payment-button[type="submit"],.goodlayers-payment-form form button {
    background-color: #f97150
}

.tourmaster-body .tourmaster-pagination a:hover,.tourmaster-body .tourmaster-pagination a.tourmaster-active,.tourmaster-body .tourmaster-pagination span {
    background-color: #f97150
}

.tourmaster-body .tourmaster-filterer-wrap a:hover,.tourmaster-body .tourmaster-filterer-wrap a.tourmaster-active {
    color: #f97150
}

.tourmaster-template-wrapper-user .tourmaster-my-booking-filter a:hover,.tourmaster-template-wrapper-user .tourmaster-my-booking-filter a.tourmaster-active {
    color: #f97150
}

.tourmaster-user-template-style-2 .tourmaster-my-booking-filter a:hover,.tourmaster-user-template-style-2 .tourmaster-my-booking-filter a.tourmaster-active {
    border-color: #f97150
}

table.tourmaster-my-booking-table a.tourmaster-my-booking-action {
    background: #f97150
}

.tourmaster-user-content-inner-my-booking-single .tourmaster-my-booking-single-title,.tourmaster-user-review-table .tourmaster-user-review-action {
    color: #f97150
}

.tourmaster-review-form .tourmaster-review-form-title {
    color: #f97150
}

.tourmaster-wish-list-item .tourmaster-wish-list-item-title,.tourmaster-wish-list-item .tourmaster-wish-list-item-title:hover {
    color: #f97150
}

.tourmaster-body .ui-datepicker table tr td a.ui-state-active,.tourmaster-body .ui-datepicker table tr td a:hover,.tourmaster-body .ui-datepicker table tr td.tourmaster-highlight a,.tourmaster-body .ui-datepicker table tr td.tourmaster-highlight span {
    background: #f97150
}

.tourmaster-body .ui-datepicker select {
    color: #f97150
}

.tourmaster-form-field .tourmaster-combobox-wrap:after {
    color: #f97150
}

.tourmaster-login-form .tourmaster-login-lost-password a,.tourmaster-login-form .tourmaster-login-lost-password a:hover,.tourmaster-login-bottom .tourmaster-login-bottom-link,.tourmaster-register-bottom .tourmaster-register-bottom-link {
    color: #f97150
}

.tourmaster-tour-search-item .tourmaster-type-filter-more-button {
    color: #f97150
}

.tourmaster-payment-method-wrap .tourmaster-payment-paypal>img:hover,.tourmaster-payment-method-wrap .tourmaster-payment-credit-card>img:hover {
    border-color: #f97150
}

.tourmaster-tour-category-grid-3 .tourmaster-tour-category-count {
    background-color: #009fd0
}

.tourmaster-tour-search-item-style-2 .tourmaster-type-filter-term .tourmaster-type-filter-display i {
    color: #f97150
}

.tourmaster-user-template-style-2 .tourmaster-user-navigation .tourmaster-user-navigation-item.tourmaster-active a,.tourmaster-user-template-style-2 .tourmaster-user-navigation .tourmaster-user-navigation-item.tourmaster-active a:hover,.tourmaster-user-template-style-2 .tourmaster-user-navigation .tourmaster-user-navigation-item a:hover {
    background: #f97150;
    color: #fff
}

.tourmaster-user-navigation .tourmaster-user-navigation-item.tourmaster-active a,.tourmaster-user-navigation .tourmaster-user-navigation-item.tourmaster-active a:hover {
    color: #f97150
}

.tourmaster-user-navigation .tourmaster-user-navigation-item.tourmaster-active:before {
    border-color: #f97150
}

.tourmaster-template-wrapper table.tourmaster-table tr td:nth-child(2) {
    color: #f97150
}

.tourmaster-template-wrapper table.tourmaster-table tr td:nth-child(2) a {
    color: #f97150
}

.tourmaster-template-wrapper table.tourmaster-table tr td:nth-child(2) a:hover {
    color: #f97150
}

table.tourmaster-my-booking-table .tourmaster-my-booking-title,table.tourmaster-my-booking-table .tourmaster-my-booking-title:hover {
    color: #f97150
}

.tourmaster-payment-billing-copy-text {
    color: #f97150
}

.tourmaster-tour-booking-bar-price-breakdown-link {
    color: #f97150
}

.tourmaster-tour-booking-bar-coupon-wrap .tourmaster-tour-booking-bar-coupon-validate,.tourmaster-tour-booking-bar-coupon-wrap .tourmaster-tour-booking-bar-coupon-validate:hover {
    color: #f97150
}

.tourmaster-tour-booking-bar-summary .tourmaster-tour-booking-bar-date-edit {
    color: #f97150
}

.tourmaster-payment-complete-wrap .tourmaster-payment-complete-icon,.tourmaster-payment-complete-wrap .tourmaster-payment-complete-thank-you {
    color: #f97150
}

.tourmaster-tour-search-wrap input.tourmaster-tour-search-submit[type="submit"] {
    background: #009fd0
}

.tourmaster-payment-step-item.tourmaster-checked .tourmaster-payment-step-item-icon,.tourmaster-payment-step-item.tourmaster-enable .tourmaster-payment-step-item-icon {
    color: #f97150
}

.gdlr-core-flexslider.tourmaster-nav-style-rect .flex-direction-nav li a {
    background-color: #f97150
}

body.tourmaster-template-payment a.tourmaster-button {
    background-color: #f97150
}

.tourmaster-tour-item .tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap .tourmaster-tour-price,.tourmaster-tour-item .tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap .tourmaster-tour-discount-price {
    color: #f97150
}

.tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-price-wrap {
    color: #009fd0
}

.tourmaster-tour-info-wrap .tourmaster-tour-info i {
    color: #009fd0
}

.tourmaster-tour-info-wrap .tourmaster-tour-info svg {
    fill: #009fd0
}

.tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-price .tourmaster-tail,.tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-discount-price {
    color: #f97150
}

.tourmaster-tour-item .tourmaster-tour-view-more,.tourmaster-tour-item .tourmaster-tour-view-more:hover {
    background: #f97150
}

.single-tour .tourmaster-datepicker-wrap:after,.single-tour .tourmaster-combobox-wrap:after,.single-tour .tourmaster-tour-info-wrap .tourmaster-tour-info i,.tourmaster-form-field .tourmaster-combobox-list-display:after {
    color: #009fd0
}

.tourmaster-payment-step-item.tourmaster-current .tourmaster-payment-step-item-icon {
    background: #f97150
}

.tourmaster-review-content-pagination span:hover,.tourmaster-review-content-pagination span.tourmaster-active {
    background: #f97150
}

.tourmaster-content-navigation-item-outer .tourmaster-content-navigation-slider,.tourmaster-content-navigation-item-outer .tourmaster-content-navigation-slider.tourmaster-style-dot span {
    background: #f97150
}

.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-count,.tourmaster-body .tourmaster-tour-category-grid .tourmaster-tour-category-head-link {
    color: #f97150
}

.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-head-divider,.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail .tourmaster-tour-category-head-divider {
    border-color: #f97150
}

.tourmaster-tour-booking-date>i,.tourmaster-tour-booking-room>i,.tourmaster-tour-booking-people>i,.tourmaster-tour-booking-submit>i,.tourmaster-tour-booking-package>i,.tourmaster-tour-style-1 .tourmaster-tour-booking-bar-wrap .tourmaster-view-count i,.tourmaster-save-wish-list-icon-wrap .tourmaster-icon-active {
    color: #009fd0
}

.tourmaster-tour-booking-next-sign:before,.tourmaster-tour-booking-next-sign span,.tourmaster-tour-booking-next-sign:after {
    background-color: #f97150
}

.tourmaster-tour-item .tourmaster-tour-grid .tourmaster-tour-discount-price,.tourmaster-tour-item .tourmaster-tour-grid .tourmaster-tour-price .tourmaster-tail {
    color: #009fd0
}

.tourmaster-body .tourmaster-tour-order-filterer-style a:hover svg,.tourmaster-body .tourmaster-tour-order-filterer-style a.tourmaster-active svg {
    fill: #f97150
}

.tourmaster-body .tourmaster-tour-order-filterer-style a:hover,.tourmaster-body .tourmaster-tour-order-filterer-style a.tourmaster-active,.tourmaster-urgency-message .tourmaster-urgency-message-icon,.tourmaster-payment-receipt-deposit-option label input:checked+span,.tourmaster-tour-booking-bar-deposit-option label input:checked+span,.tourmaster-type-filter-term input:checked+.tourmaster-type-filter-display {
    color: #f97150
}

.tourmaster-body.tourmaster-template-search .tourmaster-pagination a:hover,.tourmaster-body.tourmaster-template-search .tourmaster-pagination a.tourmaster-active,.tourmaster-body.tourmaster-template-search .tourmaster-pagination span {
    background-color: #f97150
}

.tourmaster-currency-switcher .tourmaster-head {
    color: #000
}

.tourmaster-user-top-bar-nav-inner,.tourmaster-currency-switcher-content {
    background-color: #fff
}

body .tourmaster-user-top-bar-nav .tourmaster-user-top-bar-nav-item {
    border-color: #e6e6e6
}

body .tourmaster-user-top-bar-nav .tourmaster-user-top-bar-nav-item a,body .tourmaster-user-top-bar-nav .tourmaster-user-top-bar-nav-item a:hover {
    color: #878787
}

body .tourmaster-currency-switcher-content a,body .tourmaster-currency-switcher-content a:hover {
    color: #878787!important
}

.tourmaster-template-wrapper-user {
    background-color: #f3f3f3
}

.tourmaster-user-navigation {
    background: #fff
}

.tourmaster-user-navigation .tourmaster-user-navigation-head {
    color: #3f3f3f
}

.tourmaster-user-navigation .tourmaster-user-navigation-item a,.tourmaster-user-navigation .tourmaster-user-navigation-item a:hover {
    color: #7d7d7d
}

.tourmaster-user-navigation .tourmaster-user-navigation-item-sign-out {
    border-color: #e5e5e5
}

.tourmaster-user-template-style-2 .tourmaster-user-navigation {
    border-color: #e5e5e5
}

.tourmaster-body .tourmaster-user-breadcrumbs a,.tourmaster-body .tourmaster-user-breadcrumbs a:hover,.tourmaster-body .tourmaster-user-breadcrumbs span {
    color: #a5a5a5
}

.tourmaster-user-content-block {
    background-color: #fff
}

.tourmaster-user-template-style-2 .tourmaster-dashboard-profile-wrapper {
    background-color: #fff
}

.tourmaster-user-content-block .tourmaster-user-content-title-link,.tourmaster-user-content-block .tourmaster-user-content-title-link:hover {
    color: #9e9e9e
}

.tourmaster-user-content-block .tourmaster-user-content-title-wrap,table.tourmaster-table th,.tourmaster-template-wrapper table.tourmaster-table tr td {
    border-color: #e8e8e8
}

.tourmaster-my-profile-info .tourmaster-head,.tourmaster-my-profile-info .tourmaster-tail,.tourmaster-edit-profile-wrap .tourmaster-head,table.tourmaster-table th,table.tourmaster-table td {
    color: #545454
}

.tourmaster-user-content-inner-my-booking-single .tourmaster-my-booking-single-field {
    color: #545454
}

.tourmaster-my-booking-single-price-breakdown .tourmaster-price-breakdown {
    color: #545454
}

table.tourmaster-my-booking-table .tourmaster-my-booking-price {
    color: #424242
}

.tourmaster-template-wrapper-user .tourmaster-my-booking-filter a {
    color: #a5a5a5
}

.tourmaster-booking-status,.tourmaster-user-review-status.tourmaster-status-submitted {
    color: #acacac
}

.tourmaster-booking-status.tourmaster-status-pending,.tourmaster-user-review-status.tourmaster-status-pending {
    color: #24a04a
}

.tourmaster-booking-status.tourmaster-status-online-paid {
    color: #cd9b45
}

.tourmaster-booking-status.tourmaster-status-wait-for-approval {
    color: #5b9dd9
}

.tourmaster-booking-status.tourmaster-status-deposit-paid {
    color: #e0724e
}

.tourmaster-my-booking-single-sidebar .tourmaster-my-booking-single-payment-button,.tourmaster-my-booking-single-sidebar .tourmaster-my-booking-single-payment-button:hover {
    background-color: #48a198
}

.tourmaster-invoice-head {
    color: #121212
}

.tourmaster-invoice-price-head,.tourmaster-invoice-payment-info {
    background-color: #f3f3f3
}

.tourmaster-invoice-price-head,.tourmaster-invoice-payment-info {
    color: #454545
}

.tourmaster-invoice-price .tourmaster-head,.tourmaster-invoice-total-price {
    color: #7b7b7b
}

.tourmaster-invoice-price .tourmaster-tail {
    color: #1e1e1e
}

.tourmaster-lightbox-wrapper .tourmaster-lightbox-content-wrap {
    background-color: #fff
}

.tourmaster-lightbox-wrapper h3,.tourmaster-lightbox-wrapper .tourmaster-lightbox-title,.tourmaster-lightbox-wrapper .tourmaster-lightbox-close,.tourmaster-payment-receipt-field .tourmaster-head,.tourmaster-login-bottom .tourmaster-login-bottom-title {
    color: #0e0e0e
}

.tourmaster-login-form label,.tourmaster-login-form2 label,.tourmaster-lost-password-form label,.tourmaster-reset-password-form label,.tourmaster-register-form .tourmaster-profile-field .tourmaster-head {
    color: #5c5c5c
}

.tourmaster-review-form .tourmaster-review-form-description .tourmaster-tail,.tourmaster-review-form .tourmaster-review-form-traveller-type .tourmaster-tail {
    color: #5c5c5c
}

.tourmaster-payment-traveller-info-wrap .tourmaster-head,.tourmaster-payment-contact-wrap .tourmaster-head,.tourmaster-payment-billing-wrap .tourmaster-head,.tourmaster-payment-additional-note-wrap .tourmaster-head,.tourmaster-payment-detail-wrap .tourmaster-payment-detail,.tourmaster-payment-detail-notes-wrap .tourmaster-payment-detail,.tourmaster-payment-traveller-detail .tourmaster-payment-detail {
    color: #5c5c5c
}

.goodlayers-payment-form .goodlayers-payment-form-field .goodlayers-payment-field-head {
    color: #5c5c5c
}

.tourmaster-room-payment-contact-form .tourmaster-head,.tourmaster-guest-info-field.tourmaster-display .tourmaster-sub-head,.tourmaster-room-payment-contact-form .tourmaster-payment-billing-separate-wrap {
    color: #5c5c5c
}

.tourmaster-body .tourmaster-form-field input[type="text"],.tourmaster-body .tourmaster-form-field input[type="email"],.tourmaster-body .tourmaster-form-field input[type="password"],.tourmaster-body .tourmaster-form-field textarea,.tourmaster-body .tourmaster-form-field select,.tourmaster-body .tourmaster-form-field input[type="text"]:focus,.tourmaster-form-field.tourmaster-with-border .tourmaster-combobox-list-display,.tourmaster-form-field .tourmaster-combobox-list-wrap ul,.tourmaster-body .tourmaster-form-field input[type="email"]:focus,.tourmaster-body .tourmaster-form-field input[type="password"]:focus,.tourmaster-body .tourmaster-form-field textarea:focus {
    color: #545454
}

.goodlayers-payment-form .goodlayers-payment-form-field input[type="text"] {
    color: #545454
}

.tourmaster-body .tourmaster-form-field input[type="text"],.tourmaster-body .tourmaster-form-field input[type="email"],.tourmaster-body .tourmaster-form-field input[type="password"],.tourmaster-body .tourmaster-form-field textarea,.tourmaster-body .tourmaster-form-field select,.tourmaster-body .tourmaster-form-field input[type="text"]:focus,.tourmaster-body .tourmaster-form-field input[type="email"]:focus,.tourmaster-body .tourmaster-form-field input[type="password"]:focus,.tourmaster-body .tourmaster-form-field textarea:focus {
    background: #fff
}

.tourmaster-form-field.tourmaster-with-border .tourmaster-combobox-list-display,.goodlayers-payment-form .goodlayers-payment-form-field input[type="text"] {
    background-color: #fff
}

.tourmaster-form-field.tourmaster-with-border input.tourmaster-validate-error[type="text"],.tourmaster-form-field.tourmaster-with-border input.tourmaster-validate-error[type="email"],.tourmaster-form-field.tourmaster-with-border input.tourmaster-validate-error[type="password"],.tourmaster-form-field.tourmaster-with-border textarea.tourmaster-validate-error,.tourmaster-form-field.tourmaster-with-border select.tourmaster-validate-error {
    background-color: #fff9f9
}

.tourmaster-form-field.tourmaster-with-border input.tourmaster-validate-error[type="text"]:focus,.tourmaster-form-field.tourmaster-with-border input.tourmaster-validate-error[type="email"]:focus,.tourmaster-form-field.tourmaster-with-border input.tourmaster-validate-error[type="password"]:focus,.tourmaster-form-field.tourmaster-with-border textarea.tourmaster-validate-error:focus,.tourmaster-form-field.tourmaster-with-border select.tourmaster-validate-error:focus {
    background-color: #fff9f9
}

.tourmaster-form-field.tourmaster-with-border input[type="text"],.tourmaster-form-field.tourmaster-with-border input[type="email"],.tourmaster-form-field.tourmaster-with-border input[type="password"],.tourmaster-form-field.tourmaster-with-border textarea,.tourmaster-form-field.tourmaster-with-border select {
    border-color: #e5e5e5
}

.goodlayers-payment-form .goodlayers-payment-form-field input[type="text"] {
    border-color: #e5e5e5
}

.tourmaster-room-payment-lb .goodlayers-payment-form input[type="text"],.tourmaster-room-payment-lb .goodlayers-payment-form #card-element {
    border-color: #e5e5e5
}

.tourmaster-user-template-style-2 .tourmaster-form-field input[type="text"],.tourmaster-user-template-style-2 .tourmaster-form-field input[type="email"],.tourmaster-user-template-style-2 .tourmaster-form-field input[type="password"],.tourmaster-user-template-style-2 .tourmaster-form-field textarea,.tourmaster-user-template-style-2 .tourmaster-form-field select {
    border-color: #e5e5e5
}

.tourmaster-tour-search-item-style-2 .tourmaster-type-filter-term .tourmaster-type-filter-display i {
    border-color: #ccc
}

.tourmaster-form-field .tourmaster-file-label-text {
    background-color: #f3f3f3
}

.tourmaster-form-field .tourmaster-file-label-text {
    color: #a6a6a6
}

:root {
    --woocommerce: #a46497;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #a46497;
    --wc-primary-text: white;
    --wc-secondary: #ebe9eb;
    --wc-secondary-text: #515151;
    --wc-highlight: #77a464;
    --wc-highligh-text: white;
    --wc-content-bg: #fff;
    --wc-subtext: #767676
}

.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button {
    float: right
}

.woocommerce .col2-set,.woocommerce-page .col2-set {
    width: 100%
}

.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before {
    content: " ";
    display: table
}

.woocommerce .col2-set::after,.woocommerce-page .col2-set::after {
    clear: both
}

.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%
}

.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%
}

.woocommerce img,.woocommerce-page img {
    height: auto;
    max-width: 100%
}

.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images {
    float: left;
    width: 48%
}

.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before {
    content: " ";
    display: table
}

.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after {
    clear: both
}

.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a {
    float: left;
    width: 30.75%;
    margin-right: 3.8%;
    margin-bottom: 1em
}

.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last {
    margin-right: 0
}

.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first {
    clear: both
}

.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a {
    width: 100%;
    margin-right: 0;
    float: none
}

.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a {
    width: 48%
}

.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a {
    width: 22.05%
}

.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a {
    width: 16.9%
}

.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary {
    float: right;
    width: 48%;
    clear: none
}

.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs {
    clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before {
    content: " ";
    display: table
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after {
    clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: inline-block
}

.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before {
    content: " ";
    display: table
}

.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after {
    clear: both
}

.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img {
    float: right;
    height: auto
}

.woocommerce ul.products,.woocommerce-page ul.products {
    clear: both
}

.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before {
    content: " ";
    display: table
}

.woocommerce ul.products::after,.woocommerce-page ul.products::after {
    clear: both
}

.woocommerce ul.products li.product,.woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-left: 0
}

.woocommerce ul.products li.first,.woocommerce-page ul.products li.first {
    clear: both
}

.woocommerce ul.products li.last,.woocommerce-page ul.products li.last {
    margin-right: 0
}

.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product {
    width: 100%;
    margin-right: 0
}

.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product {
    width: 48%
}

.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product {
    width: 30.75%
}

.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product {
    width: 16.95%
}

.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product {
    width: 13.5%
}

.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product {
    width: 100%;
    margin-right: 0
}

.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product {
    width: 48%
}

.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product {
    width: 30.75%
}

.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product {
    width: 16.95%
}

.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product {
    width: 13.5%
}

.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count {
    float: left
}

.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering {
    float: right
}

.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after {
    clear: both
}

.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block
}

.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img {
    height: auto
}

.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions {
    text-align: right
}

.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text {
    width: 80px
}

.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon {
    float: left
}

.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals {
    width: 100%
}

.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before {
    content: " ";
    display: table
}

.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after {
    clear: both
}

.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related {
    width: 30.75%;
    float: left
}

.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells {
    width: 48%;
    float: left
}

.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products {
    float: none
}

.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 48%
}

.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator {
    width: 48%;
    clear: right;
    float: right
}

.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before {
    content: " ";
    display: table
}

.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after {
    clear: both
}

.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
    width: 47%
}

.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 48%
}

.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after {
    clear: both
}

.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img {
    float: right;
    height: auto
}

.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before {
    content: " ";
    display: table
}

.woocommerce form .form-row::after,.woocommerce-page form .form-row::after {
    clear: both
}

.woocommerce form .form-row label,.woocommerce-page form .form-row label {
    display: block
}

.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox {
    display: inline
}

.woocommerce form .form-row select,.woocommerce-page form .form-row select {
    width: 100%
}

.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%
}

.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last {
    width: 47%;
    overflow: visible
}

.woocommerce form .form-row-first,.woocommerce-page form .form-row-first {
    float: left
}

.woocommerce form .form-row-last,.woocommerce-page form .form-row-last {
    float: right
}

.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide {
    clear: both
}

.woocommerce form .password-input,.woocommerce-page form .password-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password] {
    padding-right: 2.5rem
}

.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal {
    display: none
}

.woocommerce form .show-password-input,.woocommerce-page form .show-password-input {
    position: absolute;
    right: .7em;
    top: .7em;
    cursor: pointer
}

.woocommerce form .show-password-input::after,.woocommerce-page form .show-password-input::after {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "\e010";
    text-decoration: none
}

.woocommerce form .show-password-input.display-password::after,.woocommerce-page form .show-password-input.display-password::after {
    color: #585858
}

.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select {
    width: auto
}

.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions {
    text-align: left;
    padding: 0 1em 0 0;
    float: left
}

.woocommerce #payment #place_order,.woocommerce-page #payment #place_order {
    float: right
}

.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after {
    clear: both
}

.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions {
    margin-bottom: 1.618em;
    padding: 1.618em
}

.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed {
    position: relative
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%
}

.woocommerce-page.left-sidebar #content.twentyeleven {
    width: 58.4%;
    margin: 0 7.6%;
    float: right
}

.woocommerce-page.right-sidebar #content.twentyeleven {
    margin: 0 7.6%;
    width: 58.4%;
    float: left
}

.twentyfourteen .tfwc {
    padding: 12px 10px 0;
    max-width: 474px;
    margin: 0 auto
}

.twentyfourteen .tfwc .product .entry-summary {
    padding: 0!important;
    margin: 0 0 1.618em!important
}

.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
    margin-top: 0
}

@media screen and (min-width: 673px) {
    .twentyfourteen .tfwc {
        padding-right:30px;
        padding-left: 30px
    }
}

@media screen and (min-width: 1040px) {
    .twentyfourteen .tfwc {
        padding-right:15px;
        padding-left: 15px
    }
}

@media screen and (min-width: 1110px) {
    .twentyfourteen .tfwc {
        padding-right:30px;
        padding-left: 30px
    }
}

@media screen and (min-width: 1218px) {
    .twentyfourteen .tfwc {
        margin-right:54px
    }

    .full-width .twentyfourteen .tfwc {
        margin-right: auto
    }
}

.twentyfifteen .t15wc {
    padding-left: 7.6923%;
    padding-right: 7.6923%;
    padding-top: 7.6923%;
    margin-bottom: 7.6923%;
    background: #fff;
    box-shadow: 0 0 1px rgba(0,0,0,.15)
}

.twentyfifteen .t15wc .page-title {
    margin-left: 0
}

@media screen and (min-width: 38.75em) {
    .twentyfifteen .t15wc {
        margin-right:7.6923%;
        margin-left: 7.6923%;
        margin-top: 8.3333%
    }
}

@media screen and (min-width: 59.6875em) {
    .twentyfifteen .t15wc {
        margin-left:8.3333%;
        margin-right: 8.3333%;
        padding: 10%
    }

    .single-product .twentyfifteen .entry-summary {
        padding: 0!important
    }
}

.twentysixteen .site-main {
    margin-right: 7.6923%;
    margin-left: 7.6923%
}

.twentysixteen .entry-summary {
    margin-right: 0;
    margin-left: 0
}

#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary {
    width: 46.42857%
}

@media screen and (min-width: 44.375em) {
    .twentysixteen .site-main {
        margin-right:23.0769%
    }
}

@media screen and (min-width: 56.875em) {
    .twentysixteen .site-main {
        margin-right:0;
        margin-left: 0
    }

    .no-sidebar .twentysixteen .site-main {
        margin-right: 15%;
        margin-left: 15%
    }

    .no-sidebar .twentysixteen .entry-summary {
        margin-right: 0;
        margin-left: 0
    }
}

.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1 {
    float: right
}

.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2 {
    float: left
}

/* @charset "UTF-8";:root {
    --woocommerce: #a46497;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #a46497;
    --wc-primary-text: white;
    --wc-secondary: #ebe9eb;
    --wc-secondary-text: #515151;
    --wc-highlight: #77a464;
    --wc-highligh-text: white;
    --wc-content-bg: #fff;
    --wc-subtext: #767676
} */

@keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}

@font-face {
    font-display: swap;
    font-family: star;
    src: url(../../../plugins/woocommerce/assets/fonts/star.eot);
    src: url(../../../plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"),url(../../../plugins/woocommerce/assets/fonts/star.woff) format("woff"),url(../../../plugins/woocommerce/assets/fonts/star.ttf) format("truetype"),url(../../../plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: WooCommerce;
    src: url(../../../plugins/woocommerce/assets/fonts/WooCommerce.eot);
    src: url(../../../plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(../../../plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(../../../plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"),url(../../../plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal
}

.woocommerce-store-notice,p.demo_store {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #a46497;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0,0,0,.2);
    display: none
}

.woocommerce-store-notice a,p.demo_store a {
    color: #fff;
    text-decoration: underline
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

.admin-bar p.demo_store {
    top: 32px
}

.clear {
    clear: both
}

.woocommerce .blockUI.blockOverlay {
    position: relative
}

.woocommerce .blockUI.blockOverlay::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url(../../../plugins/woocommerce/assets/images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0,0,0,.75)
}

.woocommerce .loader::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url(../../../plugins/woocommerce/assets/images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0,0,0,.75)
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red!important;
    text-decoration: none;
    font-weight: 700;
    border: 0
}

.woocommerce a.remove:hover {
    color: #fff!important;
    background: red
}

.woocommerce small.note {
    display: block;
    color: #767676;
    font-size: .857em;
    margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #767676
}

.woocommerce .woocommerce-breadcrumb::after,.woocommerce .woocommerce-breadcrumb::before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-breadcrumb::after {
    clear: both
}

.woocommerce .woocommerce-breadcrumb a {
    color: #767676
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0
}

.woocommerce div.product p.price,.woocommerce div.product span.price {
    color: #77a464;
    font-size: 1.25em
}

.woocommerce div.product p.price ins,.woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 700;
    display: inline-block
}

.woocommerce div.product p.price del,.woocommerce div.product span.price del {
    opacity: .5;
    display: inline-block
}

.woocommerce div.product p.stock {
    font-size: .92em
}

.woocommerce div.product .stock {
    color: #77a464
}

.woocommerce div.product .out-of-stock {
    color: red
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.618em
}

.woocommerce div.product div.images {
    margin-bottom: 2em
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none
}

.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(.795,-.035,0,1) .5s;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
    opacity: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    transform: rotate(-45deg);
    box-sizing: content-box
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom:1;margin: 0;
    padding: 0
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1
}

.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: left
}

.woocommerce div.product div.summary {
    margin-bottom: 2em
}

.woocommerce div.product div.social {
    text-align: right;
    margin: 0 0 1em
}

.woocommerce div.product div.social span {
    margin: 0 0 0 2px
}

.woocommerce div.product div.social span span {
    margin: 0
}

.woocommerce div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0
}

.woocommerce div.product div.social iframe {
    float: left;
    margin-top: 3px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #d3ced2;
    background-color: #ebe9eb;
    color: #515151;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #6b6b6b
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    color: #515151;
    z-index: 2;
    border-bottom-color: #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: 2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: -2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 1px solid #d3ced2;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
    box-sizing: border-box
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #ebe9eb
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: -5px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #ebe9eb
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0
}

.woocommerce div.product p.cart {
    margin-bottom: 2em
}

.woocommerce div.product p.cart::after,.woocommerce div.product p.cart::before {
    content: " ";
    display: table
}

.woocommerce div.product p.cart::after {
    clear: both
}

.woocommerce div.product form.cart {
    margin-bottom: 2em
}

.woocommerce div.product form.cart::after,.woocommerce div.product form.cart::before {
    content: " ";
    display: table
}

.woocommerce div.product form.cart::after {
    clear: both
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0
}

.woocommerce div.product form.cart table {
    border-width: 0 0 1px
}

.woocommerce div.product form.cart table td {
    padding-left: 0
}

.woocommerce div.product form.cart table div.quantity {
    float: none;
    margin: 0
}

.woocommerce div.product form.cart table small.stock {
    display: block;
    float: none
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0;
    width: 100%
}

.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th {
    border: 0;
    line-height: 2em;
    vertical-align: top
}

.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    text-align: left
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 1em
}

.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: .83em
}

.woocommerce div.product form.cart .wc-no-matching-variations {
    display: none
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    padding-right: 1em;
    padding-left: 1em
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: top;
    padding-bottom: .5em;
    border: 0
}

.woocommerce div.product form.cart .group_table td:first-child {
    width: 4em;
    text-align: center
}

.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    transform: scale(1.5,1.5)
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #77a464;
    color: #fff;
    font-size: .857em;
    z-index: 9
}

.woocommerce .products ul,.woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both
}

.woocommerce .products ul::after,.woocommerce .products ul::before,.woocommerce ul.products::after,.woocommerce ul.products::before {
    content: " ";
    display: table
}

.woocommerce .products ul::after,.woocommerce ul.products::after {
    clear: both
}

.woocommerce .products ul li,.woocommerce ul.products li {
    list-style: none outside
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: -.5em -.5em 0 0
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em
}

.woocommerce ul.products li.product a {
    text-decoration: none
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none
}

.woocommerce ul.products li.product strong {
    display: block
}

.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce ul.products li.product .star-rating {
    font-size: .857em
}

.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em
}

.woocommerce ul.products li.product .price {
    color: #77a464;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em
}

.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: .5;
    display: inline-block
}

.woocommerce ul.products li.product .price ins {
    background: 0 0;
    font-weight: 700;
    display: inline-block
}

.woocommerce ul.products li.product .price .from {
    font-size: .67em;
    margin: -2px 0 0 0;
    text-transform: uppercase;
    color: rgba(132,132,132,.5)
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top
}

.woocommerce nav.woocommerce-pagination {
    text-align: center
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #d3ced2;
    border-right: 0;
    margin: 1px
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #d3ced2;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden
}

.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block
}

.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #ebe9eb;
    color: #8a7e88
}

.woocommerce .cart .button,.woocommerce .cart input.button {
    float: none
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block
}

.woocommerce #reviews h2 small {
    float: right;
    color: #767676;
    font-size: 15px;
    margin: 10px 0 0
}

.woocommerce #reviews h2 small a {
    text-decoration: none;
    color: #767676
}

.woocommerce #reviews h3 {
    margin: 0
}

.woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0
}

.woocommerce #reviews #comment {
    height: 75px
}

.woocommerce #reviews #comments .add_review::after,.woocommerce #reviews #comments .add_review::before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments .add_review::after {
    clear: both
}

.woocommerce #reviews #comments h2 {
    clear: none
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none
}

.woocommerce #reviews #comments ol.commentlist::after,.woocommerce #reviews #comments ol.commentlist::before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments ol.commentlist::after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0
}

.woocommerce #reviews #comments ol.commentlist li .meta {
    color: #767676;
    font-size: .75em
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    box-shadow: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::after,.woocommerce #reviews #comments ol.commentlist li .comment-text::before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .83em
}

.woocommerce #reviews #comments ol.commentlist ul.children {
    list-style: none outside;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
    display: none
}

.woocommerce #reviews #comments ol.commentlist #respond {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments .commentlist>li::before {
    content: ""
}

.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star
}

.woocommerce .star-rating::before {
    content: "sssss";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.woocommerce .star-rating span::before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0
}

.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block
}

.woocommerce .woocommerce-product-rating::after,.woocommerce .woocommerce-product-rating::before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-product-rating::after {
    clear: both
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left
}

.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none
}

.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0
}

.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: transparent none;
    border: 0
}

.woocommerce #review_form #respond::after,.woocommerce #review_form #respond::before {
    content: " ";
    display: table
}

.woocommerce #review_form #respond::after {
    clear: both
}

.woocommerce #review_form #respond p {
    margin: 0 0 10px
}

.woocommerce #review_form #respond .form-submit input {
    left: auto
}

.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%
}

.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

.woocommerce p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0
}

.woocommerce p.stars a:hover~a::before {
    content: "\e021"
}

.woocommerce p.stars:hover a::before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active::before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active~a::before {
    content: "\e021"
}

.woocommerce p.stars.selected a:not(.active)::before {
    content: "\e020"
}

.woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0,0,0,.1);
    margin-bottom: 1.618em;
    width: 100%
}

.woocommerce table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0
}

.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: rgba(0,0,0,.025)
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em
}

.woocommerce table.shop_table td small {
    font-weight: 400
}

.woocommerce table.shop_table td del {
    font-weight: 400
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0
}

.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0,0,0,.1)
}

.woocommerce table.my_account_orders {
    font-size: .85em
}

.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle
}

.woocommerce table.my_account_orders .button {
    white-space: nowrap
}

.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th {
    vertical-align: top;
    text-align: center
}

.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
    text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
    text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
    content: "↓";
    display: inline-block
}

.woocommerce td.product-name .wc-item-meta,.woocommerce td.product-name dl.variation {
    list-style: none outside
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt {
    float: left;
    clear: both;
    margin-right: .25em;
    display: inline-block;
    list-style: none outside
}

.woocommerce td.product-name .wc-item-meta dd,.woocommerce td.product-name dl.variation dd {
    margin: 0
}

.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name .wc-item-meta:last-child,.woocommerce td.product-name dl.variation p,.woocommerce td.product-name dl.variation:last-child {
    margin-bottom: 0
}

.woocommerce td.product-name p.backorder_notification {
    font-size: .83em
}

.woocommerce td.product-quantity {
    min-width: 80px
}

.woocommerce ul.cart_list,.woocommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0
}

.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    list-style: none
}

.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after {
    clear: both
}

.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700
}

.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none
}

.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0,0,0,.1)
}

.woocommerce ul.cart_list li dl::after,.woocommerce ul.cart_list li dl::before,.woocommerce ul.product_list_widget li dl::after,.woocommerce ul.product_list_widget li dl::before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li dl::after,.woocommerce ul.product_list_widget li dl::after {
    clear: both
}

.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em
}

.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left
}

.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 .25em
}

.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0
}

.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating {
    float: none
}

.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total {
    border-top: 3px double #ebe9eb;
    padding: 4px 0 0
}

.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block
}

.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    left: 0
}

.woocommerce .widget_shopping_cart .buttons::after,.woocommerce .widget_shopping_cart .buttons::before,.woocommerce.widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::before {
    content: " ";
    display: table
}

.woocommerce .widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::after {
    clear: both
}

.woocommerce .widget_shopping_cart .buttons a,.woocommerce.widget_shopping_cart .buttons a {
    margin-right: 5px;
    margin-bottom: 5px
}

.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
    opacity: 0
}

.woocommerce form .form-row label {
    line-height: 2
}

.woocommerce form .form-row label.hidden {
    visibility: hidden
}

.woocommerce form .form-row label.inline {
    display: inline
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
    background: #1e85be;
    color: #fff;
    border-radius: 3px;
    padding: 1em;
    margin: .5em 0 0;
    clear: both;
    display: none;
    position: relative
}

.woocommerce form .form-row .woocommerce-input-wrapper .description a {
    color: #fff;
    text-decoration: underline;
    border: 0;
    box-shadow: none
}

.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
    left: 50%;
    top: 0;
    margin-top: -4px;
    transform: translateX(-50%) rotate(180deg);
    content: "";
    position: absolute;
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: #1e85be transparent transparent transparent;
    z-index: 100;
    display: block
}

.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0
}

.woocommerce form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
    visibility: hidden
}

.woocommerce form .form-row .optional {
    visibility: visible
}

.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle
}

.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal
}

.woocommerce form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    box-shadow: none
}

.woocommerce form .form-row .select2-container {
    width: 100%;
    line-height: 2em
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #a00
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #a00
}

.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select {
    border-color: #6dc22e
}

.woocommerce form .form-row ::-webkit-input-placeholder {
    line-height: normal
}

.woocommerce form .form-row :-moz-placeholder {
    line-height: normal
}

.woocommerce form .form-row :-ms-input-placeholder {
    line-height: normal
}

.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px
}

.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0
}

.woocommerce ul#shipping_method li {
    margin: 0 0 .5em;
    line-height: 1.5em;
    list-style: none outside
}

.woocommerce ul#shipping_method li input {
    margin: 3px .4375em 0 0;
    vertical-align: top
}

.woocommerce ul#shipping_method li label {
    display: inline
}

.woocommerce ul#shipping_method .amount {
    font-weight: 700
}

.woocommerce p.woocommerce-shipping-contents {
    margin: 0
}

.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none
}

.woocommerce ul.order_details::after,.woocommerce ul.order_details::before {
    content: " ";
    display: table
}

.woocommerce ul.order_details::after {
    clear: both
}

.woocommerce ul.order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none
}

.woocommerce ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5
}

.woocommerce ul.order_details li:last-of-type {
    border: none
}

.woocommerce .wc-bacs-bank-details-account-name {
    font-weight: 700
}

.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-order-downloads {
    margin-bottom: 2em
}

.woocommerce .woocommerce-customer-details :last-child,.woocommerce .woocommerce-order-details :last-child,.woocommerce .woocommerce-order-downloads :last-child {
    margin-bottom: 0
}

.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0,0,0,.1);
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin-bottom: 0;
    padding-left: 1.5em
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e037";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e02d";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-widget-layered-nav-list {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 0 0 1px;
    list-style: none
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
    clear: both
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
    padding: 1px 0
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e013";
    text-decoration: none;
    color: #a00
}

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    margin-top: 1em
}

.woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom:1}

.woocommerce .widget_layered_nav_filters ul li {
    float: left;
    padding: 0 1em 1px 1px;
    list-style: none
}

.woocommerce .widget_layered_nav_filters ul li a {
    text-decoration: none
}

.woocommerce .widget_layered_nav_filters ul li a::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e013";
    text-decoration: none;
    color: #a00;
    vertical-align: inherit;
    margin-right: .5em
}

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: .8751em
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    float: left
}

.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #a46497;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #a46497
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #462940;
    border: 0
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}

.woocommerce .widget_rating_filter ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce .widget_rating_filter ul li {
    padding: 0 0 1px;
    list-style: none
}

.woocommerce .widget_rating_filter ul li::after,.woocommerce .widget_rating_filter ul li::before {
    content: " ";
    display: table
}

.woocommerce .widget_rating_filter ul li::after {
    clear: both
}

.woocommerce .widget_rating_filter ul li a {
    padding: 1px 0;
    text-decoration: none
}

.woocommerce .widget_rating_filter ul li .star-rating {
    float: none;
    display: inline-block
}

.woocommerce .widget_rating_filter ul li.chosen a::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e013";
    text-decoration: none;
    color: #a00
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading {
    opacity: .25;
    padding-right: 2.618em
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading::after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: .618em;
    right: 1em;
    animation: spin 2s linear infinite
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.added::after {
    font-family: WooCommerce;
    content: "\e017";
    margin-left: .53em;
    vertical-align: bottom
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
    background-color: #dfdcde;
    text-decoration: none;
    background-image: none;
    color: #515151
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: #a46497;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background-color: #96588a;
    color: #fff
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #a46497;
    color: #fff
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: .618em 1em
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled]:hover {
    color: inherit;
    background-color: #ebe9eb
}

.woocommerce-no-js form.woocommerce-form-coupon,.woocommerce-no-js form.woocommerce-form-login {
    display: block!important
}

.woocommerce-no-js .showcoupon,.woocommerce-no-js .woocommerce-form-coupon-toggle,.woocommerce-no-js .woocommerce-form-login-toggle {
    display: none!important
}

.woocommerce-error,.woocommerce-info,.woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word
}

.woocommerce-error::after,.woocommerce-error::before,.woocommerce-info::after,.woocommerce-info::before,.woocommerce-message::after,.woocommerce-message::before {
    content: " ";
    display: table
}

.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after {
    clear: both
}

.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em
}

.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button {
    float: right
}

.woocommerce-error li,.woocommerce-info li,.woocommerce-message li {
    list-style: none outside!important;
    padding-left: 0!important;
    margin-left: 0!important
}

.rtl.woocommerce .price_label,.rtl.woocommerce .price_label span {
    direction: ltr;
    unicode-bidi: embed
}

.woocommerce-message {
    border-top-color: #8fae1b
}

.woocommerce-message::before {
    content: "\e015";
    color: #8fae1b
}

.woocommerce-info {
    border-top-color: #1e85be
}

.woocommerce-info::before {
    color: #1e85be
}

.woocommerce-error {
    border-top-color: #b81c23
}

.woocommerce-error::before {
    content: "\e016";
    color: #b81c23
}

.woocommerce-account .woocommerce::after,.woocommerce-account .woocommerce::before {
    content: " ";
    display: table
}

.woocommerce-account .woocommerce::after {
    clear: both
}

.woocommerce-account .addresses .title::after,.woocommerce-account .addresses .title::before {
    content: " ";
    display: table
}

.woocommerce-account .addresses .title::after {
    clear: both
}

.woocommerce-account .addresses .title h3 {
    float: left
}

.woocommerce-account .addresses .title .edit {
    float: right
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0
}

.woocommerce-account ul.digital-downloads {
    margin-left: 0;
    padding-left: 0
}

.woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.woocommerce-account ul.digital-downloads li::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e00a";
    text-decoration: none
}

.woocommerce-account ul.digital-downloads li .count {
    float: right
}

#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail {
    min-width: 32px
}

#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img {
    width: 32px;
    box-shadow: none
}

#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th {
    vertical-align: middle
}

#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0
}

#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input {
    margin: 0;
    vertical-align: middle
}

#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout {
    padding: 1em 0
}

#add_payment_method .wc-proceed-to-checkout::after,#add_payment_method .wc-proceed-to-checkout::before,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::before,.woocommerce-checkout .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::before {
    content: " ";
    display: table
}

#add_payment_method .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::after {
    clear: both
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em
}

#add_payment_method .cart-collaterals .shipping-calculator-button,.woocommerce-cart .cart-collaterals .shipping-calculator-button,.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
    float: none;
    margin-top: .5em;
    display: inline-block
}

#add_payment_method .cart-collaterals .shipping-calculator-button::after,.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "\e019";
    text-decoration: none
}

#add_payment_method .cart-collaterals .shipping-calculator-form,.woocommerce-cart .cart-collaterals .shipping-calculator-form,.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
    margin: 1em 0 0 0
}

#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small {
    color: #767676;
    font-size: .83em
}

#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0
}

#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 35%
}

#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    line-height: 1.5em
}

#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small {
    color: #767676
}

#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select {
    width: 100%
}

#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
    color: #77a464
}

#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #ebe9eb
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    margin-bottom: 0
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none
}

#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .notes {
    clear: left
}

#add_payment_method .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .form-row-first {
    clear: left
}

#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small {
    font-size: 11px;
    color: #767676;
    font-weight: 400
}

#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%
}

#add_payment_method .checkout .shipping_address,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout .checkout .shipping_address {
    clear: both
}

#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment {
    background: #ebe9eb;
    border-radius: 5px
}

#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside
}

#add_payment_method #payment ul.payment_methods::after,#add_payment_method #payment ul.payment_methods::before,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::before,.woocommerce-checkout #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::before {
    content: " ";
    display: table
}

#add_payment_method #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::after {
    clear: both
}

#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400
}

#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0
}

#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 {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none
}

#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img {
    margin-left: 2px
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before {
    content: " ";
    display: table
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after {
    clear: both
}

#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row {
    padding: 1em
}

#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151
}

#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea {
    border-color: #c7c1c6;
    border-top-color: #bbb3b9
}

#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
    color: #bbb3b9
}

#add_payment_method #payment div.payment_box :-moz-placeholder,.woocommerce-cart #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
    color: #bbb3b9
}

#add_payment_method #payment div.payment_box :-ms-input-placeholder,.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
    color: #bbb3b9
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
    list-style: none outside;
    margin: 0
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
    margin: 0 0 .5em
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
    cursor: pointer
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
    vertical-align: middle;
    margin: -3px 1em 0 0;
    position: relative
}

#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    border: 0;
    padding: 0;
    margin: 1em 0 0
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: right .618em center;
    background-size: 32px 20px
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
    background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/visa.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
    background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/laser.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/diners.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
    background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/amex.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
    background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/discover.svg)
}

#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help {
    font-size: .857em;
    color: #767676;
    font-weight: 400
}

#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 1em
}

#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0
}

#add_payment_method #payment div.payment_box::before,.woocommerce-cart #payment div.payment_box::before,.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em
}

#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 52px;
    font-size: .83em
}

#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle
}

.woocommerce-terms-and-conditions {
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    background: rgba(0,0,0,.05)
}

.woocommerce-invalid #terms {
    outline: 2px solid red;
    outline-offset: 2px
}

.woocommerce-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px .5em;
    font-size: 1em
}

.woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373
}

.woocommerce-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b
}

.woocommerce-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53
}

.woocommerce-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733
}

.woocommerce-password-hint {
    margin: .5em 0 0;
    display: block
}

#content.twentyeleven .woocommerce-pagination a {
    font-size: 1em;
    line-height: 1
}

.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary {
    padding: 0
}

.single-product .twentythirteen p.stars {
    clear: both
}

.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px
}

.twentyfourteen ul.products li.product {
    margin-top: 0!important
}

body:not(.search-results) .twentysixteen .entry-summary {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.twentysixteen .price ins {
    background: inherit;
    color: inherit
}

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

article,aside,dialog,figure,footer,header,hgroup,nav,section,blockquote {
    display: block
}

nav ul {
    list-style: none
}

ol {
    list-style: decimal
}

ul {
    list-style: disc
}

ul ul {
    list-style: circle
}

blockquote,q {
    quotes: none
}

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

ins {
    text-decoration: underline
}

del {
    text-decoration: line-through
}

mark {
    background: none
}

abbr[title],dfn[title],acronym[title] {
    border-bottom: 1px dotted;
    cursor: help
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input[type=submit],input[type=button],button {
    margin: 0;
    padding: 0
}

input,select,a {
    vertical-align: middle;
    max-height: 230px;
}

b,strong {
    font-weight: 700
}

i,em {
    font-style: italic
}

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

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

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    word-break: break-word
}

p {
    margin-bottom: 20px
}

ul,ol {
    margin-left: 35px;
    margin-bottom: 20px
}

dl {
    margin-bottom: 20px
}

dl dt {
    font-weight: 700;
    margin-top: 10px
}

dl dt:first-child {
    margin-top: 0
}

dl dd {
    margin-left: 20px
}

h1,h2,h3,h4,h5,h6 {
    line-height: 1.2;
    margin-bottom: 20px
}

figure {
    max-width: 100%
}

.clear {
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    zoom:1}

.clearfix {
    zoom:1}

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

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

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

.wp-caption {
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

figcaption.wp-caption-text {
    margin-top: 20px
}

.single-format-gallery figcaption.wp-caption-text {
    margin-bottom: 20px
}

.single-format-gallery figure.gallery-item {
    margin-bottom: 20px
}

.navigation {
    text-align: right;
    margin-bottom: 30px
}

.navigation .screen-reader-text {
    display: none
}

.navigation a,.navigation span {
    margin: 0 5px
}

.post-password-form input[type="password"] {
    padding: 14px 20px;
    margin-left: 5px;
    margin-right: 6px;
    height: 46px
}

.post-password-form input[type="submit"] {
    height: 46px
}

.blocks-gallery-grid,.wp-block-gallery {
    display: flex
}

.traveltour-body-outer-wrapper {
    position: relative;
    overflow: hidden
}

.traveltour-body-wrapper.traveltour-with-frame {
    position: relative
}

.traveltour-page-wrapper {
    clear: both
}
.traveltour-page-wrapper .gdlr-core-blog-thumbnail img{
    height: 325px;
    object-fit: cover;
    object-position: top;
}
.traveltour-page-wrapper .gdlr-core-personnel-list-image img{
    height: 325px;
    object-fit: cover;
    object-position: top;
}

body.traveltour-boxed .traveltour-body-wrapper {
    margin-left: auto;
    margin-right: auto;
    position: relative
}

body.traveltour-boxed .traveltour-body-wrapper.traveltour-left {
    margin-left: 0
}

body.traveltour-boxed .traveltour-body-wrapper.traveltour-right {
    margin-right: 0
}

body.traveltour-boxed.traveltour-boxed-border .traveltour-body-wrapper {
    box-shadow: 0 -5px 9px rgba(0,0,0,.25);
    -webkit-box-shadow: 0 -5px 9px rgba(0,0,0,.25)
}

body.traveltour-boxed.traveltour-background-pattern {
    background-position: center;
    background-repeat: repeat
}

body.traveltour-boxed.traveltour-background-image .traveltour-body-background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-size: cover
}

.traveltour-container {
    margin-left: auto;
    margin-right: auto
}

.traveltour-column-10 {
    float: left;
    width: 16.6666%
}

.traveltour-column-12 {
    float: left;
    width: 20%
}

.traveltour-column-15 {
    float: left;
    width: 25%
}

.traveltour-column-20 {
    float: left;
    width: 33.3333%
}

.traveltour-column-24 {
    float: left;
    width: 40%
}

.traveltour-column-30 {
    float: left;
    width: 50%
}

.traveltour-column-36 {
    float: left;
    width: 60%
}

.traveltour-column-40 {
    float: left;
    width: 66.6666%
}

.traveltour-column-45 {
    float: left;
    width: 75%
}

.traveltour-column-48 {
    float: left;
    width: 80%
}

.traveltour-column-50 {
    float: left;
    width: 83.3333%
}

.traveltour-column-60 {
    float: left;
    width: 100%
}

.traveltour-sidebar-right {
    float: right
}

.traveltour-sidebar-center {
    float: none;
    display: inline-block
}

.traveltour-content-area {
    padding-top: 60px;
    padding-bottom: 40px
}

.traveltour-sidebar-area {
    padding-top: 60px
}

.traveltour-line-height-0 {
    line-height: 0
}

a,button {
    text-decoration: none;
    transition: background 300ms,color 300ms,border-color 300ms;
    -moz-transition: background 300ms,color 300ms,border-color 300ms;
    -o-transition: background 300ms,color 300ms,border-color 300ms;
    -webkit-transition: background 300ms,color 300ms,border-color 300ms
}

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

blockquote {
    quotes: none;
    padding: 30px 30px 15px;
    font-size: 17px;
    margin-bottom: 35px;
    font-style: italic;
    margin-top: 35px;
    border-left-width: 2px;
    border-left-style: solid
}

q {
    margin-right: 15px;
    display: inline-block;
    padding: 10px 20px;
    vertical-align: middle;
    border-left-width: 2px;
    border-left-style: solid
}

.traveltour-media-image {
    line-height: 0;
    position: relative
}

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

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

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

.traveltour-body-wrapper {
    overflow: hidden;
    z-index: 1
}

input,textarea {
    border-width: 1px 1px 2px 1px;
    border-style: solid
}

input:focus,textarea:focus {
    outline: none
}

.traveltour-button,input[type="button"],input[type="submit"],input[type="reset"],button {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .8px;
    padding: 15px 33px;
    display: inline-block;
    -webkit-appearance: none
}

input[type="button"],input[type="submit"],input[type="reset"],button {
    border-width: 0;
    border-style: solid;
    cursor: pointer;
    transition: background 300ms,color 300ms,border-color 300ms;
    -moz-transition: background 300ms,color 300ms,border-color 300ms;
    -o-transition: background 300ms,color 300ms,border-color 300ms;
    -webkit-transition: background 300ms,color 300ms,border-color 300ms
}

input[type="button"]:focus,input[type="submit"]:focus,input[type="reset"]:focus,button:focus {
    outline: none
}

.traveltour-page-preload {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    background-image: url(../../../themes/traveltour/images/preload.gif);
    background-position: center;
    background-repeat: no-repeat
}

.traveltour-page-preload.traveltour-out {
    background-image: none
}

.traveltour-top-bar {
    position: relative;
    border-bottom-style: solid;
    line-height: 22px;
    padding-bottom: 1px
}

.traveltour-top-bar-background {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0
}

.traveltour-top-bar-container {
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.traveltour-top-bar-left {
    float: left
}

.traveltour-top-bar-right {
    float: right
}

.traveltour-top-bar-right-text {
    display: inline;
    float: left
}

.traveltour-top-bar-right-social {
    display: inline;
    margin-left: 25px;
    float: left
}

.traveltour-top-bar-right-social a {
    margin-left: 25px
}

.traveltour-top-bar-right-social a:first-child {
    margin-left: 0
}

.traveltour-top-bar-right .tourmaster-user-top-bar {
    float: left;
    margin-left: 32px;
    line-height: inherit;
    font-size: inherit
}

.traveltour-top-bar-right .tourmaster-user-top-bar img {
    margin-top: -5px;
    margin-bottom: -5px
}

.traveltour-top-bar.traveltour-with-divider .traveltour-top-bar-right>div:before {
    content: " ";
    width: 1px;
    color: transparent;
    border-left-width: 1px;
    border-left-style: solid;
    vertical-align: middle;
    margin: 0 29px 0 0;
    line-height: 0
}

.traveltour-top-bar.traveltour-with-divider .traveltour-top-bar-right>div:first-child:before {
    display: none
}

.traveltour-top-bar-right .traveltour-top-bar-wpml-flag {
    float: left;
    margin-left: 30px
}

.traveltour-top-bar-right .traveltour-custom-wpml-flag {
    margin-right: 0
}

.traveltour-mm-menu-wrap {
    display: none
}

.admin-bar .mm-menu {
    margin-top: 32px
}

.traveltour-mobile-button-hamburger-with-border {
    font-size: 16px;
    padding: 6px;
    line-height: 0;
    width: 32px;
    height: 32px;
    text-align: center;
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.traveltour-right-menu-button {
    display: inline-block;
    margin-left: 27px
}

.traveltour-mobile-menu {
    float: left;
    margin-top: -8px;
    margin-left: 30px
}

.traveltour-mobile-menu-right {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -9px
}

.traveltour-mobile-button-hamburger {
    box-sizing: border-box;
    display: block;
    width: 32px;
    height: 32px;
    position: relative
}

.traveltour-mobile-button-hamburger:before,.traveltour-mobile-button-hamburger:after,.traveltour-mobile-button-hamburger span {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    position: absolute;
    left: 5px
}

.traveltour-mobile-button-hamburger:before {
    top: 8px
}

.traveltour-mobile-button-hamburger span {
    top: 15px
}

.traveltour-mobile-button-hamburger:after {
    top: 22px
}

.traveltour-mobile-button-hamburger:before {
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
}

.traveltour-mobile-button-hamburger span {
    transition: opacity 0.15s 0.4s ease
}

.traveltour-mobile-button-hamburger:after {
    transition: -webkit-transform 0.4s cubic-bezier(.68,-.55,.265,1.55);
    transition: transform 0.4s cubic-bezier(.68,-.55,.265,1.55)
}

.traveltour-mobile-button-hamburger.traveltour-active:before {
    -webkit-transform: translate3d(0,7px,0) rotate(135deg);
    transform: translate3d(0,7px,0) rotate(135deg);
    transition-delay: 0.1s
}

.traveltour-mobile-button-hamburger.traveltour-active span {
    transition-delay: 0s;
    opacity: 0
}

.traveltour-mobile-button-hamburger.traveltour-active:after {
    transition-delay: 0.1s;
    -webkit-transform: translate3d(0,-7px,0) rotate(-135deg);
    transform: translate3d(0,-7px,0) rotate(-135deg)
}

.traveltour-navigation .sf-menu {
    display: inline-block;
    line-height: 1.7;
    text-align: left;
    margin-bottom: 0
}

.traveltour-navigation .sf-menu>li:first-child {
    padding-left: 0
}

.traveltour-navigation .sf-menu>li:last-child {
    padding-right: 0
}

.traveltour-navigation .sf-menu>li>a {
    letter-spacing: .5px
}

.traveltour-navigation-submenu-indicator .sf-menu>li>a.sf-with-ul-pre:after {
    display: inline-block;
    margin-left: 13px;
    content: "\f107";
    font-family: fontAwesome
}

.traveltour-navigation .sf-menu>.traveltour-normal-menu li {
    padding: 1px 11px
}

.traveltour-navigation .sf-menu>.traveltour-normal-menu li:first-child {
    padding-top: 12px
}

.traveltour-navigation .sf-menu>.traveltour-normal-menu li:last-child {
    padding-bottom: 12px
}

.traveltour-navigation .sf-menu>.traveltour-normal-menu li>a {
    display: block;
    padding: 6px 30px 6px 12px;
    position: relative
}

.traveltour-navigation .sf-menu>.traveltour-normal-menu li>a.sf-with-ul-pre:after {
    position: absolute;
    right: 10px;
    content: "\f105";
    font-family: fontAwesome
}

.traveltour-navigation .sf-menu>.traveltour-normal-menu .sub-menu {
    font-size: 14px
}

.traveltour-navigation .sf-menu>.traveltour-mega-menu .sf-mega-full {
    left: 0;
    right: 0
}

.traveltour-navigation .sf-menu>.traveltour-mega-menu .sf-mega-section-wrap {
    overflow: hidden;
    border-top-width: 1px;
    border-top-style: solid
}

.traveltour-navigation .sf-menu>.traveltour-mega-menu .sf-mega-section-wrap:first-child {
    border-top: none
}

.traveltour-navigation .sf-menu>.traveltour-mega-menu .sf-mega-section {
    padding-bottom: 999px;
    margin-bottom: -999px;
    border-left-width: 1px;
    border-left-style: solid
}

.traveltour-navigation .sf-menu>.traveltour-mega-menu .sf-mega-section:first-child {
    border-left: none
}

.traveltour-navigation .sf-menu>.traveltour-mega-menu .sf-mega-section-inner {
    padding: 31px 28px
}

.traveltour-navigation .sf-menu>.traveltour-mega-menu .sf-mega-section-inner>a {
    font-size: 15px;
    display: block;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 0 12px
}

.traveltour-navigation .sf-menu>.traveltour-mega-menu .sf-mega-section-inner .sub-menu a {
    font-size: 14px;
    padding: 5px 12px;
    display: block
}

.traveltour-navigation .traveltour-navigation-slide-bar {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    position: absolute;
    display: none;
    margin-top: -3px;
    overflow: hidden
}

.traveltour-navigation .sf-vertical>li {
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.traveltour-navigation .sf-vertical>li:first-child {
    padding-top: 0
}

.traveltour-navigation .sf-vertical>li>a {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .5px;
    display: block
}

.traveltour-navigation .sf-vertical ul.sub-menu {
    font-size: 14px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.traveltour-navigation .sf-vertical ul.sub-menu li {
    padding: 2px 11px
}

.traveltour-navigation .sf-vertical ul.sub-menu li:first-child {
    padding-top: 20px
}

.traveltour-navigation .sf-vertical ul.sub-menu li:last-child {
    padding-bottom: 20px
}

.traveltour-navigation .sf-vertical ul.sub-menu li>a {
    display: block;
    padding: 4px 12px
}

.traveltour-navigation .sf-vertical ul.sub-menu li>a.sf-with-ul:after,.traveltour-navigation-submenu-indicator .sf-vertical>li>a.sf-with-ul:after {
    float: right;
    margin-left: 18px;
    content: "\f105";
    font-family: fontAwesome
}

.traveltour-bullet-anchor {
    position: fixed;
    top: 50%;
    right: 30px;
    margin-top: -50px;
    z-index: 10;
    opacity: 0;
    transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    -webkit-transition: opacity 200ms
}

.traveltour-bullet-anchor.traveltour-init {
    opacity: 1
}

.traveltour-bullet-anchor a {
    display: block;
    width: 17px;
    height: 17px;
    margin-bottom: 5px;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.traveltour-bullet-anchor a:before {
    content: " ";
    width: 9px;
    height: 9px;
    margin: 3px;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: background-color 200ms;
    -moz-transition: background-color 200ms;
    -o-transition: background-color 200ms;
    -webkit-transition: background-color 200ms
}

.traveltour-breadcrumbs a {
    color: silver
}

.traveltour-breadcrumbs,.traveltour-breadcrumbs a:hover {
    color: #777
}

.traveltour-breadcrumbs {
    font-size: 14px;
    padding: 17px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.traveltour-breadcrumbs span[property="itemListElement"] {
    margin: 0 22px
}

.traveltour-breadcrumbs span[property="itemListElement"]:first-child {
    margin-left: 0
}

.traveltour-breadcrumbs a span {
    transition: color 200ms;
    -moz-transition: color 200ms;
    -o-transition: color 200ms;
    -webkit-transition: color 200ms
}

.traveltour-top-search-wrap input.search-field {
    border-bottom-color: #303030;
    color: #fff
}

.traveltour-top-search-wrap .traveltour-top-search-submit,.traveltour-top-search-wrap .traveltour-top-search-close {
    color: #fff
}

.traveltour-top-search-wrap input::-webkit-input-placeholder {
    color: #fff
}

.traveltour-top-search-wrap input::-moz-placeholder {
    color: #fff
}

.traveltour-top-search-wrap input:-ms-input-placeholder {
    color: #fff
}

.traveltour-top-search-wrap input:-moz-placeholder {
    color: #fff
}

.traveltour-top-search-row {
    display: table;
    width: 100%;
    height: 100%
}

.traveltour-top-search-cell {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 30px
}

.traveltour-top-search-wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    display: none
}

.traveltour-top-search-wrap form {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.traveltour-top-search-wrap input.search-field {
    background: transparent;
    width: 100%;
    border-width: 0 0 3px;
    font-size: 40px;
    padding: 0 120px 25px 0;
    line-height: 48px;
    letter-spacing: .5px
}

.traveltour-top-search-wrap input.search-submit {
    position: absolute;
    top: 0;
    right: 52px;
    width: 48px;
    height: 48px;
    padding: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.traveltour-top-search-wrap .traveltour-top-search-submit {
    font-size: 30px;
    position: absolute;
    right: 52px;
    top: 0;
    line-height: 48px;
    width: 48px;
    text-align: center
}

.traveltour-top-search-wrap .traveltour-top-search-close {
    font-size: 55px;
    position: absolute;
    right: 0;
    top: -7px;
    line-height: 48px;
    width: 48px;
    text-align: center;
    cursor: pointer
}

.traveltour-overlay-menu-row {
    display: table;
    width: 100%;
    height: 100%
}

.traveltour-overlay-menu-cell {
    display: table-cell;
    vertical-align: middle
}

.traveltour-overlay-menu-content {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    display: none
}

.traveltour-overlay-menu-content ul.menu {
    list-style: none;
    text-align: center;
    padding-top: 140px;
    padding-bottom: 180px;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto
}

.traveltour-overlay-menu-content ul.menu>li {
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0;
    margin-bottom: 17px;
    padding-bottom: 17px;
    letter-spacing: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
    transition: opacity 300ms,transform 300ms;
    -moz-transition: opacity 300ms,-moz-transform 300ms;
    -o-transition: opacity 300ms,-o-transform 300ms;
    -webkit-transition: opacity 300ms,-webkit-transform 300ms
}

.traveltour-overlay-menu-content.traveltour-active ul.menu>li {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none
}

.traveltour-overlay-menu-content ul.sub-menu {
    display: none;
    padding-top: 25px;
    padding-bottom: 10px;
    list-style: none;
    margin-left: 0
}

.traveltour-overlay-menu-content ul.sub-menu>li {
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 15px
}

.traveltour-overlay-menu-content ul.sub-menu ul.sub-menu {
    max-width: 380px;
    margin: 25px auto 25px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-style: solid
}

.traveltour-overlay-menu-content .traveltour-overlay-menu-close {
    line-height: 1;
    font-size: 48px;
    position: absolute;
    left: 50%;
    top: 60px;
    margin-left: -24px;
    cursor: pointer
}

.traveltour-overlay-menu-content .traveltour-overlay-menu-close:after {
    content: "\4d";
    font-family: elegantIcons
}

.traveltour-overlay-menu-content ul li.menu-item-has-children>a:after {
    content: "\f107";
    font-family: "fontAwesome";
    margin-left: 15px
}

body.admin-bar .traveltour-overlay-menu-content {
    margin-top: 32px
}

.traveltour-main-menu-right-button {
    float: left;
    padding: 8px 15px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: -11px;
    margin-left: 30px;
    border-radius: 3px;
    border-width: 2px;
    border-style: solid
}

.traveltour-main-menu-right {
    float: left;
    margin-top: -4px
}

.traveltour-main-menu-search {
    float: left;
    margin-top: 1px;
    margin-left: 25px
}

.traveltour-main-menu-search i {
    font-size: 14px;
    margin-top: -1px;
    cursor: pointer
}

.traveltour-main-menu-cart {
    float: left;
    margin-top: 4px;
    padding-left: 20px;
    margin-left: 5px;
    position: relative
}

.traveltour-main-menu-cart i {
    font-size: 16px;
    margin-top: -1px;
    cursor: pointer
}

.traveltour-main-menu-cart>.traveltour-top-cart-count {
    font-size: 10px;
    font-weight: 700;
    vertical-align: super;
    width: 16px;
    height: 16px;
    line-height: 15px;
    position: absolute;
    top: -5px;
    right: -8px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.traveltour-top-cart-content-wrap {
    position: absolute;
    width: 210px;
    right: 0;
    top: 100%;
    padding-top: 21px;
    z-index: 99
}

.traveltour-top-cart-content-wrap .traveltour-top-cart-content {
    padding: 25px;
    text-align: left;
    font-size: 16px;
    font-weight: 700
}

.traveltour-top-cart-content-wrap .woocommerce-Price-amount.amount {
    float: none
}

.traveltour-top-cart-content-wrap .traveltour-top-cart-count-wrap {
    margin-bottom: 8px
}

.traveltour-top-cart-content-wrap .traveltour-top-cart-amount-wrap {
    margin-bottom: 23px
}

.traveltour-top-cart-content-wrap .traveltour-top-cart-button {
    display: block;
    margin-bottom: 5px
}

.traveltour-top-cart-content-wrap .traveltour-top-cart-checkout-button {
    display: block
}

.traveltour-main-menu-cart .traveltour-top-cart-hover-area {
    position: absolute;
    top: -20px;
    right: 0;
    bottom: -20px;
    left: 0
}

.traveltour-top-cart-hover-area+.traveltour-top-cart-content-wrap {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0,15px,0);
    -webkit-transform: translate3d(0,15px,0);
    transition: opacity 400ms,transform 400ms;
    -moz-transition: opacity 400ms,-moz-transform 400ms;
    -o-transition: opacity 400ms,-o-transform 400ms;
    -webkit-transition: opacity 400ms,-webkit-transform 400ms
}

.traveltour-main-menu-cart:hover .traveltour-top-cart-content-wrap,.traveltour-top-cart-hover-area:hover+.traveltour-top-cart-content-wrap {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0)
}

.traveltour-logo {
    position: relative
}

.traveltour-logo img {
    width: 100%
}

.traveltour-header-container {
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.traveltour-header-container-inner {
    position: relative
}

.traveltour-header-style-plain {
    position: relative;
    border-bottom-style: solid
}

.traveltour-header-style-plain .traveltour-navigation {
    line-height: 0
}

.traveltour-header-style-plain .traveltour-header-background {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0
}

.traveltour-header-background-transparent {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99
}

.traveltour-header-style-plain.traveltour-style-menu-right .traveltour-logo {
    float: left
}

.traveltour-header-style-plain.traveltour-style-menu-right .traveltour-navigation {
    float: right
}

.traveltour-header-style-plain.traveltour-style-menu-right .traveltour-main-menu {
    display: inline-block;
    vertical-align: top
}

.traveltour-header-style-plain.traveltour-style-menu-right .traveltour-main-menu-right-wrap {
    display: inline-block;
    line-height: 1.7;
    margin-left: 10px;
    vertical-align: top;
    margin-top: -1px
}

.traveltour-header-style-plain.traveltour-style-menu-right.traveltour-fixed-navigation .traveltour-main-menu-right-wrap {
    margin-top: -3px
}

.traveltour-header-style-plain.traveltour-style-center-logo .traveltour-logo-inner {
    margin-left: auto;
    margin-right: auto
}

.traveltour-header-style-plain.traveltour-style-center-logo .traveltour-navigation {
    text-align: center;
    position: relative
}

.traveltour-header-style-plain.traveltour-style-center-logo .traveltour-main-menu {
    display: inline-block;
    vertical-align: top
}

.traveltour-header-style-plain.traveltour-style-center-logo .traveltour-main-menu-right-wrap {
    position: absolute;
    right: 0;
    line-height: 1.7
}

.traveltour-header-style-plain.traveltour-style-center-menu .traveltour-logo {
    position: absolute
}

.traveltour-header-style-plain.traveltour-style-center-menu .traveltour-navigation {
    text-align: center
}

.traveltour-header-style-plain.traveltour-style-center-menu .traveltour-main-menu {
    display: inline-block;
    vertical-align: top
}

.traveltour-header-style-plain.traveltour-style-center-menu .traveltour-main-menu-right-wrap {
    position: absolute;
    right: 0;
    line-height: 1.7
}

.traveltour-header-style-plain.traveltour-style-splitted-menu .traveltour-logo {
    padding-top: 0;
    padding-bottom: 0
}

.traveltour-header-style-plain.traveltour-style-splitted-menu .traveltour-navigation {
    text-align: center
}

.traveltour-header-style-plain.traveltour-style-splitted-menu .traveltour-main-menu {
    display: inline-block;
    vertical-align: top
}

.traveltour-header-style-plain.traveltour-style-splitted-menu .traveltour-main-menu-right-wrap {
    position: absolute;
    right: 0;
    line-height: 1.7
}

.traveltour-header-style-plain.traveltour-style-splitted-menu .traveltour-main-menu-left-wrap {
    position: absolute;
    left: 0;
    line-height: 1.7
}

.traveltour-header-style-plain.traveltour-style-splitted-menu .traveltour-right-menu-button {
    margin-left: 0
}

.traveltour-header-style-plain.traveltour-style-splitted-menu.traveltour-fixed-navigation .traveltour-main-menu-left-wrap,.traveltour-header-style-plain.traveltour-style-splitted-menu.traveltour-fixed-navigation .traveltour-main-menu-right-wrap {
    padding-top: 8px
}

.traveltour-header-boxed-wrap {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1
}

.traveltour-header-style-boxed .traveltour-header-container-item {
    position: relative
}

.traveltour-header-style-boxed .traveltour-navigation {
    line-height: 0
}

.traveltour-header-style-boxed .traveltour-header-background {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0
}

.traveltour-header-style-boxed.traveltour-style-menu-right .traveltour-logo {
    float: left
}

.traveltour-header-style-boxed.traveltour-style-menu-right .traveltour-navigation {
    float: right
}

.traveltour-header-style-boxed.traveltour-style-menu-right .traveltour-main-menu {
    display: inline-block;
    vertical-align: top
}

.traveltour-header-style-boxed.traveltour-style-menu-right .traveltour-main-menu-right-wrap {
    display: inline-block;
    line-height: 1.7;
    margin-left: 10px;
    vertical-align: top
}

.traveltour-header-style-boxed.traveltour-style-center-menu .traveltour-logo {
    position: absolute
}

.traveltour-header-style-boxed.traveltour-style-center-menu .traveltour-navigation {
    text-align: center
}

.traveltour-header-style-boxed.traveltour-style-center-menu .traveltour-main-menu {
    display: inline-block;
    vertical-align: top
}

.traveltour-header-style-boxed.traveltour-style-center-menu .traveltour-main-menu-right-wrap {
    position: absolute;
    line-height: 1.7
}

.traveltour-header-style-boxed.traveltour-style-splitted-menu .traveltour-logo {
    padding-top: 0;
    padding-bottom: 0
}

.traveltour-header-style-boxed.traveltour-style-splitted-menu .traveltour-navigation {
    text-align: center
}

.traveltour-header-style-boxed.traveltour-style-splitted-menu .traveltour-main-menu {
    display: inline-block;
    vertical-align: top
}

.traveltour-header-style-boxed.traveltour-style-splitted-menu .traveltour-main-menu-right-wrap {
    position: absolute;
    line-height: 1.7
}

.traveltour-header-style-boxed.traveltour-style-splitted-menu .traveltour-main-menu-left-wrap {
    position: absolute;
    line-height: 1.7
}

.traveltour-header-style-boxed.traveltour-style-splitted-menu .traveltour-right-menu-button {
    margin-left: 0
}

.traveltour-header-style-bar .traveltour-logo {
    float: left
}

.traveltour-header-style-bar .traveltour-logo-right-text {
    float: right;
    text-align: right;
    font-size: 13px
}

.traveltour-header-style-bar .traveltour-header-container-inner {
    position: relative
}

.traveltour-navigation-bar-wrap {
    border-top-width: 1px;
    border-top-style: solid;
    position: relative
}

.traveltour-navigation-bar-wrap.traveltour-style-transparent {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1
}

.traveltour-navigation-bar-wrap .traveltour-navigation {
    line-height: 0;
    position: relative
}

.traveltour-navigation-bar-wrap .traveltour-navigation-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.traveltour-navigation-bar-wrap .traveltour-navigation-container {
    position: relative
}

.traveltour-navigation-bar-wrap .traveltour-main-menu {
    display: inline-block;
    vertical-align: top
}

.traveltour-navigation-bar-wrap.traveltour-style-left .traveltour-main-menu-right-wrap {
    float: right;
    line-height: 1.7;
    margin-left: 10px
}

.traveltour-navigation-bar-wrap.traveltour-style-center {
    text-align: center
}

.traveltour-navigation-bar-wrap.traveltour-style-center .traveltour-main-menu-right-wrap {
    position: absolute;
    right: 0;
    line-height: 1.7
}

.traveltour-header-style-bar.traveltour-style-center .traveltour-logo {
    float: none
}

.traveltour-header-style-bar.traveltour-style-center .traveltour-logo-inner {
    margin-left: auto;
    margin-right: auto
}

.traveltour-header-style-bar.traveltour-style-center .traveltour-logo-right-text {
    position: absolute;
    top: 0;
    right: 0
}

.traveltour-header-side-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 99
}

.traveltour-header-side-nav.traveltour-allow-slide {
    position: absolute;
    bottom: auto
}

.traveltour-header-side-nav.traveltour-fix-bottom {
    position: fixed;
    top: auto;
    bottom: 0
}

.traveltour-header-side-nav.traveltour-fix-top {
    position: fixed
}

.traveltour-header-side-nav.traveltour-style-left {
    left: 0
}

.traveltour-header-side-nav.traveltour-style-right {
    right: 0
}

.traveltour-header-side-nav .traveltour-pos-bottom,.traveltour-header-side-nav.traveltour-style-middle .traveltour-pos-middle {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms
}

.traveltour-header-side-nav .traveltour-pos-bottom.traveltour-active,.traveltour-header-side-nav.traveltour-style-middle .traveltour-pos-middle.traveltour-active {
    opacity: 1;
    filter: alpha(opacity=100)
}

.traveltour-header-side-nav.traveltour-style-side .traveltour-header-social {
    padding-top: 20px;
    padding-bottom: 40px
}

.traveltour-header-side-nav.traveltour-style-side .traveltour-header-social a {
    margin-left: 25px
}

.traveltour-header-side-nav.traveltour-style-side .traveltour-header-social a:first-child {
    margin-left: 0
}

.traveltour-header-side-nav.traveltour-style-side .traveltour-main-menu-right-wrap {
    padding-top: 22px
}

.traveltour-header-side-nav.traveltour-style-side .traveltour-main-menu-search {
    float: none;
    display: inline-block;
    margin-top: 0;
    margin-left: 20px
}

.traveltour-header-side-nav.traveltour-style-side .traveltour-main-menu-cart {
    float: none;
    display: inline-block;
    margin-top: 0;
    margin-left: 0
}

.traveltour-header-side-nav.traveltour-style-side .traveltour-main-menu-right-wrap>div:first-child {
    margin-left: 0
}

.traveltour-header-side-nav.traveltour-style-left .sf-vertical ul.sub-menu {
    text-align: left;
    margin-left: 0
}

.traveltour-header-side-nav.traveltour-style-right .sf-vertical ul.sub-menu {
    left: auto;
    right: 100%;
    text-align: right
}

.traveltour-header-side-nav.traveltour-style-right .sf-vertical ul.sub-menu li>a.sf-with-ul:after {
    content: "\f104";
    float: left;
    margin-left: 0;
    margin-right: 18px
}

.traveltour-header-style-side.traveltour-center-align .traveltour-logo-inner {
    margin-right: auto;
    margin-left: auto
}

.traveltour-header-style-side.traveltour-right-align .traveltour-logo-inner {
    margin-right: 0;
    margin-left: auto
}

.traveltour-header-side-nav.traveltour-style-side-toggle {
    text-align: center
}

.traveltour-header-side-nav.traveltour-style-side-toggle .traveltour-logo-inner {
    margin-left: auto;
    margin-right: auto
}

.traveltour-header-side-nav.traveltour-style-side-toggle .traveltour-main-menu-search,.traveltour-header-side-nav.traveltour-style-side-toggle .traveltour-main-menu-cart {
    float: none;
    margin-bottom: 8px;
    padding-left: 0;
    margin-left: 0;
    margin-top: 0
}

.traveltour-header-side-nav.traveltour-style-side-toggle .traveltour-header-icon {
    padding-bottom: 20px;
    padding-top: 30px
}

body.admin-bar .traveltour-header-side-nav {
    padding-top: 32px
}

html.mm-opened body.admin-bar .traveltour-header-side-nav {
    padding-top: 0
}

.traveltour-sticky-navigation.traveltour-style-fixed .traveltour-logo,.traveltour-sticky-navigation.traveltour-style-fixed .traveltour-navigation,.traveltour-sticky-navigation.traveltour-style-fixed .traveltour-navigation .sf-menu>li>a {
    transition: background 300ms,color 300ms,border-color 300ms,padding 200ms;
    -moz-transition: background 300ms,color 300ms,border-color 300ms,padding 200ms;
    -o-transition: background 300ms,color 300ms,border-color 300ms,padding 200ms;
    -webkit-transition: background 300ms,color 300ms,border-color 300ms,padding 200ms
}

.traveltour-sticky-navigation.traveltour-style-fixed .traveltour-navigation-top {
    transition: top 200ms;
    -moz-transition: top 200ms;
    -o-transition: top 200ms;
    -webkit-transition: top 200ms
}

.traveltour-sticky-navigation.traveltour-style-fixed.traveltour-animate-fixed-navigation .traveltour-logo-inner img {
    transition: height 200ms;
    -moz-transition: height 200ms;
    -o-transition: height 200ms;
    -webkit-transition: height 200ms
}

.traveltour-fixed-navigation .traveltour-navigation .traveltour-navigation-slide-bar {
    margin-top: -3px
}

.traveltour-fixed-navigation.traveltour-style-fixed,.traveltour-fixed-navigation.traveltour-style-slide {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1)
}

.traveltour-fixed-navigation.traveltour-style-slide .traveltour-logo-inner img {
    max-height: 35px!important;
    width: auto
}

body.traveltour-sticky-navigation-no-logo .traveltour-fixed-navigation .traveltour-logo {
    display: none
}

body.traveltour-sticky-navigation-no-logo .traveltour-mobile-header.traveltour-fixed-navigation .traveltour-logo {
    display: block
}

body.admin-bar .traveltour-fixed-navigation.traveltour-style-fixed,body.admin-bar .traveltour-fixed-navigation.traveltour-style-slide {
    margin-top: 32px
}

@media screen and (max-width: 782px) {
    body.admin-bar .traveltour-fixed-navigation.traveltour-style-slide {
        margin-top:0
    }
}

.traveltour-animate-fixed-navigation.traveltour-header-style-plain .traveltour-navigation {
    padding-top: 30px
}

.traveltour-animate-fixed-navigation.traveltour-header-style-plain .traveltour-navigation .sf-menu>li>a {
    padding-bottom: 25px;
    line-height: 20px
}

.traveltour-animate-fixed-navigation.traveltour-header-style-plain .traveltour-navigation-top {
    top: 30px
}

.traveltour-animate-fixed-navigation.traveltour-header-style-plain.traveltour-animate-logo-height .traveltour-logo-inner img {
    width: auto
}

.traveltour-animate-fixed-navigation.traveltour-header-style-plain.traveltour-style-splitted-menu .traveltour-logo {
    margin-top: -10px;
    padding-top: 0;
    padding-bottom: 0
}

.traveltour-animate-fixed-navigation.traveltour-header-style-plain.traveltour-style-splitted-menu .traveltour-navigation .sf-menu>li>a {
    padding-top: 0
}

.traveltour-animate-fixed-navigation.traveltour-header-style-plain.traveltour-style-splitted-menu .traveltour-navigation-top {
    top: 22px
}

.traveltour-animate-fixed-navigation.traveltour-header-style-plain.traveltour-style-center-logo .traveltour-logo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.traveltour-animate-fixed-navigation.traveltour-header-style-boxed .traveltour-logo {
    padding-top: 20px;
    padding-bottom: 20px
}

.traveltour-animate-fixed-navigation.traveltour-header-style-boxed .traveltour-navigation {
    padding-top: 30px
}

.traveltour-animate-fixed-navigation.traveltour-header-style-boxed .traveltour-navigation .sf-menu>li>a {
    padding-bottom: 25px;
    line-height: 20px
}

.traveltour-animate-fixed-navigation.traveltour-header-style-boxed.traveltour-animate-logo-height .traveltour-logo-inner img {
    height: 35px!important;
    width: auto
}

.traveltour-animate-fixed-navigation.traveltour-header-style-boxed.traveltour-style-splitted-menu .traveltour-logo {
    margin-top: -10px;
    padding-top: 0;
    padding-bottom: 0
}

.traveltour-animate-fixed-navigation.traveltour-header-style-boxed.traveltour-style-splitted-menu .traveltour-navigation .sf-menu>li>a {
    padding-top: 0
}

.traveltour-page-title-wrap {
    background-position: center;
    background-size: cover;
    position: relative
}

.traveltour-page-title-wrap .traveltour-page-title-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.traveltour-page-title-wrap .traveltour-page-title-container {
    position: relative
}

.traveltour-page-title-wrap .traveltour-page-title {
    text-transform: uppercase;
    letter-spacing: 2px
}

.traveltour-page-title-wrap.traveltour-style-small .traveltour-page-title {
    font-size: 37px;
    margin-bottom: 0
}

.traveltour-page-title-wrap.traveltour-style-small .traveltour-page-caption {
    font-size: 16px;
    margin-top: 13px
}

.traveltour-page-title-wrap.traveltour-style-small .traveltour-page-title-content {
    padding-top: 93px;
    padding-bottom: 87px
}

.traveltour-page-title-wrap.traveltour-style-medium .traveltour-page-title {
    font-size: 54px;
    margin-bottom: 0
}

.traveltour-page-title-wrap.traveltour-style-medium .traveltour-page-caption {
    font-size: 19px;
    margin-top: 13px
}

.traveltour-page-title-wrap.traveltour-style-medium .traveltour-page-title-content {
    padding-top: 126px;
    padding-bottom: 116px
}

.traveltour-page-title-wrap.traveltour-style-large .traveltour-page-title {
    font-size: 75px;
    margin-bottom: 0
}

.traveltour-page-title-wrap.traveltour-style-large .traveltour-page-caption {
    font-size: 25px;
    margin-top: 13px
}

.traveltour-page-title-wrap.traveltour-style-large .traveltour-page-title-content {
    padding-top: 184px;
    padding-bottom: 168px
}

.traveltour-page-title-wrap.traveltour-style-custom .traveltour-page-title {
    font-size: 37px;
    margin-bottom: 0
}

.traveltour-page-title-wrap.traveltour-style-custom .traveltour-page-caption {
    font-size: 16px;
    font-weight: 400
}

.traveltour-footer-wrapper .traveltour-footer-container {
    overflow: hidden
}

.traveltour-footer-wrapper .traveltour-widget-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 35px
}

.traveltour-footer-wrapper .traveltour-widget-title .gdlr-core-flexslider-nav {
    float: right;
    margin-left: 20px
}

.traveltour-footer-wrapper .widget {
    margin-bottom: 60px
}

.traveltour-footer-wrapper .widget:last-child {
    margin-bottom: 0
}

.traveltour-footer-wrapper.traveltour-with-column-divider .traveltour-footer-column {
    padding-bottom: 1029px;
    margin-bottom: -1020px;
    border-left: 1px;
    border-style: solid;
    border-color: inherit;
    padding-left: 30px;
    padding-right: 30px
}

.traveltour-footer-wrapper.traveltour-with-column-divider .traveltour-footer-column:first-child {
    border: none
}

.traveltour-fixed-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0
}

body.traveltour-boxed .traveltour-fixed-footer .traveltour-footer-wrapper,body.traveltour-boxed .traveltour-fixed-footer .traveltour-copyright-wrapper {
    margin-left: auto;
    margin-right: auto
}

.traveltour-footer-back-to-top-button {
    position: fixed;
    z-index: 9;
    right: 30px;
    bottom: 30px;
    font-size: 18px;
    line-height: 20px;
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 12px;
    cursor: pointer;
    opacity: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    pointer-events: none;
    transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms
}

.traveltour-footer-back-to-top-button.traveltour-scrolled {
    opacity: 1;
    pointer-events: auto
}

.traveltour-footer-wrapper {
    padding-top: 70px
}

.traveltour-copyright-wrapper.traveltour-transparent {
    background: transparent
}

.traveltour-copyright-container {
    padding-top: 38px;
    padding-bottom: 38px
}

.traveltour-copyright-text {
    text-transform: none;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px
}

.traveltour-copyright-left {
    float: left;
    font-size: 14px;
    letter-spacing: 1px
}

.traveltour-copyright-right {
    float: right;
    font-size: 14px;
    letter-spacing: 1px
}

.traveltour-copyright-divider {
    border-top-width: 1px;
    border-top-style: solid
}

.traveltour-single-article-date-wrapper {
    float: left;
    width: 60px;
    border-right-width: 1px;
    border-right-style: solid;
    line-height: 1;
    margin-top: 8px;
    margin-right: 30px;
    padding-right: 20px;
    text-align: center
}

.traveltour-single-article-date-wrapper .traveltour-single-article-date-day {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: -4px;
    letter-spacing: 1px;
    display: block
}

.traveltour-single-article-date-wrapper .traveltour-single-article-date-month {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block
}

.traveltour-single-article {
    padding-bottom: 35px
}

.traveltour-single-article .traveltour-single-article-content ul,.traveltour-single-article .traveltour-single-article-content ol {
    line-height: 2
}

.traveltour-single-article .traveltour-single-article-thumbnail {
    margin-bottom: 42px
}

.traveltour-single-article .traveltour-single-article-head {
    margin-bottom: 32px
}

.traveltour-single-article .traveltour-single-article-title {
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: .5px
}

.traveltour-single-article .traveltour-single-article-head-right {
    overflow: hidden
}

.traveltour-blog-info-wrapper .traveltour-head {
    margin-right: 13px;
    vertical-align: middle
}

.traveltour-blog-info-wrapper .traveltour-head i {
    font-size: 15px
}

.traveltour-blog-info-wrapper .traveltour-blog-info {
    display: inline-block;
    margin-right: 25px;
    font-size: 13px
}

.traveltour-blog-info-wrapper .traveltour-blog-info:last-child {
    margin-right: 0
}

.traveltour-sticky-banner {
    line-height: 1;
    display: inline-block;
    letter-spacing: .5px;
    padding: 18px 20px 17px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 22px
}

.traveltour-sticky-banner i {
    font-size: 12px;
    margin-right: 10px
}

.traveltour-single-article-thumbnail .traveltour-sticky-banner {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0
}

body.single-post .traveltour-sidebar-style-none {
    margin-left: auto;
    margin-right: auto
}

body.blog .traveltour-sidebar-style-none {
    margin-left: auto;
    margin-right: auto
}

body.blog .traveltour-single-article {
    padding-bottom: 60px
}

.traveltour-archive-taxonomy-description {
    margin-bottom: 60px
}

.traveltour-blog-aside-format .traveltour-single-article-content {
    font-size: 18px;
    font-style: italic;
    padding: 50px 60px 40px
}

.traveltour-blog-aside-format .traveltour-excerpt-read-more {
    display: none
}

.traveltour-blog-quote-format .traveltour-single-article-content {
    padding: 50px 45px 40px;
    position: relative
}

.traveltour-blog-quote-format .traveltour-blog-quote-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    opacity: .3;
    filter: alpha(opacity=30)
}

.traveltour-blog-quote-format .traveltour-blog-quote {
    float: left;
    font-size: 120px;
    margin-top: -10px;
    line-height: 1;
    margin-right: 35px;
    position: relative
}

.traveltour-blog-quote-format .traveltour-blog-content-wrap {
    overflow: hidden;
    position: relative
}

.traveltour-blog-quote-format .traveltour-blog-quote-content {
    font-size: 18px;
    font-style: italic
}

.traveltour-blog-quote-format .traveltour-blog-quote-author {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 20px;
    font-weight: 700
}

.traveltour-blog-quote-format .traveltour-blog-quote-author:before {
    content: "-";
    margin-right: 2px
}

.traveltour-blog-quote-format .traveltour-excerpt-read-more {
    display: none
}

.traveltour-blog-quote-format blockquote,.traveltour-blog-quote-format q {
    background: transparent;
    border: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px
}

.traveltour-blog-link-format .traveltour-blog-icon-link {
    font-size: 23px;
    float: left;
    margin-right: 30px;
    margin-top: 5px
}

.traveltour-blog-link-format .traveltour-blog-content-wrap {
    overflow: hidden
}

.traveltour-blog-link-format .traveltour-blog-title {
    font-size: 20px;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 9px
}

.traveltour-blog-link-format .traveltour-blog-content {
    font-size: 14px;
    margin-bottom: 0
}

.traveltour-blog-link-format .traveltour-excerpt-read-more {
    display: none
}

.traveltour-single-social-share {
    padding-top: 10px;
    padding-bottom: 48px
}

.traveltour-single-author {
    text-align: center;
    margin-bottom: 55px;
    margin-top: 41px;
    border-top-width: 1px;
    border-top-style: solid
}

.traveltour-single-author .traveltour-single-author-wrap {
    max-width: 80%;
    margin: -41px auto 0
}

.traveltour-single-author .traveltour-single-author-avartar {
    max-width: 80px;
    margin: 0 auto 37px;
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.traveltour-single-author .traveltour-single-author-caption {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 9px;
    letter-spacing: .5px
}

.traveltour-single-author .traveltour-single-author-title {
    font-size: 26px;
    margin-bottom: 22px
}

.traveltour-single-nav-area {
    border-top: 1px;
    border-bottom: 1px;
    border-style: solid;
    padding: 33px 0;
    margin-bottom: 55px
}

.traveltour-single-nav i {
    font-size: 25px
}

.traveltour-single-nav .traveltour-text {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px
}

.traveltour-single-nav-left {
    float: left
}

.traveltour-single-nav-left i {
    margin-right: 15px;
    vertical-align: middle
}

.traveltour-single-nav-right {
    float: right
}

.traveltour-single-nav-right i {
    margin-left: 15px;
    vertical-align: middle
}

.traveltour-comments-area .traveltour-comments-title {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 55px
}

.traveltour-comments-area ol.comment-list {
    list-style: none;
    margin-bottom: 55px;
    margin-left: 0
}

.traveltour-comments-area ol.comment-list ol {
    margin-left: 50px;
    list-style: none
}

.traveltour-comments-area .comment-article {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.traveltour-comments-area .comment-avatar {
    max-width: 80px;
    margin-right: 35px;
    float: left;
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.traveltour-comments-area .comment-avatar img {
    display: block
}

.traveltour-comments-area .comment-meta {
    position: relative;
    margin-bottom: 20px
}

.traveltour-comments-area .comment-author {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 5px
}

.traveltour-comments-area .comment-body {
    overflow: hidden
}

.traveltour-comments-area .comment-time {
    font-size: 14px;
    font-style: italic
}

.traveltour-comments-area .comment-reply {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;
    position: absolute;
    right: 0;
    top: 4px
}

.traveltour-comments-area .comment-respond {
    padding: 60px 55px 40px;
    margin-bottom: 55px
}

.traveltour-comments-area ol.comment-list .comment-respond {
    margin-top: 55px
}

.traveltour-comments-area .comment-reply-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 40px
}

.traveltour-comments-area .comment-reply-title small {
    margin-left: 10px
}

.traveltour-comments-area textarea {
    width: 100%;
    padding: 18px 22px;
    font-size: 15px;
    display: block;
    border-width: 1px 1px 2px 1px;
    border-style: solid;
    margin: 0;
    margin-bottom: 14px
}

.traveltour-comments-area input[type="text"] {
    width: 100%;
    display: block;
    border-width: 1px 1px 2px 1px;
    border-style: solid;
    padding: 16px 22px;
    margin-bottom: 14px
}

.traveltour-comments-area input[type="text"]:focus,.traveltour-comments-area textarea:focus {
    outline: none
}

.traveltour-comments-area .traveltour-comment-form-author {
    width: 50%;
    padding-right: 7px;
    float: left
}

.traveltour-comments-area .traveltour-comment-form-email {
    width: 50%;
    padding-left: 7px;
    float: left
}

.traveltour-comments-area .form-submit {
    text-align: center;
    padding-top: 14px
}

.traveltour-blog-title-wrap {
    background-position: center;
    position: relative;
    background-size: cover;
    overflow: hidden
}

.traveltour-blog-title-wrap .traveltour-blog-title-container {
    position: relative
}

.traveltour-blog-title-wrap .traveltour-blog-title-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.traveltour-blog-title-wrap.traveltour-feature-image .traveltour-blog-title-top-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 450px;
    opacity: 1;
    background: url(../../../themes/traveltour/images/blog-title-top-gradient.png) center top repeat-x
}

.traveltour-blog-title-wrap.traveltour-feature-image .traveltour-blog-title-bottom-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 400px;
    opacity: 1;
    background: url(../../../themes/traveltour/images/blog-title-gradient.png) center bottom repeat-x
}

.traveltour-blog-title-wrap.traveltour-style-small .traveltour-blog-title-content {
    padding-top: 93px;
    padding-bottom: 87px
}

.traveltour-blog-title-wrap.traveltour-style-large .traveltour-blog-title-content {
    padding-top: 184px;
    padding-bottom: 168px
}

.traveltour-blog-title-wrap .traveltour-single-article-title {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 7px;
    letter-spacing: .5px
}

.traveltour-blog-title-wrap .traveltour-single-article-head-right {
    overflow: hidden
}

.traveltour-blog-title-wrap .traveltour-single-article-date-wrapper {
    margin-top: 11px
}

.traveltour-not-found-wrap {
    text-align: center;
    position: relative
}

.traveltour-not-found-wrap .traveltour-not-found-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .27;
    filter: alpha(opacity=27);
    background-position: center;
    background-size: cover;
    background-image: url(../../../themes/traveltour/images/404-background.jpg)
}

.traveltour-not-found-wrap .traveltour-not-found-content {
    position: relative;
    padding: 60px 0 65px
}

.traveltour-not-found-wrap .traveltour-not-found-head {
    font-size: 150px;
    line-height: 1;
    margin-bottom: 40px
}

.traveltour-not-found-wrap .traveltour-not-found-title {
    font-size: 35px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 14px
}

.traveltour-not-found-wrap .traveltour-not-found-caption {
    font-size: 18px
}

.traveltour-not-found-wrap .traveltour-not-found-back-to-home a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.traveltour-not-found-wrap form.search-form {
    max-width: 430px;
    margin: 58px auto 0;
    position: relative;
    margin-bottom: 13px
}

.traveltour-not-found-wrap form.search-form input.search-field {
    font-size: 15px;
    width: 100%;
    border: none;
    padding: 22px 60px 22px 25px;
    height: 64px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.traveltour-not-found-wrap form.search-form input.search-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 64px;
    height: 64px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.traveltour-not-found-wrap form.search-form .traveltour-top-search-submit {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    font-size: 18px
}

body.search .traveltour-not-found-wrap .traveltour-not-found-head {
    font-size: 100px;
    text-transform: uppercase;
    margin-bottom: 18px
}

body.search .traveltour-not-found-wrap form.search-form {
    margin-top: 50px
}

body.search .traveltour-not-found-wrap {
    background-color: #bd584e
}

body.search .traveltour-not-found-wrap .traveltour-not-found-caption {
    color: #ffe6e4
}

.traveltour-sidebar-area .traveltour-widget {
    margin-bottom: 50px
}

.traveltour-sidebar-area .traveltour-widget-title {
    font-size: 16px;
    text-transform: none;
    font-weight: 700;
    letter-spacing: 0;
    position: relative;
    margin-bottom: 28px;
    overflow: hidden
}

.traveltour-sidebar-area .traveltour-widget-title .gdlr-core-flexslider-nav {
    float: right;
    margin-left: 20px
}

.traveltour-sidebar-area .traveltour-widget-head-text {
    display: block;
    float: left;
    margin-right: 28px
}

.traveltour-sidebar-area .traveltour-widget-head-divider {
    display: block;
    border-top-width: 1px;
    border-top-style: solid;
    overflow: hidden;
    margin-top: 6px
}

.widget_rss .rss-widget-icon {
    margin-right: 10px;
    margin-top: -3px
}

.widget_product_categories ul,.widget_archive ul,.widget_categories ul,.widget_nav_menu ul,.widget_meta ul,.widget_pages ul,.widget_recent_comments ul,.widget_recent_entries ul,.widget_rss ul {
    position: relative;
    list-style: none;
    margin-left: 0
}

.widget_product_categories ul li,.widget_archive ul li,.widget_categories ul li,.widget_nav_menu ul li,.widget_meta ul li,.widget_pages ul li,.widget_recent_comments ul li,.widget_recent_entries ul li,.widget_rss ul li {
    font-size: 14px;
    margin-bottom: 13px;
    padding-left: 0;
    margin-top: 13px;
    line-height: 20px;
    padding-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.widget_product_categories ul ul,.widget_archive ul ul,.widget_categories ul ul,.widget_nav_menu ul ul,.widget_meta ul ul,.widget_pages ul ul,.widget_recent_comments ul ul,.widget_recent_entries ul ul,.widget_rss ul ul {
    margin-top: 20px;
    margin-bottom: 0
}

.widget_product_categories ul ul li,.widget_archive ul ul li,.widget_categories ul ul li,.widget_nav_menu ul ul li,.widget_meta ul ul li,.widget_pages ul ul li:last-child,.widget_recent_comments ul ul li,.widget_recent_entries ul ul li,.widget_rss ul ul li {
    border-top-width: 1px;
    border-top-style: solid;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    padding-top: 15px;
    margin-top: 15px
}

.widget_search form {
    display: block;
    position: relative
}

.widget_search form:after {
    content: "\f002";
    font-family: "fontAwesome";
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px
}

.widget_search label .screen-reader-text {
    display: none
}

.widget_search .search-form input.search-field {
    font-size: 13px;
    line-height: 17px;
    height: 51px;
    border-width: 1px;
    border-style: solid;
    width: 100%;
    padding: 16px 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.widget_search input.search-field:focus {
    outline: none
}

.widget_search input.search-submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 51px;
    padding: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tagcloud {
    zoom:1}

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

.tagcloud a {
    font-size: 12px!important;
    text-transform: none;
    font-weight: 500;
    float: left;
    padding: 10px 18px 10px;
    border-width: 1px;
    border-style: solid;
    margin-right: 10px;
    margin-bottom: 10px
}

.widget_calendar table {
    width: 100%;
    margin-bottom: 0
}

.widget_calendar table thead th {
    font-size: 13px;
    font-weight: 700;
    padding: 10px 0
}

.widget_calendar table tbody td {
    text-align: center;
    padding: 10px 0
}

.widget_calendar table tfoot td {
    text-align: center;
    padding: 10px 0
}

.widget_calendar caption {
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px
}

table {
    width: 100%;
    text-align: center;
    border-spacing: 2px;
    border-collapse: separate;
    margin-bottom: 20px
}

table tr td {
    padding: 15px 0
}

table tr th {
    padding: 13px 0;
    font-size: 16px;
    font-weight: 400
}

body.traveltour-boxed .gdlr-core-column-extend-left .gdlr-core-pbf-background-wrap {
    margin-left: -50px
}

body.traveltour-boxed .gdlr-core-column-extend-right .gdlr-core-pbf-background-wrap {
    margin-right: -50px
}

.traveltour-mobile-header-wrap {
    display: none
}

.traveltour-mobile-header-wrap .traveltour-main-menu-search {
    margin-top: -3px
}

.traveltour-mobile-header-wrap .traveltour-mobile-menu {
    margin-left: 20px
}

.traveltour-mobile-header {
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 9999;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1)
}

.traveltour-mobile-header.traveltour-fixed-navigation {
    display: none
}

.traveltour-mobile-header .traveltour-mobile-header-container {
    position: relative
}

.traveltour-mobile-header .traveltour-logo {
    padding: 0 15px
}

.traveltour-mobile-header .traveltour-logo-inner {
    line-height: 45px;
    margin-right: 180px
}

.traveltour-mobile-header .traveltour-logo-inner img {
    vertical-align: middle;
    width: auto
}

@media only screen and (max-width: 1140px) {
    html .widget_product_search input[type="search"]#woocommerce-product-search-field {
        width:100%;
        margin-bottom: 10px
    }

    body .traveltour-navigation .sf-menu>li {
        padding-left: 12px;
        padding-right: 12px
    }
}

@media only screen and (max-width: 999px) {
    body {
        width:100%;
        overflow-x: hidden
    }

    body.traveltour-boxed div.traveltour-body-wrapper {
        margin-top: 0;
        margin-bottom: 0
    }

    .traveltour-bullet-anchor {
        display: none
    }

    .traveltour-top-bar {
        display: none
    }

    .traveltour-header-wrap.traveltour-header-style-plain,.traveltour-header-wrap.traveltour-header-style-bar,.traveltour-navigation-bar-wrap,.traveltour-header-background-transparent,.traveltour-header-boxed-wrap,.traveltour-header-side-nav,.traveltour-header-transparent-substitute,.traveltour-sticky-navigation {
        display: none!important
    }

    .traveltour-mobile-header-wrap {
        display: block
    }

    .traveltour-mobile-header-wrap .traveltour-top-bar {
        display: block
    }

    .traveltour-mobile-header-wrap .traveltour-top-bar {
        font-size: 13px
    }

    .traveltour-mobile-header-wrap .traveltour-top-bar-left,.traveltour-mobile-header-wrap .traveltour-top-bar-right {
        padding-top: 0;
        padding-bottom: 0
    }

    .traveltour-mobile-header.traveltour-fixed-navigation {
        display: block
    }

    .traveltour-sticky-menu-placeholder {
        display: none!important
    }

    body .traveltour-header-side-content.traveltour-style-left {
        margin-left: 0
    }

    body .traveltour-header-side-content.traveltour-style-right {
        margin-right: 0
    }

    body.single-product.woocommerce div.product form.cart {
        float: none;
        margin-bottom: 30px;
        width: auto;
        margin-right: 0
    }

    body.single-product.woocommerce div.product .product_meta {
        margin-top: 0
    }
}

@media only screen and (max-width: 767px) {
    body.traveltour-body-front .traveltour-container {
        max-width:500px;
        padding-left: 15px;
        padding-right: 15px
    }

    body.traveltour-body-front .gdlr-core-container {
        max-width: 500px;
        padding-left: 15px;
        padding-right: 15px
    }

    .traveltour-column-10,.traveltour-column-12,.traveltour-column-15,.traveltour-column-20,.traveltour-column-24,.traveltour-column-30,.traveltour-column-36,.traveltour-column-40,.traveltour-column-45,.traveltour-column-48,.traveltour-column-50,.traveltour-column-60 {
        width: 100%
    }

    .travel-tour-hide-on-mobile {
        display: none
    }

    .traveltour-top-bar-right-text {
        display: block;
        float: none;
        margin-bottom: 10px
    }

    .traveltour-mobile-header-wrap .traveltour-top-bar-left,.traveltour-mobile-header-wrap .traveltour-top-bar-right {
        float: none;
        text-align: center;
        margin-bottom: 0;
        font-size: 11px;
        padding-left: 0;
        padding-right: 0
    }

    .traveltour-top-bar-right .tourmaster-user-top-bar {
        float: none;
        display: inline-block;
        margin-left: 15px;
        margin-right: 15px
    }

    .traveltour-top-bar-right .tourmaster-user-top-bar-nav {
        right: 0;
        left: 0;
        margin: 0 auto
    }

    .traveltour-top-bar-right-social {
        float: none;
        display: inline-block;
        margin-left: 15px;
        margin-right: 15px
    }

    .traveltour-body .traveltour-top-bar a:first-child {
        margin-left: 0
    }

    .traveltour-page-title-wrap .traveltour-page-title-content {
        padding-top: 60px!important;
        padding-bottom: 50px!important
    }

    .traveltour-blog-title-wrap .traveltour-blog-title-content {
        padding-top: 60px!important;
        padding-bottom: 50px!important
    }

    .traveltour-single-article-date-wrapper {
        display: none
    }

    .traveltour-overlay-menu-content ul.menu>li {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .traveltour-overlay-menu-content ul.menu {
        padding-top: 120px;
        padding-bottom: 100px;
        max-width: 80%
    }

    .traveltour-overlay-menu-content .traveltour-overlay-menu-close {
        top: 35px
    }

    body.admin-bar .traveltour-overlay-menu-content {
        margin-top: 0
    }

    .traveltour-comments-area .comment-respond {
        padding: 45px 30px
    }

    .traveltour-comments-area .traveltour-comment-form-author {
        width: 100%;
        padding-right: 0
    }

    .traveltour-comments-area .traveltour-comment-form-email {
        width: 100%;
        padding-left: 0
    }

    .traveltour-comments-area .comment-avatar {
        float: none;
        margin-right: 0;
        margin-bottom: 30px
    }

    .traveltour-comments-area ol.comment-list ol {
        margin-left: 10px
    }

    .traveltour-footer-wrapper.traveltour-with-column-divider .traveltour-footer-column {
        padding: 0 15px;
        margin-bottom: 60px;
        border: none
    }

    .traveltour-footer-wrapper.traveltour-with-column-divider .traveltour-footer-column:last-child {
        margin-bottom: 20px
    }

    .traveltour-fixed-footer-placeholder {
        display: none
    }

    .traveltour-fixed-footer {
        position: static
    }

    .traveltour-copyright-left,.traveltour-copyright-right {
        float: none;
        text-align: center
    }

    body .woocommerce .col2-set,.woocommerce-page .col2-set {
        width: 100%;
        float: none;
        margin-right: 0%
    }

    body div#order_review {
        width: 100%
    }

    .traveltour-footer-column {
        margin-bottom: 50px
    }

    .traveltour-footer-column:last-child {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 419px) {
    body {
        min-width:320px
    }

    .traveltour-top-search-wrap input.search-field {
        font-size: 30px;
        padding-right: 90px
    }

    .traveltour-top-search-wrap .traveltour-top-search-submit {
        right: 48px;
        font-size: 24px;
        margin-top: -2px
    }

    .traveltour-top-search-wrap input.search-submit {
        right: 48px
    }

    .traveltour-top-search-wrap .traveltour-top-search-close {
        font-size: 40px
    }

    .traveltour-top-search-wrap input.search-field {
        padding-bottom: 10px
    }
}

ul.sf-menu>.menu-item-language img.iclflag {
    vertical-align: baseline;
    margin-right: 10px
}

ul.sf-menu>.menu-item-language ul.submenu-languages {
    display: none;
    position: absolute;
    z-index: 99;
    list-style: none;
    margin: 0 0 0 -15px
}

ul.sf-menu>.menu-item-language li {
    padding: 1px 11px
}

ul.sf-menu>.menu-item-language li a {
    padding: 6px 12px;
    display: block
}

ul.sf-menu>.menu-item-language li:first-child {
    padding-top: 12px
}

ul.sf-menu>.menu-item-language li:last-child {
    padding-bottom: 12px
}

.traveltour-custom-wpml-flag {
    margin-right: 26px
}

.traveltour-custom-wpml-flag .traveltour-custom-wpml-flag-item {
    margin-left: 20px
}

.traveltour-custom-wpml-flag .traveltour-custom-wpml-flag-item:first-child {
    margin-left: 0
}

.traveltour-dropdown-wpml-flag {
    position: relative;
    padding-top: 19px;
    padding-bottom: 19px
}

.traveltour-dropdown-wpml-flag .traveltour-dropdown-wpml-flag-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -27px;
    right: 0
}

.traveltour-dropdown-wpml-flag .traveltour-dropdown-wpml-list {
    position: absolute;
    right: -18px;
    text-align: right;
    min-width: 120px;
    top: 100%;
    z-index: 99;
    padding: 10px 18px;
    display: none
}

.traveltour-dropdown-wpml-flag .traveltour-dropdown-wpml-item {
    display: block;
    white-space: nowrap;
    margin-bottom: 8px
}

.traveltour-dropdown-wpml-flag .traveltour-dropdown-wpml-item:last-child {
    margin-bottom: 0
}

.traveltour-dropdown-wpml-flag .traveltour-dropdown-wpml-current-language {
    position: relative
}

.traveltour-dropdown-wpml-current-language:after {
    content: "\f0d7";
    font-family: fontAwesome;
    margin-left: 12px;
    font-size: 12px
}

.gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-head-wrap,.traveltour-dropdown-wpml-flag .traveltour-dropdown-wpml-list {
    background: #f3f3f3
}

.traveltour-body span.wpcf7-not-valid-tip {
    font-size: 13px;
    margin-bottom: 15px
}

.traveltour-body div.wpcf7-response-output {
    font-size: 13px;
    padding: 6px 20px;
    clear: both;
    margin: 0
}

.wpcf7 input {
    font-size: 15px;
    padding: 15px 22px;
    width: 100%;
    display: block;
    outline: none;
}

.wpcf7 input[type="button"],.wpcf7 input[type="submit"],input[type="reset"] {
    width: auto
}

.wpcf7 input[type="checkbox"],.wpcf7 input[type="radio"] {
    width: auto;
    display: inline
}

.wpcf7 .wpcf7-form-control .wpcf7-list-item {
    display: block;
    margin-bottom: 5px
}

.wpcf7 textarea {
    font-size: 15px;
    padding: 18px 22px;
    height: 120px;
    width: 100%
}

figure.woocommerce-product-gallery__wrapper {
    max-width: none
}

body.woocommerce .woocommerce-error,body.woocommerce .woocommerce-info,body.woocommerce .woocommerce-message {
    padding: .7em 2em 1em 3.5em!important
}

.woocommerce .woocommerce-error,.woocommerce .woocommerce-info,.woocommerce .woocommerce-message {
    padding: .7em 2em 1em 3.5em!important
}

.woocommerce .woocommerce-error:before,.woocommerce .woocommerce-info:before,.woocommerce .woocommerce-message:before {
    top: .7em
}

.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button {
    margin-top: 5px;
    padding: 0;
    background-color: transparent
}

.woocommerce .woocommerce-error .button:hover,.woocommerce .woocommerce-info .button:hover,.woocommerce .woocommerce-message .button:hover {
    background-color: transparent
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 1.3em;
    padding-left: 1.3em
}

.woocommerce div.product form.cart .variations td.value,.woocommerce div.product form.cart .variations th.value {
    min-width: 210px
}

.woocommerce div.product form.cart .variations select {
    float: left;
    margin-top: .6em;
    margin-left: 2em
}

a.reset_variations {
    margin-right: 15px;
    margin-left: 7px
}

.woocommerce div.product form.cart .variations select {
    min-width: 59%
}

.related.products h2 {
    font-size: 23px;
    margin-bottom: 42px
}

.woocommerce table.shop_attributes th {
    background: transparent;
    padding-top: 16px;
    padding-bottom: 16px
}

.woocommerce table.shop_attributes td,.woocommerce table.shop_attributes th {
    border-bottom: 0
}

.woocommerce table.shop_attributes {
    border-top: 0
}

.single-product.woocommerce #review_form #respond p.comment-form-comment {
    margin-bottom: 25px
}

.woocommerce table.shop_table {
    border: 0
}

.woocommerce table.shop_table.shop_table_responsive.cart {
    border-spacing: 0
}

.woocommerce table.shop_table th {
    padding: 17px 12px;
    background: none
}

.woocommerce table.shop_table.shop_table_responsive.cart tr:nth-child(odd),.woocommerce table.shop_table.shop_table_responsive.cart tr:nth-child(even) {
    background-color: transparent
}

.woocommerce table.shop_table td {
    padding: 19px 20px
}

.woocommerce-cart table.cart img {
    width: 70px
}

.woocommerce td.product-name dl.variation dd,.woocommerce td.product-name dl.variation dt {
    margin-bottom: 0
}

.woocommerce a.remove {
    width: auto
}

.cart_item input.input-text.qty.text {
    padding: 15px 0 15px 10px;
    border-bottom-width: 1px
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 15px 23px 15px;
    height: 49px
}

.woocommerce .cart input.button[name="apply_coupon"] {
    height: 49px
}

.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text {
    width: 180px
}

.woocommerce .cart .button,.woocommerce .cart input.button {
    padding: 19px 20px 18px;
    border-radius: 0;
    font-size: 12px
}

.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button {
    padding: 15px 20px;
    border-radius: 0;
    font-size: 12px
}

.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit:disabled[disabled],.woocommerce a.button.disabled,.woocommerce a.button:disabled,.woocommerce a.button:disabled[disabled],.woocommerce button.button.disabled,.woocommerce button.button:disabled,.woocommerce button.button:disabled[disabled],.woocommerce input.button.disabled,.woocommerce input.button:disabled,.woocommerce input.button:disabled[disabled] {
    padding: inherit;
    opacity: inherit;
    padding-left: 23px;
    padding-right: 23px
}

.woocommerce .cart_totals h2 {
    font-size: 18px
}

.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th {
    border-top: 0
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    border-spacing: 0;
    margin: 0
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th {
    padding-left: 20px;
    padding-right: 20px
}

.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th {
    padding-left: 20px;
    padding-right: 20px
}

.woocommerce a.showcoupon {
    margin-left: 20px;
    color: #baf2ff
}

.woocommerce .woocommerce-billing-fields h3,.woocommerce .woocommerce-shipping-fields h3,#order_review_heading {
    font-size: 17px
}

.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea {
    padding: 13px 15px;
    border-bottom-width: 1px
}

.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1 {
    margin-bottom: 35px
}

.woocommerce .col2-set,.woocommerce-page .col2-set {
    width: 47%;
    float: left;
    margin-right: 3%
}

.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1 {
    width: 100%
}

.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2 {
    width: 100%
}

div#order_review {
    float: left;
    width: 50%
}

.woocommerce form .form-row {
    margin: 0 0 14px
}

.woocommerce form p.form-row.form-row-first {
    margin: 0
}

.select2-container .select2-choice {
    padding: 6px 1px 6px 13px
}

.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last {
    width: 49%
}

.shop_table.woocommerce-checkout-review-order-table {
    border-spacing: 0
}

.woocommerce table.shop_table th {
    padding: 17px 20px 17px 20px
}

.woocommerce .cart_item td.product-total {
    padding-right: 20px;
    padding-left: 20px
}

.woocommerce .cart_item td.product-name {
    padding-left: 20px
}

.woocommerce table.shop_table td {
    padding-right: 20px
}

.checkout_coupon .form-row.form-row-last {
    margin-bottom: 0
}

table tr.cart_item {
    background: transparent
}

.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea {
    font-size: 13px
}

html .woocommerce a.remove {
    border-radius: 100%;
    color: #333!important
}

.woocommerce-checkout table tr.cart_item {
    background: transparent
}

li.woocommerce-MyAccount-navigation-link {
    padding: 13px 0;
    padding-bottom: 13px;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 28%
}

li.woocommerce-MyAccount-navigation-link.is-active {
    font-weight: 600
}

header.woocommerce-Address-title.title h3 {
    font-size: 18px
}

.woocommerce-Address address {
    padding: 25px
}

.u-columns.woocommerce-Addresses.col2-set.addresses {
    width: 100%;
    margin-bottom: 40px
}

.woocommerce-account .woocommerce-MyAccount-content {
    padding: 31px
}

.woocommerce-Address address,.woocommerce-account .woocommerce-MyAccount-content {
    background: #f5f5f5
}

body.single-product .traveltour-header-background-transparent .traveltour-top-bar-background,body.single-product .traveltour-header-background-transparent .traveltour-header-background {
    opacity: 1
}

.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt {
    margin-bottom: 0em
}

.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl {
    padding-left: 0;
    border-left: 0
}

.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li {
    margin-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 15px
}

.woocommerce .widget_shopping_cart .cart_list li:last-child,.woocommerce.widget_shopping_cart .cart_list li:last-child {
    margin-bottom: 15px
}

.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total {
    border-top: 0;
    font-size: 17px
}

.widget_shopping_cart_content .total span.woocommerce-Price-amount.amount {
    margin-left: 5px
}

.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img {
    width: 47px
}

.widget_shopping_cart a.button.wc-forward {
    padding: 19px 28px;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    float: left;
    font-size: 14px;
    padding: 16px 26px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.price_slider_amount .price_label {
    margin-top: 24px;
    font-size: 17px;
    font-weight: 700
}

.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li {
    padding: 15px 0;
    border-bottom-style: solid;
    border-bottom-width: 1px
}

.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li {
    padding: 15px 0;
    margin: 0;
    list-style: none;
    border-bottom-style: solid;
    border-bottom-width: 1px
}

html ul.cart_list li a,html .woocommerce ul.product_list_widget li a {
    font-weight: 400
}

html .woocommerce ul.cart_list li a,html .woocommerce ul.product_list_widget li a {
    font-weight: 400
}

html .woocommerce ul.cart_list li .star-rating {
    float: left;
    margin-top: 10px
}

html .woocommerce ul.product_list_widget li .star-rating {
    float: left;
    margin-top: 3px;
    margin-right: 10px
}

html .woocommerce ul.product_list_widget li del {
    margin-right: 10px
}

html .product_list_widget span.reviewer {
    margin-top: 4px;
    margin-left: 12px;
    float: left
}

html .widget_product_search label.screen-reader-text {
    display: none
}

html .widget_product_search input[type="submit"] {
    height: 47px
}

html .widget_product_search input#woocommerce-product-search-field {
    height: 47px;
    padding: 14px 12px;
    border-bottom-width: 1px;
    width: 62%;
    font-size: 13px
}

.widget.woocommerce ul.cart_list li:first-child,.widget.woocommerce ul.product_list_widget li:first-child {
    padding-top: 0
}

.woocommerce .woocommerce-message:before {
    color: #fff
}

.woocommerce .woocommerce-error {
    background-color: #bd584e;
    border-top: 3px solid #bd584e;
    color: #fff
}

.woocommerce .woocommerce-info {
    background-color: #46a5ca;
    border-top: 3px solid #46a5ca;
    color: #fff
}

.woocommerce .woocommerce-message {
    background-color: #46ca7b;
    border-top: 3px solid #46ca7b;
    color: #fff
}

.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button {
    color: #fff
}

.single-product.woocommerce div.product .quantity .qty {
    background: #f3f3f3
}

.woocommerce .woocommerce-info:before {
    color: #fff
}

.woocommerce .woocommerce-error:before,.woocommerce .woocommerce-info:before,.woocommerce .woocommerce-message:before {
    color: #fff!important;
    top: inherit
}

html .woocommerce a.remove:hover {
    color: #afafaf!important;
    background: transparent!important
}

html .woocommerce form .form-row .required {
    color: #c5c5c5
}

html .woocommerce form .form-row.woocommerce-invalid .select2-container,html .woocommerce form .form-row.woocommerce-invalid input.input-text,html .woocommerce form .form-row.woocommerce-invalid select {
    border-color: #d4d4d4
}

html .woocommerce form .form-row.woocommerce-invalid label {
    color: #9e9e9e
}

html .woocommerce form .form-row.woocommerce-validated .select2-container,html .woocommerce form .form-row.woocommerce-validated input.input-text,html .woocommerce form .form-row.woocommerce-validated select {
    border-color: #d4d4d4
}

html .woocommerce span.onsale {
    font-size: 13px;
    font-weight: 600;
    line-height: 48px;
    width: 48px;
    padding: 2px 0 0;
    height: 48px
}

.single-product.woocommerce .traveltour-page-wrapper {
    border-top-width: 1px;
    border-top-style: solid
}

.single-product.woocommerce .woocommerce-breadcrumb {
    font-size: 14px
}

.single-product.woocommerce .product_title {
    font-size: 40px;
    margin-bottom: 2px
}

.single-product.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 2px
}

.single-product.woocommerce div.product .star-rating {
    font-size: 14px;
    padding-right: 15px;
    box-sizing: content-box;
    margin-right: 10px
}

.single-product.woocommerce div.product .star-rating:before,.single-product.woocommerce div.product .star-rating span:before {
    letter-spacing: 3px
}

.single-product.woocommerce div.product .woocommerce-review-link {
    font-size: 13px
}

.single-product.woocommerce div.product p.price {
    padding-top: 27px;
    margin-bottom: 28px
}

.single-product.woocommerce div.product p.price ins {
    text-decoration: none
}

.single-product.woocommerce div.product p.price .woocommerce-Price-amount {
    font-size: 26px;
    font-weight: 700
}

.single-product.woocommerce div.product p.price del .woocommerce-Price-amount {
    font-size: 23px;
    margin-right: 9px
}

.single-product.woocommerce div.product span.onsale {
    position: static;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle
}

.single-product.woocommerce div.product .quantity .qty {
    height: 60px;
    font-size: 16px;
    width: 75px;
    padding-left: 15px;
    border: none
}

.single-product.woocommerce div.product form.cart {
    margin: 25px 30px 55px 0;
    float: left
}

.single-product.woocommerce div.product form.cart.variations_form {
    width: 300px
}

.single-product.woocommerce div.product form.cart .button {
    font-size: 13px;
    height: 60px;
    text-transform: uppercase;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 10px 30px
}

.single-product.woocommerce div.product .product_meta {
    margin-top: 50px
}

.single-product.woocommerce div.product .product_meta {
    overflow: hidden;
    padding-top: 5px
}

.single-product.woocommerce div.product .product_meta>span {
    display: block;
    font-size: 13px;
    margin-bottom: 5px
}

.single-product.woocommerce div.product .product_meta>span .traveltour-head {
    font-weight: 600
}

.single-product.woocommerce div.product .woocommerce-variation-add-to-cart-disabled {
    display: none
}

.single-product.woocommerce div.product .traveltour-woocommerce-social-share {
    clear: both;
    padding-top: 15px;
    margin-top: 50px;
    border-top-width: 2px;
    border-top-style: solid
}

.single-product.woocommerce div.product .gdlr-core-social-share-item a {
    font-size: 14px
}

.single-product.woocommerce div.product .traveltour-woocommerce-tab {
    clear: both;
    padding-top: 60px;
    margin-bottom: 50px
}

.single-product.woocommerce div.product .traveltour-woocommerce-tab .gdlr-core-tab-item-title {
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
    padding-bottom: 18px
}

.single-product.woocommerce div.product .traveltour-woocommerce-tab .gdlr-core-tab-item-title-line {
    border-bottom-width: 1px;
    bottom: -1px
}

.single-product.woocommerce div.product .traveltour-woocommerce-tab .gdlr-core-tab-item-title-wrap {
    border-bottom-width: 1px
}

.single-product.woocommerce div.product .traveltour-woocommerce-tab .gdlr-core-tab-item-content {
    max-width: 900px;
    margin: 0 auto
}

.single-product.woocommerce .woocommerce-Reviews-title {
    display: none
}

.single-product.woocommerce #reviews {
    padding-top: 43px
}

.single-product.woocommerce #reviews .comment-respond {
    text-align: left
}

.single-product.woocommerce #reviews #comments ol.commentlist li img.avatar {
    border: none;
    width: 85px;
    position: static;
    padding: 0;
    border-radius: 50%;
    margin-right: 30px
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text {
    overflow: hidden;
    margin-left: 0;
    padding: 0;
    border: none;
    text-align: left
}

.single-product.woocommerce #reviews #comments ol.commentlist li {
    padding: 39px 49px;
    margin-bottom: 30px
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    margin-bottom: 18px
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong[itemprop="author"] {
    display: block;
    font-size: 17px;
    text-transform: capitalize
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time[itemprop="datePublished"] {
    display: block;
    font-size: 15px
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
    float: none;
    margin-top: 24px
}

.single-product.woocommerce #reviews #review_form_wrapper {
    padding-top: 35px
}

.single-product.woocommerce #reviews .comment-reply-title {
    font-size: 22px;
    margin-bottom: 30px
}

.single-product.woocommerce #review_form #respond label {
    font-size: 15px;
    font-weight: 600
}

.single-product.woocommerce #review_form #respond p {
    margin-bottom: 30px
}

.single-product.woocommerce #review_form #respond label[for="rating"] {
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle
}

.single-product.woocommerce #review_form #respond p.stars {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 19px;
    line-height: 1
}

.single-product.woocommerce #review_form #respond p.stars a {
    margin-right: 5px
}

.single-product.woocommerce #review_form #respond input[type="text"],.single-product.woocommerce #review_form #respond input[type="email"] {
    display: block;
    margin-top: 20px;
    border-bottom-width: 1px;
    width: 100%;
    height: 55px
}

.single-product.woocommerce #review_form #respond textarea {
    display: block;
    margin-top: 20px;
    border-bottom-width: 1px;
    width: 100%;
    height: 150px
}

.single-product.woocommerce #review_form #respond .form-submit input {
    font-size: 13px;
    height: 58px;
    text-transform: uppercase;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 10px 38px
}

.woocommerce.single-product .related.products {
    clear: left
}

.mm-menu,.mm-panels,.mm-panels>.mm-panel {
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    box-sizing: border-box
}

.mm-btn,.mm-menu {
    box-sizing: border-box
}

.mm-listview a,.mm-listview a:hover,.mm-navbar a,.mm-navbar a:hover {
    text-decoration: none
}

.mm-hidden {
    display: none!important
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-menu {
    display: block;
    padding: 0;
    position: absolute
}

.mm-panels,.mm-panels>.mm-panel {
    background: inherit;
    border-color: inherit;
    position: absolute
}

.mm-btn,.mm-panel.mm-highest {
    z-index: 1
}

.mm-panels {
    overflow: hidden
}

.mm-panel {
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.mm-panel.mm-opened {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%,0,0);
    transform: translate3d(-30%,0,0)
}

.mm-panels>.mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px
}

.mm-listview .mm-divider,.mm-listview>li>a,.mm-listview>li>span,.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 40px
}

.mm-vertical .mm-panel {
    -webkit-transform: none!important;
    transform: none!important
}

.mm-listview .mm-vertical .mm-panel,.mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
    border-color: transparent
}

.mm-vertical li.mm-opened>.mm-panel,li.mm-vertical.mm-opened>.mm-panel {
    display: block
}

.mm-listview>li.mm-vertical>.mm-next,.mm-vertical .mm-listview>li>.mm-next {
    height: 40px;
    bottom: auto
}

.mm-listview>li.mm-vertical>.mm-next:after,.mm-vertical .mm-listview>li>.mm-next:after {
    top: 16px;
    bottom: auto
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,.mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 19px
}

.mm-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0
}

.mm-clear:after,.mm-clear:before,.mm-close:after,.mm-close:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-clear:before,.mm-close:before {
    border-right: none;
    border-bottom: none;
    right: 18px
}

.mm-clear:after,.mm-close:after {
    border-left: none;
    border-top: none;
    right: 25px
}

.mm-arrow:after,.mm-next:after {
    content: '';
    border: 1px solid transparent;
    display: block;
    width: 6px;
    height: 6px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-prev:before {
    border-right: none;
    border-bottom: none;
    left: 0
}

.mm-arrow:after,.mm-next:after {
    border-top: none;
    border-left: none;
    right: 2px
}

.mm-navbar {
    text-align: center;
    line-height: 20px;
    height: 40px;
    margin: 0
}

.mm-navbar .mm-btn:last-child {
    text-align: right;
    padding-right: 20px;
    right: 0
}

.mm-panel .mm-navbar {
    display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block;
    margin: 0 25px 30px;
    position: relative
}

.mm-listview,.mm-listview>li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

.mm-listview {
    font: inherit;
    font-size: 14px;
    line-height: 20px
}

.mm-listview>li {
    position: relative
}

.mm-listview>li,.mm-listview>li .mm-next,.mm-listview>li .mm-next:before,.mm-listview>li:after {
    border-color: inherit
}

.mm-listview>li>a,.mm-listview>li>span {
    color: inherit;
    display: block;
    margin: 0
}

.mm-listview>li>a.mm-arrow,.mm-listview>li>span.mm-arrow {
    padding-right: 50px
}

.mm-listview .mm-next {
    background: rgba(3,2,1,0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.mm-listview .mm-next.mm-fullsubopen {
    width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: none
}

.mm-listview .mm-next.mm-fullsubopen+a,.mm-listview .mm-next.mm-fullsubopen+span {
    padding-right: 50px;
    margin-right: 0
}

.mm-listview .mm-inset {
    list-style: disc inside;
    padding: 0 10px 15px 40px;
    margin: 0
}

.mm-listview .mm-inset>li {
    padding: 5px 0
}

.mm-listview .mm-divider {
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px
}

.mm-listview .mm-spacer {
    padding-top: 40px
}

.mm-listview .mm-spacer>.mm-next {
    top: 40px
}

.mm-listview .mm-spacer.mm-divider {
    padding-top: 25px
}

.mm-page {
    box-sizing: border-box;
    position: relative
}

.mm-slideout {
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    z-index: 2
}

html.mm-opened {
    overflow-x: hidden;
    position: static
}

#mm-blocker {
    background: rgba(3,2,1,0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100
}

html.mm-blocking #mm-blocker {
    display: block
}

.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed
}

.mm-menu.mm-offcanvas.mm-current {
    display: block
}

.mm-menu {
    width: 350px
}

@media all and (max-width: 550px) {
    .mm-menu {
        width:250px
    }
}

html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(350px,0,0);
    transform: translate3d(350px,0,0)
}

@media all and (max-width: 550px) {
    html.mm-opening .mm-slideout {
        -webkit-transform:translate3d(250px,0,0);
        transform: translate3d(250px,0,0)
    }
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(.7,.7) translate3d(30%,0,0);
    transform: scale(.7,.7) translate3d(30%,0,0);
    -webkit-transform-origin: right center;
    transform-origin: right center
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(1,1) translate3d(0,0,0);
    transform: scale(1,1) translate3d(0,0,0)
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(30%,0,0);
    transform: translate3d(30%,0,0)
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.mm-menu.mm-pageshadow.mm-right:after {
    left: auto;
    right: 100%
}

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

html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-350px,0,0);
    transform: translate3d(-350px,0,0)
}

@media all and (max-width: 550px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform:translate3d(-250px,0,0);
        transform: translate3d(-250px,0,0)
    }
}

.mm-menu.mm-front.mm-right,.mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

html.mm-pagedim #mm-blocker,html.mm-pagedim-black #mm-blocker,html.mm-pagedim-white #mm-blocker {
    opacity: 0
}

html.mm-pagedim-black.mm-opening #mm-blocker,html.mm-pagedim-white.mm-opening #mm-blocker,html.mm-pagedim.mm-opening #mm-blocker {
    opacity: .3;
    transition: ease .4s
}

html.mm-pagedim #mm-blocker {
    background: inherit
}

html.mm-pagedim-white #mm-blocker {
    background: #fff
}

html.mm-pagedim-black #mm-blocker {
    background: #000
}

ul.mm-listview li {
    margin: 0 25px;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

ul.mm-listview li a,ul.mm-listview li span.traveltour-mm-menu-blank {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
    padding: 17px 0
}

.mm-navbar .mm-btn {
    line-height: 40px;
    font-size: 30px;
    display: block;
    text-align: left;
    left: -8px;
    padding: 0
}

.mm-navbar .mm-btn:before {
    content: "\34";
    font-family: elegantIcons
}

.mm-navbar .mmenu-custom-close {
    line-height: 40px;
    font-size: 30px;
    display: block;
    text-align: left;
    margin-left: -8px;
    cursor: pointer
}

.mm-navbar .mmenu-custom-close:after {
    content: none;
    font-family: elegantIcons
}

.mm-navbar .mm-title {
    display: none
}

.mm-navbar .mm-title:first-child {
    display: block
}

html.traveltour-mmenu-left .traveltour-sticky-navigation.traveltour-fixed-navigation,html.traveltour-mmenu-right .traveltour-sticky-navigation.traveltour-fixed-navigation {
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease
}

html.mm-opening.traveltour-mmenu-left .traveltour-sticky-navigation.traveltour-fixed-navigation {
    -webkit-transform: translate3d(350px,0,0);
    transform: translate3d(350px,0,0)
}

html.mm-opening.traveltour-mmenu-right .traveltour-sticky-navigation.traveltour-fixed-navigation {
    -webkit-transform: translate3d(-350px,0,0);
    transform: translate3d(-350px,0,0)
}

html.traveltour-mmenu-left .traveltour-mobile-header-wrap .traveltour-top-bar,html.traveltour-mmenu-left .traveltour-mobile-header,html.traveltour-mmenu-right .traveltour-mobile-header-wrap .traveltour-top-bar,html.traveltour-mmenu-right .traveltour-mobile-header {
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease
}

html.mm-opening.traveltour-mmenu-left .traveltour-mobile-header-wrap .traveltour-top-bar,html.mm-opening.traveltour-mmenu-left .traveltour-mobile-header {
    -webkit-transform: translate3d(350px,0,0);
    transform: translate3d(350px,0,0)
}

html.mm-opening.traveltour-mmenu-right .traveltour-mobile-header-wrap .traveltour-top-bar,html.mm-opening.traveltour-mmenu-right .traveltour-mobile-header {
    -webkit-transform: translate3d(-350px,0,0);
    transform: translate3d(-350px,0,0)
}

@media all and (max-width: 550px) {
    html.mm-opening.traveltour-mmenu-left .traveltour-sticky-navigation.traveltour-fixed-navigation {
        -webkit-transform:translate3d(250px,0,0);
        transform: translate3d(250px,0,0)
    }

    html.mm-opening.traveltour-mmenu-right .traveltour-sticky-navigation.traveltour-fixed-navigation {
        -webkit-transform: translate3d(-250px,0,0);
        transform: translate3d(-250px,0,0)
    }

    html.mm-opening.traveltour-mmenu-left .traveltour-mobile-header-wrap .traveltour-top-bar,html.mm-opening.traveltour-mmenu-left .traveltour-mobile-header {
        -webkit-transform: translate3d(250px,0,0);
        transform: translate3d(250px,0,0)
    }

    html.mm-opening.traveltour-mmenu-right .traveltour-mobile-header-wrap .traveltour-top-bar,html.mm-opening.traveltour-mmenu-right .traveltour-mobile-header {
        -webkit-transform: translate3d(-250px,0,0);
        transform: translate3d(-250px,0,0)
    }
}

.sf-menu {
    list-style: none;
    margin-left: 0
}

.sf-menu>li {
    float: left;
    cursor: pointer
}

.sf-menu>li>a {
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 9
}

.sf-menu>.traveltour-normal-menu ul {
    list-style: none;
    position: absolute;
    display: none;
    z-index: 99;
    min-width: 220px
}

.sf-menu>.traveltour-normal-menu ul {
    margin-left: -15px
}

.sf-menu>.traveltour-normal-menu ul ul {
    margin-left: 0
}

.sf-menu>.traveltour-normal-menu.sfHover>ul,.sf-menu>.traveltour-normal-menu.sfHover>ul:hover,.sf-menu>.traveltour-normal-menu li.sfHover>ul {
    display: block
}

.sf-menu>.traveltour-normal-menu ul ul {
    top: 0;
    left: 100%
}

.sf-menu>.traveltour-normal-menu ul ul.sub-menu-right {
    left: auto;
    right: 100%
}

.sf-menu>.traveltour-normal-menu li {
    position: relative;
    white-space: nowrap
}

.sf-menu>.traveltour-normal-menu li a {
    text-decoration: none
}

.sf-menu>.traveltour-normal-menu li>a.sf-with-ul-pre:after {
    content: '>'
}

.sf-menu>.traveltour-mega-menu .sf-mega {
    position: absolute;
    display: none;
    z-index: 99
}

.sf-menu>.traveltour-mega-menu.sfHover .sf-mega,.sf-menu>.traveltour-mega-menu.sfHover .sf-mega:hover {
    display: block
}

.sf-menu>.traveltour-mega-menu .sf-mega-section-inner a {
    text-decoration: none
}

.sf-menu>.traveltour-mega-menu .sf-mega-section-inner ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0
}

.sf-vertical {
    list-style: none;
    margin-left: 0;
    left: 100%;
    top: 0;
    margin-bottom: 0
}

.sf-vertical li {
    position: relative
}

.sf-vertical ul.sub-menu {
    list-style: none;
    position: absolute;
    display: none;
    left: 100%;
    top: 0;
    z-index: 9;
    min-width: 190px
}

.sf-vertical ul.sub-menu li {
    white-space: nowrap
}

.traveltour-body h1,.traveltour-body h2,.traveltour-body h3,.traveltour-body h4,.traveltour-body h5,.traveltour-body h6 {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 700
}

#poststuff .gdlr-core-page-builder-body h2 {
    padding: 0;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 700
}

#poststuff .gdlr-core-page-builder-body h1 {
    padding: 0;
    font-weight: 700
}

.gdlr-core-button {
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600
}

.gdlr-core-body .gdlr-core-accordion-item-tab .gdlr-core-accordion-item-title,.gdlr-core-body .gdlr-core-toggle-box-item-tab .gdlr-core-toggle-box-item-title {
    text-transform: none;
    letter-spacing: 0
}

.gdlr-core-blog-full .gdlr-core-blog-full-head {
    margin-bottom: 22px
}

.gdlr-core-blog-full .gdlr-core-blog-title {
    margin-top: 7px;
    margin-bottom: 0
}

.gdlr-core-blog-full .gdlr-core-blog-thumbnail {
    margin-bottom: 35px
}

.gdlr-core-style-blog-full-with-frame .gdlr-core-blog-thumbnail {
    margin-bottom: 0
}

.gdlr-core-blog-modern .gdlr-core-blog-info-wrapper .gdlr-core-head i {
    font-size: 13px
}

.gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-modern-content {
    padding-bottom: 20px
}

.gdlr-core-blog-widget {
    border-top: 0;
    padding-top: 0;
    margin-bottom: 28px
}

.gdlr-core-blog-info-wrapper .gdlr-core-blog-info {
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0
}

.gdlr-core-title-item .gdlr-core-title-item-link {
    font-size: 15px;
    margin-left: 25px;
    display: inline-block
}

.gdlr-core-title-item .gdlr-core-title-item-link .gdlr-core-separator {
    margin-right: 13px
}

.gdlr-core-title-item .gdlr-core-title-item-left-icon {
    float: none;
    line-height: 1;
    margin: 0 15px 0 0;
    display: inline-block
}

.gdlr-core-title-item.gdlr-core-left-align .gdlr-core-title-item-link {
    position: static;
    display: inline-block;
    margin-top: 0;
    font-style: normal
}

.gdlr-core-block-item-title-wrap .gdlr-core-block-item-title {
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none
}

.gdlr-core-block-item-title-wrap .gdlr-core-block-item-read-more {
    font-size: 15px
}

.gdlr-core-block-item-title-wrap .gdlr-core-block-item-read-more:before {
    content: "/";
    margin-right: 13px;
    margin-left: 25px
}

.gdlr-core-block-item-title-wrap.gdlr-core-left-align .gdlr-core-separator {
    display: none
}

.gdlr-core-block-item-title-wrap.gdlr-core-center-align .gdlr-core-block-item-read-more:before {
    display: none
}

.gdlr-core-block-item-title-wrap.gdlr-core-center-align .gdlr-core-block-item-read-more:after {
    font-family: fontAwesome;
    content: "\f178";
    margin-left: 10px
}

body .gdlr-core-icon-list-item .gdlr-core-icon-list-icon-wrap {
    margin-right: 20px
}

body .gdlr-core-icon-list-item .gdlr-core-icon-list-content {
    font-weight: 500
}

body .gdlr-core-blog-content .gdlr-core-button {
    font-size: 14px;
    padding: 12px 27px
}

body .gdlr-core-blog-info-wrapper .gdlr-core-head {
    margin-top: 0;
    display: inline-block
}

.gdlr-core-style-blog-full-with-frame .gdlr-core-blog-full-frame {
    padding: 50px 50px 30px
}

body .gdlr-core-filterer-wrap.gdlr-core-style-text .gdlr-core-filterer {
    font-size: 16px;
    font-weight: 600;
    text-transform: none
}

body .gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-info {
    font-style: normal
}

body .gdlr-core-portfolio-grid .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info {
    font-style: normal
}

.gdlr-core-portfolio-slider-widget-wrap {
    padding-top: 0;
    margin-top: -10px
}

.gdlr-core-load-more-wrap.gdlr-core-js.traveltour-item-pdlr {
    margin-top: -20px
}

.gdlr-core-newsletter-item.gdlr-core-style-round .gdlr-core-newsletter-email input[type="email"] {
    padding: 10px 47px 10px 22px
}

.gdlr-core-flexslider-nav.gdlr-core-rectangle-style li.flex-nav-prev {
    margin-right: 2px
}

.gdlr-core-recent-post-widget-content span.gdlr-core-head {
    margin-right: 0
}

.gdlr-core-recent-post-widget .gdlr-core-recent-post-widget-title {
    font-size: 14px;
    font-weight: 600
}

.gdlr-core-recent-post-widget .gdlr-core-blog-info {
    font-size: 12px;
    text-transform: none;
    letter-spacing: 0
}

.traveltour-sidebar-area.gdlr-core-column-15 span.gdlr-core-blog-info.gdlr-core-blog-info-font.gdlr-core-skin-caption.gdlr-core-blog-info-author {
    display: none
}

.traveltour-sidebar-area.gdlr-core-column-15 .gdlr-core-recent-post-widget .gdlr-core-recent-post-widget-thumbnail {
    max-width: 56px
}

.traveltour-sidebar-area.gdlr-core-column-15 .gdlr-core-recent-post-widget .gdlr-core-recent-post-widget-title {
    font-size: 13px;
    margin-bottom: 4px;
    margin-top: 0
}

.traveltour-sidebar-area.gdlr-core-column-15 .gdlr-core-recent-post-widget.clearfix {
    margin-bottom: 20px
}

.traveltour-sidebar-area.gdlr-core-column-15 .traveltour-tour-widget .traveltour-thumbnail-ribbon {
    margin-bottom: 10px
}

.traveltour-sidebar-area.gdlr-core-column-15 .traveltour-tour-widget .traveltour-tour-content-info.traveltour-with-ribbon .traveltour-tour-price-wrap {
    float: left
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-position .gdlr-core-rating {
    display: block
}

@media only screen and (max-width: 767px) {
    .gdlr-core-title-item .gdlr-core-title-item-link,.gdlr-core-title-item.gdlr-core-left-align .gdlr-core-title-item-link {
        display:block;
        margin-left: 0;
        margin-top: 10px!important
    }

    .gdlr-core-title-item .gdlr-core-title-item-link .gdlr-core-separator {
        display: none
    }

    .gdlr-core-block-item-title-wrap .gdlr-core-block-item-read-more:before {
        display: none
    }

    .gdlr-core-block-item-title-wrap .gdlr-core-block-item-read-more {
        display: block;
        margin-top: 10px
    }
}

body .gdlr-core-center-align .gdlr-core-title-item-title i {
    margin-right: 0
}

body .gdlr-core-title-item .gdlr-core-title-item-title i {
    margin-right: 0
}

body .gdlr-core-block-item-title-wrap.gdlr-core-left-align .gdlr-core-separator {
    display: none
}

.gdlr-core-testimonial-item .gdlr-core-flexslider .flex-control-nav {
    margin-top: 48px
}

.tourmaster-transparent-bottom-border.tourmaster-small.tourmaster-form-field select,.tourmaster-transparent-bottom-border.tourmaster-small.tourmaster-form-field input[type="text"],.tourmaster-transparent-bottom-border.tourmaster-small.tourmaster-form-field input[type="email"],.tourmaster-transparent-bottom-border.tourmaster-small.tourmaster-form-field input[type="password"],.tourmaster-transparent-bottom-border.tourmaster-small.tourmaster-form-field textarea {
    padding: 0 0 20px;
    height: 50px
}

.tourmaster-tour-search-item.tourmaster-style-column .tourmaster-transparent-bottom-border.tourmaster-small .tourmaster-tour-search-field {
    padding-right: 25px
}

.tourmaster-form-field.tourmaster-transparent-bottom-border.tourmaster-small .tourmaster-combobox-wrap:after {
    content: "\f107";
    right: 0;
    margin-top: -19px
}

.tourmaster-tour-search-wrap .tourmaster-transparent-bottom-border.tourmaster-small .tourmaster-datepicker-wrap:after {
    content: "\f073";
    margin-top: -21px
}

.traveltour-top-bar-right-social a {
    margin-left: 21px
}

.gdlr-core-widget-list-shortcode ul {
    list-style: none;
    margin-left: 0;
    padding-bottom: 5px
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-plain li {
    margin-bottom: 9px
}

.sf-menu>.traveltour-normal-menu ul {
    margin-left: -3px
}

.tourmaster-search-style-2 .tourmaster-tour-order-filterer-wrap {
    padding-left: 28px;
    padding-bottom: 11px;
    padding-top: 14px
}

.tourmaster-tour-order-filterer-wrap .tourmaster-tour-order-filterer-style {
    margin-top: 2px;
    margin-right: 3px
}

.tourmaster-tour-search-item-style-2 .tourmaster-tour-search-item-head-title i {
    font-size: 17px
}

.tourmaster-tour-search-item-style-2 .tourmaster-type-filter-item {
    margin-bottom: 38px
}

.tourmaster-tour-search-item.tourmaster-style-full.tourmaster-tour-search-item-style-2 .tourmaster-tour-search-field {
    margin-bottom: 36px
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-frame {
    padding: 45px 40px 45px
}

.tourmaster-tour-medium .tourmaster-tour-view-more {
    padding: 14px 15px 14px
}

.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav li a i {
    font-size: 32px;
    width: auto
}

.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav li a i:after {
    background: rgba(0,0,0,.09)
}

.archive .tourmaster-tour-grid-style-2 .tourmaster-tour-title,.tourmaster-template-search .tourmaster-tour-grid-style-2 .tourmaster-tour-title {
    font-size: 17px
}

.tourmaster-tour-category-grid-3 .tourmaster-tour-category-head-animate {
    padding: 0 50px 0
}

.tourmaster-tour-item-column-4 .tourmaster-tour-grid-style-2.tourmaster-price-right-title .tourmaster-tour-title {
    padding-right: 0
}

body.traveltour-boxed .traveltour-body-wrapper {
    margin-top: 0;
    margin-bottom: 0
}

.traveltour-body-wrapper.traveltour-with-frame,body.traveltour-full .traveltour-fixed-footer {
    margin: 0
}

body.traveltour-boxed.traveltour-background-pattern .traveltour-body-outer-wrapper {
    background-image: url(https://a6e8z9v6.stackpathcdn.com/traveltour/main4/wp-content/plugins/goodlayers-core/include/images/pattern/pattern-1.png)
}

/* .traveltour-item-pdlr,.gdlr-core-item-pdlr {
    padding-left: 20px;
    padding-right: 20px
} */

.traveltour-item-rvpdlr,.gdlr-core-item-rvpdlr {
    margin-left: -20px;
    margin-right: -20px
}

.gdlr-core-metro-rvpdlr {
    margin-top: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
    margin-left: -20px
}

.traveltour-item-mglr,.gdlr-core-item-mglr,.traveltour-navigation .sf-menu>.traveltour-mega-menu .sf-mega {
    margin-left: 20px;
    margin-right: 20px
}

.traveltour-container,.gdlr-core-container,body.traveltour-boxed .traveltour-body-wrapper,body.traveltour-boxed .traveltour-fixed-footer .traveltour-footer-wrapper,body.traveltour-boxed .traveltour-fixed-footer .traveltour-copyright-wrapper {
    max-width: 1260px
}

.traveltour-body-front .gdlr-core-container,.traveltour-body-front .traveltour-container {
    padding-left: 15px;
    padding-right: 15px
}

.traveltour-body-front .traveltour-container .traveltour-container,.traveltour-body-front .traveltour-container .gdlr-core-container,.traveltour-body-front .gdlr-core-container .gdlr-core-container {
    padding-left: 0;
    padding-right: 0
}

.traveltour-top-bar-container.traveltour-top-bar-custom-container {
    max-width: 1140px
}

.traveltour-top-bar-container.traveltour-top-bar-full {
    padding-right: 20px;
    padding-left: 20px
}

.traveltour-top-bar {
    padding-top: 20px
}

.traveltour-top-bar-right>div:before {
    padding-top: 20px;
    margin-top: -20px
}

.traveltour-top-bar {
    padding-bottom: 20px
}

.traveltour-top-bar-right>div:before {
    padding-bottom: 20px;
    margin-bottom: -20px
}

.traveltour-top-bar {
    font-size: 14px
}

.traveltour-top-bar {
    border-bottom-width: 1px
}

.traveltour-header-style-plain {
    border-bottom-width: 0
}

.traveltour-header-background-transparent .traveltour-top-bar-background {
    opacity: .45
}

.traveltour-header-background-transparent .traveltour-header-background {
    opacity: .45
}

.traveltour-navigation-bar-wrap.traveltour-style-transparent .traveltour-navigation-background {
    opacity: .5
}

.traveltour-header-boxed-wrap .traveltour-top-bar-background {
    opacity: 0
}

.traveltour-header-boxed-wrap .traveltour-top-bar-background {
    margin-bottom: 0
}

.traveltour-header-style-boxed {
    margin-top: 0
}

.traveltour-header-container.traveltour-header-custom-container {
    max-width: 1140px
}

.traveltour-header-container.traveltour-header-full {
    padding-right: 26px;
    padding-left: 26px
}

.traveltour-header-boxed-wrap .traveltour-header-background {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.traveltour-header-style-boxed .traveltour-header-container-item {
    padding-left: 49px;
    padding-right: 49px
}

.traveltour-navigation-right {
    right: 49px
}

.traveltour-navigation-left {
    left: 49px
}

.traveltour-header-style-plain.traveltour-style-splitted-menu .traveltour-navigation .sf-menu>li>a {
    padding-top: 0
}

.traveltour-header-style-plain.traveltour-style-splitted-menu .traveltour-main-menu-left-wrap,.traveltour-header-style-plain.traveltour-style-splitted-menu .traveltour-main-menu-right-wrap {
    padding-top: 0
}

.traveltour-header-style-boxed.traveltour-style-splitted-menu .traveltour-navigation .sf-menu>li>a {
    padding-top: 0
}

.traveltour-header-style-boxed.traveltour-style-splitted-menu .traveltour-main-menu-left-wrap,.traveltour-header-style-boxed.traveltour-style-splitted-menu .traveltour-main-menu-right-wrap {
    padding-top: 0
}

.traveltour-navigation .sf-menu>li {
    padding-left: 18px;
    padding-right: 18px
}

.traveltour-navigation .traveltour-main-menu {
    margin-left: 0
}

.traveltour-header-side-nav {
    width: 340px
}

.traveltour-header-side-content.traveltour-style-left {
    margin-left: 340px
}

.traveltour-header-side-content.traveltour-style-right {
    margin-right: 340px
}

.traveltour-header-side-nav.traveltour-style-side {
    padding-left: 70px;
    padding-right: 70px
}

.traveltour-header-side-nav.traveltour-style-left .sf-vertical>li>ul.sub-menu {
    padding-left: 70px
}

.traveltour-header-side-nav.traveltour-style-right .sf-vertical>li>ul.sub-menu {
    padding-right: 70px
}

.traveltour-navigation .sf-vertical>li {
    padding-top: 16px;
    padding-bottom: 16px
}

.traveltour-header-style-bar .traveltour-logo-right-text {
    padding-top: 30px
}

/*.traveltour-logo {*/
    /*padding-top: 34px*/
/*}*/

/*.traveltour-logo {*/
    /*padding-bottom: 36px*/
/*}*/

.traveltour-logo-inner {
    max-width: 75px
}

.traveltour-navigation {
    padding-top: 43px
}

.traveltour-navigation-top {
    top: 43px
}

.traveltour-navigation .sf-menu>li>a {
    padding-bottom: 7px
}

.traveltour-page-title-wrap.traveltour-style-custom .traveltour-page-title-content {
    padding-top: 108px
}

.traveltour-page-title-wrap.traveltour-style-custom .traveltour-page-title-content {
    padding-bottom: 102px
}

.traveltour-page-title-wrap.traveltour-style-custom .traveltour-page-caption {
    margin-top: 13px
}

.traveltour-page-title-wrap .traveltour-page-title {
    text-transform: none
}

.traveltour-page-title-wrap.traveltour-style-custom .traveltour-page-title {
    font-size: 42px
}

.traveltour-page-title-wrap.traveltour-style-custom .traveltour-page-title {
    letter-spacing: 0
}

.traveltour-page-title-wrap.traveltour-style-custom .traveltour-page-caption {
    font-size: 16px
}

.traveltour-page-title-wrap.traveltour-style-custom .traveltour-page-caption {
    letter-spacing: 0
}

.traveltour-page-title-wrap .traveltour-page-title-overlay {
    opacity: 0
}


.traveltour-not-found-wrap .traveltour-not-found-background {
    opacity: .27
}

.traveltour-blog-title-wrap.traveltour-style-custom .traveltour-blog-title-content {
    padding-top: 93px
}

.traveltour-blog-title-wrap.traveltour-style-custom .traveltour-blog-title-content {
    padding-bottom: 87px
}

.traveltour-blog-title-wrap .traveltour-blog-title-overlay {
    opacity: 0
}

.traveltour-blog-title-wrap.traveltour-feature-image .traveltour-blog-title-top-overlay {
    height: 450px
}

.traveltour-blog-title-wrap.traveltour-feature-image .traveltour-blog-title-bottom-overlay {
    height: 400px
}

.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-icon {
    font-size: 22px
}

.traveltour-footer-wrapper {
    padding-top: 85px
}

.traveltour-footer-container {
    padding-bottom: 28px
}

.traveltour-copyright-container {
    padding-top: 38px
}

.traveltour-copyright-container {
    padding-bottom: 38px
}

.traveltour-body h1,.traveltour-body h2,.traveltour-body h3,.traveltour-body h4,.traveltour-body h5,.traveltour-body h6,.traveltour-body .traveltour-title-font,.traveltour-body .gdlr-core-title-font {
    font-family: "ArcaMajora"
}

.woocommerce-breadcrumb,.woocommerce span.onsale,.single-product.woocommerce div.product p.price .woocommerce-Price-amount,.single-product.woocommerce #review_form #respond label {
    font-family: "ArcaMajora"
}

.traveltour-navigation .sf-menu>li>a,.traveltour-navigation .sf-vertical>li>a,.traveltour-navigation-font {
    font-family: "Poppins",sans-serif
}

.traveltour-body,.traveltour-body .gdlr-core-content-font,.traveltour-body input,.traveltour-body textarea,.traveltour-body button,.traveltour-body select,.traveltour-body .traveltour-content-font,.gdlr-core-audio .mejs-container * {
    font-family: "Poppins",sans-serif
}

.traveltour-body .gdlr-core-info-font,.traveltour-body .traveltour-info-font {
    font-family: "Poppins",sans-serif
}

.traveltour-body .gdlr-core-blog-info-font,.traveltour-body .traveltour-blog-info-font {
    font-family: "Poppins",sans-serif
}

.traveltour-body .gdlr-core-quote-font {
    font-family: "ABeeZee",sans-serif
}

.traveltour-body h1 {
    font-size: 52px
}

.traveltour-body h2,#poststuff .gdlr-core-page-builder-body h2 {
    font-size: 48px
}

.traveltour-body h3 {
    font-size: 36px
}

.traveltour-body h4 {
    font-size: 28px
}

.traveltour-body h5 {
    font-size: 22px
}

.traveltour-body h6 {
    font-size: 18px
}

.traveltour-navigation .sf-menu>li>a,.traveltour-navigation .sf-vertical>li>a {
    font-size: 14px
}

.traveltour-navigation .sf-menu>li>a {
    font-weight: 600
}

.traveltour-navigation .sf-menu>li>a {
    text-transform: uppercase
}

.traveltour-body {
    font-size: 15px
}

.traveltour-body,.traveltour-body p,.traveltour-line-height,.gdlr-core-line-height {
    line-height: 1.7
}

.traveltour-sidebar-area .traveltour-widget-title {
    text-transform: uppercase
}

.traveltour-footer-wrapper .traveltour-widget-title {
    font-size: 18px
}

.traveltour-footer-wrapper .traveltour-widget-title {
    font-weight: 700
}

.traveltour-footer-wrapper .traveltour-widget-title {
    letter-spacing: 0
}

.traveltour-footer-wrapper .traveltour-widget-title {
    text-transform: none
}

.traveltour-footer-wrapper .widget_text {
    text-transform: none
}

.traveltour-copyright-text,.traveltour-copyright-left,.traveltour-copyright-right {
    font-size: 15px
}

.traveltour-copyright-text,.traveltour-copyright-left,.traveltour-copyright-right {
    font-weight: 400
}

.traveltour-copyright-text,.traveltour-copyright-left,.traveltour-copyright-right {
    letter-spacing: 0
}

.traveltour-copyright-text,.traveltour-copyright-left,.traveltour-copyright-right {
    text-transform: none;
    color: #ffffff;
}

.traveltour-page-preload {
    background-color: #fff
}

.traveltour-top-bar-background {
    background-color: #fff
}

.traveltour-body .traveltour-top-bar,.traveltour-top-bar-right>div:before {
    border-color: #e9e9e9
}

.traveltour-top-bar {
    color: #999
}

.traveltour-body .traveltour-top-bar a {
    color: #565656
}

.traveltour-body .traveltour-top-bar a:hover {
    color: #999
}

.traveltour-top-bar i {
    color: #94999f
}

.traveltour-header-background,.traveltour-sticky-menu-placeholder,.traveltour-header-style-boxed.traveltour-fixed-navigation {
    background-color: #fff
}

.traveltour-sticky-navigation.traveltour-fixed-navigation .traveltour-header-background {
    background: rgba(255,255,255,.9)
}

.traveltour-header-wrap.traveltour-header-style-plain {
    border-color: #e8e8e8
}

.traveltour-navigation-background {
    background-color: #f4f4f4
}

.traveltour-navigation-bar-wrap {
    border-color: #e8e8e8
}

.traveltour-navigation .traveltour-navigation-slide-bar {
    border-color: #e5e5e5
}

.traveltour-navigation .traveltour-navigation-slide-bar:before {
    border-bottom-color: #e5e5e5
}

.traveltour-header-side-nav.traveltour-style-side-toggle .traveltour-logo {
    background-color: #fff
}

.traveltour-main-menu-search i,.traveltour-main-menu-cart i {
    color: #2e2e2e
}

.traveltour-main-menu-cart>.traveltour-top-cart-count {
    background-color: #f97150
}

.traveltour-main-menu-cart>.traveltour-top-cart-count {
    color: #fff
}

.traveltour-top-menu-button i,.traveltour-mobile-menu-button i {
    color: #2d2d2d
}

.traveltour-mobile-button-hamburger:before,.traveltour-mobile-button-hamburger:after,.traveltour-mobile-button-hamburger span {
    background: #2d2d2d
}

.traveltour-main-menu-right .traveltour-top-menu-button,.traveltour-mobile-menu .traveltour-mobile-menu-button {
    border-color: #ddd
}

.traveltour-top-search-wrap {
    background-color: #000;
    background-color: rgba(0,0,0,.88)
}

.traveltour-top-cart-content-wrap .traveltour-top-cart-content {
    background-color: #303030
}

.traveltour-top-cart-content-wrap .traveltour-top-cart-content span,.traveltour-top-cart-content-wrap .traveltour-top-cart-content span.woocommerce-Price-amount.amount {
    color: #b5b5b5
}

.traveltour-top-cart-content-wrap .traveltour-top-cart-button,.traveltour-top-cart-content-wrap .traveltour-top-cart-button:hover {
    color: #fff
}

.traveltour-top-cart-content-wrap .traveltour-top-cart-checkout-button,.traveltour-top-cart-content-wrap .traveltour-top-cart-checkout-button:hover {
    color: #f97150
}

.traveltour-body .traveltour-breadcrumbs,.traveltour-body .traveltour-breadcrumbs a span {
    color: silver
}

.traveltour-body .traveltour-breadcrumbs span,.traveltour-body .traveltour-breadcrumbs a:hover span {
    color: #777
}

.sf-menu>li>a,.sf-vertical>li>a {
    color: #94999f
}

.sf-menu>li>a:hover,.sf-menu>li.current-menu-item>a,.sf-menu>li.current-menu-ancestor>a,.sf-vertical>li>a:hover,.sf-vertical>li.current-menu-item>a,.sf-vertical>li.current-menu-ancestor>a {
    color: #1e354c
}

.sf-menu>.traveltour-normal-menu li,.sf-menu>.traveltour-mega-menu>.sf-mega,.sf-vertical ul.sub-menu li,ul.sf-menu>.menu-item-language li {
    background-color: #262626
}

.sf-menu>li>.sub-menu a,.sf-menu>.traveltour-mega-menu>.sf-mega a,.sf-vertical ul.sub-menu li a {
    color: #bababa
}

.sf-menu>li>.sub-menu a:hover,.sf-menu>li>.sub-menu .current-menu-item>a,.sf-menu>li>.sub-menu .current-menu-ancestor>a,.sf-menu>.traveltour-mega-menu>.sf-mega a:hover,.sf-menu>.traveltour-mega-menu>.sf-mega .current-menu-item>a,.sf-vertical>li>.sub-menu a:hover,.sf-vertical>li>.sub-menu .current-menu-item>a,.sf-vertical>li>.sub-menu .current-menu-ancestor>a {
    color: #fff
}

.sf-menu>li>.sub-menu a:hover,.sf-menu>li>.sub-menu .current-menu-item>a,.sf-menu>li>.sub-menu .current-menu-ancestor>a,.sf-menu>.traveltour-mega-menu>.sf-mega a:hover,.sf-menu>.traveltour-mega-menu>.sf-mega .current-menu-item>a,.sf-vertical>li>.sub-menu a:hover,.sf-vertical>li>.sub-menu .current-menu-item>a,.sf-vertical>li>.sub-menu .current-menu-ancestor>a {
    background-color: #303030
}

.traveltour-navigation .sf-menu>.traveltour-mega-menu .sf-mega-section-inner>a {
    color: #fff
}

.traveltour-navigation .sf-menu>.traveltour-mega-menu .sf-mega-section {
    border-color: #424242
}

.mm-navbar .mm-title,.mm-navbar .mm-btn,ul.mm-listview li>a,ul.mm-listview li>span {
    color: #979797
}

ul.mm-listview li a {
    border-color: #979797
}

.mm-arrow:after,.mm-next:after,.mm-prev:before {
    border-color: #979797
}

.mm-navbar .mm-title:hover,.mm-navbar .mm-btn:hover,ul.mm-listview li a:hover,ul.mm-listview li>span:hover,ul.mm-listview li.current-menu-item>a,ul.mm-listview li.current-menu-ancestor>a,ul.mm-listview li.current-menu-ancestor>span {
    color: #fff
}

.mm-menu {
    background-color: #1f1f1f
}

ul.mm-listview li {
    border-color: #626262
}

.traveltour-overlay-menu-content {
    background-color: #000;
    background-color: rgba(0,0,0,.88)
}

.traveltour-overlay-menu-content ul.menu>li,.traveltour-overlay-menu-content ul.sub-menu ul.sub-menu {
    border-color: #424242
}

.traveltour-overlay-menu-content ul li a,.traveltour-overlay-menu-content .traveltour-overlay-menu-close {
    color: #fff
}

.traveltour-overlay-menu-content ul li a:hover {
    color: #a8a8a8
}

.traveltour-bullet-anchor a:before {
    background-color: #777
}

.traveltour-bullet-anchor a:hover,.traveltour-bullet-anchor a.current-menu-item {
    border-color: #fff
}

.traveltour-bullet-anchor a:hover:before,.traveltour-bullet-anchor a.current-menu-item:before {
    background: #fff
}

.traveltour-body .traveltour-main-menu-right-button {
    color: #333
}

.traveltour-body .traveltour-main-menu-right-button {
    border-color: #333
}

.traveltour-body .traveltour-main-menu-right-button:hover {
    color: #555
}

.traveltour-body .traveltour-main-menu-right-button:hover {
    border-color: #555
}

.traveltour-body-outer-wrapper,body.traveltour-full .traveltour-body-wrapper {
    background-color: #fff
}

body.traveltour-boxed .traveltour-body-wrapper,.gdlr-core-page-builder .gdlr-core-page-builder-body.gdlr-core-pb-livemode {
    background-color: #fff
}

.traveltour-page-title-wrap .traveltour-page-title {
    color: #fff
}

.traveltour-page-title-wrap .traveltour-page-caption {
    color: #fff
}

.traveltour-page-title-wrap .traveltour-page-caption .woocommerce-breadcrumb,.traveltour-page-title-wrap .traveltour-page-caption .woocommerce-breadcrumb a {
    color: #fff
}

.traveltour-page-title-wrap .traveltour-page-title-overlay {
    background-color: #000
}

.traveltour-body,.traveltour-body span.wpcf7-not-valid-tip {
    color: #565353
}

.traveltour-body h1,.traveltour-body h2,.traveltour-body h3,.traveltour-body h4,.traveltour-body h5,.traveltour-body h6 {
    color: #383838
}

.woocommerce table.shop_attributes th,.woocommerce table.shop_table th,.single-product.woocommerce div.product .product_meta .traveltour-head {
    color: #383838
}

.traveltour-body a {
    color: #009fd0
}

/* .traveltour-body a:hover {
    color: #009fd0
} */

.traveltour-body * {
    border-color: #e1e1e1;
}

.gdlr-core-columnize-item .gdlr-core-columnize-item-content {
    column-rule-color: #e1e1e1;
    -moz-column-rule-color: #e1e1e1;
    -webkit-column-rule-color: #e1e1e1
}

.traveltour-body input,.traveltour-body textarea {
    background-color: #fff
}

.traveltour-body input,.traveltour-body textarea {
    border-color: #d7d7d7
}

.traveltour-body input,.traveltour-body textarea {
    color: #4e4e4e
}

.traveltour-body ::-webkit-input-placeholder {
    color: #4e4e4e
}

.traveltour-body ::-moz-placeholder {
    color: #4e4e4e
}

.traveltour-body :-ms-input-placeholder {
    color: #4e4e4e
}

.traveltour-body :-moz-placeholder {
    color: #4e4e4e
}

.traveltour-not-found-wrap {
    background-color: #23618e
}

.traveltour-not-found-wrap .traveltour-not-found-head {
    color: #fff
}

.traveltour-not-found-wrap .traveltour-not-found-title {
    color: #fff
}

.traveltour-not-found-wrap .traveltour-not-found-caption {
    color: #c3e7ff
}

.traveltour-not-found-wrap form.search-form input.search-field {
    background-color: #000;
    background-color: rgba(0,0,0,.4)
}

.traveltour-not-found-wrap form.search-form input.search-field,.traveltour-not-found-wrap .traveltour-top-search-submit {
    color: #fff
}

.traveltour-not-found-wrap input::-webkit-input-placeholder {
    color: #fff
}

.traveltour-not-found-wrap input:-moz-placeholder {
    color: #fff
}

.traveltour-not-found-wrap input::-moz-placeholder {
    color: #fff
}

.traveltour-not-found-wrap input:-ms-input-placeholder {
    color: #fff
}

.traveltour-not-found-wrap .traveltour-not-found-back-to-home a,.traveltour-not-found-wrap .traveltour-not-found-back-to-home a:hover {
    color: #fff
}

.traveltour-sidebar-area .traveltour-widget-title {
    color: #383838
}

.traveltour-sidebar-area a {
    color: #484848
}

.widget_recent_entries ul li:before,.widget_recent_comments ul li:before,.widget_pages ul li:before,.widget_rss ul li:before,.widget_archive ul li:before,.widget_categories ul li:before,.widget_nav_menu ul li:before,.widget_meta ul li:before {
    color: #484848
}

.traveltour-sidebar-area a:hover,.traveltour-sidebar-area .current-menu-item>a {
    color: #323232
}

.tagcloud a {
    background-color: #fff
}

.gdlr-core-recent-post-widget .gdlr-core-blog-info i {
    color: #9c9c9c
}

.gdlr-core-recent-post-widget .gdlr-core-blog-info,.gdlr-core-recent-post-widget .gdlr-core-blog-info a,.gdlr-core-recent-post-widget .gdlr-core-blog-info a:hover {
    color: #a0a0a0
}

.gdlr-core-post-slider-widget-overlay .gdlr-core-post-slider-widget-title {
    color: #fff
}

.gdlr-core-post-slider-widget-overlay .gdlr-core-blog-info,.gdlr-core-post-slider-widget-overlay .gdlr-core-blog-info i,.gdlr-core-post-slider-widget-overlay .gdlr-core-blog-info a,.gdlr-core-post-slider-widget-overlay .gdlr-core-blog-info a:hover {
    color: #9c9c9c
}

.widget_search input.search-field {
    color: #b5b5b5
}

.widget_search input::-webkit-input-placeholder {
    color: #b5b5b5
}

.widget_search input:-moz-placeholder {
    color: #b5b5b5
}

.widget_search input::-moz-placeholder {
    color: #b5b5b5
}

.widget_search input:-ms-input-placeholder {
    color: #b5b5b5
}

.widget_search input.search-field {
    border-color: #e0e0e0
}

.widget_search form:after {
    border-color: #c7c7c7
}

ul.gdlr-core-twitter-widget-wrap li:before {
    color: #303030
}

ul.gdlr-core-twitter-widget-wrap li .gdlr-core-twitter-widget-date a,ul.gdlr-core-twitter-widget-wrap li .gdlr-core-twitter-widget-date a:hover {
    color: #b5b5b5
}

.traveltour-footer-wrapper {
    background-color: #009fd0
}

.traveltour-footer-wrapper .traveltour-widget-title {
    color: #fff
}

.traveltour-footer-wrapper {
    color: #fff
}

.traveltour-footer-wrapper .widget_recent_entries ul li:before,.traveltour-footer-wrapper .widget_recent_comments ul li:before,.traveltour-footer-wrapper .widget_pages ul li:before,.traveltour-footer-wrapper .widget_rss ul li:before,.traveltour-footer-wrapper .widget_archive ul li:before,.traveltour-footer-wrapper .widget_categories ul li:before,.widget_nav_menu ul li:before,.traveltour-footer-wrapper .widget_meta ul li:before {
    color: #fff
}

.traveltour-footer-wrapper .tourmaster-tour-item .tourmaster-tour-discount-price,.traveltour-footer-wrapper .tourmaster-tour-item .tourmaster-tour-price .tourmaster-tail {
    color: #fff
}

.traveltour-footer-wrapper a,.traveltour-footer-wrapper .tourmaster-tour-item .tourmaster-tour-title a {
    color: #ffffff
}

/* .traveltour-footer-wrapper a:hover,.traveltour-footer-wrapper .tourmaster-tour-item .tourmaster-tour-title a:hover {
    color: #009fd0  
} */

.traveltour-footer-wrapper,.traveltour-footer-wrapper * {
    border-color: #303030
}

.traveltour-copyright-wrapper {
    background-color: #009fd0
}

.traveltour-copyright-wrapper {
    color: #838383
}

.traveltour-footer-back-to-top-button {
    background-color: #dbdbdb
}

.traveltour-footer-back-to-top-button {
    color: #313131
}

.traveltour-body .traveltour-blog-title-wrap .traveltour-single-article-title {
    color: #fff
}

.traveltour-blog-title-wrap .traveltour-blog-info-wrapper,.traveltour-blog-title-wrap .traveltour-blog-info-wrapper a,.traveltour-blog-title-wrap .traveltour-blog-info-wrapper a:hover,.traveltour-blog-title-wrap .traveltour-blog-info-wrapper i {
    color: #fff
}

.traveltour-blog-title-wrap .traveltour-single-article-date-day {
    color: #fff
}

.traveltour-blog-title-wrap .traveltour-single-article-date-month {
    color: #b1b1b1
}

.traveltour-blog-title-wrap .traveltour-single-article-date-wrapper {
    border-color: #fff
}

.traveltour-blog-title-wrap .traveltour-blog-title-overlay {
    background-color: #000
}

.traveltour-blog-title-wrap.traveltour-feature-image .traveltour-blog-title-top-overlay {
    background: -webkit-linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,.6));
    background: -o-linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,.6));
    background: -moz-linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,.6));
    background: linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,.6))
}

.traveltour-blog-title-wrap.traveltour-feature-image .traveltour-blog-title-bottom-overlay {
    background: -webkit-linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.9));
    background: -o-linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.9));
    background: -moz-linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.9));
    background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.9))
}

.traveltour-single-author .traveltour-single-author-title a,.traveltour-single-author .traveltour-single-author-title a:hover {
    color: #464646
}

.traveltour-single-author .traveltour-single-author-caption {
    color: #b1b1b1
}

.traveltour-single-nav a,.traveltour-single-nav a:hover {
    color: #bcbcbc
}

.traveltour-comments-area .traveltour-comments-title,.traveltour-comments-area .comment-author,.traveltour-comments-area .comment-reply-title {
    color: #464646
}

.traveltour-comments-area .comment-respond {
    background-color: #f9f9f9
}

.traveltour-comments-area .comment-reply a,.traveltour-comments-area .comment-reply a:hover {
    color: #bcbcbc
}

.traveltour-comments-area .comment-time a,.traveltour-comments-area .comment-time a:hover {
    color: #b1b1b1
}

.gdlr-core-blog-title a,.traveltour-body .traveltour-single-article-title,.traveltour-body .traveltour-single-article-title a {
    color: #343434
}

.gdlr-core-blog-title a:hover,.traveltour-body .traveltour-single-article-title a:hover {
    color: #343434
}

.gdlr-core-sticky-banner,.traveltour-sticky-banner {
    color: #fff
}

.gdlr-core-sticky-banner,.traveltour-sticky-banner {
    background-color: #f97150
}

.traveltour-single-article .traveltour-blog-info-wrapper,.traveltour-single-article .traveltour-blog-info-wrapper a,.traveltour-single-article .traveltour-blog-info-wrapper a:hover,.gdlr-core-blog-info-wrapper,.gdlr-core-blog-info-wrapper a,.gdlr-core-blog-info-wrapper a:hover,.gdlr-core-blog-grid .gdlr-core-blog-info-date a {
    color: #009fd0
}

.traveltour-single-article .traveltour-blog-info-wrapper i,.gdlr-core-blog-info-wrapper i {
    color: #9a9a9a
}

.gdlr-core-blog-date-wrapper .gdlr-core-blog-date-day,.traveltour-single-article .traveltour-single-article-date-day {
    color: #353535
}

.gdlr-core-blog-date-wrapper .gdlr-core-blog-date-month,.traveltour-single-article .traveltour-single-article-date-month {
    color: #8a8a8a
}

.gdlr-core-blog-grid.gdlr-core-blog-grid-with-frame,.gdlr-core-blog-full-frame,.gdlr-core-blog-list-frame,.gdlr-core-blog-link-format {
    background-color: #fff
}

.gdlr-core-opacity-on-hover {
    background: #009fd0
}

.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-category {
    background: #f97150
}

.gdlr-core-blog-feature .gdlr-core-blog-info-category {
    background: #f97150
}

.gdlr-core-recent-post-widget-thumbnail .gdlr-core-blog-info-category {
    background: #f97150
}

.gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-info-wrapper,.gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-info-wrapper a,.gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-info-wrapper i,.gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-title a {
    color: #fff
}

.gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-content {
    color: #fff
}

.gdlr-core-blog-metro.gdlr-core-with-image .gdlr-core-blog-info-wrapper,.gdlr-core-blog-metro.gdlr-core-with-image .gdlr-core-blog-info-wrapper a,.gdlr-core-blog-metro.gdlr-core-with-image .gdlr-core-blog-info-wrapper i,.gdlr-core-blog-metro.gdlr-core-with-image .gdlr-core-blog-title a {
    color: #fff
}

.traveltour-blog-aside-format .traveltour-single-article-content,.gdlr-core-blog-aside-format {
    background-color: #f97150
}

.traveltour-blog-quote-format .traveltour-single-article-content,.gdlr-core-blog-quote-format {
    background-color: #f97150
}

.traveltour-blog-aside-format .traveltour-single-article-content,.gdlr-core-blog-aside-format .gdlr-core-blog-content {
    color: #fff
}

.traveltour-blog-quote-format .traveltour-single-article-content blockquote,.traveltour-blog-quote-format .traveltour-single-article-content q,.traveltour-blog-quote-format .traveltour-single-article-content,.gdlr-core-blog-quote-format .gdlr-core-blog-content blockquote,.gdlr-core-blog-quote-format .gdlr-core-blog-content q,.gdlr-core-blog-quote-format .gdlr-core-blog-content {
    color: #fff
}

.gdlr-core-pagination a {
    background-color: #e6e6e6
}

.gdlr-core-pagination a {
    color: #929292
}

.gdlr-core-pagination a:hover,.gdlr-core-pagination a.gdlr-core-active,.gdlr-core-pagination span {
    background-color: #009fd0
}

.gdlr-core-pagination a:hover,.gdlr-core-pagination a.gdlr-core-active,.gdlr-core-pagination span {
    color: #fff
}

.gdlr-core-pagination.gdlr-core-with-border a {
    color: #b4b4b4;
    border-color: #b4b4b4
}

.gdlr-core-pagination.gdlr-core-style-plain a,.gdlr-core-pagination.gdlr-core-style-plain a:before,.gdlr-core-pagination.gdlr-core-style-plain span:before {
    color: #b4b4b4
}

.gdlr-core-pagination.gdlr-core-with-border a:hover,.gdlr-core-pagination.gdlr-core-with-border a.gdlr-core-active,.gdlr-core-pagination.gdlr-core-with-border span {
    color: #424242;
    border-color: #424242
}

.gdlr-core-pagination.gdlr-core-style-plain a:hover,.gdlr-core-pagination.gdlr-core-style-plain a.gdlr-core-active,.gdlr-core-pagination.gdlr-core-style-plain span {
    color: #424242
}

.gdlr-core-portfolio-single-nav,.gdlr-core-portfolio-single-nav a,.gdlr-core-portfolio-single-nav a:hover {
    color: #bcbcbc
}

.gdlr-core-portfolio-grid.gdlr-core-style-with-frame .gdlr-core-portfolio-grid-frame,.gdlr-core-portfolio-grid2 {
    background-color: #fff
}

.gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-title a {
    color: #191919
}

.gdlr-core-port-info-item .gdlr-core-port-info-key,.gdlr-core-port-info2 .gdlr-core-port-info2-key {
    color: #343434
}

.gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info,.gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info a,.gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info a:hover {
    color: #a5a5a5
}

.gdlr-core-portfolio-grid2 .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info {
    background-color: #f97150
}

.gdlr-core-portfolio-badge {
    color: #fff
}

.gdlr-core-portfolio-badge {
    background-color: #e24a3b
}

.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-icon,.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-title a,.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-title a:hover {
    color: #fff
}

.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-info,.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-info a,.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-info a:hover {
    color: #cecece
}

.gdlr-core-filterer-wrap.gdlr-core-style-text a {
    color: #606060
}

.gdlr-core-filterer-wrap.gdlr-core-style-text a:hover,.gdlr-core-filterer-wrap.gdlr-core-style-text a.gdlr-core-active {
    color: #f97150
}

.gdlr-core-filterer-wrap.gdlr-core-style-text .gdlr-core-filterer-slide-bar {
    border-bottom-color: #f97150
}

.gdlr-core-filterer-wrap.gdlr-core-style-button a {
    color: #838383
}

.gdlr-core-filterer-wrap.gdlr-core-style-button a {
    background-color: #f1f1f1
}

.gdlr-core-filterer-wrap.gdlr-core-style-button a:hover,.gdlr-core-filterer-wrap.gdlr-core-style-button a.gdlr-core-active {
    color: #fff
}

.gdlr-core-filterer-wrap.gdlr-core-style-button a:hover,.gdlr-core-filterer-wrap.gdlr-core-style-button a.gdlr-core-active {
    background-color: #f97150
}

.gdlr-core-price-table-item .gdlr-core-price-table {
    background-color: #f8f8f8
}

.gdlr-core-price-table .gdlr-core-price-table-head {
    background-color: #3e3e3e;
    background: -webkit-linear-gradient(#525252,#3e3e3e);
    background: -o-linear-gradient(#525252,#3e3e3e);
    background: -moz-linear-gradient(#525252,#3e3e3e);
    background: linear-gradient(#525252,#3e3e3e)
}

.gdlr-core-price-table .gdlr-core-price-table-icon {
    color: #fff
}

.gdlr-core-price-table .gdlr-core-price-table-title {
    color: #fff
}

.gdlr-core-price-table .gdlr-core-price-table-caption {
    color: #acacac
}

.gdlr-core-price-table .gdlr-core-price-table-price {
    background-color: #ebebeb
}

.gdlr-core-price-table .gdlr-core-price-table-price-number,.gdlr-core-price-table .gdlr-core-price-prefix {
    color: #323232
}

.gdlr-core-price-table .gdlr-core-price-suffix {
    color: #acacac
}

.gdlr-core-price-table .gdlr-core-price-table-button,.gdlr-core-price-table .gdlr-core-price-table-button:hover {
    color: #fff
}

.gdlr-core-price-table .gdlr-core-price-table-button,.gdlr-core-price-table .gdlr-core-price-table-button:hover {
    background-color: #575757;
    background: -webkit-linear-gradient(#414141,#575757);
    background: -o-linear-gradient(#414141,#575757);
    background: -moz-linear-gradient(#414141,#575757);
    background: linear-gradient(#414141,#575757)
}

.gdlr-core-price-table .gdlr-core-price-table-content * {
    border-color: #e5e5e5
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-head {
    background-color: #f97150;
    background: -webkit-linear-gradient(#f98f75,#f97150);
    background: -o-linear-gradient(#f98f75,#f97150);
    background: -moz-linear-gradient(#f98f75,#f97150);
    background: linear-gradient(#f98f75,#f97150)
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-icon {
    color: #fff
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-title {
    color: #fff
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-caption {
    color: #f9c7bb
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-price {
    background-color: #fff
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-price-number,.gdlr-core-price-table .gdlr-core-price-prefix {
    color: #323232
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-suffix {
    color: #acacac
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-button,.gdlr-core-price-table .gdlr-core-price-table-button:hover {
    color: #fff
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-button,.gdlr-core-price-table .gdlr-core-price-table-button:hover {
    background-color: #f97150;
    background: -webkit-linear-gradient(#f9a18b,#f97150);
    background: -o-linear-gradient(#f9a18b,#f97150);
    background: -moz-linear-gradient(#f9a18b,#f97150);
    background: linear-gradient(#f9a18b,#f97150)
}

.gdlr-core-accordion-style-icon .gdlr-core-accordion-item-icon,.gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-icon,.gdlr-core-toggle-box-style-icon .gdlr-core-toggle-box-item-icon,.gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-icon {
    color: #191919
}

.gdlr-core-accordion-style-icon .gdlr-core-accordion-item-title .gdlr-core-head,.gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-title .gdlr-core-head,.gdlr-core-toggle-box-style-icon .gdlr-core-toggle-box-item-title .gdlr-core-head,.gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-title .gdlr-core-head {
    color: #191919
}

.gdlr-core-accordion-style-icon .gdlr-core-accordion-item-title,.gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-title,.gdlr-core-toggle-box-style-icon .gdlr-core-toggle-box-item-title,.gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-title {
    color: #282828
}

.gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-icon,.gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-icon {
    background-color: #f3f3f3
}

.gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-icon,.gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-icon {
    border-color: #f3f3f3
}

.gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title:before,.gdlr-core-toggle-box-style-background-title-icon .gdlr-core-accordion-item-title:before {
    color: #191919
}

.gdlr-core-accordion-style-background-title .gdlr-core-accordion-item-title .gdlr-core-head,.gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title .gdlr-core-head,.gdlr-core-toggle-box-style-background-title .gdlr-core-toggle-box-item-title .gdlr-core-head,.gdlr-core-toggle-box-style-background-title-icon .gdlr-core-toggle-box-item-title .gdlr-core-head {
    color: #191919
}

.gdlr-core-accordion-style-background-title .gdlr-core-accordion-item-title,.gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title,.gdlr-core-toggle-box-style-background-title .gdlr-core-toggle-box-item-title,.gdlr-core-toggle-box-style-background-title-icon .gdlr-core-toggle-box-item-title {
    color: #262626
}

.gdlr-core-accordion-style-background-title .gdlr-core-accordion-item-title,.gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title,.gdlr-core-toggle-box-style-background-title .gdlr-core-toggle-box-item-title,.gdlr-core-toggle-box-style-background-title-icon .gdlr-core-toggle-box-item-title {
    background-color: #f3f3f3
}

.gdlr-core-accordion-style-background-title-icon .gdlr-core-active .gdlr-core-accordion-item-title:before,.gdlr-core-toggle-box-style-background-title-icon .gdlr-core-active .gdlr-core-accordion-item-title:before {
    color: #191919
}

.gdlr-core-accordion-style-background-title .gdlr-core-active .gdlr-core-accordion-item-title,.gdlr-core-accordion-style-background-title-icon .gdlr-core-active .gdlr-core-accordion-item-title,.gdlr-core-toggle-box-style-background-title .gdlr-core-active .gdlr-core-toggle-box-item-title,.gdlr-core-toggle-box-style-background-title-icon .gdlr-core-active .gdlr-core-toggle-box-item-title {
    color: #009fd0
}

.gdlr-core-accordion-style-background-title .gdlr-core-active .gdlr-core-accordion-item-title,.gdlr-core-accordion-style-background-title-icon .gdlr-core-active .gdlr-core-accordion-item-title,.gdlr-core-toggle-box-style-background-title .gdlr-core-active .gdlr-core-toggle-box-item-title,.gdlr-core-toggle-box-style-background-title-icon .gdlr-core-active .gdlr-core-toggle-box-item-title {
    background-color: #f3f3f3
}

.gdlr-core-audio,.gdlr-core-audio .mejs-container .mejs-controls {
    background-color: #e7e7e7
}

.gdlr-core-audio .mejs-container .mejs-controls .mejs-volume-button:before,.gdlr-core-audio .mejs-container .mejs-controls .mejs-playpause-button:before,.gdlr-core-audio .mejs-container .mejs-controls .mejs-time {
    color: #202020
}

.gdlr-core-audio .mejs-controls .mejs-time-rail .mejs-time-total,.gdlr-core-audio .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background-color: #afafaf
}

.gdlr-core-audio .mejs-controls .mejs-time-rail .mejs-time-current {
    background-color: #f97150
}

.gdlr-core-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background-color: #afafaf
}

.gdlr-core-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background-color: #646464
}

.gdlr-core-alert-box-item .gdlr-core-alert-box-item-inner {
    background-color: #ef5e68
}

.gdlr-core-alert-box-item .gdlr-core-alert-box-item-inner {
    border-color: #cd515a
}

.gdlr-core-alert-box-item .gdlr-core-alert-box-item-inner {
    color: #fff
}

.gdlr-core-alert-box-item .gdlr-core-alert-box-item-title {
    color: #fff
}

blockquote,q {
    color: #777
}

blockquote,q {
    background-color: #f5f5f5
}

.traveltour-body blockquote,.traveltour-body q {
    border-color: #e2e2e2
}

.gdlr-core-blockquote-item-quote {
    color: #4e4e4e
}

.gdlr-core-blockquote-item-content,.gdlr-core-blockquote-item-author {
    color: #4e4e4e
}

.gdlr-core-body .gdlr-core-load-more,.gdlr-core-body .gdlr-core-button,.traveltour-body .traveltour-button,.traveltour-body input[type="button"],.traveltour-body input[type="submit"],.traveltour-body button {
    color: #fff
}

.gdlr-core-body .gdlr-core-load-more:hover,.gdlr-core-body .gdlr-core-button:hover {
    color: #fff
}

.gdlr-core-body .gdlr-core-load-more,.gdlr-core-body .gdlr-core-button,.traveltour-body .traveltour-button,.traveltour-body input[type="button"],.traveltour-body input[type="submit"],.traveltour-body button {
    background-color: #009fd0
}

.gdlr-core-body .gdlr-core-load-more:hover,.gdlr-core-body .gdlr-core-button:hover {
    background-color: #e26748
}

.gdlr-core-body .gdlr-core-button-with-border {
    border-color: #383838
}

.gdlr-core-body .gdlr-core-button-with-border.gdlr-core-button-transparent {
    color: #383838
}

.gdlr-core-body .gdlr-core-button-with-border:hover {
    border-color: #000
}

.gdlr-core-body .gdlr-core-button-with-border.gdlr-core-button-transparent:hover {
    color: #000
}

.gdlr-core-body .gdlr-core-button.gdlr-core-button-gradient {
    background-color: #f97150;
    background: -webkit-linear-gradient(#f47d5f,#f97150);
    background: -o-linear-gradient(#f47d5f,#f97150);
    background: -moz-linear-gradient(#f47d5f,#f97150);
    background: linear-gradient(#f47d5f,#f97150)
}

.gdlr-core-body .gdlr-core-button.gdlr-core-button-gradient-v {
    background-color: #f97150;
    background: -webkit-linear-gradient(to right,#f47d5f,#f97150);
    background: -o-linear-gradient(to right,#f47d5f,#f97150);
    background: -moz-linear-gradient(to right,#f47d5f,#f97150);
    background: linear-gradient(to right,#f47d5f,#f97150)
}

.gdlr-core-call-to-action-item-title {
    color: #2c2c2c
}

.gdlr-core-call-to-action-item-caption {
    color: #535353
}

.gdlr-core-counter-item-top-text {
    color: #828282
}

.gdlr-core-counter-item-top-icon {
    color: #393939
}

.gdlr-core-counter-item-number {
    color: #393939
}

.gdlr-core-counter-item-divider {
    border-color: #393939
}

.gdlr-core-counter-item-bottom-text {
    color: #393939
}

.gdlr-core-column-service-item .gdlr-core-column-service-icon {
    color: #9d9d9d
}

.gdlr-core-column-service-item .gdlr-core-icon-style-round i {
    background-color: #f3f3f3
}

.gdlr-core-column-service-item .gdlr-core-column-service-title {
    color: #383838
}

.gdlr-core-column-service-item .gdlr-core-column-service-caption {
    color: #747474
}

.gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-title,.gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-head-wrap {
    background-color: #f7c02e
}

.gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-title {
    color: #252525
}

.gdlr-core-flipbox-item .gdlr-core-flipbox-front,.gdlr-core-flipbox-item .gdlr-core-flipbox-back,.gdlr-core-feature-box-item .gdlr-core-feature-box {
    background-color: #468ae7
}

.gdlr-core-flipbox-item .gdlr-core-flipbox-front,.gdlr-core-flipbox-item .gdlr-core-flipbox-back,.gdlr-core-flipbox-item .gdlr-core-flipbox-frame,.gdlr-core-feature-box-item .gdlr-core-feature-box,.gdlr-core-feature-box-item .gdlr-core-feature-box-frame {
    border-color: #2576e8
}

.gdlr-core-flipbox-item .gdlr-core-flipbox-item-icon,.gdlr-core-feature-box-item .gdlr-core-feature-box-item-icon {
    color: #fff
}

.gdlr-core-flipbox-item .gdlr-core-flipbox-item-title,.gdlr-core-feature-box-item .gdlr-core-feature-box-item-title {
    color: #fff
}

.gdlr-core-flipbox-item .gdlr-core-flipbox-item-caption,.gdlr-core-feature-box-item .gdlr-core-feature-box-item-caption {
    color: #fff
}

.gdlr-core-flipbox-item .gdlr-core-flipbox-item-content,.gdlr-core-feature-box-item .gdlr-core-feature-box-item-content {
    color: #fff
}

.gdlr-core-image-overlay.gdlr-core-gallery-image-overlay .gdlr-core-image-overlay-title {
    color: #fff
}

.gdlr-core-image-overlay.gdlr-core-gallery-image-overlay .gdlr-core-image-overlay-caption {
    color: #cecece
}

.gdlr-core-image-overlay {
    background-color: #f97150;
    background-color: rgba(249,113,80,.6)
}

.gdlr-core-image-overlay-content,.gdlr-core-image-overlay-content a,.gdlr-core-image-overlay-icon {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin] .gdlr-core-image-overlay-icon,.gdlr-core-page-builder-body .gdlr-core-pbf-column[data-skin] .gdlr-core-image-overlay-icon {
    color: #fff
}

.gdlr-core-body .gdlr-core-image-item-wrap {
    border-color: #000
}

.gdlr-core-block-item-title-wrap .gdlr-core-block-item-title {
    color: #343434
}

.gdlr-core-block-item-title-wrap .gdlr-core-block-item-caption {
    color: #747474
}

.gdlr-core-block-item-title-wrap a,.gdlr-core-block-item-title-wrap a:hover {
    color: #747474
}

.gdlr-core-icon-list-item i {
    color: #222
}

.gdlr-core-icon-list-with-background-round .gdlr-core-icon-list-icon-wrap,.gdlr-core-icon-list-with-background-circle .gdlr-core-icon-list-icon-wrap {
    color: #f3f3f3
}

.gdlr-core-newsletter-item .gdlr-core-newsletter-email input[type="email"] {
    background-color: #fff;
    border-color: #fff
}

.gdlr-core-newsletter-item .gdlr-core-newsletter-email input[type="email"] {
    color: #8d8d8d
}

.gdlr-core-newsletter-item .gdlr-core-newsletter-email input::-webkit-input-placeholder {
    color: #8d8d8d
}

.gdlr-core-newsletter-item .gdlr-core-newsletter-email input::-moz-placeholder {
    color: #8d8d8d
}

.gdlr-core-newsletter-item .gdlr-core-newsletter-email input:-ms-input-placeholder {
    color: #8d8d8d
}

.gdlr-core-newsletter-item .gdlr-core-newsletter-email input:-moz-placeholder {
    color: #8d8d8d
}

.gdlr-core-opening-hour-item .gdlr-core-opening-hour-day {
    color: #a5a5a5
}

.gdlr-core-opening-hour-item .gdlr-core-opening-hour-open {
    color: #262626
}

.gdlr-core-opening-hour-item .gdlr-core-opening-hour-close {
    color: #c8c8c8
}

.gdlr-core-opening-hour-item .gdlr-core-opening-hour-time i {
    color: #8a8989
}

.gdlr-core-opening-hour-item .gdlr-core-opening-hour-list-item {
    border-color: #a6a6a6
}

.gdlr-core-personnel-style-grid .gdlr-core-personnel-list-title,.gdlr-core-personnel-style-grid .gdlr-core-personnel-list-title a {
    color: #383838
}

.gdlr-core-personnel-style-grid .gdlr-core-personnel-list-position {
    color: #888
}

.gdlr-core-personnel-style-grid .gdlr-core-personnel-list-divider {
    color: #cecece
}

.gdlr-core-personnel-style-grid.gdlr-core-with-background .gdlr-core-personnel-list-content-wrap {
    background-color: #f9f9f9
}

.gdlr-core-personnel-style-modern .gdlr-core-personnel-list-title,.gdlr-core-personnel-style-modern .gdlr-core-personnel-list-title a {
    color: #fff
}

.gdlr-core-personnel-style-modern .gdlr-core-personnel-list-position {
    color: #fff
}

.gdlr-core-promo-box-item .gdlr-core-promo-box-item-title {
    color: #383838
}

.gdlr-core-promo-box-item .gdlr-core-promo-box-content-wrap {
    border-color: #e8e7e7
}

.gdlr-core-post-slider-item .gdlr-core-post-slider-title a {
    color: #fff
}

.gdlr-core-post-slider-item .gdlr-core-blog-info,.gdlr-core-post-slider-item .gdlr-core-blog-info a {
    color: #c5c5c5
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-title {
    color: #a6aafb
}

.gdlr-core-roadmap-item-head.gdlr-core-active .gdlr-core-roadmap-item-head-title {
    color: #fff
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-caption {
    color: #c1caf6
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-count {
    color: #c5c5c5
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-count {
    background-color: #223077
}

.gdlr-core-roadmap-item-head.gdlr-core-active .gdlr-core-roadmap-item-head-count {
    color: #223077
}

.gdlr-core-roadmap-item-head.gdlr-core-active .gdlr-core-roadmap-item-head-count {
    color: #fff
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-divider {
    border-color: #fff
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-content-title {
    color: #fff
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-content-caption {
    color: #c1caf6
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-content {
    color: #babdff
}

.gdlr-core-skill-bar-item .gdlr-core-skill-bar-title,.gdlr-core-skill-bar-item .gdlr-core-skill-bar-right {
    color: #505050
}

.gdlr-core-skill-bar-item .gdlr-core-skill-bar-icon {
    color: #616161
}

.gdlr-core-skill-bar-item .gdlr-core-skill-bar-progress {
    background-color: #f3f3f3
}

.gdlr-core-skill-bar-item .gdlr-core-skill-bar-filled {
    background-color: #f97150
}

.gdlr-core-flexslider-nav .flex-direction-nav li a,.gdlr-core-flexslider.gdlr-core-nav-style-middle-large .flex-direction-nav li a,.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav li a {
    color: #a7a7a7;
    border-color: #a7a7a7
}

.gdlr-core-flexslider-nav .flex-direction-nav li a:hover,.gdlr-core-flexslider.gdlr-core-nav-style-middle-large .flex-direction-nav li a:hover,.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav li:hover a {
    color: #a7a7a7;
    border-color: #a7a7a7
}

.gdlr-core-flexslider-nav.gdlr-core-round-style li a,.gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a {
    background-color: #f1f1f1
}

.gdlr-core-flexslider .flex-control-nav li a {
    border-color: #009fd0
}

.gdlr-core-flexslider .flex-control-nav li a.flex-active {
    background-color: #009fd0
}

.gdlr-core-flexslider.gdlr-core-bullet-style-cylinder .flex-control-nav li a.flex-active {
    background-color: #f97150
}

.gdlr-core-flexslider.gdlr-core-bullet-style-cylinder .flex-control-nav li a {
    background-color: #f97150
}

.gdlr-core-social-share-item a {
    color: #202020
}

.gdlr-core-social-share-item .gdlr-core-divider {
    border-color: #e5e5e5
}

.gdlr-core-social-share-item .gdlr-core-social-share-count {
    color: #202020
}

.gdlr-core-stunning-text-item-caption {
    color: #747474
}

.gdlr-core-stunning-text-item-title {
    color: #383838
}

.gdlr-core-tab-item-title {
    color: #8d8d8d
}

.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title,.gdlr-core-tab-style1-vertical .gdlr-core-tab-item-title {
    background-color: #f7f7f7
}

.gdlr-core-tab-item-title-wrap,.gdlr-core-tab-item-content-wrap,.gdlr-core-tab-item-title {
    border-color: #ebebeb
}

.gdlr-core-tab-item-title-line {
    border-color: #f97150
}

.gdlr-core-tab-item-title.gdlr-core-active {
    color: #464646
}

.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title.gdlr-core-active,.gdlr-core-tab-style1-vertical .gdlr-core-tab-item-title.gdlr-core-active {
    background-color: #fff
}

table tr th {
    background-color: #f97150
}

table tr th {
    color: #fff
}

table tr:nth-child(odd) {
    background-color: #f9f9f9
}

table tr:nth-child(odd) {
    color: #949494
}

table tr:nth-child(even) {
    background-color: #f3f3f3
}

table tr:nth-child(even) {
    color: #949494
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-item-title {
    color: #fff
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-content {
    color: #fff
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-title {
    color: #fff
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-position .gdlr-core-rating i {
    color: #ffcd9c
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-position {
    color: #fff
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-quote {
    color: #fff
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-frame {
    background-color: #009fd0
}

.gdlr-core-title-item .gdlr-core-title-item-title,.gdlr-core-title-item .gdlr-core-title-item-title a {
    color: #383838
}

.gdlr-core-title-item .gdlr-core-title-item-caption {
    color: #747474
}

.woocommerce .star-rating span,.single-product.woocommerce #review_form #respond p.stars a,.single-product.woocommerce div.product .product_meta,.single-product.woocommerce div.product .product_meta a {
    color: #f97150
}

.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,html .woocommerce input.button,html .woocommerce span.onsale {
    background-color: #f97150
}

span.woocommerce-Price-amount.amount {
    color: #f97150
}

.woocommerce .price del,.gdlr-core-product-price del,del span.woocommerce-Price-amount.amount {
    color: #949494
}

.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover,.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover {
    background-color: #f99177
}

.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit:disabled[disabled],.woocommerce a.button.disabled,.woocommerce a.button:disabled,.woocommerce a.button:disabled[disabled],.woocommerce button.button.disabled,.woocommerce button.button:disabled,.woocommerce button.button:disabled[disabled],.woocommerce input.button.disabled,.woocommerce input.button:disabled,.woocommerce input.button:disabled[disabled] {
    color: #fff
}

.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover,.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover {
    color: #fff
}

.single-product.woocommerce div.product .quantity .qty,#add_payment_method #payment,.woocommerce-checkout #payment,.single-product.woocommerce #reviews #comments ol.commentlist li {
    background-color: #f3f3f3
}

.gdlr-core-product-grid .gdlr-core-product-title a {
    color: #191919
}

.gdlr-core-product-grid .gdlr-core-product-title a:hover {
    color: #434343
}

.gdlr-core-product-thumbnail .gdlr-core-product-view-detail,.gdlr-core-product-thumbnail .gdlr-core-product-view-detail:hover {
    color: #fff
}

.gdlr-core-product-thumbnail .gdlr-core-product-view-detail {
    background-color: #000;
    background-color: rgba(0,0,0,.9)
}

.gdlr-core-product-thumbnail .added_to_cart,.gdlr-core-product-thumbnail .added_to_cart:hover,.gdlr-core-product-thumbnail .gdlr-core-product-add-to-cart,.gdlr-core-product-thumbnail .gdlr-core-product-add-to-cart:hover {
    color: #fff
}

.gdlr-core-product-thumbnail .added_to_cart,.gdlr-core-product-thumbnail .gdlr-core-product-add-to-cart {
    background-color: #f97150;
    background-color: rgba(249,113,80,.9)
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #e6e6e6
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #f98f75
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #f97150
}

.gdlr-core-body .gdlr-core-privacy-box-wrap .gdlr-core-privacy-box-button {
    background: #1a49a8
}

.gdlr-core-gdpr-form-checkbox:checked+.gdlr-core-gdpr-form-checkbox-appearance .gdlr-core-gdpr-form-checkbox-button {
    background-color: #1a49a8
}

.gdlr-core-gdpr-form-checkbox:checked+.gdlr-core-gdpr-form-checkbox-appearance+.gdlr-core-gdpr-form-checkbox-text,.gdlr-core-gdpr-form-checkbox-required+.gdlr-core-gdpr-form-checkbox-appearance+.gdlr-core-gdpr-form-checkbox-text {
    color: #1a49a8
}

.gdlr-core-body .gdlr-core-gdpr-form-submit input[type="submit"] {
    background: #1a49a8
}

.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav li a i {
    font-size: 32px;
    width: auto
}

.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav li a i:after {
    background: rgba(0,0,0,.09)
}

.archive .tourmaster-tour-grid-style-2 .tourmaster-tour-title,.tourmaster-template-search .tourmaster-tour-grid-style-2 .tourmaster-tour-title {
    font-size: 17px
}

.tourmaster-tour-category-grid-3 .tourmaster-tour-category-head-animate {
    padding: 0 50px 0
}

.tourmaster-tour-item-column-4 .tourmaster-tour-grid-style-2.tourmaster-price-right-title .tourmaster-tour-title {
    padding-right: 0
}

.traveltour-top-bar-right-social a {
    margin-left: 21px
}

.gdlr-core-widget-list-shortcode ul {
    list-style: none;
    margin-left: 0;
    padding-bottom: 5px
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-plain li {
    margin-bottom: 9px
}

.sf-menu>.traveltour-normal-menu ul {
    margin-left: -3px
}

.tourmaster-search-style-2 .tourmaster-tour-order-filterer-wrap {
    padding-left: 28px;
    padding-bottom: 11px;
    padding-top: 14px
}

.tourmaster-tour-order-filterer-wrap .tourmaster-tour-order-filterer-style {
    margin-top: 2px;
    margin-right: 3px
}

.tourmaster-tour-search-item-style-2 .tourmaster-tour-search-item-head-title i {
    font-size: 17px
}

.tourmaster-tour-search-item-style-2 .tourmaster-type-filter-item {
    margin-bottom: 38px
}

.tourmaster-tour-search-item.tourmaster-style-full.tourmaster-tour-search-item-style-2 .tourmaster-tour-search-field {
    margin-bottom: 36px
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-frame {
    padding: 45px 40px 45px
}

.tourmaster-tour-medium .tourmaster-tour-view-more {
    padding: 14px 15px 14px
}

#map iframe {
    pointer-events: none
}

.traveltour-footer-wrapper .traveltour-widget-title {
    margin-bottom: 25px
}

.gdlr-core-page-builder-body [data-skin="Dark"] h1,.gdlr-core-page-builder-body [data-skin="Dark"] h2,.gdlr-core-page-builder-body [data-skin="Dark"] h3,.gdlr-core-page-builder-body [data-skin="Dark"] h4,.gdlr-core-page-builder-body [data-skin="Dark"] h5,.gdlr-core-page-builder-body [data-skin="Dark"] h6,.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-skin-title,.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-skin-title a,.gdlr-core-page-builder-body [data-skin="Dark"] label {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-skin-title a:hover {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-skin-caption,.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-skin-caption a,.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-skin-caption a:hover {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark"],.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-skin-content {
    color: #ededed
}

.gdlr-core-page-builder-body [data-skin="Dark"] i,.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-skin-icon,.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-skin-icon:before,.gdlr-core-page-builder-body [data-skin="Dark"] .traveltour-widget ul li:before {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-info-wrapper i {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark"] .tourmaster-combobox-wrap:after,.gdlr-core-page-builder-body [data-skin="Dark"] .tourmaster-datepicker-wrap:after,.gdlr-core-page-builder-body [data-skin="Dark"] .tourmaster-tour-search-field-inner:after {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark"] a,.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-skin-link {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark"] a:hover,.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-skin-link:hover {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-skin-divider {
    border-color: #bcbcbc;
    column-rule-color: #bcbcbc;
    -moz-column-rule-color: #bcbcbc;
    -webkit-column-rule-color: #bcbcbc
}

.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-flexslider.gdlr-core-nav-style-middle-large .flex-direction-nav li a {
    border-color: #bcbcbc
}

.gdlr-core-page-builder-body [data-skin="Dark"] *,.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-skin-border {
    border-color: #8e8e8e
}

.gdlr-core-page-builder-body [data-skin="Dark"] input:not([type="button"]):not([type="submit"]):not([type="reset"]),.gdlr-core-page-builder-body [data-skin="Dark"] select,.gdlr-core-page-builder-body [data-skin="Dark"] textarea {
    border-color: #8e8e8e
}

.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-skin-e-content {
    color: #3a3a3a
}

.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a i,.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a i {
    color: #3a3a3a
}

.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-skin-e-content::-webkit-input-placeholder {
    color: #3a3a3a
}

.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-skin-e-content::-moz-placeholder {
    color: #3a3a3a
}

.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-skin-e-content:-ms-input-placeholder {
    color: #3a3a3a
}

.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-skin-e-content:-moz-placeholder {
    color: #3a3a3a
}

.gdlr-core-page-builder-body [data-skin="Dark"] input:not([type="button"]):not([type="submit"]):not([type="reset"]),.gdlr-core-page-builder-body [data-skin="Dark"] select,.gdlr-core-page-builder-body [data-skin="Dark"] textarea {
    color: #3a3a3a
}

.gdlr-core-page-builder-body [data-skin="Dark"] input::-webkit-input-placeholder {
    color: #3a3a3a
}

.gdlr-core-page-builder-body [data-skin="Dark"] input::-moz-placeholder {
    color: #3a3a3a
}

.gdlr-core-page-builder-body [data-skin="Dark"] input:-ms-input-placeholder {
    color: #3a3a3a
}

.gdlr-core-page-builder-body [data-skin="Dark"] input:-moz-placeholder {
    color: #3a3a3a
}

.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-button,.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-button-color {
    color: #969696
}

.gdlr-core-page-builder-body [data-skin="Dark"] input[type="button"],.gdlr-core-page-builder-body [data-skin="Dark"] input[type="submit"] {
    color: #969696
}

.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-pagination a {
    color: #969696
}

.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-button:hover,.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-button-color:hover,.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-button-color.gdlr-core-active {
    color: #383838
}

.gdlr-core-page-builder-body [data-skin="Dark"] input[type="button"]:hover,.gdlr-core-page-builder-body [data-skin="Dark"] input[type="submit"]:hover {
    color: #383838
}

.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-pagination a:hover,.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-pagination a.gdlr-core-active,.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-pagination span {
    color: #383838
}

.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-button,.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-button-color {
    background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark"] input[type="button"],.gdlr-core-page-builder-body [data-skin="Dark"] input[type="submit"] {
    background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-pagination a {
    background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-button:hover,.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-button-color:hover,.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-button-color.gdlr-core-active {
    background-color: #d6d6d6
}

.gdlr-core-page-builder-body [data-skin="Dark"] input[type="button"]:hover,.gdlr-core-page-builder-body [data-skin="Dark"] input[type="submit"]:hover {
    background-color: #d6d6d6
}

.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-pagination a:hover,.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-pagination a.gdlr-core-active,.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-pagination span {
    background-color: #d6d6d6
}

.gdlr-core-page-builder-body [data-skin="White Text"] h1,.gdlr-core-page-builder-body [data-skin="White Text"] h2,.gdlr-core-page-builder-body [data-skin="White Text"] h3,.gdlr-core-page-builder-body [data-skin="White Text"] h4,.gdlr-core-page-builder-body [data-skin="White Text"] h5,.gdlr-core-page-builder-body [data-skin="White Text"] h6,.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-title,.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-title a,.gdlr-core-page-builder-body [data-skin="White Text"] label {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-caption,.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-caption a,.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-caption a:hover {
    color: #eaeaea
}

.gdlr-core-page-builder-body [data-skin="White Text"],.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-content {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] i,.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-icon,.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-icon:before,.gdlr-core-page-builder-body [data-skin="White Text"] .traveltour-widget ul li:before {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-info-wrapper i {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] .tourmaster-combobox-wrap:after,.gdlr-core-page-builder-body [data-skin="White Text"] .tourmaster-datepicker-wrap:after,.gdlr-core-page-builder-body [data-skin="White Text"] .tourmaster-tour-search-field-inner:after {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] a,.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-link {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] a:hover,.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-link:hover {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-divider {
    border-color: #fff;
    column-rule-color: #fff;
    -moz-column-rule-color: #fff;
    -webkit-column-rule-color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-flexslider.gdlr-core-nav-style-middle-large .flex-direction-nav li a {
    border-color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] *,.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-border {
    border-color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] input:not([type="button"]):not([type="submit"]):not([type="reset"]),.gdlr-core-page-builder-body [data-skin="White Text"] select,.gdlr-core-page-builder-body [data-skin="White Text"] textarea {
    border-color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-e-background {
    background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a,.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a {
    background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-flexslider .flex-control-nav li a {
    border-color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-flexslider .flex-control-nav li a.flex-active {
    background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] input:not([type="button"]):not([type="submit"]):not([type="reset"]),.gdlr-core-page-builder-body [data-skin="White Text"] select,.gdlr-core-page-builder-body [data-skin="White Text"] textarea {
    background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-e-content {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a i,.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a i {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-e-content::-webkit-input-placeholder {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-e-content::-moz-placeholder {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-e-content:-ms-input-placeholder {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-e-content:-moz-placeholder {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] input:not([type="button"]):not([type="submit"]):not([type="reset"]),.gdlr-core-page-builder-body [data-skin="White Text"] select,.gdlr-core-page-builder-body [data-skin="White Text"] textarea {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] input::-webkit-input-placeholder {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] input::-moz-placeholder {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] input:-ms-input-placeholder {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] input:-moz-placeholder {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-button,.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-button-color {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] input[type="button"],.gdlr-core-page-builder-body [data-skin="White Text"] input[type="submit"] {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-pagination a {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-button:hover,.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-button-color:hover,.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-button-color.gdlr-core-active {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] input[type="button"]:hover,.gdlr-core-page-builder-body [data-skin="White Text"] input[type="submit"]:hover {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-pagination a:hover,.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-pagination a.gdlr-core-active,.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-pagination span {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-button,.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-button-color {
    background-color: #212121
}

.gdlr-core-page-builder-body [data-skin="White Text"] input[type="button"],.gdlr-core-page-builder-body [data-skin="White Text"] input[type="submit"] {
    background-color: #212121
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-pagination a {
    background-color: #212121
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-button:hover,.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-button-color:hover,.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-button-color.gdlr-core-active {
    background-color: #262626
}

.gdlr-core-page-builder-body [data-skin="White Text"] input[type="button"]:hover,.gdlr-core-page-builder-body [data-skin="White Text"] input[type="submit"]:hover {
    background-color: #262626
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-pagination a:hover,.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-pagination a.gdlr-core-active,.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-pagination span {
    background-color: #262626
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-button,.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-button-color {
    border-color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-pagination a {
    border-color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-button:hover,.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-button-color:hover,.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-button-color.gdlr-core-active {
    border-color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-pagination a:hover,.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-pagination a.gdlr-core-active,.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-pagination span {
    border-color: #fff
}

.gdlr-core-page-builder-body [data-skin="Grey"] h1,.gdlr-core-page-builder-body [data-skin="Grey"] h2,.gdlr-core-page-builder-body [data-skin="Grey"] h3,.gdlr-core-page-builder-body [data-skin="Grey"] h4,.gdlr-core-page-builder-body [data-skin="Grey"] h5,.gdlr-core-page-builder-body [data-skin="Grey"] h6,.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-skin-title,.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-skin-title a,.gdlr-core-page-builder-body [data-skin="Grey"] label {
    color: #3a3a3a
}

.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-skin-caption,.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-skin-caption a,.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-skin-caption a:hover {
    color: #727272
}

.gdlr-core-page-builder-body [data-skin="Grey"],.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-skin-content {
    color: #515151
}

.gdlr-core-page-builder-body [data-skin="Grey"] i,.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-skin-icon,.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-skin-icon:before,.gdlr-core-page-builder-body [data-skin="Grey"] .traveltour-widget ul li:before {
    color: #5e5e5e
}

.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-info-wrapper i {
    color: #5e5e5e
}

.gdlr-core-page-builder-body [data-skin="Grey"] .tourmaster-combobox-wrap:after,.gdlr-core-page-builder-body [data-skin="Grey"] .tourmaster-datepicker-wrap:after,.gdlr-core-page-builder-body [data-skin="Grey"] .tourmaster-tour-search-field-inner:after {
    color: #5e5e5e
}

.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-skin-divider {
    border-color: #cecece;
    column-rule-color: #cecece;
    -moz-column-rule-color: #cecece;
    -webkit-column-rule-color: #cecece
}

.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-flexslider.gdlr-core-nav-style-middle-large .flex-direction-nav li a {
    border-color: #cecece
}

.gdlr-core-page-builder-body [data-skin="Grey"] *,.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-skin-border {
    border-color: #d6d6d6
}

.gdlr-core-page-builder-body [data-skin="Grey"] input:not([type="button"]):not([type="submit"]):not([type="reset"]),.gdlr-core-page-builder-body [data-skin="Grey"] select,.gdlr-core-page-builder-body [data-skin="Grey"] textarea {
    border-color: #d6d6d6
}

.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-skin-e-background {
    background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a,.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a {
    background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-flexslider .flex-control-nav li a {
    border-color: #fff
}

.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-flexslider .flex-control-nav li a.flex-active {
    background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="Grey"] input:not([type="button"]):not([type="submit"]):not([type="reset"]),.gdlr-core-page-builder-body [data-skin="Grey"] select,.gdlr-core-page-builder-body [data-skin="Grey"] textarea {
    background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark Personnel"] h1,.gdlr-core-page-builder-body [data-skin="Dark Personnel"] h2,.gdlr-core-page-builder-body [data-skin="Dark Personnel"] h3,.gdlr-core-page-builder-body [data-skin="Dark Personnel"] h4,.gdlr-core-page-builder-body [data-skin="Dark Personnel"] h5,.gdlr-core-page-builder-body [data-skin="Dark Personnel"] h6,.gdlr-core-page-builder-body [data-skin="Dark Personnel"] .gdlr-core-skin-title,.gdlr-core-page-builder-body [data-skin="Dark Personnel"] .gdlr-core-skin-title a,.gdlr-core-page-builder-body [data-skin="Dark Personnel"] label {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark Personnel"] .gdlr-core-skin-title a:hover {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark Personnel"] .gdlr-core-skin-caption,.gdlr-core-page-builder-body [data-skin="Dark Personnel"] .gdlr-core-skin-caption a,.gdlr-core-page-builder-body [data-skin="Dark Personnel"] .gdlr-core-skin-caption a:hover {
    color: #dbdbdb
}

.gdlr-core-page-builder-body [data-skin="Dark Personnel"],.gdlr-core-page-builder-body [data-skin="Dark Personnel"] .gdlr-core-skin-content {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark Personnel"] i,.gdlr-core-page-builder-body [data-skin="Dark Personnel"] .gdlr-core-skin-icon,.gdlr-core-page-builder-body [data-skin="Dark Personnel"] .gdlr-core-skin-icon:before,.gdlr-core-page-builder-body [data-skin="Dark Personnel"] .traveltour-widget ul li:before {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark Personnel"] .gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-info-wrapper i {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark Personnel"] .tourmaster-combobox-wrap:after,.gdlr-core-page-builder-body [data-skin="Dark Personnel"] .tourmaster-datepicker-wrap:after,.gdlr-core-page-builder-body [data-skin="Dark Personnel"] .tourmaster-tour-search-field-inner:after {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark Personnel"] a,.gdlr-core-page-builder-body [data-skin="Dark Personnel"] .gdlr-core-skin-link {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark Personnel"] a:hover,.gdlr-core-page-builder-body [data-skin="Dark Personnel"] .gdlr-core-skin-link:hover {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark Personnel"] .gdlr-core-skin-divider {
    border-color: #b2b2b2;
    column-rule-color: #b2b2b2;
    -moz-column-rule-color: #b2b2b2;
    -webkit-column-rule-color: #b2b2b2
}

.gdlr-core-page-builder-body [data-skin="Dark Personnel"] .gdlr-core-flexslider.gdlr-core-nav-style-middle-large .flex-direction-nav li a {
    border-color: #b2b2b2
}

.gdlr-core-page-builder-body [data-skin="Dark Personnel"] *,.gdlr-core-page-builder-body [data-skin="Dark Personnel"] .gdlr-core-skin-border {
    border-color: #b2b2b2
}

.gdlr-core-page-builder-body [data-skin="Dark Personnel"] input:not([type="button"]):not([type="submit"]):not([type="reset"]),.gdlr-core-page-builder-body [data-skin="Dark Personnel"] select,.gdlr-core-page-builder-body [data-skin="Dark Personnel"] textarea {
    border-color: #b2b2b2
}

.gdlr-core-page-builder-body [data-skin="Dark Personnel"] .gdlr-core-skin-e-background {
    background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark Personnel"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a,.gdlr-core-page-builder-body [data-skin="Dark Personnel"] .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a {
    background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark Personnel"] .gdlr-core-flexslider .flex-control-nav li a {
    border-color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark Personnel"] .gdlr-core-flexslider .flex-control-nav li a.flex-active {
    background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark Personnel"] input:not([type="button"]):not([type="submit"]):not([type="reset"]),.gdlr-core-page-builder-body [data-skin="Dark Personnel"] select,.gdlr-core-page-builder-body [data-skin="Dark Personnel"] textarea {
    background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark Personnel"] .gdlr-core-skin-e-content {
    color: #3a3a3a
}

.gdlr-core-page-builder-body [data-skin="Dark Personnel"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a i,.gdlr-core-page-builder-body [data-skin="Dark Personnel"] .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a i {
    color: #3a3a3a
}

.gdlr-core-page-builder-body [data-skin="Dark Personnel"] .gdlr-core-skin-e-content::-webkit-input-placeholder {
    color: #3a3a3a
}

.gdlr-core-page-builder-body [data-skin="Dark Personnel"] .gdlr-core-skin-e-content::-moz-placeholder {
    color: #3a3a3a
}

.gdlr-core-page-builder-body [data-skin="Dark Personnel"] .gdlr-core-skin-e-content:-ms-input-placeholder {
    color: #3a3a3a
}

.gdlr-core-page-builder-body [data-skin="Dark Personnel"] .gdlr-core-skin-e-content:-moz-placeholder {
    color: #3a3a3a
}

.gdlr-core-page-builder-body [data-skin="Dark Personnel"] input:not([type="button"]):not([type="submit"]):not([type="reset"]),.gdlr-core-page-builder-body [data-skin="Dark Personnel"] select,.gdlr-core-page-builder-body [data-skin="Dark Personnel"] textarea {
    color: #3a3a3a
}

.gdlr-core-page-builder-body [data-skin="Dark Personnel"] input::-webkit-input-placeholder {
    color: #3a3a3a
}

.gdlr-core-page-builder-body [data-skin="Dark Personnel"] input::-moz-placeholder {
    color: #3a3a3a
}

.gdlr-core-page-builder-body [data-skin="Dark Personnel"] input:-ms-input-placeholder {
    color: #3a3a3a
}

.gdlr-core-page-builder-body [data-skin="Dark Personnel"] input:-moz-placeholder {
    color: #3a3a3a
}

.gdlr-core-page-builder-body [data-skin="Maintenance"] h1,.gdlr-core-page-builder-body [data-skin="Maintenance"] h2,.gdlr-core-page-builder-body [data-skin="Maintenance"] h3,.gdlr-core-page-builder-body [data-skin="Maintenance"] h4,.gdlr-core-page-builder-body [data-skin="Maintenance"] h5,.gdlr-core-page-builder-body [data-skin="Maintenance"] h6,.gdlr-core-page-builder-body [data-skin="Maintenance"] .gdlr-core-skin-title,.gdlr-core-page-builder-body [data-skin="Maintenance"] .gdlr-core-skin-title a,.gdlr-core-page-builder-body [data-skin="Maintenance"] label {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Maintenance"] .gdlr-core-skin-caption,.gdlr-core-page-builder-body [data-skin="Maintenance"] .gdlr-core-skin-caption a,.gdlr-core-page-builder-body [data-skin="Maintenance"] .gdlr-core-skin-caption a:hover {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Maintenance"],.gdlr-core-page-builder-body [data-skin="Maintenance"] .gdlr-core-skin-content {
    color: #d8d8d8
}

.gdlr-core-page-builder-body [data-skin="Maintenance"] .gdlr-core-skin-divider {
    border-color: #bababa;
    column-rule-color: #bababa;
    -moz-column-rule-color: #bababa;
    -webkit-column-rule-color: #bababa
}

.gdlr-core-page-builder-body [data-skin="Maintenance"] .gdlr-core-flexslider.gdlr-core-nav-style-middle-large .flex-direction-nav li a {
    border-color: #bababa
}

.gdlr-core-page-builder-body [data-skin="Maintenance"] *,.gdlr-core-page-builder-body [data-skin="Maintenance"] .gdlr-core-skin-border {
    border-color: #727272
}

.gdlr-core-page-builder-body [data-skin="Maintenance"] input:not([type="button"]):not([type="submit"]):not([type="reset"]),.gdlr-core-page-builder-body [data-skin="Maintenance"] select,.gdlr-core-page-builder-body [data-skin="Maintenance"] textarea {
    border-color: #727272
}

.gdlr-core-page-builder-body [data-skin="Blue Icon"] i,.gdlr-core-page-builder-body [data-skin="Blue Icon"] .gdlr-core-skin-icon,.gdlr-core-page-builder-body [data-skin="Blue Icon"] .gdlr-core-skin-icon:before,.gdlr-core-page-builder-body [data-skin="Blue Icon"] .traveltour-widget ul li:before {
    color: #4692e7
}

.gdlr-core-page-builder-body [data-skin="Blue Icon"] .gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-info-wrapper i {
    color: #4692e7
}

.gdlr-core-page-builder-body [data-skin="Blue Icon"] .tourmaster-combobox-wrap:after,.gdlr-core-page-builder-body [data-skin="Blue Icon"] .tourmaster-datepicker-wrap:after,.gdlr-core-page-builder-body [data-skin="Blue Icon"] .tourmaster-tour-search-field-inner:after {
    color: #4692e7
}

.gdlr-core-page-builder-body [data-skin="Homepage Search"] h1,.gdlr-core-page-builder-body [data-skin="Homepage Search"] h2,.gdlr-core-page-builder-body [data-skin="Homepage Search"] h3,.gdlr-core-page-builder-body [data-skin="Homepage Search"] h4,.gdlr-core-page-builder-body [data-skin="Homepage Search"] h5,.gdlr-core-page-builder-body [data-skin="Homepage Search"] h6,.gdlr-core-page-builder-body [data-skin="Homepage Search"] .gdlr-core-skin-title,.gdlr-core-page-builder-body [data-skin="Homepage Search"] .gdlr-core-skin-title a,.gdlr-core-page-builder-body [data-skin="Homepage Search"] label {
    color: #313131
}

.gdlr-core-page-builder-body [data-skin="Homepage Search"] a,.gdlr-core-page-builder-body [data-skin="Homepage Search"] .gdlr-core-skin-link {
    color: #bdd4ff
}

.gdlr-core-page-builder-body [data-skin="Dark Search"] h1,.gdlr-core-page-builder-body [data-skin="Dark Search"] h2,.gdlr-core-page-builder-body [data-skin="Dark Search"] h3,.gdlr-core-page-builder-body [data-skin="Dark Search"] h4,.gdlr-core-page-builder-body [data-skin="Dark Search"] h5,.gdlr-core-page-builder-body [data-skin="Dark Search"] h6,.gdlr-core-page-builder-body [data-skin="Dark Search"] .gdlr-core-skin-title,.gdlr-core-page-builder-body [data-skin="Dark Search"] .gdlr-core-skin-title a,.gdlr-core-page-builder-body [data-skin="Dark Search"] label {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark Search"],.gdlr-core-page-builder-body [data-skin="Dark Search"] .gdlr-core-skin-content {
    color: #c2cadd
}

.gdlr-core-page-builder-body [data-skin="Dark Search"] i,.gdlr-core-page-builder-body [data-skin="Dark Search"] .gdlr-core-skin-icon,.gdlr-core-page-builder-body [data-skin="Dark Search"] .gdlr-core-skin-icon:before,.gdlr-core-page-builder-body [data-skin="Dark Search"] .traveltour-widget ul li:before {
    color: #ccd5e8
}

.gdlr-core-page-builder-body [data-skin="Dark Search"] .gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-info-wrapper i {
    color: #ccd5e8
}

.gdlr-core-page-builder-body [data-skin="Dark Search"] .tourmaster-combobox-wrap:after,.gdlr-core-page-builder-body [data-skin="Dark Search"] .tourmaster-datepicker-wrap:after,.gdlr-core-page-builder-body [data-skin="Dark Search"] .tourmaster-tour-search-field-inner:after {
    color: #ccd5e8
}

.gdlr-core-page-builder-body [data-skin="Dark Search"] .gdlr-core-skin-divider {
    border-color: #676e74;
    column-rule-color: #676e74;
    -moz-column-rule-color: #676e74;
    -webkit-column-rule-color: #676e74
}

.gdlr-core-page-builder-body [data-skin="Dark Search"] .gdlr-core-flexslider.gdlr-core-nav-style-middle-large .flex-direction-nav li a {
    border-color: #676e74
}

.gdlr-core-page-builder-body [data-skin="Dark Search"] *,.gdlr-core-page-builder-body [data-skin="Dark Search"] .gdlr-core-skin-border {
    border-color: #676e74
}

.gdlr-core-page-builder-body [data-skin="Dark Search"] input:not([type="button"]):not([type="submit"]):not([type="reset"]),.gdlr-core-page-builder-body [data-skin="Dark Search"] select,.gdlr-core-page-builder-body [data-skin="Dark Search"] textarea {
    border-color: #676e74
}

.gdlr-core-page-builder-body [data-skin="Dark Search"] .gdlr-core-skin-e-background {
    background-color: #585d6b
}

.gdlr-core-page-builder-body [data-skin="Dark Search"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a,.gdlr-core-page-builder-body [data-skin="Dark Search"] .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a {
    background-color: #585d6b
}

.gdlr-core-page-builder-body [data-skin="Dark Search"] .gdlr-core-flexslider .flex-control-nav li a {
    border-color: #585d6b
}

.gdlr-core-page-builder-body [data-skin="Dark Search"] .gdlr-core-flexslider .flex-control-nav li a.flex-active {
    background-color: #585d6b
}

.gdlr-core-page-builder-body [data-skin="Dark Search"] input:not([type="button"]):not([type="submit"]):not([type="reset"]),.gdlr-core-page-builder-body [data-skin="Dark Search"] select,.gdlr-core-page-builder-body [data-skin="Dark Search"] textarea {
    background-color: #585d6b
}

.gdlr-core-page-builder-body [data-skin="Dark Search"] .gdlr-core-skin-e-content {
    color: #b9c1d5
}

.gdlr-core-page-builder-body [data-skin="Dark Search"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a i,.gdlr-core-page-builder-body [data-skin="Dark Search"] .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a i {
    color: #b9c1d5
}

.gdlr-core-page-builder-body [data-skin="Dark Search"] .gdlr-core-skin-e-content::-webkit-input-placeholder {
    color: #b9c1d5
}

.gdlr-core-page-builder-body [data-skin="Dark Search"] .gdlr-core-skin-e-content::-moz-placeholder {
    color: #b9c1d5
}

.gdlr-core-page-builder-body [data-skin="Dark Search"] .gdlr-core-skin-e-content:-ms-input-placeholder {
    color: #b9c1d5
}

.gdlr-core-page-builder-body [data-skin="Dark Search"] .gdlr-core-skin-e-content:-moz-placeholder {
    color: #b9c1d5
}

.gdlr-core-page-builder-body [data-skin="Dark Search"] input:not([type="button"]):not([type="submit"]):not([type="reset"]),.gdlr-core-page-builder-body [data-skin="Dark Search"] select,.gdlr-core-page-builder-body [data-skin="Dark Search"] textarea {
    color: #b9c1d5
}

.gdlr-core-page-builder-body [data-skin="Dark Search"] input::-webkit-input-placeholder {
    color: #b9c1d5
}

.gdlr-core-page-builder-body [data-skin="Dark Search"] input::-moz-placeholder {
    color: #b9c1d5
}

.gdlr-core-page-builder-body [data-skin="Dark Search"] input:-ms-input-placeholder {
    color: #b9c1d5
}

.gdlr-core-page-builder-body [data-skin="Dark Search"] input:-moz-placeholder {
    color: #b9c1d5
}

.gdlr-core-page-builder-body [data-skin="Dark Search"] .gdlr-core-button,.gdlr-core-page-builder-body [data-skin="Dark Search"] .gdlr-core-button-color {
    background-color: #4296ed
}

.gdlr-core-page-builder-body [data-skin="Dark Search"] input[type="button"],.gdlr-core-page-builder-body [data-skin="Dark Search"] input[type="submit"] {
    background-color: #4296ed
}

.gdlr-core-page-builder-body [data-skin="Dark Search"] .gdlr-core-pagination a {
    background-color: #4296ed
}

.gdlr-core-page-builder-body [data-skin="Grey Frame"] .gdlr-core-skin-e-background {
    background-color: #f6f6f6
}

.gdlr-core-page-builder-body [data-skin="Grey Frame"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a,.gdlr-core-page-builder-body [data-skin="Grey Frame"] .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a {
    background-color: #f6f6f6
}

.gdlr-core-page-builder-body [data-skin="Grey Frame"] .gdlr-core-flexslider .flex-control-nav li a {
    border-color: #f6f6f6
}

.gdlr-core-page-builder-body [data-skin="Grey Frame"] .gdlr-core-flexslider .flex-control-nav li a.flex-active {
    background-color: #f6f6f6
}

.gdlr-core-page-builder-body [data-skin="Grey Frame"] input:not([type="button"]):not([type="submit"]):not([type="reset"]),.gdlr-core-page-builder-body [data-skin="Grey Frame"] select,.gdlr-core-page-builder-body [data-skin="Grey Frame"] textarea {
    background-color: #f6f6f6
}

.gdlr-core-page-builder-body [data-skin="Blue Column Service"] h1,.gdlr-core-page-builder-body [data-skin="Blue Column Service"] h2,.gdlr-core-page-builder-body [data-skin="Blue Column Service"] h3,.gdlr-core-page-builder-body [data-skin="Blue Column Service"] h4,.gdlr-core-page-builder-body [data-skin="Blue Column Service"] h5,.gdlr-core-page-builder-body [data-skin="Blue Column Service"] h6,.gdlr-core-page-builder-body [data-skin="Blue Column Service"] .gdlr-core-skin-title,.gdlr-core-page-builder-body [data-skin="Blue Column Service"] .gdlr-core-skin-title a,.gdlr-core-page-builder-body [data-skin="Blue Column Service"] label {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Blue Column Service"],.gdlr-core-page-builder-body [data-skin="Blue Column Service"] .gdlr-core-skin-content {
    color: #b9cdf3
}

.gdlr-core-page-builder-body [data-skin="Blue Column Service"] i,.gdlr-core-page-builder-body [data-skin="Blue Column Service"] .gdlr-core-skin-icon,.gdlr-core-page-builder-body [data-skin="Blue Column Service"] .gdlr-core-skin-icon:before,.gdlr-core-page-builder-body [data-skin="Blue Column Service"] .traveltour-widget ul li:before {
    color: #467ee7
}

.gdlr-core-page-builder-body [data-skin="Blue Column Service"] .gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-info-wrapper i {
    color: #467ee7
}

.gdlr-core-page-builder-body [data-skin="Blue Column Service"] .tourmaster-combobox-wrap:after,.gdlr-core-page-builder-body [data-skin="Blue Column Service"] .tourmaster-datepicker-wrap:after,.gdlr-core-page-builder-body [data-skin="Blue Column Service"] .tourmaster-tour-search-field-inner:after {
    color: #467ee7
}

.gdlr-core-page-builder-body [data-skin="Newsletter form"] .gdlr-core-skin-divider {
    border-color: #bcbcbc;
    column-rule-color: #bcbcbc;
    -moz-column-rule-color: #bcbcbc;
    -webkit-column-rule-color: #bcbcbc
}

.gdlr-core-page-builder-body [data-skin="Newsletter form"] .gdlr-core-flexslider.gdlr-core-nav-style-middle-large .flex-direction-nav li a {
    border-color: #bcbcbc
}

.gdlr-core-page-builder-body [data-skin="Newsletter form"] *,.gdlr-core-page-builder-body [data-skin="Newsletter form"] .gdlr-core-skin-border {
    border-color: #f3f3f3
}

.gdlr-core-page-builder-body [data-skin="Newsletter form"] input:not([type="button"]):not([type="submit"]):not([type="reset"]),.gdlr-core-page-builder-body [data-skin="Newsletter form"] select,.gdlr-core-page-builder-body [data-skin="Newsletter form"] textarea {
    border-color: #f3f3f3
}

.gdlr-core-page-builder-body [data-skin="Newsletter form"] .gdlr-core-skin-e-background {
    background-color: #f3f3f3
}

.gdlr-core-page-builder-body [data-skin="Newsletter form"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a,.gdlr-core-page-builder-body [data-skin="Newsletter form"] .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a {
    background-color: #f3f3f3
}

.gdlr-core-page-builder-body [data-skin="Newsletter form"] .gdlr-core-flexslider .flex-control-nav li a {
    border-color: #f3f3f3
}

.gdlr-core-page-builder-body [data-skin="Newsletter form"] .gdlr-core-flexslider .flex-control-nav li a.flex-active {
    background-color: #f3f3f3
}

.gdlr-core-page-builder-body [data-skin="Newsletter form"] input:not([type="button"]):not([type="submit"]):not([type="reset"]),.gdlr-core-page-builder-body [data-skin="Newsletter form"] select,.gdlr-core-page-builder-body [data-skin="Newsletter form"] textarea {
    background-color: #f3f3f3
}

.gdlr-core-page-builder-body [data-skin="Newsletter form"] .gdlr-core-skin-e-content {
    color: #757575
}

.gdlr-core-page-builder-body [data-skin="Newsletter form"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a i,.gdlr-core-page-builder-body [data-skin="Newsletter form"] .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a i {
    color: #757575
}

.gdlr-core-page-builder-body [data-skin="Newsletter form"] .gdlr-core-skin-e-content::-webkit-input-placeholder {
    color: #757575
}

.gdlr-core-page-builder-body [data-skin="Newsletter form"] .gdlr-core-skin-e-content::-moz-placeholder {
    color: #757575
}

.gdlr-core-page-builder-body [data-skin="Newsletter form"] .gdlr-core-skin-e-content:-ms-input-placeholder {
    color: #757575
}

.gdlr-core-page-builder-body [data-skin="Newsletter form"] .gdlr-core-skin-e-content:-moz-placeholder {
    color: #757575
}

.gdlr-core-page-builder-body [data-skin="Newsletter form"] input:not([type="button"]):not([type="submit"]):not([type="reset"]),.gdlr-core-page-builder-body [data-skin="Newsletter form"] select,.gdlr-core-page-builder-body [data-skin="Newsletter form"] textarea {
    color: #757575
}

.gdlr-core-page-builder-body [data-skin="Newsletter form"] input::-webkit-input-placeholder {
    color: #757575
}

.gdlr-core-page-builder-body [data-skin="Newsletter form"] input::-moz-placeholder {
    color: #757575
}

.gdlr-core-page-builder-body [data-skin="Newsletter form"] input:-ms-input-placeholder {
    color: #757575
}

.gdlr-core-page-builder-body [data-skin="Newsletter form"] input:-moz-placeholder {
    color: #757575
}

.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] h1,.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] h2,.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] h3,.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] h4,.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] h5,.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] h6,.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] .gdlr-core-skin-title,.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] .gdlr-core-skin-title a,.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] label {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] i,.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] .gdlr-core-skin-icon,.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] .gdlr-core-skin-icon:before,.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] .traveltour-widget ul li:before {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] .gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-info-wrapper i {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] .tourmaster-combobox-wrap:after,.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] .tourmaster-datepicker-wrap:after,.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] .tourmaster-tour-search-field-inner:after {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] .gdlr-core-skin-e-background {
    background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a,.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a {
    background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] .gdlr-core-flexslider .flex-control-nav li a {
    border-color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] .gdlr-core-flexslider .flex-control-nav li a.flex-active {
    background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] input:not([type="button"]):not([type="submit"]):not([type="reset"]),.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] select,.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] textarea {
    background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] .gdlr-core-skin-e-content {
    color: #828282
}

.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a i,.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a i {
    color: #828282
}

.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] .gdlr-core-skin-e-content::-webkit-input-placeholder {
    color: #828282
}

.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] .gdlr-core-skin-e-content::-moz-placeholder {
    color: #828282
}

.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] .gdlr-core-skin-e-content:-ms-input-placeholder {
    color: #828282
}

.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] .gdlr-core-skin-e-content:-moz-placeholder {
    color: #828282
}

.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] input:not([type="button"]):not([type="submit"]):not([type="reset"]),.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] select,.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] textarea {
    color: #828282
}

.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] input::-webkit-input-placeholder {
    color: #828282
}

.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] input::-moz-placeholder {
    color: #828282
}

.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] input:-ms-input-placeholder {
    color: #828282
}

.gdlr-core-page-builder-body [data-skin="Dark Search HP4"] input:-moz-placeholder {
    color: #828282
}

.gdlr-core-page-builder-body [data-skin="Testimonial"] h1,.gdlr-core-page-builder-body [data-skin="Testimonial"] h2,.gdlr-core-page-builder-body [data-skin="Testimonial"] h3,.gdlr-core-page-builder-body [data-skin="Testimonial"] h4,.gdlr-core-page-builder-body [data-skin="Testimonial"] h5,.gdlr-core-page-builder-body [data-skin="Testimonial"] h6,.gdlr-core-page-builder-body [data-skin="Testimonial"] .gdlr-core-skin-title,.gdlr-core-page-builder-body [data-skin="Testimonial"] .gdlr-core-skin-title a,.gdlr-core-page-builder-body [data-skin="Testimonial"] label {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Testimonial"] .gdlr-core-skin-caption,.gdlr-core-page-builder-body [data-skin="Testimonial"] .gdlr-core-skin-caption a,.gdlr-core-page-builder-body [data-skin="Testimonial"] .gdlr-core-skin-caption a:hover {
    color: #d2d2d2
}

.gdlr-core-page-builder-body [data-skin="Testimonial"],.gdlr-core-page-builder-body [data-skin="Testimonial"] .gdlr-core-skin-content {
    color: #d2d2d2
}

.gdlr-core-page-builder-body [data-skin="Testimonial"] i,.gdlr-core-page-builder-body [data-skin="Testimonial"] .gdlr-core-skin-icon,.gdlr-core-page-builder-body [data-skin="Testimonial"] .gdlr-core-skin-icon:before,.gdlr-core-page-builder-body [data-skin="Testimonial"] .traveltour-widget ul li:before {
    color: #467fe7
}

.gdlr-core-page-builder-body [data-skin="Testimonial"] .gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-info-wrapper i {
    color: #467fe7
}

.gdlr-core-page-builder-body [data-skin="Testimonial"] .tourmaster-combobox-wrap:after,.gdlr-core-page-builder-body [data-skin="Testimonial"] .tourmaster-datepicker-wrap:after,.gdlr-core-page-builder-body [data-skin="Testimonial"] .tourmaster-tour-search-field-inner:after {
    color: #467fe7
}

.gdlr-core-page-builder-body [data-skin="Testimonial"] .gdlr-core-skin-e-background {
    background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="Testimonial"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a,.gdlr-core-page-builder-body [data-skin="Testimonial"] .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a {
    background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="Testimonial"] .gdlr-core-flexslider .flex-control-nav li a {
    border-color: #fff
}

.gdlr-core-page-builder-body [data-skin="Testimonial"] .gdlr-core-flexslider .flex-control-nav li a.flex-active {
    background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="Testimonial"] input:not([type="button"]):not([type="submit"]):not([type="reset"]),.gdlr-core-page-builder-body [data-skin="Testimonial"] select,.gdlr-core-page-builder-body [data-skin="Testimonial"] textarea {
    background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="Testimonial"] .gdlr-core-skin-e-content {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Testimonial"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a i,.gdlr-core-page-builder-body [data-skin="Testimonial"] .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a i {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Testimonial"] .gdlr-core-skin-e-content::-webkit-input-placeholder {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Testimonial"] .gdlr-core-skin-e-content::-moz-placeholder {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Testimonial"] .gdlr-core-skin-e-content:-ms-input-placeholder {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Testimonial"] .gdlr-core-skin-e-content:-moz-placeholder {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Testimonial"] input:not([type="button"]):not([type="submit"]):not([type="reset"]),.gdlr-core-page-builder-body [data-skin="Testimonial"] select,.gdlr-core-page-builder-body [data-skin="Testimonial"] textarea {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Testimonial"] input::-webkit-input-placeholder {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Testimonial"] input::-moz-placeholder {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Testimonial"] input:-ms-input-placeholder {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Testimonial"] input:-moz-placeholder {
    color: #fff
}

.gdlr-core-page-builder-body [data-skin="Newsletter form HP3"] .gdlr-core-skin-divider {
    border-color: #e5e5e5;
    column-rule-color: #e5e5e5;
    -moz-column-rule-color: #e5e5e5;
    -webkit-column-rule-color: #e5e5e5
}

.gdlr-core-page-builder-body [data-skin="Newsletter form HP3"] .gdlr-core-flexslider.gdlr-core-nav-style-middle-large .flex-direction-nav li a {
    border-color: #e5e5e5
}

.gdlr-core-page-builder-body [data-skin="Newsletter form HP3"] *,.gdlr-core-page-builder-body [data-skin="Newsletter form HP3"] .gdlr-core-skin-border {
    border-color: #e5e5e5
}

.gdlr-core-page-builder-body [data-skin="Newsletter form HP3"] input:not([type="button"]):not([type="submit"]):not([type="reset"]),.gdlr-core-page-builder-body [data-skin="Newsletter form HP3"] select,.gdlr-core-page-builder-body [data-skin="Newsletter form HP3"] textarea {
    border-color: #e5e5e5
}

.gdlr-core-page-builder-body [data-skin="Newsletter form HP3"] .gdlr-core-skin-e-background {
    background-color: #f3f3f3
}

.gdlr-core-page-builder-body [data-skin="Newsletter form HP3"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a,.gdlr-core-page-builder-body [data-skin="Newsletter form HP3"] .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a {
    background-color: #f3f3f3
}

.gdlr-core-page-builder-body [data-skin="Newsletter form HP3"] .gdlr-core-flexslider .flex-control-nav li a {
    border-color: #f3f3f3
}

.gdlr-core-page-builder-body [data-skin="Newsletter form HP3"] .gdlr-core-flexslider .flex-control-nav li a.flex-active {
    background-color: #f3f3f3
}

.gdlr-core-page-builder-body [data-skin="Newsletter form HP3"] input:not([type="button"]):not([type="submit"]):not([type="reset"]),.gdlr-core-page-builder-body [data-skin="Newsletter form HP3"] select,.gdlr-core-page-builder-body [data-skin="Newsletter form HP3"] textarea {
    background-color: #f3f3f3
}

.gdlr-core-page-builder-body [data-skin="Newsletter form HP3"] .gdlr-core-skin-e-content {
    color: #969696
}

.gdlr-core-page-builder-body [data-skin="Newsletter form HP3"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a i,.gdlr-core-page-builder-body [data-skin="Newsletter form HP3"] .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a i {
    color: #969696
}

.gdlr-core-page-builder-body [data-skin="Newsletter form HP3"] .gdlr-core-skin-e-content::-webkit-input-placeholder {
    color: #969696
}

.gdlr-core-page-builder-body [data-skin="Newsletter form HP3"] .gdlr-core-skin-e-content::-moz-placeholder {
    color: #969696
}

.gdlr-core-page-builder-body [data-skin="Newsletter form HP3"] .gdlr-core-skin-e-content:-ms-input-placeholder {
    color: #969696
}

.gdlr-core-page-builder-body [data-skin="Newsletter form HP3"] .gdlr-core-skin-e-content:-moz-placeholder {
    color: #969696
}

.gdlr-core-page-builder-body [data-skin="Newsletter form HP3"] input:not([type="button"]):not([type="submit"]):not([type="reset"]),.gdlr-core-page-builder-body [data-skin="Newsletter form HP3"] select,.gdlr-core-page-builder-body [data-skin="Newsletter form HP3"] textarea {
    color: #969696
}

.gdlr-core-page-builder-body [data-skin="Newsletter form HP3"] input::-webkit-input-placeholder {
    color: #969696
}

.gdlr-core-page-builder-body [data-skin="Newsletter form HP3"] input::-moz-placeholder {
    color: #969696
}

.gdlr-core-page-builder-body [data-skin="Newsletter form HP3"] input:-ms-input-placeholder {
    color: #969696
}

.gdlr-core-page-builder-body [data-skin="Newsletter form HP3"] input:-moz-placeholder {
    color: #969696
}

.gdlr-core-page-builder-body [data-skin="Blog HP3"] i,.gdlr-core-page-builder-body [data-skin="Blog HP3"] .gdlr-core-skin-icon,.gdlr-core-page-builder-body [data-skin="Blog HP3"] .gdlr-core-skin-icon:before,.gdlr-core-page-builder-body [data-skin="Blog HP3"] .traveltour-widget ul li:before {
    color: #4692e7
}

.gdlr-core-page-builder-body [data-skin="Blog HP3"] .gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-info-wrapper i {
    color: #4692e7
}

.gdlr-core-page-builder-body [data-skin="Blog HP3"] .tourmaster-combobox-wrap:after,.gdlr-core-page-builder-body [data-skin="Blog HP3"] .tourmaster-datepicker-wrap:after,.gdlr-core-page-builder-body [data-skin="Blog HP3"] .tourmaster-tour-search-field-inner:after {
    color: #4692e7
}

.gdlr-core-page-builder-body [data-skin="Blog HP3"] .gdlr-core-skin-e-background {
    background-color: #f3f3f3
}

.gdlr-core-page-builder-body [data-skin="Blog HP3"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a,.gdlr-core-page-builder-body [data-skin="Blog HP3"] .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a {
    background-color: #f3f3f3
}

.gdlr-core-page-builder-body [data-skin="Blog HP3"] .gdlr-core-flexslider .flex-control-nav li a {
    border-color: #f3f3f3
}

.gdlr-core-page-builder-body [data-skin="Blog HP3"] .gdlr-core-flexslider .flex-control-nav li a.flex-active {
    background-color: #f3f3f3
}

.gdlr-core-page-builder-body [data-skin="Blog HP3"] input:not([type="button"]):not([type="submit"]):not([type="reset"]),.gdlr-core-page-builder-body [data-skin="Blog HP3"] select,.gdlr-core-page-builder-body [data-skin="Blog HP3"] textarea {
    background-color: #f3f3f3
}

.gdlr-core-page-builder-body [data-skin="Blog HP3"] .gdlr-core-skin-e-content {
    color: #4692e7
}

.gdlr-core-page-builder-body [data-skin="Blog HP3"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a i,.gdlr-core-page-builder-body [data-skin="Blog HP3"] .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a i {
    color: #4692e7
}

.gdlr-core-page-builder-body [data-skin="Blog HP3"] .gdlr-core-skin-e-content::-webkit-input-placeholder {
    color: #4692e7
}

.gdlr-core-page-builder-body [data-skin="Blog HP3"] .gdlr-core-skin-e-content::-moz-placeholder {
    color: #4692e7
}

.gdlr-core-page-builder-body [data-skin="Blog HP3"] .gdlr-core-skin-e-content:-ms-input-placeholder {
    color: #4692e7
}

.gdlr-core-page-builder-body [data-skin="Blog HP3"] .gdlr-core-skin-e-content:-moz-placeholder {
    color: #4692e7
}

.gdlr-core-page-builder-body [data-skin="Blog HP3"] input:not([type="button"]):not([type="submit"]):not([type="reset"]),.gdlr-core-page-builder-body [data-skin="Blog HP3"] select,.gdlr-core-page-builder-body [data-skin="Blog HP3"] textarea {
    color: #4692e7
}

.gdlr-core-page-builder-body [data-skin="Blog HP3"] input::-webkit-input-placeholder {
    color: #4692e7
}

.gdlr-core-page-builder-body [data-skin="Blog HP3"] input::-moz-placeholder {
    color: #4692e7
}

.gdlr-core-page-builder-body [data-skin="Blog HP3"] input:-ms-input-placeholder {
    color: #4692e7
}

.gdlr-core-page-builder-body [data-skin="Blog HP3"] input:-moz-placeholder {
    color: #4692e7
}

.gdlr-core-page-builder-body [data-skin="orange text"] h1,.gdlr-core-page-builder-body [data-skin="orange text"] h2,.gdlr-core-page-builder-body [data-skin="orange text"] h3,.gdlr-core-page-builder-body [data-skin="orange text"] h4,.gdlr-core-page-builder-body [data-skin="orange text"] h5,.gdlr-core-page-builder-body [data-skin="orange text"] h6,.gdlr-core-page-builder-body [data-skin="orange text"] .gdlr-core-skin-title,.gdlr-core-page-builder-body [data-skin="orange text"] .gdlr-core-skin-title a,.gdlr-core-page-builder-body [data-skin="orange text"] label {
    color: #f97150
}

.gdlr-core-page-builder-body [data-skin="orange text"] .gdlr-core-skin-title a:hover {
    color: #f97150
}

.gdlr-core-page-builder-body [data-skin="orange text"] .gdlr-core-skin-caption,.gdlr-core-page-builder-body [data-skin="orange text"] .gdlr-core-skin-caption a,.gdlr-core-page-builder-body [data-skin="orange text"] .gdlr-core-skin-caption a:hover {
    color: #f97150
}

.gdlr-core-page-builder-body [data-skin="orange text"],.gdlr-core-page-builder-body [data-skin="orange text"] .gdlr-core-skin-content {
    color: #f97150
}

.gdlr-core-page-builder-body [data-skin="orange"] .gdlr-core-button,.gdlr-core-page-builder-body [data-skin="orange"] .gdlr-core-button-color {
    background-color: #f97150
}

.gdlr-core-page-builder-body [data-skin="orange"] input[type="button"],.gdlr-core-page-builder-body [data-skin="orange"] input[type="submit"] {
    background-color: #009fd0
}

.gdlr-core-page-builder-body [data-skin="orange"] .gdlr-core-pagination a {
    background-color: #f97150
}

.gdlr-core-page-builder-body [data-skin="White Newsletter"] *,.gdlr-core-page-builder-body [data-skin="White Newsletter"] .gdlr-core-skin-border {
    border-color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Newsletter"] input:not([type="button"]):not([type="submit"]):not([type="reset"]),.gdlr-core-page-builder-body [data-skin="White Newsletter"] select,.gdlr-core-page-builder-body [data-skin="White Newsletter"] textarea {
    border-color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Newsletter"] .gdlr-core-skin-e-background {
    background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Newsletter"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a,.gdlr-core-page-builder-body [data-skin="White Newsletter"] .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a {
    background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Newsletter"] .gdlr-core-flexslider .flex-control-nav li a {
    border-color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Newsletter"] .gdlr-core-flexslider .flex-control-nav li a.flex-active {
    background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="White Newsletter"] input:not([type="button"]):not([type="submit"]):not([type="reset"]),.gdlr-core-page-builder-body [data-skin="White Newsletter"] select,.gdlr-core-page-builder-body [data-skin="White Newsletter"] textarea {
    background-color: #fff
}

.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-button.gdlr-core-button-gradient {
    background: -webkit-linear-gradient(#ffffff,#d6d6d6);
    background: -o-linear-gradient(#ffffff,#d6d6d6);
    background: -moz-linear-gradient(#ffffff,#d6d6d6);
    background: linear-gradient(#ffffff,#d6d6d6)
}

.gdlr-core-page-builder-body [data-skin="Dark"] .gdlr-core-button.gdlr-core-button-gradient-v {
    background: -webkit-linear-gradient(to right,#ffffff,#d6d6d6);
    background: -o-linear-gradient(to right,#ffffff,#d6d6d6);
    background: -moz-linear-gradient(to right,#ffffff,#d6d6d6);
    background: linear-gradient(to right,#ffffff,#d6d6d6)
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-button.gdlr-core-button-gradient {
    background: -webkit-linear-gradient(#212121,#262626);
    background: -o-linear-gradient(#212121,#262626);
    background: -moz-linear-gradient(#212121,#262626);
    background: linear-gradient(#212121,#262626)
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-button.gdlr-core-button-gradient-v {
    background: -webkit-linear-gradient(to right,#212121,#262626);
    background: -o-linear-gradient(to right,#212121,#262626);
    background: -moz-linear-gradient(to right,#212121,#262626);
    background: linear-gradient(to right,#212121,#262626)
}

@font-face {
    font-display: swap;
    font-family: "ArcaMajora";
    src: url(https://a6e8z9v6.stackpathcdn.com/traveltour/main4/wp-content/uploads/2019/04/ArcaMajora3-Heavy.eot);
    src: url(https://a6e8z9v6.stackpathcdn.com/traveltour/main4/wp-content/uploads/2019/04/ArcaMajora3-Heavy.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.traveltour-item-mgb,.gdlr-core-item-mgb {
    margin-bottom: 25px
}

.tnp-subscription {
    display: block;
    margin: 15px auto;
    max-width: 500px;
    width: 100%
}

.tnp-subscription div.tnp-field {
    margin-bottom: 10px;
    border: 0;
    padding: 0
}

.tnp-subscription label {
    display: block;
    color: inherit;
    font-weight: 700;
    line-height: normal;
    padding: 5px;
    margin: 0
}

.tnp-subscription input[type=text],.tnp-subscription input[type=email],.tnp-subscription input[type=submit],.tnp-subscription select {
    width: 100%;
    height: 50px;
    padding: 10px;
    display: block;
    border: 1px;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    line-height: normal;
    box-sizing: border-box
}

.tnp-subscription input[type=checkbox],.tnp-widget input[type=radio] {
    max-width: 20px;
    display: inline-block
}

.tnp-subscription select option {
    margin-right: 10px
}

.tnp-subscription input.tnp-submit {
    background-color: #444;
    color: #fff;
    width: auto;
    height: auto;
    margin: 0
}

@media all and (max-width: 480px) {
    .tnp-subscription input[type=submit] {
        width:100%
    }
}

.tnp-profile form .tnp-field {
    margin-bottom: 10px;
    border: 0;
    padding: 0
}

.tnp-profile form .tnp-field label {
    display: block;
    color: #333
}

.tnp-profile form .tnp-field input[type=text],.tnp-profile form .tnp-field input[type=email],.tnp-profile form .tnp-field input[type=submit],.tnp-profile form .tnp-field textarea,.tnp-profile form .tnp-field select {
    padding: 10px;
    display: block;
    border: 1px;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 0;
    height: auto;
    float: none
}

.tnp-profile form input[type=checkbox],.tnp-profile input[type=radio] {
    max-width: 20px;
    display: inline-block
}

.tnp-profile form .tnp-list-label {
    margin-left: 15px
}

.tnp-profile form select option {
    margin-right: 10px
}

.tnp-profile form .tnp-field input[type=submit] {
    background-color: #444;
    color: #fff;
    width: auto;
    height: auto;
    margin: 0
}

@media all and (max-width: 480px) {
    .tnp-profile input[type=submit] {
        width:100%;
        margin: 0
    }
}

.tnp-widget {
    width: 100%;
    display: block;
    box-sizing: border-box
}

.tnp-widget .tnp-field {
    margin-bottom: 10px;
    border: 0;
    padding: 0
}

.tnp-widget label {
    display: block;
    color: inherit;
    font-size: 14px
}

.tnp-widget input[type=text],.tnp-widget input[type=email],.tnp-widget input[type=submit],.tnp-widget select {
    width: 100%;
    padding: 10px;
    display: block;
    border: 1px solid #ddd;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    line-height: normal;
    box-sizing: border-box;
    height: auto
}

.tnp-widget input[type=checkbox],.tnp-widget input[type=radio] {
    width: auto;
    display: inline-block
}

.tnp-widget select option {
    margin-right: 10px
}

.tnp-widget input.tnp-submit {
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    margin: 0
}

.tnp-field input[type="submit"] {
    position: inherit
}

.tnp-widget-minimal {
    width: 100%
}

.tnp-widget-minimal form {
    margin: 0;
    padding: 0;
    border: 0
}

.tnp-widget-minimal input.tnp-email {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    color: #444;
    font-size: 14px
}

.tnp-widget-minimal input.tnp-submit {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    border-radius: 0;
    height: auto;
    margin: 0
}

.tnp-subscription-minimal {
    width: 100%;
    box-sizing: border-box
}

.tnp-subscription-minimal form {
    margin: 0;
    padding: 0;
    border: 0
}

.tnp-subscription-minimal input.tnp-email {
    width: 70%;
    max-width: 300px;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0
}

.tnp-subscription-minimal .tnp-privacy-field {
    margin-top: 10px
}

.tnp-subscription-minimal input.tnp-submit {
    width: 29%;
    box-sizing: border-box;
    display: inline-block;
    padding: 10px;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0;
    margin: 0
}

.tnp-comments {
    clear: both;
    margin-top: 15px;
    margin-bottom: 15px
}

.tnp-comments label {
    display: block
}

.tnp-comments input[type=checkbox] {
    display: inline-block;
    width: auto!important
}

.tnp-lock {
    clear: both;
    display: block;
    box-sizing: border-box;
    box-shadow: none;
    margin: 20px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd
}

.tnp-nl-checkout {
    margin-bottom: 1em
}

span.wpgmp_locateme_control {
    background: url(../../../plugins/wp-google-map-plugin/assets/images/nav.png) no-repeat;
    display: inline-block;
    height: 25px;
    cursor: pointer!important;
    vertical-align: middle;
    width: 25px;
    z-index: 50;
    position: relative;
    text-indent: -9999px
}

.bottom_center {
    margin-bottom: 5px
}

.top_center {
    margin-top: 5px
}

.right_center {
    margin-right: 5px
}

.left_center {
    margin-left: 5px
}

/* @font-face {
    font-display: swap;
    font-family: 'FontAwesome';
    src: url(../../../plugins/wp-google-map-plugin/assets/css/fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(../../../plugins/wp-google-map-plugin/assets/css/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(../../../plugins/wp-google-map-plugin/assets/css/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(../../../plugins/wp-google-map-plugin/assets/css/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype');
    font-weight: 400;
    font-style: normal
} */

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.wpgmp_map div {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.geotags_link {
    clear: both;
    display: block;
    text-decoration: none;
    border: none
}

.wpgmp_tabs_container *,.wpgmp_listing_container *,.wpgmp_infowindow {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 400;
    box-shadow: none;
    text-decoration: none
}

.wpgmp_tabs_container a,.wpgmp_tabs_container a:hover {
    text-decoration: none!important;
    border-bottom: 0
}

.wpgmp_tabs_container .wpgmp_tabs li a.active,.wpgmp_direction_container p input.wpgmp_find_direction,.wpgmp_nearby_container .wpgmp_find_nearby_button,.wpgmp_pagination span.current,.wpgmp_pagination a:hover,.wpgmp_toggle_main_container input[type="submit"],.wpgmp_toggle_main_container .amenity_type:hover {
    background: #29B6F6
}

div.wpgmp_search_form input.wpgmp_search_input:focus {
    border: 1px solid #29B6F6
}

div.wpgmp_search_form input.wpgmp_search_input {
    border-bottom: 1px solid '.$secondary_color.'
}

.fc-label-info,.fc-badge.info,.wpgmp_pagination span,.wpgmp_pagination a,.wpgmp_toggle_main_container .amenity_type,div.categories_filter select,.wpgmp_tabs_container .wpgmp_tabs,.wpgmp_toggle_container {
    background: #212f3d
}

.wpgmp-select-all,.wpgmp_tabs_container .wpgmp_tab_item .wpgmp_cat_title,.wpgmp_tabs_container .wpgmp_tabs li a.active,.wpgmp_location_title a.place_title {
    color: #212f3d
}

.fc-label-info,.fc-badge.info {
    border: 1px solid #212f3d
}

.wpgmp-infowindow-action {
    margin-top: 10px
}

.wpgmp-infowindow-action:hover a {
    opacity: .87
}

.wpgmp-map-1 .wpgmp-select-all,.wpgmp-map-1 .wpgmp_infowindow .wpgmp-infowindow-fields span b,.wpgmp_location_meta,span.wpgmp_nearby_distance,.wpgmp_nearby_container select#tmode,.wpgmp_nearby_container .wpgmp_set_current_location,div.wpgmp_pagination span.disabled,span.wpgmp_nearby_distance,.wpgmp_location_meta,.wpgmp_pagination span,div.wpgmp_direction_panel_container h2 a,div.wpgmp_direction_panel_container div.dir_start,div.wpgmp_direction_panel_container .dir_end {
    color: rgba(0,0,0,.87)
}

.wpgmp-map-1 .wpgmp-select-all,.wpgmp-map-1 .wpgmp_infowindow .wpgmp-infowindow-fields span,.wpgmp_infowindow .fc-item-featured_image,div.wpgmp_search_form input.wpgmp_search_input,.wpgmp_listing_grid .wpgmp_locations .wpgmp_locations_content,.wpgmp_listing_list .wpgmp_locations .wpgmp_locations_content {
    color: rgba(0,0,0,.58)
}

.wpgmp-infowindow-action a.fc-btn,.wpgmp-infowindow-action a.fc-btn:hover,.wpgmp_tabs_container .wpgmp_tabs li a.active,.wpgmp_pagination span.current,.wpgmp_pagination a:hover,.wpgmp_toggle_main_container input[type="submit"],.wpgmp_direction_container p input.wpgmp_find_direction,.wpgmp_nearby_container .wpgmp_find_nearby_button,.wpgmp_pagination a,.wpgmp_locations_listing div.wpgmp_pagination span.current,.wpgmp_locations_listing div.wpgmp_pagination a,div.categories_filter select,.wpgmp_tabs_container .wpgmp_tabs li a,.wpgmp_toggle_container,.wpgmp_toggle_main_container .amenity_type,.fc-badge,.fc-btn {
    color: #fff
}

[data-input="map-search-control"],.wpgmp_toggle_main_container p select,.adp-directions tr:hover td,div.directions-panel,div.wpgmp-directions-panel-route-style,div.wpgmp_rdpcontainer,div.wpgmp_search_form input.wpgmp_search_input,.wpgmp_locations_listing div.wpgmp_pagination span.current,.wpgmp_nearby_container .wpgmp_set_current_location,.wpgmp_direction_container p select[name="start_point"],.wpgmp_direction_container p select[name="end_point"],li.wpgmp_nearby_all_locations,.wpgmp_tabs_container {
    background: #fff
}

.adp-directions td,div.wpgmp_direction_panel_container h2,div.wpgmp_direction_panel_container .dir_end,div.wpgmp_direction_panel_container div.dir_start,.wpgmp_tabs_container .jspCorner,.wpgmp_tabs_container .jspArrow.jspDisabled,.wpgmp_tabs_container .jspArrow,.wpgmp_tabs_container .jspTrack,.wpgmp_tabs_container .jspDrag {
    background: #dde
}

.wpgmp_locations .wpgmp_location_title a {
    font-size: 1.2em
}

div.wpgmp-directions-panel-route-style table,div.wpgmp-directions-panel-route-style table tr,div.wpgmp-directions-panel-route-style table tr td,.wpgmp_location_title a.place_title,div.wpgmp_toggle_main_container div.wpgmp_tab_item ul.wpgmp_location_container li a,,.wpgmp_tabs_container .wpgmp_tab_item .wpgmp_cat_title,.wpgmp_tabs_container .wpgmp_tabs li a {
    font-size: 1em
}

.adp-legal,.adp-text,.adp-summary,.wpgmp_toggle_main_container p select,.wpgmp_toggle_main_container input[type="text"],.wpgmp_toggle_main_container .amenity_type label,.wpgmp_direction_container p input.wpgmp_find_direction,.wpgmp_nearby_container .wpgmp_find_nearby_button,div.wpgmp_search_form input.wpgmp_search_input,[data-input="map-search-control"],div.categories_filter select,.fc-label-info,.fc-badge.info,.wpgmp_pagination {
    font-size: .875em
}

.adp-legal,.adp-text,.adp-summary {
    padding-top: 7px
}

.adp-legal {
    text-align: right
}

.wpgmp_tabs_container {
    box-shadow: 0 0 5px rgba(0,0,0,.75);
    -ms-box-shadow: 0 0 5px rgba(0,0,0,.75);
    position: absolute;
    right: 5px;
    top: 60px;
    z-index: 100;
    padding: 0
}

.wpgmp_tabs_container .jspContainer {
    overflow-y: auto;
    overflow-x: hidden;
    position: relative
}

.wpgmp_tabs_container .jspPane {
    position: absolute
}

.wpgmp_tabs_container .jspPane,.wpgmp_tabs_container .jspContainer,.wpgmp_tabs_container .scroll-pane {
    width: 100%!important
}

.wpgmp_tabs_container .jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%
}

.wpgmp_tabs_container .jspVerticalBar .jspArrow {
    height: 16px
}

.wpgmp_tabs_container .jspVerticalBar .jspArrow:focus {
    outline: none
}

.wpgmp_tabs_container .jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px
}

.wpgmp_tabs_container .jspHorizontalBar .jspCap {
    float: left
}

.wpgmp_tabs_container .jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%
}

.wpgmp_tabs_container .jspCap {
    display: none
}

.wpgmp_tabs_container .jspTrack {
    position: relative
}

.wpgmp_tabs_container .jspDrag {
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer
}

.wpgmp_tabs_container .jspArrow {
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    margin: 0;
    padding: 0
}

.wpgmp_tabs_container .jspArrow.jspDisabled {
    cursor: default
}

.wpgmp_tabs_container .jspCorner {
    float: left;
    height: 100%
}

.wpgmp_tabs_container .wpgmp_tabs {
    width: 100%;
    display: flex;
    margin: 0 0 0!important;
    padding: 0;
    overflow: auto
}

.wpgmp_tabs_container .wpgmp_tabs li {
    flex: 1 0 0%;
    white-space: nowrap;
    list-style: none
}

.wpgmp_tabs_container .wpgmp_tabs li:focus {
    outline: none
}

.wpgmp_tabs_container .wpgmp_tabs li a.active {
    cursor: pointer;
    border: none
}

.wpgmp_tabs_container .wpgmp_tabs li a {
    display: block;
    text-align: center;
    text-decoration: none!important;
    padding: 10px
}

.wpgmp_tabs_container .wpgmp_tab_item {
    border-bottom: 1px solid #e8ebec;
    margin: 0;
    padding: 10px 0
}

.wpgmp_tabs_container .wpgmp_tab_item:last-child {
    border-bottom: none
}

.wpgmp_tabs_container .wpgmp_tab_item .wpgmp_cat_title {
    text-decoration: none!important;
    padding: 0 0 0 8px;
    text-transform: capitalize;
    box-shadow: none;
    display: inline;
    transition: all 0.3s;
    -webkit-transition: all 0.3s
}

.wpgmp-select-all {
    text-align: center;
    margin-right: 10px
}

.wpgmp_tabs_container .wpgmp_tab_item input[type="checkbox"] {
    vertical-align: middle;
    display: inline;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    margin-left: -14px
}

@media(max-width: 767px) {
    .wpgmp_tabs_container .wpgmp_tab_item input[type="checkbox"] {
        margin-left:-16px
    }
}

.wpgmp_tabs_container #wpgmp_tab_0,.wpgmp_tabs_container #wpgmp_tab_3 {
    overflow: hidden
}

.wpgmp_tabs_container #wpgmp_tab_0 .wpgmp_tab_item:hover input[type="checkbox"],.wpgmp_tabs_container #wpgmp_tab_3 .wpgmp_tab_item:hover input[type="checkbox"] {
    display: table-cell;
    opacity: 1;
    width: auto;
    margin-left: 0
}

.wpgmp_tabs_container .wpgmp_tab_item .wpgmp_cat_title span.arrow {
    float: right;
    width: 32px;
    margin-top: -5px;
    margin-right: 10px
}

.wpgmp_tabs_container .wpgmp_tab_item .wpgmp_cat_title:hover {
    text-decoration: none!important
}

.wpgmp_tabs_container .jspHorizontalBar .jspTrack,.wpgmp_tabs_container .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%
}

* html .wpgmp_tabs_container .jspCorner {
    margin: 0 -3px 0 0
}

.wpgmp_map_container {
    position: relative;
    outline: none
}

.wpgmp_map_container .gm-style-iw {
    min-height: 50px!important;
    min-width: 150px!important
}

.wpgmp_toggle_main_container {
    width: 100%;
    padding: 1em;
    max-height: 300px;
    overflow: auto
}

.wpgmp_tab_item .wpgmp_location_container {
    margin: 0!important;
    padding-top: 10px;
    padding-bottom: 30px;
    overflow: hidden
}

.wpgmp_tabs_container .wpgmp_tab_item .wpgmp_location_container input[type="checkbox"] {
    margin-left: -23px
}

.wpgmp_tab_item .wpgmp_location_container li.wpgmp_all_locations {
    list-style: none;
    border: 1px solid rgba(0,0,0,0);
    cursor: pointer;
    margin: 0 18px 0 25px;
    padding: 4px 0
}

.wpgmp_tab_item .wpgmp_location_container li.wpgmp_all_locations:before {
    border-bottom: 4px solid rgba(0,0,0,0);
    border-left: 4px solid #9E9E9E;
    border-top: 4px solid rgba(0,0,0,0);
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0 0
}

.wpgmp_tab_item .wpgmp_location_container li.wpgmp_all_locations:hover {
    border: 1px solid #D1D1D1;
    text-decoration: none!important
}

li.wpgmp_nearby_all_locations {
    list-style: none;
    cursor: pointer;
    border: 1px solid #E9E9E9;
    width: 97%;
    text-indent: 10px;
    margin: 6px 10px 0 0px!important;
    padding: 7px 5px;
    float: left
}

.wpgmp_listing_grid .wpgmp_locations {
    width: 31.3333333333333333%;
    vertical-align: top;
    display: inline-block;
    padding: 0!important;
    margin: 1% 1%!important;
    border: 1px solid #E9E9E9;
    border-radius: 0;
    height: auto;
    float: none;
    padding-bottom: 0px!important
}

.wpgmp_listing_grid .fc-itemcontent-padding,.wpgmp_listing_grid .fc-item-padding-content_15 {
    padding: 15px
}

.wpgmp_print_listing .fc-item-padding-content_15 {
    float: left;
    width: 100%
}

.wpgmp_listing_list .fc-itemcontent-padding {
    padding: 0 0 0 15px
}

.wpgmp_listing_grid .fc-item-default.fc-wait .wpgmp_locations {
    padding: 15px!important
}

.wpgmp_listing_grid .fc-item-title {
    margin-top: 15px
}

.wpgmp_listing_grid .wpgmp_locations_head {
    margin-bottom: 10px
}

.wpgmp_listing_grid .wpgmp_locations .wpgmp_location_title {
    line-height: 25px;
    display: inline-block
}

.wpgmp_listing_grid .wpgmp_locations .wpgmp_location_meta {
    margin-top: 5px
}

.wpgmp_listing_grid .wpgmp_locations .wpgmp_locations_content img {
    float: none;
    width: 100%!important;
    margin-bottom: 10px!important;
    border: none
}

.wpgmp_listing_list .wpgmp_locations {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 14px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
    height: auto!important
}

.wpgmp_listing_list .wpgmp_locations .wpgmp_location_meta {
    float: right
}

.wpgmp_listing_grid .wpgmp_locations .wpgmp_locations_content,.wpgmp_listing_list .wpgmp_locations .wpgmp_locations_content {
    float: left;
    width: 100%
}

.categories_filter span.span_list,.categories_filter span.span_grid,.categories_filter span.span_print {
    float: right;
    margin-top: .75em
}

.categories_filter span.span_list img,.categories_filter span.span_list .active img,.categories_filter span.span_grid img,.categories_filter span.span_grid .active img,.categories_filter span.span_print img,.categories_filter span.span_print .active img {
    opacity: .7
}

.categories_filter span.span_list img:hover,.categories_filter span.span_list .active img,.categories_filter span.span_grid img:hover,.categories_filter span.span_grid .active img,.categories_filter span.span_print img:hover,.categories_filter span.span_print .active img {
    opacity: 1
}

.categories_filter span.span_list img,.categories_filter span.span_grid img,.categories_filter span.span_print img {
    box-shadow: none;
    cursor: pointer;
    border-radius: 0;
    padding: 5px
}

span.wpgmp_nearby_distance {
    font-style: italic;
    color: #9e9e9e;
    float: left;
    margin-right: 8px
}

.wpgmp_direction_container,.wpgmp_routes_container,.wpgmp_nearby_container {
    margin-top: 0
}

.wpgmp_direction_container p {
    margin: 4px 0 7px
}

.wpgmp_direction_container .wpgmp-direction-form .input {
    float: left;
    width: 235px;
    border-radius: 0!important;
    margin: 4px 10px 5px 0;
    padding: 5px 30px 5px 10px
}

.wpgmp_direction_container span.wpgmp_mcurrent_loction {
    background: url(../../../plugins/wp-google-map-plugin/assets/images/nav.png) no-repeat;
    display: inline-block;
    height: 25px;
    cursor: pointer!important;
    vertical-align: middle;
    width: 25px;
    float: right;
    margin: -25px 10px
}

.wpgmp_direction_container p select[name="start_point"],.wpgmp_direction_container p select[name="end_point"] {
    box-shadow: none!important;
    display: block;
    margin-bottom: 10px
}

.wpgmp_direction_container p input.wpgmp_find_direction,.wpgmp_nearby_container .wpgmp_find_nearby_button {
    border: 0;
    padding: .642857em 1.142857em;
    line-height: 1.5
}

.wpgmp_tabs_container input[type="button"]:hover,.wpgmp_tabs_container input[type="submit"]:hover {
    opacity: .87
}

.wpgmp_nearby_container select#tmode {
    width: 175px;
    background: none;
    margin: 4px 10px 7px 0;
    padding: 5px 0 5px 5px
}

.wpgmp_nearby_container .wpgmp_set_current_location {
    font-size: 10px;
    border: solid 1px #ddd;
    display: block;
    margin: 10px 0;
    padding: 5px 0
}

.wpgmp_nearby_container span.wpgmp_mcurrent_loction {
    background: url(../../../plugins/wp-google-map-plugin/assets/images/nav.png) no-repeat;
    display: inline-block;
    height: 25px;
    cursor: pointer!important;
    vertical-align: middle;
    width: 25px;
    margin: 3px -35px
}

.wpgmp_toggle_container {
    border-radius: 0 0 2px 2px;
    cursor: pointer;
    left: 50%;
    margin-left: -49px;
    position: absolute;
    text-align: center;
    width: 90px;
    padding: 5px
}

.wpgmp_locations_content img {
    vertical-align: middle
}

.wpgmp_location_meta {
    display: inline-block;
    float: right;
    margin-right: 10px;
    font-style: italic
}

.wpgmp_display_category_data {
    list-style: none!important
}

.wpgmp_loading {
    min-width: 300px;
    min-height: 100px;
    background: url(../../../plugins/wp-google-map-plugin/assets/images/loader.gif) no-repeat center
}

.wpgmp_display_locations_data {
    list-style: none!important;
    padding-bottom: 12px!important;
    border-bottom: 1px solid #E5E4E2!important;
    margin: 16px 0!important
}

.wpgmp_display_locations_data h2 {
    margin-bottom: 12px!important;
    padding: 0!important
}

.wpgmp_display_locations_data p {
    margin-bottom: 7px!important;
    padding: 0!important
}

.wpgmp_display_locations_data img {
    float: left!important;
    width: 30px!important;
    height: 30px!important
}

.wpgmp_locations_listing div.wpgmp_pagination {
    text-align: center;
    margin: 3px;
    padding: 3px
}

.wpgmp_locations_listing div.wpgmp_pagination a {
    margin-right: 2px;
    border: 1px solid #ddd;
    text-decoration: none;
    padding: 2px 5px
}

.wpgmp_locations_listing div.wpgmp_pagination span.current {
    margin-right: 2px;
    border: 1px solid #e0e0e0;
    font-weight: 700;
    padding: 2px 5px
}

div.wpgmp_pagination span.disabled {
    margin-right: 2px;
    border: 1px solid #f3f3f3;
    padding: 2px 5px
}

div.wpgmp_listing_header,div.categories_filter,div.wpgmp_categories,div.wpgmp_before_listing {
    float: left;
    width: 100%;
    margin: 0
}

.wpgmp_location_container {
    padding: 0
}

.wpgmp_listing_container .wpgmp_location_listing_header {
    font-weight: 400;
    margin: 10px 5px
}

div.wpgmp_search_form input.wpgmp_search_input {
    display: block;
    padding: .7142857em;
    width: 100%;
    margin-bottom: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 1px solid #fff;
    border-bottom: 1px solid #f1f1f1;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

div.wpgmp_search_form {
    position: relative
}

div.wpgmp_search_form:after {
    position: absolute;
    content: '';
    height: 96%;
    width: 40px;
    top: 1px;
    right: 1px;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=1)
}

div.wpgmp_tabs_container div.wpgmp_tab_item span.arrow img {
    width: 100%;
    box-shadow: none;
    vertical-align: middle;
    margin: 0
}

div.wpgmp_toggle_main_container div.wpgmp_tab_item ul.wpgmp_location_container li {
    list-style: none outside none;
    margin: 0;
    padding: 0 .625em .625em .625em;
    display: table
}

div.wpgmp_toggle_main_container div.wpgmp_tab_item ul.wpgmp_location_container li .wpgmp_specific_location_item {
    margin-right: 10px
}

div.wpgmp_toggle_main_container div.wpgmp_tab_item ul.wpgmp_location_container li a {
    text-decoration: none;
    padding-left: 10px;
    display: table-cell;
    box-shadow: none
}

div.wpgmp_direction_panel_container {
    width: 100%;
    float: left;
    border-radius: 3px;
    margin-bottom: 10px;
    font-family: "Lato",Helvetica,Arial,sans-serif
}

div.wpgmp_direction_panel_container div.dir_start {
    font-weight: 700;
    padding: 7px;
    margin: 10px 12px;
    border-left: 4px solid #BFBFBF;
    color: #666
}

div.wpgmp_direction_panel_container .dir_end {
    font-weight: 700;
    padding: 7px;
    margin: 10px 12px;
    border-left: 4px solid #BFBFBF
}

div.wpgmp_direction_panel_container .dir_summary {
    margin: 5px 15px
}

div.wpgmp_direction_panel_container table {
    border: none!important;
    margin: 0 15px!important;
    padding: 0!important;
    width: 96%!important
}

div.wpgmp_direction_panel_container div.dir_end {
    margin-bottom: 20px!important
}

div.wpgmp_direction_panel_container h2 {
    border-radius: 3px;
    margin: 10px 0
}

div.wpgmp_direction_panel_container h2 a {
    background: url(../../../plugins/wp-google-map-plugin/assets/images/wpgmp-toggle-sprite.png) no-repeat scroll 15px 13px rgba(0,0,0,0);
    display: block;
    font-weight: 400;
    margin: 0;
    padding: 6px 10px 6px 32px;
    text-decoration: none
}

div.wpgmp_direction_panel_container h2.open a {
    background-position: 13px -25px
}

.dir_row {
    padding-right: 10px
}

.dir_sprite {
    width: 20px;
    height: 20px;
    display: block
}

div.wpgmp_direction_panel_container table tr,div.wpgmp_direction_panel_container table td {
    border: none!important;
    background: none!important;
    border-bottom: 1px solid #e8ebec
}

div.wpgmp_before_listing h2 {
    margin: 0
}

div.wpgmp_listing_header div.wpgmp_search_form {
    float: left;
    width: 100%;
    margin: .75em 0 0 0
}

div.categories_filter select {
    margin-top: .85714em;
    margin-right: .85714em;
    border: 0;
    box-shadow: none!important;
    display: block;
    padding: .7142857em 2.85714em .7142857em .7142857em;
    float: left;
    border-radius: 0;
    height: inherit;
    line-height: 1.8;
    font-weight: 500;
    max-width: 225px;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: url(../../../plugins/wp-google-map-plugin/assets/images/white_select_arrow.png) no-repeat 99% 50% #212f3d
}

div.directions-panel,div.wpgmp-directions-panel-route-style {
    margin-top: 8px!important;
    padding: 2px 9px!important;
    border: 1px solid #e8ebec
}

div.directions-panel table,div.directions-panel table tr,div.directions-panel table tr td {
    border: none!important;
    background: none!important;
    vertical-align: top!important
}

div.wpgmp-directions-panel-route-style table,div.wpgmp-directions-panel-route-style table tr,div.wpgmp-directions-panel-route-style table tr td {
    border: none!important;
    background: none!important;
    vertical-align: top!important
}

div.directions-panel table tr td img,div.wpgmp-directions-panel-route-style table tr td img {
    box-shadow: none!important
}

div.wpgmp_categories div.wpgmp_no_locations {
    font: italic normal 18px georgia;
    line-height: 25px;
    margin: 10px 6px
}

div.wpgmp_infowindow {
    overflow-x: hidden;
    overflow-y: auto
}

.direction-panel .adp-text {
    padding-left: 10px
}

.adp-directions tr td:first-child,.adp-directions tr td:nth-child(2),.adp-directions tr td::last-child {
    width: 10%!important
}

.adp-directions tr td:nth-child(3) {
    width: 70%!important
}

.directions-panel {
    height: 280px!important;
    overflow: auto
}

.directions-panel .adp-text {
    padding-left: 10px
}

.adp-directions {
    margin: 0;
    padding: 0;
    width: 100%;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}

.adp-directions table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

.adp-directions td {
    vertical-align: middle;
    border: 1px solid #000;
    border-width: 0 1px 1px 0;
    text-align: left;
    padding: 7px;
    font-size: .7em;
    font-family: Arial;
    font-weight: 400;
    color: #000
}

.wpgmp_toggle_main_container input[type="text"] {
    display: block;
    width: 100%;
    border: solid 1px #f1f1f1!important;
    padding: 8px;
    margin-bottom: .85714em;
    line-height: 1.5em;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

.wpgmp_toggle_main_container input[name="wpgmp_radius"] {
    width: 25%;
    float: left;
    margin-right: .85714em
}

.wpgmp_toggle_main_container span.wpgmp_mcurrent_loction {
    background: url(../../../plugins/wp-google-map-plugin/assets/images/nav.png) no-repeat;
    display: inline-block;
    height: 25px;
    cursor: pointer!important;
    vertical-align: middle;
    width: 25px;
    float: right;
    margin: -43px 5px 0;
    z-index: 50;
    position: relative
}

.wpgmp_toggle_main_container p {
    margin: 0
}

.wpgmp_toggle_main_container p select {
    width: 40%;
    display: block;
    font-weight: 300!important;
    float: left;
    margin-right: .85714em;
    height: inherit;
    border: solid 1px #f1f1f1;
    border-radius: 0;
    line-height: 1.5em;
    margin-bottom: .85714em;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 8px 20px 8px 8px;
    background: url(../../../plugins/wp-google-map-plugin/assets/images/select_arrow.png) no-repeat 99% 50% #fff
}

.wpgmp_toggle_main_container p select::-ms-expand,div.categories_filter select::-ms-expand {
    display: none
}

.wpgmp_toggle_main_container input[type="submit"] {
    border: 0;
    padding: .642857em 1.142857em
}

.wpgmp_toggle_main_container .choose_amenities {
    clear: both;
    padding: 0;
    text-transform: uppercase
}

.wpgmp_toggle_main_container .choose_amenities label {
    display: block
}

.wpgmp_toggle_main_container .amenity_type {
    margin-right: .75em;
    color: #fff;
    padding: .4em .6em;
    margin-bottom: .75em;
    display: inline-table;
    vertical-align: middle
}

.wpgmp_toggle_main_container .amenity_type label {
    font-size: .75em
}

.wpgmp_toggle_main_container .choose_amenities input[type='checkbox'] {
    vertical-align: middle;
    width: 1.0714em;
    height: 1.0714em;
    margin-right: .4285em
}

.wpgmp_listing_list .wpgmp_locations .wpgmp_location_title {
    display: inline-block;
    margin-bottom: 10px
}

div.wpgmp_listing_container {
    float: left;
    width: 100%;
    margin: 10px 0 0
}

.wpgmp_pagination {
    padding: 20px 0;
    margin-bottom: 20px
}

.wpgmp_pagination span,.wpgmp_pagination a {
    display: inline-block;
    margin-right: 4px;
    text-decoration: none;
    padding: 0 10px;
    border: 0
}

.wpgmp_locations img {
    float: left;
    margin-right: 10px;
    width: 200px!important;
    margin: 0 10px 0 0px!important;
    border: 1px solid #ddd;
    padding: 5px
}

.wpgmp_specific_category_item {
    vertical-align: middle
}

.gm-style-iw .wpgmp_map img {
    max-width: 100%!important
}

.wpgmp_infowindow .fc-content-holder {
    margin-top: 10px
}

.wpgmp_infowindow .fc-content-holder img {
    width: 100px;
    border: 1px solid #ddd!important;
    padding: 5px;
    float: left;
    margin-right: 10px;
    margin-top: 5px
}

.wpgmp_infowindow .fc-item-title {
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #212f3d;
    font-weight: 600;
    font-size: 18px
}

.wpgmp_infowindow .fc-badge.info {
    font-size: 12px;
    padding: 2px 8px
}

.gm-style-iw .wpgmp_infowindow .fc-main {
    line-height: 22px!important
}

.wpgmp_infowindow .wpgmp-infowindow-fields span {
    display: block;
    margin: 0;
    padding: 0
}

.wpgmp_location_title a.place_title {
    text-decoration: none;
    border-bottom: 0
}

.fc-badge {
    padding: 5px 10px;
    border-radius: 0
}

[data-input="map-search-control"] {
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 50%!important
}

[data-input="map-search-control"] {
    margin-top: 10px!important;
    margin-bottom: 10px!important;
    border: 1px solid transparent!important;
    border-radius: 2px 0 0 2px!important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none
}

[data-input="map-search-control"]:focus {
    border-color: #4d90fe
}

.wpgmp_iw_content {
    padding: 10px 10px 10px!important
}

.wpgmp_iw_head_content {
    padding-left: 10px!important
}

.fc-item-top-space {
    margin-top: 10px
}

.fc-item-top-space_5 {
    margin-top: 5px
}

.fc-item-top-space_20 {
    margin-top: 20px
}

.fc-item-top-space_30 {
    margin-top: 30px
}

.fc-item-bottom-space {
    margin-bottom: 10px
}

.fc-item-bottom-space_20 {
    margin-bottom: 20px
}

.fc-item-bottom-space_30 {
    margin-bottom: 30px
}

.fc-item-padding-content {
    padding: 0 10px;
    box-sizing: border-box
}

.fc-item-padding-content_15 {
    padding: 0 15px;
    box-sizing: border-box
}

.fc-item-padding-content_20 {
    padding: 0 20px;
    box-sizing: border-box
}

.fc-item-padding-content_30 {
    padding: 0 30px;
    box-sizing: border-box
}

.fc-item-padding-content_40 {
    padding: 0 40px
}

.fc-item-no-padding {
    padding: 0
}

.fc-itemcontent-padding {
    padding: 10px;
    float: left;
    width: 100%
}

.fc-btn {
    padding: 6px 18px;
    border: none;
    cursor: pointer;
    border-radius: 2px;
    margin: 5px 0;
    transition: all 0.5s;
    text-align: center
}

.fc-btn-small {
    padding: 2px 8px
}

.wpgmp_map_container img {
    border: none
}

.infowindow-close {
    background: url(../../../plugins/wp-google-map-plugin/assets/images/cross.png) no-repeat;
    position: absolute;
    right: 0;
    top: 2px;
    cursor: pointer;
    height: 20px;
    width: 20px;
    z-index: 100
}

.wpgmp-control-outer {
    padding: 5px;
    text-align: center
}

.wpgmp_listing_grid .fc-component-thumb {
    width: 100%!important
}

.wpgmp_listing_grid .fc-component-thumb img {
    margin-bottom: 20px
}

.wpgmp_listing_grid .fc-component-text {
    width: 100%!important
}

.wpgmp_infowindow .fc-item-box {
    min-width: inherit!important
}

.wpgmp_locations_foot {
    float: left;
    width: 100%;
    margin: 10px 0
}

.wpgmp_locations_foot {
    line-height: 1.6em
}

.wpgmp_locations_foot strong {
    font-weight: 600
}

.wpgmp-filters-container,.categories_filter_reset {
    float: left!important
}

.categories_filter input[type="button"] {
    background: #212f3d;
    height: inherit!important;
    border-radius: 0;
    text-transform: none;
    line-height: inherit!important;
    display: block;
    float: left;
    border-radius: 0
}

.categories_filter_reset_btn {
    margin-top: 0.85714em!important;
    color: #ffffff!important;
    font-weight: inherit!important;
    font-size: .875em!important
}

@media only screen and (min-width : 0) and (max-width :319px) {
    .wpgmp_tabs_container *,.wpgmp_listing_container *,.wpgmp_pagination * {
        font-size:10px
    }

    .wpgmp_listing_container .categories_filter select {
        width: 100%;
        margin-bottom: 10px;
        padding: 4px;
        height: 30px;
        font-size: 10px
    }

    .wpgmp_map_container .gm-style-iw {
        max-width: 80%!important
    }
}

@media only screen and (min-width : 320px) and (max-width :480px) {
    .wpgmp_listing_container .categories_filter select {
        width:100%;
        margin-bottom: 10px;
        padding: 4px;
        height: 30px;
        font-size: 10px
    }

    .wpgmp_tabs_container .wpgmp_tabs li a {
        padding: 10px 5px
    }

    .wpgmp_map_container .gm-style-iw {
        max-width: 80%!important
    }
}

@media only screen and (min-width : 481px) and (max-width :767px) {
    .wpgmp_listing_container .categories_filter select {
        width:48%;
        margin-bottom: 10px;
        padding: 4px;
        height: 30px;
        font-size: 10px
    }

    .wpgmp_map_container .gm-style-iw {
        max-width: 80%!important
    }

    .fc-infowindow-default .fc-item-featured img {
        width: 100%;
        padding: 0px!important;
        margin: 10px 0px!important
    }
}

@media only screen and (min-width : 769px) and (max-width :1024px) {
    .wpgmp_tabs_container {
        width:30%;
        max-width: 30%
    }

    .wpgmp_map_container .gm-style-iw {
        max-width: 300px!important
    }

    .wpgmp_tabs_container *,.wpgmp_listing_container *,.wpgmp_pagination * {
        font-size: 14px
    }

    .wpgmp_listing_container .categories_filter select {
        margin-bottom: 10px;
        padding: 0;
        height: 30px
    }

    .wpgmp_pagination {
        padding: 0
    }

    .wpgmp_listing_container .categories_filter select {
        width: 48%;
        margin-bottom: 10px;
        padding: 4px;
        height: 30px;
        font-size: 10px
    }
}

@media only screen and (min-width : 1024px) and (max-width :1824px) {
    .wpgmp_tabs_container {
        width:30%;
        max-width: 30%
    }
}

@media only screen and (min-width : 1824px) {
    .wpgmp_tabs_container {
        width:30%;
        max-width: 30%
    }
}

@media only screen and (max-width : 768px) {
    .wpgmp_toggle_main_container span.wpgmp_mcurrent_loction {
        margin-top:-39px
    }

    .wpgmp_infowindow .wpgmp_iw_content .fc-badge.info {
        display: block;
        margin-top: 10px
    }

    .wpgmp_tabs_container *,.wpgmp_listing_container *,.wpgmp_pagination * {
        font-size: 14px
    }

    .wpgmp_pagination {
        padding: 0
    }

    div.wpgmp_tabs_container div.wpgmp_tab_item span.arrow img {
        width: 24px
    }

    .wpgmp_map_container {
        box-shadow: none
    }

    .wpgmp_tabs_container {
        position: relative;
        top: 0;
        left: 0;
        box-shadow: none;
        -ms-box-shadow: none;
        margin-top: 10px
    }

    .wpgmp_tabs_container {
        margin-bottom: 30px
    }

    .wpgmp_toggle_container {
        display: block
    }

    .fc-feature-img img {
        width: 100%;
        height: auto
    }

    .wpgmp_toggle_main_container p select {
        width: 48.5%
    }

    .wpgmp_toggle_main_container p select#travel_unit {
        margin-right: 0
    }

    .fc-hide-mobile {
        display: none
    }
}

@media(max-width: 767px) {
    .wpgmp_toggle_main_container p select {
        width:47%
    }

    .fc-hide-mobile,.span_grid,.span_list {
        display: none
    }
}

@media(min-width: 768px) and (max-width:992px) {
    .categories_filter span.span_list img,.categories_filter span.span_grid img,.categories_filter span.span_print img {
        padding:3px;
        width: 18px
    }
}

@media(max-width: 650px) {
    .wpgmp_toggle_main_container p select,div.categories_filter select,.categories_filter_reset {
        width:100%;
        border-radius: 0;
        max-width: 100%
    }

    .wpgmp_toggle_main_container input[name="wpgmp_radius"] {
        width: 100%
    }
}

.fc-badge:empty {
    display: none
}

@media(max-width: 960px) {
    .wpgmp_listing_grid .fc-component-6 {
        -webkit-column-count:2;
        -moz-column-count: 2;
        column-count: 2
    }
}

@media(max-width: 678px) {
    .wpgmp_listing_grid .fc-component-6 {
        -webkit-column-count:1;
        -moz-column-count: 1;
        column-count: 1
    }

    .wpgmp_listing_grid .wpgmp_locations {
        width: 100%;
        margin-left: 0px!important;
        margin-right: 0px!important
    }
}

.fc-item-title {
    font-size: 1.5em;
    margin-bottom: 5px;
    text-transform: uppercase
}

.gm-style-iw {
    line-height: 22px!important
}

.fc-badge {
    border-radius: 2px;
    color: #a5a3a3;
    font-size: 14px;
    padding: 0 10px
}

.fc-badge.info {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    display: inline-block
}

.fc-infowindow-default .fc-item-featured img,.fc-item-featured_image img {
    float: left;
    margin-right: 10px;
    margin-top: 9px;
    border: 1px solid #ddd;
    height: auto;
    max-width: 100%;
    padding: 5px
}

.fc-infowindow-default .fc-item-featured img {
    float: left;
    width: 200px!important;
    margin-right: 10px
}

.fc-btn {
    border: medium none;
    border-radius: 2px;
    cursor: pointer;
    font-size: 14px;
    margin: 5px 0;
    padding: 6px 18px;
    text-align: center;
    transition: all 0.5s ease 0s
}

.fc-btn-red {
    background: #c12e2a none repeat scroll 0 0;
    border: 1px solid #a91511;
    box-shadow: 0 1px 0 rgba(255,255,255,.15) inset,0 1px 1px rgba(0,0,0,.075);
    color: #fff!important;
    text-decoration: none!important
}

.fc-btn-green {
    background: #419641;
    border: 1px solid #1d741d;
    box-shadow: 0 1px 0 rgba(255,255,255,.15) inset,0 1px 1px rgba(0,0,0,.075);
    color: #fff!important;
    text-decoration: none!important
}

.fc-btn-small {
    font-size: 12px;
    padding: 2px 8px
}

.fc-item-no-padding {
    padding: 0
}

.fc-itemcontent-padding {
    padding: 10px;
    float: left;
    width: 100%
}

.fc-item-box {
    display: inline-block;
    margin: 20px;
    vertical-align: top;
    padding: 10px!important;
    border: 1px solid #F1F1F1;
    box-sizing: border-box!important;
    width: 100%;
    position: relative;
    height: 100%;
    background: none!important
}

.wpgmp_infowindow.fc-infowindow-default .fc-item-box,.wpgmp_infowindow.fc-item-default .fc-item-box {
    border: none;
    padding: 0px!important
}

.wpgmp_listing_list .fc-item-box {
    margin: 10px 0!important
}

.fc-component-content ul li.fc-component-thumb .fc-feature-img {
    width: 250px
}

.wpgmp_infowindow .default-feature-img {
    display: none
}

.wpgmp_listing_grid .fc-component-content ul li.fc-component-thumb .fc-feature-img {
    width: 100%
}

.wpgmp_listing_grid .fc-component-content ul {
    width: 100%!important;
    display: block!important
}

.wpgmp_listing_grid .fc-component-content ul li {
    display: inherit!important;
    width: 100%!important;
    float: left
}

.wpgmp_listing_container .fc-component-content ul {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%
}

.wpgmp_listing_container .fc-component-content ul li {
    list-style: none;
    display: table-cell;
    vertical-align: top
}

.wpgmp_listing_container .fc-component-content ul li.fc-component-text {
    width: 100%
}

.fc-component-content .fc-featured-hoverdiv {
    position: relative;
    float: left;
    width: 100%
}

.fc-component-content .fc-featured-hoverinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.5s ease;
    opacity: 0
}

.fc-component-content .fc-featured-hoverdiv:hover .fc-featured-hoverinner {
    opacity: 1
}

.fc-featured-hoverinner a {
    text-decoration: none;
    box-shadow: none
}

.fc-featured-hoverinner .facebook {
    background: url(../../../plugins/wp-google-map-plugin/assets/images/facebook.png) no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 5px
}

.fc-featured-hoverinner .twitter {
    background: url(../../../plugins/wp-google-map-plugin/assets/images/twitter.png) no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 5px
}

.fc-featured-hoverinner .map {
    background: url(../../../plugins/wp-google-map-plugin/assets/images/map.png) no-repeat;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 0 5px
}

.fc_preview .fc-component-content ul li {
    float: left
}

.fc-item-kairav.fc-wait .fc-item-meta,.fc_preview .fc-item-kairav .fc-item-meta {
    background: #f1f1f1;
    padding: 3px 10px;
    color: #000;
    margin: 0
}

.fc-right {
    float: right
}

.fc-left {
    float: left
}

.wpgmp_listing_list .fc-wait .fc-item-padding-content_15 {
    padding-right: 0
}

.fc-location-marker {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    padding-left: 23px;
    margin: 10px 0;
    position: relative
}

.fc-location-marker:before {
    position: absolute;
    background: url(../../../plugins/wp-google-map-plugin/assets/images/location-icon.png) no-repeat top left;
    content: '';
    width: 15px;
    height: 24px;
    left: 0;
    top: 0
}

.wpgmp_listing_grid .fc-hide-grid {
    display: none
}

.wpgmp_listing_list .fc-show-grid {
    display: none
}

@media(max-width: 767px) {
    .fc-component-content ul li.fc-component-thumb .fc-feature-img {
        width:100%!important
    }

    .fc-item-default.fc-wait .wpgmp_locations .wpgmp_locations_content img {
        width: 100%!important;
        margin-bottom: 10px!important
    }

    .fc-component-content ul li {
        display: inherit!important;
        width: 100%
    }

    .wpgmp_listing_list .fc-wait .fc-item-padding-content_15 {
        padding: 0 15px
    }

    .wpgmp_listing_grid .fc-hide-grid,.wpgmp_listing_list .fc-hide-grid {
        display: none
    }

    .wpgmp_listing_grid .fc-show-grid,.wpgmp_listing_list .fc-show-grid {
        display: block
    }
}

.fc-infowindow3 {
    position: relative;
    width: 100%;
    height: 100%
}

.wpgmp_infowindow.fc-infowindow-fano .fc-item-title,.wpgmp_infowindow.fc-item-fano .fc-item-title,.wpgmp_infowindow.fc-post-fano .fc-item-title {
    position: absolute;
    left: 10px;
    top: 10px
}

.wpgmp_infowindow.fc-infowindow-fano .fc-item-meta,.wpgmp_infowindow.fc-item-fano .fc-item-meta,.wpgmp_infowindow.fc-post-fano .fc-item-meta {
    position: absolute;
    right: 8px;
    bottom: 1px;
    background: #fff;
    padding: 5px 10px;
    text-align: center
}

.fc-infowindow-content,.fc-item-content {
    float: left;
    width: 100%;
    box-sizing: border-box
}

.fc-infowindow-ojas .fc-item-title,.fc-post-ojas .fc-item-title {
    background: #f44336;
    color: #fff;
    padding: 8px 30px 8px 10px
}

.fc-post-ojas .fc-item-title a {
    color: #fff
}

.fc-space-bottom {
    margin-bottom: 20px
}

.wpgmp_infowindow.fc-item-aare,.wpgmp_infowindow.fc-item-acerra,.wpgmp_infowindow.fc-item-fano,.wpgmp_infowindow.fc-item-kairav,.wpgmp_infowindow.fc-item-kriday,.wpgmp_infowindow.fc-item-ojas,.wpgmp_infowindow.fc-item-parma,.wpgmp_infowindow.fc-item-udine,.wpgmp_infowindow.fc-infowindow-aare,.wpgmp_infowindow.fc-infowindow-acerra,.wpgmp_infowindow.fc-infowindow-fano,.wpgmp_infowindow.fc-infowindow-kairav,.wpgmp_infowindow.fc-infowindow-kriday,.wpgmp_infowindow.fc-infowindow-ojas,.wpgmp_infowindow.fc-infowindow-parma,.wpgmp_infowindow.fc-infowindow-udine {
    width: 300px;
    background: #fff;
    position: relative
}

@media(max-width: 600px) {
    .categories_filter_reset_btn {
        width:100%
    }

    .wpgmp_infobox .wpgmp_infowindow {
        width: 90%!important;
        position: relative
    }
}

.infowindow-close {
    right: 6px;
    top: 8px
}

.fc-item-padding-content_20 {
    padding: 0 20px;
    box-sizing: border-box
}

.wpgmp_infowindow_post .fc-item-title a {
    text-decoration: none!important;
    box-shadow: none!important
}

.wpgmp_infowindow_post .wp-post-image {
    max-width: 100%!important;
    height: auto;
    box-sizing: border-box
}

.wpgmp_infowindow a {
    box-shadow: none
}

.fc-accordion {
    margin: 0 0 15px 0
}

.fc-accordion dt {
    float: left;
    width: 100%
}

.fc-accordion dt a {
    background-color: #012139;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    display: block;
    text-align: left;
    cursor: pointer;
    font-weight: 600;
    color: #80c8fe;
    text-decoration: none;
    padding: 11px 15px;
    border-bottom: 1px solid #6b94b3;
    outline: none
}

.fc-accordion dt a:active,.fc-accordion dt a:visited,.fc-accordion dt a:focus {
    outline: none;
    box-shadow: none
}

.fc-accordion dt i {
    float: right;
    margin-top: 2px
}

.fc-accordion dt a:hover,.fc-accordion dt.active a {
    text-decoration: none;
    background: #012139;
    color: #80c8fe
}

.fc-accordion dt a::after {
    font-family: 'FontAwesome';
    content: "\f078";
    position: absolute;
    right: 10px
}

.fc-accordion dt.active a::after {
    font-family: 'FontAwesome';
    content: "\f077";
    position: absolute;
    right: 10px
}

.fc-accordion dd {
    background-color: #fff;
    padding: 15px;
    display: none;
    border-bottom: 1px solid #6b94b3;
    max-height: 0;
    transition: max-height 0.2s ease-out;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 0;
    box-sizing: border-box
}

.fc-accordion dd.active {
    display: block;
    max-height: inherit
}

.fc-infowindow-parma .fc-accordion,.wpgmp_infowindow_post.fc-item-parma .fc-accordion {
    float: left;
    width: 100%;
    margin: 0 0 15px
}

.fc-infowindow-parma .fc-accordion dl,.wpgmp_infowindow_post.fc-item-parma .fc-accordion dl {
    margin: 0
}

.fc-infowindow-parma .fc-accordion dt a,.wpgmp_infowindow_post.fc-item-parma .fc-accordion dt a {
    background-color: #e0e0e0;
    color: #000;
    padding: 6px 15px;
    border-bottom: 1px solid #d8d7d7;
    box-sizing: border-box
}

.fc-infowindow-parma .fc-accordion dt a:hover,.fc-infowindow-parma .fc-accordion dt.active a,.wpgmp_infowindow_post.fc-item-parma .fc-accordion dt a:hover,.wpgmp_infowindow_post.fc-item-parma .fc-accordion dt.active a {
    text-decoration: none;
    background: #e0e0e0;
    color: #000;
    width: 100%;
    float: left;
    display: block
}

.fc-infowindow-parma .fc-accordion dd,.wpgmp_infowindow_post.fc-item-parma .fc-accordion dd {
    background-color: #fff;
    border-bottom: 1px solid #d8d7d7;
    margin: 0
}

.fc-item-fano div.fc-item-meta {
    background: #FBFBFB;
    padding: 5px 10px;
    text-align: center;
    white-space: nowrap
}

.fc-item-fano div.fc-feature-img+div.fc-item-meta,.fc-item-fano img+div.fc-item-meta {
    position: absolute;
    left: 3px;
    top: 3px
}

.fc-item-fano .read-more {
    border: 1px solid #444;
    font-size: 14px;
    padding: 0;
    display: inline-block;
    margin: 16px 0 0;
    box-shadow: none;
    background: url(../../../plugins/wp-google-map-plugin/assets/images/arrow.png) no-repeat center 7px;
    width: 67px;
    height: 33px;
    text-indent: -99999px
}

.fc-item-fano .read-more:hover {
    background: url(../../../plugins/wp-google-map-plugin/assets/images/arrow.png) no-repeat center -43px #444;
    color: #fff
}

.fc-item-aare .read-more {
    border: 1px solid #444;
    font-size: 12px;
    padding: 5px 10px;
    display: inline-block;
    margin: 15px 0 0;
    box-shadow: none
}

.fc-item-aare .read-more:hover {
    background: #444;
    color: #fff
}

.fc-item-padding-content_15 {
    padding: 0 15px;
    box-sizing: border-box
}

@media (max-width: 600px) {
    .infowindow-close {
        right:4px
    }

    .wpgmp_categories .fc-feature-img {
        width: 100%;
        float: left;
        margin: 0 0 0
    }

    .wpgmp_categories .fc-feature-img img {
        width: 100%!important;
        height: auto;
        margin: 0px!important;
        padding: 0px!important
    }
}

.wpgmp_iw_content .fc-main {
    background: none
}

.fc-p-text {
    font-size: 14px;
    margin-bottom: 30px
}

.wpgmp_filter_wrappers {
    margin-bottom: 20px;
    float: left;
    width: 100%
}

.wpgmp_before_listing {
    line-height: 1em
}

.infoBoxTail:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff
}

.infoBox {
    animation: fadeIn 0.9s
}

.fc-6 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box
}

@media (max-width: 992px) {
    .fc-6 {
        width:100%
    }
}

.wpgmp_filter_wrappers {
    background: #efefef;
    padding: 20px;
    border-radius: 2px
}

@media (max-width: 370px) {
    .wpgmp_infobox .wpgmp_infowindow {
        width:65%!important
    }
}

.wpgmp_map_parent {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 10px
}

#wpgmp_tab_3 .wpgmp_cat_title span {
    margin-top: 7px!important
}

.adp-placemark td:nth-child(2) {
    padding-left: 5px
}

.categories_filter span.span_list img,.categories_filter span.span_print img {
    display: block
}

.amenity_type {
    padding-left: 30px;
    position: relative
}

.amenity_type input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
    position: relative
}

.amenity_type label {
    vertical-align: middle;
    position: relative;
    transition: all 0.4s ease 0s;
    display: inline-block!important;
    font-weight: 400;
    line-height: 1.5em
}

.amenity_type label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1.25em;
    height: 1.25em;
    left: 0;
    top: 1px;
    margin-left: -1.75em;
    border: 1px solid #fff;
    border-radius: 0;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out,color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out,color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out,color 0.15s ease-in-out
}

.amenity_type label::after {
    display: inline-block;
    position: absolute;
    width: 1.25em;
    height: 1.25em;
    left: 1px;
    top: -1px;
    margin-left: -2.1em;
    padding-left: 3px;
    padding-top: 1px;
    font-size: .916667em;
    color: #000
}

.amenity_type input[type="checkbox"]:checked+label::before {
    outline: none;
    border: 1px solid #fff;
    outline: 0 auto -webkit-focus-ring-color;
    background: #fff
}

.amenity_type input[type="checkbox"]:checked+label::after {
    font-family: "fontawesome";
    content: "\f00c"
}

.wpgmp_infowindow .fc-item-box img {
    display: block
}

.fc-featured-hoverdiv div.fc-featured-hoverinner:last-child {
    display: none
}

.gm-svpc img {
    max-width: none!important
}

.wpgmp_iw_content {
    display: inline-block
}

@media(max-width: 768px) {
    .gm-style .gm-style-iw-a {
        width:100%!important
    }

    .fc-infowindow-default .wpgmp_iw_content {
        width: 100%
    }
}

.categories_filter input[type="button"] {
    border: none;
    padding: .7142857em .7142857em .7142857em .7142857em;
    line-height: 1.8!important;
    font-weight: 500!important
}

.wpgmp_map_container {
    display: table;
    width: 100%
}

.wpgmp_map_container * {
    box-sizing: border-box
}

.wpgmp_map_parent,.wpgmp_filter_wrappers,.location_listing2 {
    float: none;
    display: inline-block
}

.tourmaster-item-mgb {
    margin-bottom: 40px
}

.tourmaster-tour-category-grid-4 .tourmaster-tour-category-item-wrap .tourmaster-tour-category-thumbnail {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -40px
}

.tourmaster-invoice-logo {
    width: 250px
}

.tourmaster-single-header-title-wrap {
    padding-top: 500px
}

.tourmaster-single-header-title-wrap {
    padding-bottom: 45px
}

.tourmaster-single-header-background-overlay {
    opacity: .15
}

.tourmaster-single-header-top-overlay {
    height: 154px
}

.tourmaster-single-header-overlay {
    height: 291px
}

body .tourmaster-tour-booking-submit input[type="submit"],body .tourmaster-tour-booking-submit input[type="submit"]:hover,body .tourmaster-tour-booking-submit .tourmaster-button,body .tourmaster-enquiry-form .tourmaster-button,.tourmaster-header-price .tourmaster-header-price-overlay {
    background: #009fd0;
}

.tourmaster-tour-style-1 .tourmaster-header-price .tourmaster-header-price-ribbon,.tourmaster-tour-style-1 .tourmaster-header-price .tourmaster-header-enquiry-ribbon {
    background: #f97150;
    background: rgba(249,113,80,.9)
}

.tourmaster-tour-style-1 .tourmaster-tour-booking-bar-wrap.tourmaster-top .tourmaster-header-price .tourmaster-header-price-ribbon,.tourmaster-tour-style-1 .tourmaster-tour-booking-bar-wrap.tourmaster-bottom .tourmaster-header-price .tourmaster-header-price-ribbon,.tourmaster-tour-style-1 .tourmaster-tour-booking-bar-wrap.tourmaster-lock .tourmaster-header-price .tourmaster-header-price-ribbon,.tourmaster-tour-style-1 .tourmaster-tour-booking-bar-wrap.tourmaster-fixed .tourmaster-header-price .tourmaster-header-price-ribbon {
    background: #f97150
}

.tourmaster-header-price .tourmaster-header-price-ribbon,.tourmaster-header-price .tourmaster-tour-price-wrap,.tourmaster-header-price .tourmaster-header-enquiry {
    color: #1a1a1a
}

.tourmaster-header-price .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price,.tourmaster-header-price .tourmaster-tour-price-info {
    color: #a3a3a3
}

.tourmaster-wish-list-remove-item {
    color: #ba4a4a
}

.tourmaster-notification-box.tourmaster-failure,.tourmaster-user-update-notification.tourmaster-failure {
    background: #ba4a4a
}

.tourmaster-tour-booking-submit-error,.tourmaster-tour-booking-error-max-people {
    background: #ba4a4a
}

.tourmaster-tour-booking-bar-coupon-wrap .tourmaster-tour-booking-coupon-message.tourmaster-failed {
    background-color: #ba4a4a
}

.tourmaster-tour-rating i,.tourmaster-review-form .tourmaster-review-form-rating,.tourmaster-single-review-content .tourmaster-single-review-detail-rating i,.tourmaster-tour-review-item .tourmaster-tour-review-item-rating i,.tourmaster-tour-search-field-rating .tourmaster-rating-select {
    color: #ffa11a
}

.tourmaster-tour-style-1 .tourmaster-tour-booking-bar-inner,.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-outer,.tourmaster-form-field .tourmaster-combobox-list-wrap ul,.tourmaster-template-payment .tourmaster-tour-booking-bar-wrap {
    background-color: #fff
}

.tourmaster-tour-booking-date .tourmaster-tour-booking-date-display,.tourmaster-tour-booking-bar-wrap .tourmaster-view-count {
    color: #333
}

.tourmaster-tour-booking-bar-wrap .tourmaster-save-wish-list {
    color: #333
}

.tourmaster-tour-booking-people-container .tourmaster-tour-booking-room-text {
    color: #333
}

.tourmaster-tour-booking-bar-wrap .tourmaster-save-wish-list {
    background-color: #fbfbfb
}

.tourmaster-tour-booking-bar-wrap .tourmaster-booking-bottom,.tourmaster-tour-booking-bar-wrap .tourmaster-save-wish-list {
    border-color: #ebebeb
}

.tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-bar-summary-title {
    color: #000
}

.tourmaster-tour-booking-bar-summary-info,.tourmaster-tour-booking-bar-summary-people-amount,.tourmaster-tour-booking-bar-summary-room-text {
    color: #414141
}

.tourmaster-price-breakdown,.tourmaster-tour-booking-bar-total-price-wrap {
    color: #515151
}

.tourmaster-tour-booking-bar-total-price,.tourmaster-tour-booking-bar-deposit-text {
    color: #242424
}

.tourmaster-payment-receipt-deposit-option label input+span,.tourmaster-tour-booking-bar-deposit-option label input+span,.tourmaster-tour-booking-bar-total-price-wrap.tourmaster-deposit,.tourmaster-tour-booking-bar-total-price-wrap.tourmaster-deposit .tourmaster-tour-booking-bar-total-price {
    color: #a1a1a1
}

.tourmaster-payment-head .tourmaster-payment-title {
    color: #fff
}

.tourmaster-payment-head .tourmaster-payment-head-overlay-opacity {
    background-color: rgba(0,0,0,.5)
}

.tourmaster-payment-step-item .tourmaster-payment-step-item-title {
    color: #fff
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-step-item .tourmaster-payment-step-item-title {
    color: #fff
}

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-step-item .tourmaster-payment-step-item-title span {
    border-color: #fff
}

.tourmaster-payment-complete-wrap,.tourmaster-payment-method-wrap {
    background-color: #f5f5f5
}

.tourmaster-payment-complete-wrap .tourmaster-payment-complete-head,.tourmaster-payment-method-wrap .tourmaster-payment-method-title,.tourmaster-payment-method-wrap .tourmaster-payment-method-or {
    color: #262626
}

.tourmaster-payment-complete-wrap .tourmaster-payment-complete-bottom-text,.tourmaster-payment-complete-wrap .tourmaster-payment-complete-head,.tourmaster-payment-method-wrap .tourmaster-payment-method-title {
    border-color: #e3e3e3
}

.tourmaster-payment-service-form-wrap {
    background-color: #f5f5f5
}

.tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-title {
    color: #1a1a1a
}

.tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-title {
    border-color: #e3e3e3
}

.tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-item-title {
    color: #6a6a6a
}

.tourmaster-template-search .tourmaster-template-wrapper,.tourmaster-template-archive .tourmaster-template-wrapper {
    background-color: #fff
}

.tourmaster-single-search-not-found-wrap .tourmaster-single-search-not-found-inner {
    background-color: #f6f6f6
}

.tourmaster-single-search-not-found-wrap .tourmaster-single-search-not-found-title {
    color: #ccc
}

.tourmaster-single-search-not-found-wrap .tourmaster-single-search-not-found-caption {
    color: #a8a8a8
}

.tourmaster-single-header-top-overlay,.tourmaster-payment-head .tourmaster-payment-head-top-overlay {
    background: -webkit-linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,1));
    background: -o-linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,1));
    background: -moz-linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,1));
    background: linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,1))
}

.tourmaster-single-header-overlay,.tourmaster-payment-head .tourmaster-payment-head-overlay {
    background: -webkit-linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.6));
    background: -o-linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.6));
    background: -moz-linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.6));
    background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.6))
}

.single-tour .tourmaster-tour-info-outer {
    background-color: #f5f5f5
}

.single-tour .tourmaster-tour-info-wrap .tourmaster-tour-info {
    color: #414141
}

.tourmaster-single-review-head .tourmaster-tour-rating-text,.tourmaster-single-review-sort-by .tourmaster-head,.tourmaster-single-review-content .tourmaster-single-review-user-name,.tourmaster-single-review-content .tourmaster-single-review-user-type {
    color: #272727
}

.tourmaster-single-review-content .tourmaster-single-review-detail-date {
    color: #a3a3a3
}

.tourmaster-review-content-pagination span {
    color: #696969
}

.tourmaster-review-content-pagination span {
    background-color: #f3f3f3
}

.tourmaster-payment-step-item .tourmaster-payment-step-item-icon {
    background: #161616
}

.tourmaster-tour-style-1 .tourmaster-booking-tab-title {
    background-color: #f5f5f5
}

.tourmaster-booking-tab-title-item {
    color: #929292
}

.tourmaster-booking-tab-title-item.tourmaster-active {
    color: #242424
}

.tourmaster-tour-style-2 .tourmaster-booking-tab-title-item.tourmaster-active,.tourmaster-tour-style-blank .tourmaster-booking-tab-title-item.tourmaster-active {
    border-color: #009fd0
}

.tourmaster-enquiry-form .tourmaster-enquiry-form-message.tourmaster-success {
    background-color: #f1f8ff
}

.tourmaster-enquiry-form .tourmaster-enquiry-form-message.tourmaster-success {
    border-color: #e1ebfe
}

.tourmaster-enquiry-form .tourmaster-enquiry-form-message.tourmaster-success {
    color: #758ea8
}

.tourmaster-enquiry-form .tourmaster-enquiry-form-message.tourmaster-failed {
    background-color: #fff1f1
}

.tourmaster-enquiry-form .tourmaster-enquiry-form-message.tourmaster-failed {
    border-color: #fee1e1
}

.tourmaster-urgency-message {
    color: #fff
}

.tourmaster-urgency-message {
    background-color: #343434
}

.tourmaster-enquiry-form .tourmaster-enquiry-form-message.tourmaster-failed {
    color: #a87575
}

.tourmaster-body .ui-datepicker {
    background-color: #f5f5f5
}

.tourmaster-body .ui-datepicker {
    border-color: #ebebeb
}

.tourmaster-body .ui-datepicker table tr th {
    color: gray
}

.tourmaster-body .ui-datepicker table tr td a,.tourmaster-body .ui-datepicker-prev,.tourmaster-body .ui-datepicker-next {
    background-color: #fff
}

.tourmaster-body .ui-datepicker table tr td a,.tourmaster-body .ui-datepicker-prev,.tourmaster-body .ui-datepicker-next {
    color: #5b5b5b
}

.tourmaster-body .ui-datepicker table tr td a.ui-state-disable {
    color: silver
}

.tourmaster-body .ui-datepicker-prev.ui-state-disabled,.tourmaster-body .ui-datepicker-prev.ui-state-disabled:hover,.tourmaster-body .ui-datepicker-next.ui-state-disabled,.tourmaster-body .ui-datepicker table tr td {
    color: silver
}

.tourmaster-tour-item .tourmaster-tour-title a {
    color: #333
}

.tourmaster-tour-item .tourmaster-tour-title a:hover {
    color: #333
}

.tourmaster-tour-order-filterer-wrap {
    background-color: #fff
}

.tourmaster-tour-order-filterer-wrap .tourmaster-combobox-wrap select {
    background-color: #fff
}

.tourmaster-body .tourmaster-tour-order-filterer-style a {
    color: #adadad
}

.tourmaster-tour-medium.tourmaster-tour-frame .tourmaster-tour-medium-inner,.tourmaster-tour-full.tourmaster-tour-frame .tourmaster-tour-content-wrap,.tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-content-wrap {
    background: #fff
}

.tourmaster-tour-item .tourmaster-tour-discount-price,.tourmaster-tour-item .tourmaster-tour-price .tourmaster-tail {
    color: #f97150
}

.tourmaster-tour-item .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price,.tourmaster-tour-item .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-tail {
    color: #a7a7a7
}

.tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap {
    background-color: #e7e7e7
}

.tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap .tourmaster-tour-price-head {
    color: #5c5c5c
}

.tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap.tourmaster-with-discount .tourmaster-tour-price {
    color: #989898
}

.tourmaster-tour-review-item .tourmaster-tour-review-item-title a,.tourmaster-tour-review-item .tourmaster-tour-review-item-title a:hover {
    color: #313131
}

.tourmaster-tour-review-item .tourmaster-tour-review-item-user {
    color: #5f5f5f
}

.tourmaster-content-navigation-item .tourmaster-content-navigation-tab {
    color: #9a9a9a
}

.tourmaster-content-navigation-item .tourmaster-content-navigation-tab.tourmaster-active,.tourmaster-content-navigation-item .tourmaster-content-navigation-tab:hover {
    color: #1b1b1b
}

.tourmaster-tour-search-item-head .tourmaster-tour-search-item-head-title,.tourmaster-tour-search-item .tourmaster-type-filter-title,.tourmaster-tour-search-item-style-2 .tourmaster-type-filter-title i.icon_plus {
    color: #009fd0
}

.tourmaster-tour-search-item .tourmaster-type-filter-title i,.tourmaster-tour-search-item-head .tourmaster-tour-search-item-head-title i {
    color: #212121
}

.tourmaster-tour-search-wrap .tourmaster-tour-search-field input[type="text"],.tourmaster-tour-search-wrap .tourmaster-tour-search-field input[type="text"]:focus,.tourmaster-tour-search-wrap .tourmaster-tour-search-field select {
    background-color: #fff
}

.tourmaster-tour-search-wrap .tourmaster-tour-search-field input[type="text"],.tourmaster-tour-search-wrap .tourmaster-tour-search-field select,.tourmaster-tour-search-item-style-2 .tourmaster-tour-search-wrap .tourmaster-datepicker-wrap:after,.tourmaster-tour-search-wrap select {
    border-color: #e5e5e5
}

.tourmaster-tour-search-wrap .tourmaster-tour-search-title {
    color: #fff
}

.tourmaster-tour-search-wrap label {
    color: #383838
}

.tourmaster-tour-search-wrap .tourmaster-tour-search-field input[type="text"],.tourmaster-tour-search-wrap .tourmaster-tour-search-field input[type="text"]:focus,.tourmaster-tour-search-wrap select {
    color: #7f7f7f
}

.tourmaster-tour-search-wrap input::-webkit-input-placeholder {
    color: #7f7f7f
}

.tourmaster-tour-search-wrap input::-moz-placeholder {
    color: #7f7f7f
}

.tourmaster-tour-search-wrap input:-ms-input-placeholder {
    color: #7f7f7f
}

.tourmaster-tour-search-wrap input:-moz-placeholder {
    color: #7f7f7f
}

.tourmaster-tour-search-wrap .tourmaster-datepicker-wrap:after,.tourmaster-tour-search-wrap .tourmaster-tour-search-field-inner:after,.tourmaster-tour-search-wrap .tourmaster-combobox-wrap:after {
    color: #383838
}

.tourmaster-tour-search-wrap.tourmaster-with-frame {
    background-color: #fff
}

.tourmaster-type-filter-term .tourmaster-type-filter-display,.tourmaster-search-style-2 .tourmaster-tour-order-filterer-wrap .tourmaster-combobox-wrap select,.tourmaster-search-style-2 .tourmaster-tour-search-field-keywords .tourmaster-tour-search-field-inner:after,.tourmaster-search-style-2 .tourmaster-tour-search-field .tourmaster-combobox-wrap:after {
    color: #878787
}

.tourmaster-body .tourmaster-custom-datepicker-calendar .ui-datepicker table tr td a:hover {
    background: transparent
}

.tourmaster-body .tourmaster-custom-datepicker-calendar .ui-datepicker table tr td.tourmaster-start a,.tourmaster-body .tourmaster-custom-datepicker-calendar .ui-datepicker table tr td.tourmaster-start span,.tourmaster-body .tourmaster-custom-datepicker-calendar .ui-datepicker table tr td.tourmaster-end a,.tourmaster-body .tourmaster-custom-datepicker-calendar .ui-datepicker table tr td.tourmaster-end span {
    color: #fff
}

.tourmaster-room-payment-step .tourmaster-bullet {
    background: #fff
}

.tourmaster-room-payment-step .tourmaster-step:first-child .tourmaster-head:before {
    background: #fff
}

.tourmaster-room-payment-step div.tourmaster-step:nth-of-type(1) {
    width: 22%
}

.tourmaster-room-payment-step div.tourmaster-step:nth-of-type(2) {
    width: 30%
}

.tourmaster-room-payment-step div.tourmaster-step:nth-of-type(3) {
    width: 28%
}

.tourmaster-room-payment-step div.tourmaster-step:nth-of-type(4) {
    width: 14%
}

.tourmaster-room-button {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    padding: 18px 15px;
    letter-spacing: 1px
}

.tourmaster-body .tourmaster-room-button {
    background-position: center;
    background-repeat: no-repeat
}

.tourmaster-body .tourmaster-room-button.tourmaster-now-loading {
    color: transparent!important;
    background-image: url(../../../plugins/tourmaster/images/preload-button.gif);
    background-position: center;
    background-repeat: no-repeat
}

.tourmaster-custom-datepicker-wrap {
    position: absolute;
    padding: 40px;
    top: 100%;
    margin: 16px 0 0;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
    z-index: 99;
    display: none;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px
}

.tourmaster-custom-datepicker-title {
    font-size: 17px;
    text-align: center;
    padding: 14px 20px;
    font-weight: 500;
    margin: 0 20px 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px
}

.tourmaster-custom-datepicker-close {
    position: absolute;
    right: 18px;
    top: 18px;
    font-size: 25px;
    cursor: pointer
}

.tourmaster-body .tourmaster-custom-datepicker-calendar .ui-datepicker .ui-datepicker-month,.tourmaster-body .tourmaster-custom-datepicker-calendar .ui-datepicker .ui-datepicker-year {
    background: transparent
}

.tourmaster-custom-datepicker-calendar .ui-datepicker {
    width: auto!important;
    border: 0;
    padding: 0;
    background: transparent
}

.tourmaster-custom-datepicker-calendar .ui-datepicker-group-first {
    width: 50%;
    padding: 0 5px
}

.tourmaster-custom-datepicker-calendar .ui-datepicker-group-first .ui-datepicker-title {
    font-size: 14px;
    text-transform: uppercase;
    text-align: right;
    padding-right: 0
}

.tourmaster-custom-datepicker-calendar .ui-datepicker-group-last {
    width: 50%;
    padding: 0 5px
}

.tourmaster-custom-datepicker-calendar .ui-datepicker-group-last .ui-datepicker-title {
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 0;
    text-align: left
}

.tourmaster-custom-datepicker-calendar .ui-datepicker .ui-datepicker-title select {
    background: transparent;
    font-size: 14px;
    width: auto;
    height: 23.8px;
    font-weight: 700;
    text-transform: uppercase
}

.tourmaster-custom-datepicker-calendar .ui-datepicker-group-first .ui-datepicker-title {
    line-height: 1
}

.tourmaster-custom-datepicker-calendar .ui-datepicker-header {
    margin-bottom: 12px
}

.tourmaster-custom-datepicker-calendar .ui-datepicker-prev,.tourmaster-custom-datepicker-calendar .ui-datepicker-next {
    background: transparent;
    padding: 0;
    width: auto;
    height: auto;
    font-size: 30px;
    line-height: 1;
    margin: -6px 18px 0
}

.tourmaster-custom-datepicker-calendar .ui-datepicker table {
    margin-bottom: 0
}

.tourmaster-custom-datepicker-calendar .ui-datepicker table tr th {
    font-weight: 600;
    padding-bottom: 12px
}

.tourmaster-custom-datepicker-calendar .ui-datepicker table tr td {
    padding: 0;
    position: relative
}

.tourmaster-custom-datepicker-calendar .ui-datepicker table tr td a,.tourmaster-custom-datepicker-calendar .ui-datepicker table tr td span {
    position: relative;
    font-weight: 600;
    width: 43px;
    height: 43px;
    padding: 0;
    line-height: 43px;
    text-align: center
}

.tourmaster-custom-datepicker-calendar .ui-datepicker table tr td {
    height: 48px
}

.tourmaster-custom-datepicker-calendar .ui-datepicker table tr td.tourmaster-start:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 5px;
    left: 50%;
    right: 0
}

.tourmaster-custom-datepicker-calendar .ui-datepicker table tr td.tourmaster-interval:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 5px;
    left: 0;
    right: 0
}

.tourmaster-custom-datepicker-calendar .ui-datepicker table tr td.tourmaster-end:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 5px;
    left: 0;
    right: 50%
}

.tourmaster-body .tourmaster-custom-datepicker-calendar .ui-datepicker table tr td a {
    background: transparent
}

.tourmaster-room-date-selection {
    position: relative
}

.tourmaster-room-date-selection .tourmaster-head {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px
}

.tourmaster-room-date-selection .tourmaster-tail {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative
}

.tourmaster-room-date-selection .tourmaster-tail:after {
    content: "\f0dd";
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -13px
}

.tourmaster-room-date-selection .tourmaster-custom-start-date {
    cursor: pointer;
    padding: 15px 25px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms
}

.tourmaster-room-date-selection .tourmaster-custom-end-date {
    cursor: pointer;
    padding: 15px 25px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms
}

.tourmaster-room-date-selection.tourmaster-active[data-step="1"] .tourmaster-custom-end-date {
    opacity: .5
}

.tourmaster-room-date-selection.tourmaster-active[data-step="2"] .tourmaster-custom-start-date {
    opacity: .5
}

.tourmaster-room-date-selection.tourmaster-horizontal {
    display: flex;
    gap: 10px
}

.tourmaster-room-date-selection.tourmaster-horizontal .ui-datepicker {
    display: flex!important
}

.tourmaster-room-date-selection.tourmaster-horizontal .tourmaster-custom-start-date {
    width: 50%
}

.tourmaster-room-date-selection.tourmaster-horizontal .tourmaster-custom-end-date {
    width: 50%
}

.tourmaster-room-date-selection.tourmaster-vertical .tourmaster-custom-datepicker-title {
    display: none
}

.tourmaster-room-date-selection.tourmaster-vertical .tourmaster-custom-datepicker-wrap {
    left: 0;
    padding-top: 60px
}

.tourmaster-room-date-selection.tourmaster-vertical .ui-datepicker-title {
    text-align: center
}

.tourmaster-room-date-selection.tourmaster-vertical .tourmaster-custom-start-date {
    margin-bottom: 20px
}

.tourmaster-room-date-selection.tourmaster-vertical .tourmaster-custom-end-date {
    margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
    .tourmaster-room-date-selection.tourmaster-horizontal {
        display:block
    }

    .tourmaster-room-date-selection.tourmaster-horizontal .ui-datepicker {
        display: block!important
    }

    .tourmaster-room-date-selection.tourmaster-horizontal .tourmaster-custom-start-date {
        width: 50%
    }

    .tourmaster-room-date-selection.tourmaster-horizontal .tourmaster-custom-end-date {
        width: 50%
    }

    .tourmaster-room-date-selection.tourmaster-horizontal .tourmaster-custom-datepicker-title {
        display: none
    }

    .tourmaster-room-date-selection.tourmaster-horizontal .tourmaster-custom-datepicker-wrap {
        left: 0;
        right: 0;
        padding-top: 60px
    }

    .tourmaster-room-date-selection.tourmaster-horizontal .ui-datepicker-title {
        text-align: center
    }

    .tourmaster-room-date-selection.tourmaster-horizontal .tourmaster-custom-start-date {
        width: auto;
        margin-bottom: 16px
    }

    .tourmaster-room-date-selection.tourmaster-horizontal .tourmaster-custom-end-date {
        width: auto;
        margin-bottom: 16px
    }
}

.tourmaster-room-amount-selection {
    position: relative
}

.tourmaster-custom-amount-display {
    position: relative;
    cursor: pointer;
    padding: 15px 25px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px
}

.tourmaster-custom-amount-display .tourmaster-head {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px
}

.tourmaster-custom-amount-display .tourmaster-tail {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative
}

.tourmaster-custom-amount-display .tourmaster-tail:after {
    content: "\f0dd";
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -13px
}

.tourmaster-custom-amount-selection-wrap {
    position: absolute;
    width: 300px;
    padding: 32px 32px 12px;
    top: 100%;
    margin: 16px 0 0;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
    z-index: 99;
    display: none;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px
}

.tourmaster-room-amount-selection .tourmaster-custom-amount-selection-wrap {
    width: 280px;
    top: 90%;
    box-shadow: 0 15px 20px rgb(0 0 0 / 15%)
}

.tourmaster-custom-amount-display .tourmaster-tail .tourmaster-space {
    margin-left: 20px
}

.tourmaster-custom-amount-display .tourmaster-tail .tourmaster-space:first-child {
    display: none
}

.tourmaster-custom-amount-selection-item {
    border-top-width: 1px;
    border-top-style: solid;
    padding-top: 20px;
    padding-bottom: 20px
}

.tourmaster-custom-amount-selection-item:first-child {
    padding-top: 0;
    border-top: 0
}

.tourmaster-custom-amount-selection-item .tourmaster-head {
    font-size: 14px;
    font-weight: 600;
    float: left;
    text-transform: uppercase;
    letter-spacing: 1px
}

.tourmaster-custom-amount-selection-item .tourmaster-tail {
    float: right
}

.tourmaster-custom-amount-selection-item .tourmaster-minus {
    cursor: pointer
}

.tourmaster-custom-amount-selection-item .tourmaster-plus {
    cursor: pointer
}

.tourmaster-custom-amount-selection-item .tourmaster-amount {
    margin: 0 13px
}

.tourmaster-room-booking-bar-wrap {
    margin-bottom: 60px
}

.tourmaster-room-booking-wrap .tourmaster-room-amount-selection {
    margin-bottom: 16px
}

.tourmaster-room-booking-bar-title {
    font-size: 18px;
    font-weight: 500
}

.tourmaster-room-booking-bar-title span {
    margin-bottom: 35px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    display: inline-block;
    margin-right: 30px;
    border-color: transparent;
    cursor: pointer;
    transition: color 300ms;
    -webkit-transition: color 300ms;
    -moz-transition: color 300ms
}

.tourmaster-room-booking-bar-title span:last-child {
    margin-right: 0
}

.tourmaster-room-booking-bar-content>div {
    display: none
}

.tourmaster-room-booking-bar-content>div:first-child {
    display: block
}

.tourmaster-room-booking-guest-selection.tourmaster-one .tourmaster-head>span {
    display: none
}

.tourmaster-room-booking-bar-summary {
    font-size: 16px;
    padding: 40px 30px 30px;
    box-shadow: 0 0 40px rgba(0,0,0,.1);
    margin-bottom: 60px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px
}

.tourmaster-room-booking-bar-summary .tourmaster-room-title {
    font-size: 18px;
    margin-bottom: 12px
}

.tourmaster-room-booking-bar-summary .tourmaster-room-booking-duration {
    font-size: 16px
}

.tourmaster-room-booking-bar-summary .tourmaster-room-price {
    margin-top: 18px;
    font-size: 16px
}

.tourmaster-room-booking-bar-summary .tourmaster-room-price .tourmaster-head {
    font-weight: 500
}

.tourmaster-room-booking-bar-summary div.tourmaster-room-price:nth-of-type(2) {
    margin-top: 30px
}

.tourmaster-room-booking-bar-summary .tourmaster-divider {
    margin-top: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 20px
}

.tourmaster-room-booking-bar-summary .tourmaster-price {
    font-size: 16px;
    margin-bottom: 12px
}

.tourmaster-room-booking-bar-summary .tourmaster-price .tourmaster-head {
    float: left;
    font-weight: 500
}

.tourmaster-room-booking-bar-summary .tourmaster-price .tourmaster-tail {
    float: right
}

.tourmaster-room-booking-bar-summary .tourmaster-price .tourmaster-tail.tourmaster-em {
    font-weight: 600
}

.tourmaster-room-booking-bar-summary .tourmaster-grand-total {
    margin-bottom: 35px
}

.tourmaster-room-booking-bar-summary .tourmaster-or {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 18px 0;
    text-align: center
}

.tourmaster-room-booking-bar-summary .tourmaster-go-back {
    font-size: 17px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 24px;
    cursor: pointer
}

.tourmaster-room-booking-bar-summary .tourmaster-go-back i {
    margin-right: 8px
}

.tourmaster-room-booking-bar-summary .tourmaster-add-to-cart.tourmaster-active {
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0
}

.tourmaster-single-with-sidebar .tourmaster-single-sidebar-wrap {
    padding-top: 60px;
    padding-bottom: 10px
}

.tourmaster-single-with-sidebar .tourmaster-single-content-wrap {
    min-height: 1px
}

.tourmaster-single-with-sidebar .gdlr-core-container {
    padding-left: 0;
    padding-right: 0
}

.tourmaster-body .tourmaster-form-field.tourmaster-room input[type="text"],.tourmaster-body .tourmaster-form-field.tourmaster-room input[type="email"],.tourmaster-body .tourmaster-form-field.tourmaster-room input[type="password"],.tourmaster-body .tourmaster-form-field.tourmaster-room textarea,.tourmaster-body .tourmaster-form-field.tourmaster-room select {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tourmaster-form-field.tourmaster-room .tourmaster-enquiry-field {
    margin-bottom: 20px
}

.tourmaster-form-field.tourmaster-room .tourmaster-enquiry-field .tourmaster-head {
    font-size: 16px;
    margin-bottom: 10px
}

body input[type="submit"].tourmaster-room-button {
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    padding: 20px 33px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

body input[type="submit"].tourmaster-room-button.tourmaster-full {
    width: 100%
}

.tourmaster-payment-step.tourmaster-step3 {
    display: none
}

.tourmaster-payment-step.tourmaster-step4 {
    display: none
}

.tourmaster-room-payment-error {
    padding: 15px 20px;
    margin-top: 60px;
    margin-bottom: 60px
}

.tourmaster-room-payment-step {
    position: relative;
    border-bottom: 1px;
    border-bottom-style: solid;
    padding-bottom: 30px;
    margin-top: 55px;
    margin-bottom: 90px
}

.tourmaster-room-payment-step:before {
    content: " ";
    height: 11px;
    right: 0;
    bottom: -5px;
    width: 25%;
    position: absolute;
    background: linear-gradient(270deg,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%)
}

.tourmaster-room-payment-step .tourmaster-head {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    position: relative
}

.tourmaster-room-payment-step .tourmaster-bullet {
    width: 15px;
    height: 15px;
    border-width: 3px;
    border-style: solid;
    border-radius: 50%;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -8px
}

.tourmaster-room-payment-step .tourmaster-step:first-child .tourmaster-head:before {
    content: " ";
    position: absolute;
    left: 0;
    width: 50%;
    height: 11px;
    bottom: -35px
}

.tourmaster-room-price-summary-wrap {
    margin-bottom: 90px
}

.tourmaster-room-price-summary-wrap .tourmaster-room-price-summary-title {
    font-size: 26px;
    margin-bottom: 50px;
    font-weight: 500
}

.tourmaster-room-price-summary-block {
    font-size: 16px;
    padding: 40px;
    box-shadow: 0 20px 45px rgb(0 0 0 / 10%);
    margin-bottom: 60px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px
}

.tourmaster-room-price-summary-room-title {
    font-size: 23px;
    font-weight: 500
}

.tourmaster-room-price-summary-room-duration {
    font-size: 16px
}

.tourmaster-room-price-summary-item {
    margin-top: 45px;
    padding-bottom: 25px;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.tourmaster-room-price-summary-item:last-child {
    border-bottom-width: 0;
    padding-bottom: 0
}

.tourmaster-room-price-summary-item .tourmaster-title {
    font-size: 18px;
    font-weight: 500
}

.tourmaster-room-price-summary-item .tourmaster-title .tourmaster-price {
    float: right
}

.tourmaster-room-price-summary-item .tourmaster-price-breakdown-title {
    font-size: 16px;
    font-weight: 400;
    cursor: pointer
}

.tourmaster-room-price-summary-item .tourmaster-service {
    margin-bottom: 10px
}

.tourmaster-room-price-summary-item .tourmaster-service .tourmaster-head {
    margin-right: 15px
}

.tourmaster-room-price-summary-item input.tourmaster-service-amount {
    margin-right: 15px;
    border-width: 1px;
    width: 50px;
    padding: 3px 8px;
    text-align: center
}

.tourmaster-room-price-summary-item .tourmaster-service-total {
    font-size: 18px;
    font-weight: 500;
    margin-top: 27px
}

.tourmaster-room-price-summary-item .tourmaster-service-total .tourmaster-head {
    float: left;
    margin-bottom: 20px
}

.tourmaster-room-price-summary-item .tourmaster-service-total .tourmaster-tail {
    float: right
}

.tourmaster-room-price-summary-item .tourmaster-room-remove-room {
    margin-left: 25px;
    cursor: pointer
}

.tourmaster-room-price-sidebar {
    font-size: 16px;
    margin-bottom: 60px
}

.tourmaster-room-price-sidebar .tourmaster-price {
    margin-bottom: 18px
}

.tourmaster-room-price-sidebar .tourmaster-price.tourmaster-bold {
    font-weight: 600
}

.tourmaster-room-price-sidebar .tourmaster-price .tourmaster-head {
    float: left
}

.tourmaster-room-price-sidebar .tourmaster-price .tourmaster-tail {
    float: right
}

.tourmaster-room-price-sidebar .tourmaster-divider {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 28px;
    padding-top: 10px
}

.tourmaster-room-price-sidebar .tourmaster-room-button {
    margin-top: 30px
}

.tourmaster-room-price-sidebar .tourmaster-room-coupon-code {
    border-width: 1px;
    height: 40px;
    padding: 5px 12px;
    margin-top: -3px;
    width: 165px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.tourmaster-room-price-sidebar .tourmaster-room-button {
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms
}

.tourmaster-room-price-sidebar .tourmaster-room-button.tourmaster-now-loading {
    opacity: .5
}

.tourmaster-room-price-sidebar .tourmaster-room-pay-type {
    margin-bottom: 18px
}

.tourmaster-room-price-sidebar .tourmaster-room-pay-type-item {
    display: inline-block;
    margin-right: 25px;
    cursor: pointer;
    transition: color 300ms;
    -moz-transition: color 300ms;
    -webkit-transition: color 300ms
}

.tourmaster-room-price-sidebar .tourmaster-room-pay-type-item i {
    vertical-align: middle;
    margin-right: 7px
}

.tourmaster-room-price-sidebar .tourmaster-deposit-amount {
    display: none
}

.tourmaster-coupon-input-wrap {
    position: relative
}

.tourmaster-coupon-input-wrap .tourmaster-message {
    position: relative;
    font-size: 12px;
    right: 0;
    margin-top: 8px;
    text-align: right
}

.tourmaster-room-price-sidebar .tourmaster-error-message {
    font-size: 15px;
    padding: 10px 15px;
    display: none;
    margin-bottom: 10px
}

.tourmaster-room-price-sidebar .tourmaster-room-button.tourmaster-pay-now {
    margin-top: 0
}

.tourmaster-room-price-sidebar .tourmaster-room-button.tourmaster-pay-later {
    margin-top: 0
}

.tourmaster-room-booking-submit-error {
    padding: 7px 18px;
    border-radius: 3px;
    margin-bottom: 16px
}

.tourmaster-price-breakdown .tourmaster-price-breakdown-room-price .tourmaster-sub-text {
    margin-top: 5px;
    clear: left
}

.tourmaster-label-checkbox {
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    line-height: 1;
    width: 15px;
    padding: 1px 0;
    font-size: 10px;
    text-align: center;
    margin-right: 15px;
    vertical-align: middle;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.tourmaster-label-checkbox input[type="checkbox"] {
    display: none
}

.tourmaster-label-checkbox span {
    visibility: hidden
}

.tourmaster-label-checkbox span:before {
    content: "\f00c";
    font-family: 'FontAwesome'
}

.tourmaster-label-checkbox input[type="checkbox"]:checked+span {
    visibility: visible
}

.tourmaster-room-single-price-breakdown {
    position: relative;
    display: none;
    font-size: 16px;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px -moz-border-radius:20px
}

.tourmaster-room-single-price-breakdown .tourmaster-lightbox-close {
    right: 20px;
    top: 20px
}

.tourmaster-room-single-price-breakdown .tourmaster-title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px
}

.tourmaster-room-single-price-breakdown .tourmaster-room-title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600
}

.tourmaster-room-single-price-breakdown .tourmaster-amount-title {
    font-size: 18px;
    font-weight: 600
}

.tourmaster-room-single-price-breakdown .tourmaster-divider {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin: 30px 0
}

.tourmaster-room-single-price-breakdown ul {
    list-style: none;
    margin-left: 0
}

.tourmaster-room-single-price-breakdown ul li {
    margin-bottom: 12px
}

.tourmaster-room-single-price-breakdown ul li .tourmaster-head {
    float: left
}

.tourmaster-room-single-price-breakdown ul li .tourmaster-tail {
    float: right
}

.tourmaster-room-single-price-breakdown .tourmaster-room-total-price {
    font-size: 18px;
    font-weight: 600
}

.tourmaster-room-single-price-breakdown .tourmaster-head {
    float: left
}

.tourmaster-room-single-price-breakdown .tourmaster-tail {
    float: right
}

.tourmaster-lightbox-wrapper .tourmaster-room-single-price-breakdown {
    display: block;
    max-width: 800px;
    margin: 0 auto
}

.tourmaster-room-cart-empty .tourmaster-title {
    color: #000
}

.tourmaster-room-cart-empty .tourmaster-caption {
    color: #9e9e9e
}

.tourmaster-room-cart-item .tourmaster-room-price-summary-wrap {
    margin-bottom: 0
}

.tourmaster-room-cart-submit .tourmaster-button {
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
    padding: 24px 20px;
    margin-top: -20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px
}

.tourmaster-room-cart-empty {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px
}

.tourmaster-room-cart-empty svg {
    margin-bottom: 30px
}

.tourmaster-room-cart-empty .tourmaster-title {
    font-size: 25px;
    margin-bottom: 16px
}

.tourmaster-room-cart-empty .tourmaster-caption {
    font-size: 18px
}

.tourmaster-room-cart-item-wrap {
    opacity: 0;
    pointer-events: none;
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms
}

.tourmaster-room-navigation-checkout-wrap {
    float: left;
    position: relative;
    margin-left: 25px;
    margin-top: -6px
}

.tourmaster-room-navigation-checkout-wrap.tourmaster-active:hover .tourmaster-room-cart-item-wrap {
    opacity: 1;
    pointer-events: auto
}

.tourmaster-room-navigation-checkout-wrap.tourmaster-active .tourmaster-room-navigation-checkout-button .tourmaster-count {
    display: block
}

.tourmaster-room-navigation-checkout-button {
    position: relative;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-width: 2px;
    border-style: solid;
    padding: 11px 20px
}

.tourmaster-room-navigation-checkout-button .tourmaster-count {
    display: none;
    position: absolute;
    top: -13px;
    right: -13px;
    background: #dedede;
    border-radius: 50%;
    width: 26px;
    line-height: 26px;
    text-align: center
}

.tourmaster-room-cart-item-wrap {
    position: absolute;
    right: 0;
    padding-top: 20px
}

.tourmaster-room-cart-items {
    width: 250px;
    padding: 25px 25px 32px;
    text-align: center;
    box-shadow: 0 10px 20px rgb(0 0 0 / 9%);
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0 10px 20px rgb(0 0 0 / 9%);
    background-image: url(../../../plugins/tourmaster/room/checkout-button-bg.png);
    background-position: bottom 10px left;
    background-repeat: no-repeat
}

.tourmaster-room-cart-items ul {
    list-style: none;
    margin-left: 0;
    text-align: left
}

.tourmaster-room-cart-items li {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px
}

.tourmaster-room-cart-items li .tourmaster-amount {
    margin-left: 10px
}

.tourmaster-room-cart-items li i.tourmaster-remove {
    float: right;
    margin-top: 6px
}

.tourmaster-room-cart-items .tourmaster-checkout-button {
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border-bottom-width: 2px;
    border-bottom-style: solid
}

.tourmaster-room-cart-items .tourmaster-remove {
    cursor: pointer
}

.tourmaster-room-payment-contact-form {
    margin-bottom: 60px
}

.tourmaster-room-payment-contact-form .tourmaster-head {
    font-size: 18px;
    font-weight: 400;
    float: left;
    width: 180px;
    margin-top: 8px
}

.tourmaster-room-payment-contact-form .tourmaster-tail {
    overflow: hidden
}

.tourmaster-room-payment-contact-form .tourmaster-contact-field,.tourmaster-room-payment-contact-form .tourmaster-billing-field {
    margin-bottom: 15px
}

.tourmaster-room-payment-contact-form .tourmaster-contact-field.tourmaster-type-plain-text .tourmaster-tail {
    padding-top: 9px
}

.tourmaster-room-payment-contact-form .tourmaster-room-payment-additional-note-wrap.tourmater-type-plain-text .tourmaster-tail {
    padding-top: 12px
}

.tourmaster-body .tourmaster-room-payment-contact-form h3 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 35px
}

.tourmaster-room-payment-contact-form .tourmaster-form-field.tourmaster-with-border input[type="text"],.tourmaster-room-payment-contact-form .tourmaster-form-field.tourmaster-with-border input[type="email"],.tourmaster-room-payment-contact-form .tourmaster-form-field.tourmaster-with-border input[type="password"],.tourmaster-room-payment-contact-form .tourmaster-form-field.tourmaster-with-border textarea,.tourmaster-room-payment-contact-form .tourmaster-form-field.tourmaster-with-border select {
    border-width: 1px;
    border-radius: 3px
}

.tourmaster-room-payment-contact-form .tourmaster-payment-billing-separate-wrap {
    margin-top: 35px;
    margin-bottom: 40px
}

.tourmaster-room-payment-contact-form .tourmaster-payment-billing-separate {
    margin: -2px 12px 0 0
}

.tourmaster-room-payment-contact-form .tourmaster-room-payment-billing-wrap {
    display: none
}

.tourmaster-room-payment-contact-form .tourmaster-divider {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-top: 50px;
    margin-bottom: 50px
}

.tourmaster-guest-info-field {
    margin-right: -6px;
    margin-bottom: 15px
}

.tourmaster-room-payment-guest-info-inner {
    margin-bottom: 30px
}

.tourmaster-room-payment-guest-info-inner .tourmaster-tail>div {
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 12px
}

.tourmaster-room-payment-guest-info-inner .tourmaster-guest-info-input-wrap {
    float: left;
    width: 50%
}

.tourmaster-guest-info-field.tourmaster-display .tourmaster-tail {
    padding-top: 9px
}

.tourmaster-body .tourmaster-room-payment-contact-form .tourmaster-payment-contact-title {
    font-size: 23px
}

.tourmaster-body .tourmaster-room-payment-contact-form h4 {
    font-size: 20px;
    font-weight: 500
}

.tourmaster-room-booking-complete {
    max-width: 840px;
    padding: 50px 20px;
    text-align: center;
    font-size: 18px;
    margin: 80px auto 80px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    box-shadow: 0 0 40px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,.1)
}

.tourmaster-room-booking-complete .tourmaster-title {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 600
}

.tourmaster-room-booking-complete .tourmaster-caption {
    font-size: 22px
}

.tourmaster-room-booking-complete .tourmaster-content {
    margin-top: 25px
}

.tourmaster-room-booking-complete .tourmaster-room-button {
    display: inline-block;
    margin-top: 40px;
    min-width: 260px
}

.tourmaster-room-payment-method-wrap .tourmaster-or {
    font-size: 16px;
    text-align: center;
    margin: 10px 0
}

.tourmaster-room-payment-method-wrap .tourmaster-payment-method-title {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 600
}

.tourmaster-room-payment-method-wrap .tourmater-room-accepted-payment-method {
    line-height: 1;
    margin-bottom: 25px
}

.tourmaster-room-payment-method-wrap .tourmaster-payment-terms {
    margin-bottom: 25px
}

.tourmaster-room-payment-method-wrap .tourmaster-payment-terms input {
    margin-right: 10px;
    margin-top: -1px
}

.tourmaster-room-payment-method-wrap .tourmaster-combobox-wrap {
    margin-bottom: 50px
}

.tourmaster-room-payment-method-wrap .tourmaster-combobox-wrap select {
    height: 62px;
    box-shadow: 0 15px 55px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 15px 55px rgb(0 0 0 / 10%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.tourmaster-lightbox-wrapper .tourmaster-room-payment-lb {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px -moz-border-radius:20px
}

.tourmaster-lightbox-wrapper .tourmaster-room-payment-lb .goodlayers-payment-form {
    margin: 20px auto;
    max-width: 400px
}

.tourmaster-room-payment-lb .goodlayers-payment-form input[type="text"],.tourmaster-room-payment-lb .goodlayers-payment-form #card-element {
    border-width: 1px;
    font-size: 13px
}

.tourmaster-room-payment-lb .goodlayers-payment-form button {
    cursor: pointer;
    width: 100%;
    border: 0;
    font-size: 13px;
    font-weight: 600
}

.tourmaster-room-payment-lb .goodlayers-payment-form h4 {
    font-size: 22px;
    font-weight: 600
}

#tourmaster-room-payment-display-page .tourmaster-room-payment-method-wrap .tourmaster-or,#tourmaster-room-payment-display-page .tourmaster-room-payment-method-wrap .tourmaster-pay-later {
    display: none
}

#goodlayers-authorize-payment-form .goodlayers-payment-button.submit {
    font-size: 13px;
    font-weight: 600;
    width: 100%
}

.tourmaster-room-single-header-title-wrap {
    background: #000;
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
    background-position: center;
    position: relative
}

.tourmaster-room-single-header-background-overlay {
    background: #000;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.tourmaster-room-single-header-title-wrap .tourmaster-container {
    position: relative
}

body .tourmaster-room-single-header-title-wrap h1 {
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center
}

@media only screen and (max-width: 999px) {
    .tourmaster-room-single-header-title-wrap {
        padding-top:120px;
        padding-bottom: 120px
    }
}

@media only screen and (max-width: 767px) {
    .tourmaster-room-single-header-title-wrap {
        padding-top:80px;
        padding-bottom: 80px
    }
}

.tourmaster-room-title-item {
    position: relative;
    padding-bottom: 30px
}

.tourmaster-room-title-item .tourmaster-room-title-item-title {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 0
}

.tourmaster-room-title-item .tourmaster-room-title-item-caption {
    font-size: 20px;
    margin-top: 7px
}

.tourmaster-room-title-item .tourmaster-room-title-price {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px
}

.tourmaster-room-title-item .tourmaster-room-title-price .tourmaster-tail {
    font-size: 17px;
    margin-top: -4px
}

.tourmaster-room-title-item .tourmaster-room-title-price .tourmaster-label {
    margin-right: 9px;
    font-weight: 500
}

.tourmaster-room-title-item .tourmaster-room-title-price .tourmaster-price {
    font-weight: 500
}

.tourmaster-room-title-item .tourmaster-room-title-price .tourmaster-price-discount {
    margin-right: 10px;
    text-decoration: line-through;
    font-size: 18px
}

.tourmaster-room-title-item .tourmaster-room-title-price:first-child {
    position: static
}

.tourmaster-room-title-item .tourmaster-room-rating {
    margin-top: 8px;
    font-size: 16px
}

.tourmaster-room-title-item .tourmaster-room-rating .tourmaster-room-rating-text {
    font-size: 14px
}

.tourmaster-room-title-item .tourmaster-room-rating-text:before {
    content: "("
}

.tourmaster-room-title-item .tourmaster-room-rating-text:after {
    content: ")"
}

.tourmaster-room-title-item-info {
    display: inline;
    margin-right: 30px
}

.tourmaster-room-title-item-info-wrap {
    margin-top: 25px;
    font-size: 17px;
    color: #565656
}

.tourmaster-room-title-item-info-wrap i {
    font-size: 22px;
    vertical-align: middle;
    margin-right: 14px;
    color: #000
}

.tourmaster-room-title-item-info-wrap .tourmaster-head {
    vertical-align: middle
}

@media only screen and (max-width: 999px) {
    .tourmaster-room-title-item .tourmaster-room-title-price {
        position:static;
        margin-top: 10px
    }
}

.tourmaster-room-item .tourmaster-ribbon {
    color: #fff
}

.tourmaster-room-item {
    padding-bottom: 30px
}

.tourmaster-room-item .tourmaster-info-wrap {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 30px
}

.tourmaster-room-item .tourmaster-info-wrap i {
    font-size: 28px;
    margin-right: 14px;
    vertical-align: bottom
}

.tourmaster-room-item .tourmaster-info-wrap .tourmaster-info {
    display: inline;
    margin-right: 25px;
    white-space: nowrap
}

.tourmaster-room-item .tourmaster-info-wrap .tourmaster-info:last-child {
    margin-right: 0
}

.tourmaster-room-item .tourmaster-info-wrap .tourmaster-info-guest-amount i {
    font-size: 32px
}

.tourmaster-info-wrap span.tourmaster-tail {
    font-size: 17px;
    font-weight: 500
}

.tourmaster-room-item .tourmaster-ribbon {
    line-height: 1;
    position: absolute;
    top: 12px;
    right: 12px;
    border-radius: 5px;
    padding: 8px 26px;
    font-size: 15px;
    text-transform: uppercase
}

.tourmaster-room-item .tourmaster-read-more.tourmaster-type-text {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px
}

.tourmaster-room-item a.tourmaster-read-more.tourmaster-type-text {
    display: inline-block;
    overflow: hidden
}

.tourmaster-room-item a.tourmaster-read-more.tourmaster-type-text:after {
    content: " ";
    width: 100%;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    display: block;
    margin-top: 3px;
    opacity: .2;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transition: transform 300ms;
    -webkit-transition: transform 300ms;
    -moz-transition: transform 300ms
}

.tourmaster-room-item a.tourmaster-read-more.tourmaster-type-text:hover:after {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%)
}

.tourmaster-room-item .tourmaster-read-more.tourmaster-type-button {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 6px 22px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.tourmaster-room-item .tourmaster-read-more.tourmaster-type-border-button {
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    padding: 8px 22px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.tourmaster-room-item .tourmaster-read-more i {
    margin-left: 10px
}

.tourmaster-room-item .tourmaster-room-title {
    font-size: 30px;
    font-weight: 500
}

.tourmaster-room-item .tourmaster-price-wrap.tourmaster-with-bg {
    font-size: 20px;
    line-height: 1;
    padding: 21px 20px;
    font-weight: 600
}

.tourmaster-room-item .tourmaster-price-wrap.tourmaster-with-bg .tourmaster-head {
    margin-right: 5px
}

.tourmaster-room-item .tourmaster-price-wrap.tourmaster-with-bg .tourmaster-price-discount {
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 400;
    margin-right: 5px
}

.tourmaster-room-item .tourmaster-price-wrap.tourmaster-with-bg.tourmaster-with-text-color .tourmaster-price-discount {
    color: inherit
}

.tourmaster-room-item .tourmaster-price-wrap.tourmaster-no-bg {
    font-size: 20px;
    font-weight: 500
}

.tourmaster-room-item .tourmaster-price-wrap.tourmaster-no-bg .tourmaster-price-discount {
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 400;
    margin-right: 5px
}

.tourmaster-room-item .tourmaster-price-wrap.tourmaster-no-bg .tourmaster-head {
    margin-right: 5px
}

.tourmaster-room-item .tourmaster-price-wrap.tourmaster-no-bg .tourmaster-tail {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 5px
}

.tourmaster-room-item .tourmaster-grid-frame .tourmaster-room-content-wrap {
    padding: 35px 40px 50px
}

.tourmaster-room-item .tourmaster-grid-frame .tourmaster-room-grid-inner {
    overflow: hidden;
    border-style: solid;
    border-width: 0
}

.tourmaster-room-item .tourmaster-grid-frame .tourmaster-room-thumbnail {
    margin-bottom: 0
}

.tourmaster-room-item .tourmaster-location {
    font-size: 16px
}

.tourmaster-room-item .tourmaster-location i {
    margin-right: 8px;
    font-weight: 600
}

.tourmaster-room-item .tourmaster-location {
    margin-bottom: 20px
}

.tourmaster-room-item .tourmaster-room-content {
    margin-bottom: 20px
}

.tourmaster-room-rating {
    margin-bottom: 18px;
    margin-top: -10px
}

.tourmaster-room-rating i {
    margin-right: 4px
}

.tourmaster-room-rating i:last-child {
    margin-right: 0
}

.tourmaster-room-rating .tourmaster-room-rating-text {
    font-size: 13px;
    margin-left: 5px
}

.tourmaster-room-grid {
    margin-bottom: 40px
}

.tourmaster-room-grid .tourmaster-room-thumbnail {
    margin-bottom: 30px
}

.tourmaster-room-grid .tourmaster-room-grid-inner {
    border-style: solid;
    border-width: 0
}

.tourmaster-room-grid .tourmaster-price-wrap {
    position: absolute;
    bottom: 10px;
    left: 25px
}

.tourmaster-room-grid .tourmaster-tail {
    font-size: 15px;
    font-weight: 400
}

.tourmaster-room-grid2 {
    margin-bottom: 40px
}

.tourmaster-room-grid2 .tourmaster-room-thumbnail {
    margin-bottom: 30px
}

.tourmaster-room-grid2 .tourmaster-room-grid-inner {
    border-style: solid;
    border-width: 0
}

.tourmaster-room-grid2 .tourmaster-price-wrap {
    float: left
}

.tourmaster-room-grid2 .tourmaster-read-more {
    float: right
}

.tourmaster-room-grid2 a.tourmaster-read-more.tourmaster-type-text {
    margin-top: 7px
}

.tourmaster-room-item .tourmaster-room-grid2 .tourmaster-price-wrap.tourmaster-no-bg {
    font-size: 23px
}

.tourmaster-room-grid3 {
    margin-bottom: 40px
}

.tourmaster-room-grid3 .tourmaster-room-content-wrap {
    text-align: center
}

.tourmaster-room-grid3 .tourmaster-room-title {
    padding-top: 50px
}

.tourmaster-room-grid3 .tourmaster-room-grid-inner {
    border-style: solid;
    border-width: 0
}

.tourmaster-room-grid3 .tourmaster-price-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%)
}

.tourmaster-room-grid3 .tourmaster-price-wrap {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.tourmaster-room-grid3 .tourmaster-room-content-wrap {
    position: relative
}

.tourmaster-room-grid3.tourmaster-grid-frame .tourmaster-room-title {
    padding-top: 0
}

.tourmaster-room-grid3.tourmaster-grid-frame .tourmaster-room-content-wrap {
    padding-top: 35px
}

.tourmaster-room-item .tourmaster-room-grid3 .tourmaster-price-wrap.tourmaster-with-bg {
    padding: 23px 26px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: 0 10px 20px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 10%)
}

.tourmaster-room-grid3 span.tourmaster-tail {
    font-size: 15px;
    font-weight: 400
}

.tourmaster-room-grid4 {
    margin-bottom: 40px
}

.tourmaster-room-grid4 .tourmaster-room-thumbnail {
    margin-bottom: 30px
}

.tourmaster-room-grid4 .tourmaster-price-wrap {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%)
}

.tourmaster-room-grid4 .tourmaster-price-wrap {
    font-size: 15px;
    font-weight: 500
}

.tourmaster-room-grid4 .tourmaster-room-content-wrap {
    text-align: center
}

.tourmaster-room-grid4 .tourmaster-room-rating-text {
    display: none
}

.tourmaster-room-grid4 .tourmaster-info-wrap i {
    vertical-align: text-bottom;
    font-weight: 600
}

.tourmaster-room-grid4 .tourmaster-info-wrap i:before {
    content: "\e080";
    font-family: 'simple-line-icons';
    font-size: 16px
}

.tourmaster-room-item .tourmaster-room-grid4 .tourmaster-price-wrap.tourmaster-with-bg {
    font-size: 17px;
    padding: 15px 28px;
    font-weight: 500;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.tourmaster-room-grid5 {
    margin-bottom: 40px
}

.tourmaster-room-grid5 .tourmaster-room-thumbnail {
    margin-bottom: 40px
}

.tourmaster-room-grid5 .tourmaster-room-content-wrap {
    text-align: center
}

.tourmaster-room-grid5 .tourmaster-room-rating-text {
    display: none
}

.tourmaster-room-grid5 .tourmaster-price-wrap {
    position: absolute;
    top: 12px;
    right: 18px
}

.tourmaster-room-grid5 .tourmaster-ribbon {
    right: 18px;
    top: 12px
}

.tourmaster-room-grid5 .tourmaster-room-thumbnail.tourmaster-with-price .tourmaster-ribbon {
    top: 65px
}

.tourmaster-room-grid5 .tourmaster-thumbnail-category {
    position: absolute;
    bottom: 0;
    left: 50%;
    line-height: 1;
    font-weight: 500;
    font-size: 16px;
    padding: 17px 31px;
    min-width: 140px;
    text-align: center;
    transform: translate(-50%,50%);
    -webkit-transform: translate(-50%,50%);
    -moz-transform: translate(-50%,50%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,.1)
}

.tourmaster-room-item .tourmaster-room-grid5 .tourmaster-price-wrap.tourmaster-with-bg span.tourmaster-price {
    font-size: 20px
}

.tourmaster-room-item .tourmaster-room-grid5 .tourmaster-price-wrap.tourmaster-with-bg {
    padding: 12px;
    font-size: 15px
}

.tourmaster-room-item .tourmaster-room-grid5 .tourmaster-read-more.tourmaster-type-button {
    font-size: 15px;
    text-transform: none;
    padding: 8px 23px
}

.tourmaster-room-modern {
    position: relative;
    margin-bottom: 60px
}

.tourmaster-room-modern.tourmaster-with-thumbnail .tourmaster-room-content-wrap {
    background: #fff;
    width: 410px;
    max-width: 100%;
    position: absolute;
    bottom: -40px;
    left: 50%;
    padding: 30px;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%)
}

body .tourmaster-room-modern2 .tourmaster-room-title a,body .tourmaster-room-modern2 .tourmaster-room-rating-text,body .tourmaster-room-modern2 .tourmaster-price-wrap.tourmaster-no-bg {
    color: #fff
}

.tourmaster-room-modern2 {
    position: relative;
    overflow: hidden
}

.tourmaster-room-modern2 .tourmaster-room-content-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 0 20px 30px;
    transition: transform 300ms;
    -webkit-transition: transform 300ms;
    -moz-transition: transform 300ms
}

.tourmaster-room-modern2 .tourmaster-bottom {
    position: relative
}

.tourmaster-room-modern2 .tourmaster-room-rating {
    margin-bottom: 0;
    margin-top: 10px
}

.tourmaster-room-modern2 .tourmaster-price-wrap {
    position: absolute;
    right: 0;
    bottom: 0
}

.tourmaster-room-modern2 .tourmaster-price-wrap>span {
    display: block;
    line-height: 1.2
}

.tourmaster-room-modern2 .tourmaster-price-wrap .tourmaster-head,.tourmaster-room-modern2 .tourmaster-price-wrap .tourmaster-tail {
    display: none
}

.tourmaster-room-modern2 .tourmaster-room-title {
    margin-bottom: 0;
    transition: transform 300ms;
    -webkit-transition: transform 300ms;
    -moz-transition: transform 300ms;
    transform: translateY(calc(-100% - 20px));
    -webkit-transform: translateY(calc(-100% - 20px))
}

.tourmaster-room-modern2:hover .tourmaster-room-title {
    transform: translateY(0)!important;
    -webkit-transform: translateY(0)!important
}

.tourmaster-room-modern2:hover .tourmaster-room-content-wrap {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%)
}

.tourmaster-room-modern2 .tourmaster-room-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms
}

.tourmaster-room-modern2 .tourmaster-room-overlay>div {
    background: #000;
    width: 100%;
    height: 100%
}

.tourmaster-room-modern2:hover .tourmaster-room-overlay {
    opacity: 1
}

.tourmaster-room-item .tourmaster-room-modern2 .tourmaster-ribbon {
    padding: 8px 18px;
    font-size: 12px;
    opacity: 0;
    z-index: 1;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms
}

.tourmaster-room-item .tourmaster-room-modern2:hover .tourmaster-ribbon {
    opacity: 1
}

.tourmaster-room-side-thumbnail {
    margin-bottom: 60px
}

.tourmaster-room-side-thumbnail .tourmaster-room-side-thumbnail-inner {
    display: flex;
    align-items: center
}

.tourmaster-room-side-thumbnail .tourmaster-room-thumbnail {
    width: 40%
}

.tourmaster-room-side-thumbnail .tourmaster-room-content-wrap {
    width: 60%;
    padding: 0 0 0 40px
}

.tourmaster-room-side-thumbnail .tourmaster-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.tourmaster-room-side-thumbnail .tourmaster-read-more {
    margin-top: 2px
}

.tourmaster-room-side-thumbnail .tourmaster-price-wrap.tourmaster-no-bg {
    font-weight: 500
}

.tourmaster-room-side-thumbnail .tourmaster-price-wrap.tourmaster-no-bg .tourmaster-price-discount {
    font-weight: 600
}

.tourmaster-room-side-thumbnail .tourmaster-price-wrap.tourmaster-no-bg .tourmaster-tail {
    text-transform: none;
    font-size: 17px;
    font-weight: 400
}

.tourmaster-room-item .tourmaster-room-side-thumbnail .tourmaster-price-wrap.tourmaster-no-bg {
    font-size: 25px
}

.tourmaster-room-item .tourmaster-room-side-thumbnail .tourmaster-info-wrap .tourmaster-info {
    margin-right: 30px
}

.tourmaster-room-item .tourmaster-room-side-thumbnail .tourmaster-room-content {
    margin-bottom: 30px
}

.single-room .tourmaster-single-review-head {
    padding: 18px 0;
    border-top-width: 1px;
    border-bottom-width: 1px
}

.single-room .tourmaster-single-review-head .tourmaster-room-rating {
    font-size: 18px;
    float: left;
    margin-bottom: 0;
    margin-top: 0
}

.single-room .tourmaster-single-review-head .tourmaster-room-rating-text {
    margin-left: 0;
    float: left;
    margin-right: 25px;
    font-size: 20px;
    font-weight: 500
}

.single-room .tourmaster-single-review-head .tourmaster-room-rating i {
    margin-right: 6px;
    vertical-align: middle
}

.single-room .tourmaster-single-review-head-info {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.single-room .tourmaster-single-review-content {
    padding-left: 0
}

.single-room .tourmaster-single-review-content .tourmaster-single-review-content-item {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 40px
}

.single-room .tourmaster-single-review-content .tourmaster-single-review-user-name {
    font-size: 20px;
    font-weight: 600
}

.single-room .tourmaster-single-review-content .tourmaster-single-review-detail {
    border-bottom: 0;
    padding-bottom: 40px;
    font-size: 17px
}

.single-room .tourmaster-single-review-content .tourmaster-single-review-detail-rating {
    font-size: 17px;
    margin-bottom: 4px
}

.single-room .tourmaster-single-review-content .tourmaster-single-review-detail-rating i {
    margin-right: 6px
}

.single-room .tourmaster-single-review-content .tourmaster-single-review-detail-date {
    font-style: normal;
    font-size: 16px
}

.single-room .tourmaster-single-review-head .tourmaster-single-review-sort-by {
    margin-right: 0
}

.single-room .tourmaster-single-review-sort-by .tourmaster-sort-by-field:last-child {
    margin-right: 0
}

.single-room .tourmaster-room-title-item .tourmaster-room-title-price {
    font-size: 25px
}

.tourmaster-room-search-item {
    padding-bottom: 30px
}

.tourmaster-room-search-form {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.tourmaster-room-search-form .tourmaster-room-search-submit {
    padding: 5px 35px;
    border: none
}

.tourmaster-room-search-form .tourmaster-room-search-submit.tourmaster-style-border {
    background: transparent!important;
    border-width: 2px;
    border-style: solid
}

.tourmaster-room-search-form .tourmaster-custom-amount-display,.tourmaster-room-search-form .tourmaster-room-date-selection .tourmaster-custom-start-date,.tourmaster-room-search-form .tourmaster-room-date-selection .tourmaster-custom-end-date {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.tourmaster-room-search-form.tourmaster-align-vertical {
    flex-direction: column;
    gap: 0
}

.tourmaster-room-search-form.tourmaster-align-vertical .tourmaster-room-search-size5,.tourmaster-room-search-form.tourmaster-align-vertical .tourmaster-room-size2 {
    margin-bottom: 20px
}

.tourmaster-room-search-form.tourmaster-align-horizontal .tourmaster-room-search-size10 {
    flex-grow: 10
}

.tourmaster-room-search-form.tourmaster-align-horizontal .tourmaster-room-search-size5 {
    flex-grow: 5
}

.tourmaster-room-search-form.tourmaster-align-horizontal .tourmaster-room-size2 {
    flex-grow: 2
}

.tourmaster-room-search-form.tourmaster-radius-round .tourmaster-custom-amount-display,.tourmaster-room-search-form.tourmaster-radius-round .tourmaster-room-date-selection .tourmaster-custom-end-date,.tourmaster-room-search-form.tourmaster-radius-round .tourmaster-room-date-selection .tourmaster-custom-start-date {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.tourmaster-room-search-form.tourmaster-radius-round .tourmaster-room-search-submit {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.tourmaster-room-search-form.tourmaster-radius-round .tourmaster-custom-start-date .tourmaster-tail,.tourmaster-room-search-form.tourmaster-radius-round .tourmaster-custom-end-date .tourmaster-tail,.tourmaster-room-search-form.tourmaster-radius-round .tourmaster-custom-amount-display .tourmaster-tail {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.tourmaster-room-search-form.tourmaster-style-box .tourmaster-room-search-submit {
    height: 100%;
    min-height: 50px;
    width: 100%
}

.tourmaster-room-search-form.tourmaster-style-text-top .tourmaster-room-search-submit-wrap {
    align-self: flex-end
}

.tourmaster-room-search-form.tourmaster-style-text-top .tourmaster-custom-start-date,.tourmaster-room-search-form.tourmaster-style-text-top .tourmaster-custom-end-date,.tourmaster-room-search-form.tourmaster-style-text-top .tourmaster-custom-amount-display {
    padding: 0;
    background: transparent
}

.tourmaster-room-search-form.tourmaster-style-text-top .tourmaster-custom-start-date .tourmaster-head,.tourmaster-room-search-form.tourmaster-style-text-top .tourmaster-custom-end-date .tourmaster-head,.tourmaster-room-search-form.tourmaster-style-text-top .tourmaster-custom-amount-display .tourmaster-head {
    margin-left: 18px;
    white-space: nowrap
}

.tourmaster-room-search-form.tourmaster-style-text-top .tourmaster-custom-start-date .tourmaster-tail,.tourmaster-room-search-form.tourmaster-style-text-top .tourmaster-custom-end-date .tourmaster-tail,.tourmaster-room-search-form.tourmaster-style-text-top .tourmaster-custom-amount-display .tourmaster-tail {
    padding: 12px 18px;
    border-width: 1px;
    border-style: solid;
    white-space: nowrap
}

.tourmaster-room-search-form.tourmaster-style-text-top .tourmaster-room-search-submit {
    height: 48px
}

.tourmaster-room-search-form.tourmaster-style-placeholder .tourmaster-custom-start-date,.tourmaster-room-search-form.tourmaster-style-placeholder .tourmaster-custom-end-date,.tourmaster-room-search-form.tourmaster-style-placeholder .tourmaster-custom-amount-display {
    border-width: 1px;
    border-style: solid;
    padding-top: 11px;
    padding-bottom: 11px
}

.tourmaster-room-search-form.tourmaster-style-placeholder .tourmaster-room-date-selection .tourmaster-tail {
    display: none;
    line-height: 22px
}

.tourmaster-room-search-form.tourmaster-style-placeholder .tourmaster-room-date-selection .tourmaster-head {
    margin-bottom: 0;
    line-height: 22px
}

.tourmaster-room-search-form.tourmaster-style-placeholder .tourmaster-room-date-selection.tourmaster-selected .tourmaster-head {
    display: none
}

.tourmaster-room-search-form.tourmaster-style-placeholder .tourmaster-room-date-selection.tourmaster-selected .tourmaster-tail {
    display: block
}

.tourmaster-room-search-form.tourmaster-style-placeholder .tourmaster-custom-amount-display .tourmaster-head {
    display: none
}

.tourmaster-room-search-form.tourmaster-style-placeholder .tourmaster-room-search-submit {
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
    height: 100%;
    min-height: 50px;
    width: 100%
}

.tourmaster-room-search-form.tourmaster-style-placeholder.tourmaster-align-vertical .tourmaster-custom-amount-display,.tourmaster-room-search-form.tourmaster-style-placeholder.tourmaster-align-vertical .tourmaster-room-date-selection .tourmaster-custom-end-date,.tourmaster-room-search-form.tourmaster-style-placeholder.tourmaster-align-vertical .tourmaster-room-date-selection .tourmaster-custom-start-date {
    padding: 20px 25px
}

.tourmaster-room-search-form.tourmaster-style-placeholder.tourmaster-align-vertical .tourmaster-room-search-submit {
    min-height: 64px
}

body .tourmaster-room-search-item-wrap>h3 {
    font-size: 26px;
    font-weight: 500
}

.tourmaster-room-search-tax-wrap {
    margin-top: 30px;
    margin-bottom: 5px
}

.tourmaster-room-search-tax-item {
    margin-bottom: 30px
}

.tourmaster-room-search-tax-item .tourmaster-label {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 18px
}

.tourmaster-room-search-tax-item .tourmaster-close-filter {
    width: 14px;
    height: 14px;
    margin-top: 5px;
    cursor: pointer;
    position: relative;
    float: right
}

.tourmaster-room-search-tax-item .tourmaster-close-filter:before,.tourmaster-room-search-tax-item .tourmaster-close-filter:after {
    content: "";
    width: 100%;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    position: absolute;
    right: 0;
    top: 5px
}

.tourmaster-room-search-tax-item .tourmaster-close-filter.tourmaster-active:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg)
}

.tourmaster-room-search-tax-item .tourmaster-filter-term {
    font-size: 17px;
    padding-bottom: 5px;
    position: relative
}

.tourmaster-room-search-tax-item .tourmaster-filter-term input[type="checkbox"] {
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    margin: 0 12px 2px 0
}

.tourmaster-room-search-tax-item .tourmaster-filter-term .tourmaster-checkbox-input {
    font-size: 11px;
    position: absolute;
    left: 2px;
    top: 6px;
    display: none;
    pointer-events: none
}

.tourmaster-room-search-tax-item .tourmaster-filter-term input[type="checkbox"]:checked+.tourmaster-checkbox-input {
    display: block
}

@media only screen and (max-width: 1050px) {
    .tourmaster-room-search-size10 {
        width:100%
    }
}

@media only screen and (max-width: 900px) {
    .tourmaster-payment-step {
        margin-top:55px
    }

    .tourmaster-room-payment-step {
        display: none
    }

    .tourmaster-room-price-sidebar .tourmaster-room-coupon-code {
        width: 80px
    }
}

@media only screen and (max-width: 767px) {
    .tourmaster-room-search-form {
        flex-direction:column;
        gap: 0
    }

    .tourmaster-room-search-size5,.tourmaster-room-size2 {
        margin-bottom: 16px
    }

    .single-room .tourmaster-room-single-header-title-wrap {
        padding: 120px 20px
    }

    .single-room .tourmaster-single-review-head-info {
        flex-direction: column
    }

    .tourmaster-room-price-sidebar .tourmaster-room-coupon-code {
        width: 130px
    }

    .tourmaster-room-price-summary-item .tourmaster-price-breakdown-title {
        display: block;
        margin-top: 3px
    }

    .tourmaster-room-price-summary-item .tourmaster-title .tourmaster-price {
        float: none;
        margin-top: 15px;
        display: block
    }

    .tourmaster-room-price-summary-item .tourmaster-service .tourmaster-label-checkbox {
        float: left;
        margin-top: 6px
    }

    .tourmaster-room-price-summary-item .tourmaster-service .tourmaster-service-label {
        overflow: hidden;
        display: block
    }

    .tourmaster-room-payment-contact-form .tourmaster-head {
        float: none;
        width: auto;
        margin-bottom: 8px
    }

    .tourmaster-room-payment-contact-form .tourmaster-guest-info-field .tourmaster-tail {
        margin-left: -7px;
        margin-right: -7px
    }

    .tourmaster-room-grid2 .tourmaster-price-wrap {
        float: none;
        margin-bottom: 10px
    }

    .tourmaster-room-grid2 .tourmaster-read-more {
        float: none
    }

    .tourmaster-room-side-thumbnail .tourmaster-bottom {
        flex-direction: column-reverse;
        gap: 10px;
        align-items: flex-start
    }
}

table.tourmaster-my-booking-table.tourmaster-room-table th:nth-child(1) {
    width: 10%
}

table.tourmaster-my-booking-table.tourmaster-room-table th:nth-child(2) {
    width: 60%
}

table.tourmaster-my-booking-table.tourmaster-room-table th:nth-child(3) {
    width: 15%
}

table.tourmaster-my-booking-table.tourmaster-room-table th:nth-child(4) {
    width: 15%
}

table.tourmaster-user-review-table.tourmaster-room-table th:nth-child(1) {
    width: 10%
}

table.tourmaster-user-review-table.tourmaster-room-table th:nth-child(2) {
    width: 60%
}

table.tourmaster-user-review-table.tourmaster-room-table th:nth-child(3) {
    width: 15%
}

table.tourmaster-user-review-table.tourmaster-room-table th:nth-child(4) {
    width: 15%
}

.tourmaster-body .tourmaster-room-payment-contact-wrap .tourmaster-payment-contact-title {
    font-size: 26px
}

.tourmaster-room-payment-contact-form .tourmaster-contact-field,.tourmaster-room-payment-contact-form .tourmaster-billing-field {
    max-width: 575px
}

.tourmaster-room-payment-contact-form .tourmaster-guest-info-field .tourmaster-head {
    width: 100px
}

.tourmaster-body h3.tourmaster-payment-additional-note-title {
    margin-bottom: 20px
}

.tourmaster-room-payment-contact-wrap h3.tourmaster-payment-contact-title {
    margin-bottom: 40px
}

.tourmaster-additional-note-field.clearfix {
    max-width: 575px
}

.tourmaster-room-price-summary-wrap.tourmaster-room-service-form.tourmaster-item-mglr {
    padding-right: 20px
}

.single-room .tourmaster-single-review-content .tourmaster-single-review-avatar {
    width: 90px;
    height: 90px;
    margin: 0 45px 0 0
}

.single-room .tourmaster-single-review-content .tourmaster-single-review-user {
    width: 300px;
    padding-right: 20px;
    display: flex;
    align-items: center
}

.single-room .tourmaster-single-review-content .tourmaster-single-review-user-name {
    margin-bottom: 0
}

.single-room .tourmaster-single-review-content .tourmaster-single-review-user:after {
    display: none
}

@media only screen and (max-width: 999px) {
    .tourmaster-room-side-thumbnail .tourmaster-room-side-thumbnail-inner {
        flex-direction:column;
        gap: 30px
    }

    .tourmaster-room-side-thumbnail .tourmaster-room-thumbnail {
        width: 100%
    }

    .tourmaster-room-side-thumbnail .tourmaster-room-content-wrap {
        width: 100%;
        padding: 0px!important
    }
}

.ui-datepicker {
    background: #fff
}

.ui-datepicker table tr th {
    color: #000
}

.tourmaster-room-search-form.tourmaster-style-full-background {
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 10%)
}

.tourmaster-room-search-form.tourmaster-style-full-background .tourmaster-room-date-selection .tourmaster-head,.tourmaster-room-search-form.tourmaster-style-full-background .tourmaster-custom-amount-display .tourmaster-head {
    font-size: 14px
}

.tourmaster-room-search-form.tourmaster-style-full-background .tourmaster-room-date-selection .tourmaster-tail,.tourmaster-room-search-form.tourmaster-style-full-background .tourmaster-custom-amount-display .tourmaster-tail {
    font-size: 16px;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400
}

.tourmaster-room-search-form.tourmaster-style-full-background .tourmaster-room-date-selection .tourmaster-custom-start-date,.tourmaster-room-search-form.tourmaster-style-full-background .tourmaster-room-date-selection .tourmaster-custom-end-date,.tourmaster-room-search-form.tourmaster-style-full-background .tourmaster-custom-amount-display {
    padding-top: 30px;
    padding-bottom: 30px
}

.tourmaster-room-search-form.tourmaster-style-full-background .tourmaster-room-search-submit {
    height: 100%;
    color: transparent!important
}

.tourmaster-room-search-form.tourmaster-style-full-background.tourmaster-room-search-form .tourmaster-room-search-submit {
    padding: 5px 54px
}

.tourmaster-room-search-form.tourmaster-style-full-background .tourmaster-room-search-submit-wrap {
    position: relative
}

.tourmaster-room-search-form.tourmaster-style-full-background .tourmaster-room-search-submit-wrap .tourmaster-content {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    pointer-events: none;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff
}

.tourmaster-room-search-form.tourmaster-style-full-background .tourmaster-room-search-submit-wrap .tourmaster-content span {
    font-size: 15px;
    font-weight: 500;
    display: block
}

.tourmaster-room-search-form.tourmaster-style-full-background .tourmaster-room-search-submit-wrap .tourmaster-content i {
    font-size: 18px;
    margin-bottom: 12px
}

@media only screen and (max-width: 767px) {
    .tourmaster-room-search-form.tourmaster-style-full-background {
        padding-top:15px
    }

    .tourmaster-room-search-form.tourmaster-style-full-background .tourmaster-room-date-selection .tourmaster-custom-start-date,.tourmaster-room-search-form.tourmaster-style-full-background .tourmaster-room-date-selection .tourmaster-custom-end-date,.tourmaster-room-search-form.tourmaster-style-full-background .tourmaster-custom-amount-display {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .tourmaster-room-search-form.tourmaster-style-full-background .tourmaster-room-search-submit {
        width: 100%;
        height: 120px
    }
}

.tourmaster-room-navigation-checkout-button {
    margin-top: 0
}

.tourmaster-room-invoice-logo {
    width: 250px;
    margin-bottom: 35px
}

.tourmaster-room-single-header-title-wrap {
    background-color: #0a0a0a
}

body .tourmaster-room-single-header-title-wrap h1 {
    color: #fff
}

.tourmaster-room-single-header-title-wrap {
    background-image: url()
}

.tourmaster-room-single-header-title-wrap {
    padding-top: 140px
}

.tourmaster-room-single-header-title-wrap {
    padding-bottom: 140px
}

body .tourmaster-room-single-header-title-wrap h1 {
    font-size: 54px
}

body .tourmaster-room-single-header-title-wrap h1 {
    font-style: normal
}

body .tourmaster-room-single-header-title-wrap h1 {
    text-transform: none
}

body .tourmaster-room-single-header-title-wrap h1 {
    text-align: center
}

body input[type="submit"].tourmaster-room-button {
    color: #0c0c0c;
    border-color: #0c0c0c
}

body input[type="submit"].tourmaster-room-button:hover {
    color: #fff;
    background-color: #0c0c0c
}

.tourmaster-room-search-form .tourmaster-room-search-submit.tourmaster-style-solid {
    background: #0c0c0c;
    color: #fff
}

.tourmaster-room-search-form .tourmaster-room-search-submit.tourmaster-style-border {
    color: #0c0c0c;
    border-color: #0c0c0c
}

.tourmaster-body .tourmaster-room-button,.tourmaster-body .tourmaster-room-button:hover,.tourmaster-body .tourmaster-room-button.tourmaster-now-loading {
    background-color: #0c0c0c;
    color: #fff
}

.tourmaster-body .tourmaster-room-button.tourmaster-grey {
    color: #141414
}

.tourmaster-body .tourmaster-room-button.tourmaster-grey {
    background-color: #f2f2f2
}

.tourmaster-room-price-sidebar .tourmaster-room-button.tourmaster-blue,.tourmaster-room-payment-lb .goodlayers-payment-form button {
    color: #fff
}

#goodlayers-authorize-payment-form .goodlayers-payment-button.submit {
    color: #fff
}

.tourmaster-room-price-sidebar .tourmaster-room-button.tourmaster-blue,.tourmaster-room-payment-lb .goodlayers-payment-form button {
    background-color: #0654b0
}

#goodlayers-authorize-payment-form .goodlayers-payment-button.submit {
    background-color: #0654b0
}

.tourmaster-body .tourmaster-form-field.tourmaster-room input[type="text"],.tourmaster-body .tourmaster-form-field.tourmaster-room input[type="email"],.tourmaster-body .tourmaster-form-field.tourmaster-room input[type="password"],.tourmaster-body .tourmaster-form-field.tourmaster-room textarea,.tourmaster-body .tourmaster-form-field.tourmaster-room select,.tourmaster-body .tourmaster-form-field.tourmaster-room input[type="text"]:focus,.tourmaster-body .tourmaster-form-field.tourmaster-room input[type="email"]:focus,.tourmaster-body .tourmaster-form-field.tourmaster-room input[type="password"]:focus,.tourmaster-body .tourmaster-form-field.tourmaster-room textarea:focus {
    color: #4b4b4b
}

.tourmaster-body .tourmaster-form-field.tourmaster-room input[type="text"],.tourmaster-body .tourmaster-form-field.tourmaster-room input[type="email"],.tourmaster-body .tourmaster-form-field.tourmaster-room input[type="password"],.tourmaster-body .tourmaster-form-field.tourmaster-room textarea,.tourmaster-body .tourmaster-form-field.tourmaster-room select,.tourmaster-body .tourmaster-form-field.tourmaster-room input[type="text"]:focus,.tourmaster-body .tourmaster-form-field.tourmaster-room input[type="email"]:focus,.tourmaster-body .tourmaster-form-field.tourmaster-room input[type="password"]:focus,.tourmaster-body .tourmaster-form-field.tourmaster-room textarea:focus {
    background: #f5f5f5
}

.tourmaster-room-date-selection .tourmaster-custom-start-date,.tourmaster-room-date-selection .tourmaster-custom-end-date,.tourmaster-room-amount-selection .tourmaster-custom-amount-display,.tourmaster-custom-amount-selection-wrap,.tourmaster-custom-datepicker-wrap {
    background-color: #fff
}

.tourmaster-room-booking-wrap .tourmaster-room-date-selection .tourmaster-custom-start-date,.tourmaster-room-booking-wrap .tourmaster-room-date-selection .tourmaster-custom-end-date,.tourmaster-room-booking-wrap .tourmaster-room-amount-selection .tourmaster-custom-amount-display {
    background: #f5f5f5
}

.tourmaster-template-room-search .tourmaster-room-date-selection .tourmaster-custom-start-date,.tourmaster-template-room-search .tourmaster-room-date-selection .tourmaster-custom-end-date,.tourmaster-template-room-search .tourmaster-room-amount-selection .tourmaster-custom-amount-display {
    background: #f5f5f5
}

.tourmaster-room-date-selection .tourmaster-head,.tourmaster-custom-amount-display .tourmaster-head {
    color: #8f8f8f
}

.tourmaster-room-date-selection .tourmaster-tail,.tourmaster-custom-amount-display .tourmaster-tail,.tourmaster-custom-datepicker-close {
    color: #000
}

.tourmaster-custom-datepicker-calendar .ui-datepicker .ui-datepicker-title,.tourmaster-custom-datepicker-calendar .ui-datepicker .ui-datepicker-title select,.tourmaster-custom-datepicker-calendar .ui-datepicker-prev,.tourmaster-custom-datepicker-calendar .ui-datepicker-prev:hover,.tourmaster-custom-datepicker-calendar .ui-datepicker-next,.tourmaster-custom-datepicker-calendar .ui-datepicker-next:hover {
    color: #000
}

.tourmaster-custom-datepicker-calendar .ui-datepicker table tr th {
    color: #000
}

.tourmaster-body .tourmaster-custom-datepicker-calendar .ui-datepicker table tr td a,.tourmaster-body .tourmaster-custom-datepicker-calendar .ui-datepicker table tr td a:hover {
    color: #000
}

.tourmaster-body .tourmaster-custom-datepicker-calendar .ui-datepicker table tr td.tourmaster-start a,.tourmaster-body .tourmaster-custom-datepicker-calendar .ui-datepicker table tr td.tourmaster-start span,.tourmaster-body .tourmaster-custom-datepicker-calendar .ui-datepicker table tr td.tourmaster-end a {
    background: #000
}

.tourmaster-body .tourmaster-custom-datepicker-calendar .ui-datepicker table tr td.tourmaster-end span {
    background: #000
}

.tourmaster-custom-amount-selection-item {
    color: #000
}

.tourmaster-custom-datepicker-title {
    background-color: #f6f6f6
}

.tourmaster-custom-datepicker-title {
    color: #767676
}

.tourmaster-body .tourmaster-custom-datepicker-calendar .ui-datepicker table tr td span {
    color: #c4c4c4
}

.tourmaster-body .tourmaster-custom-datepicker-calendar .ui-datepicker table tr td.tourmaster-start:before,.tourmaster-body .tourmaster-custom-datepicker-calendar .ui-datepicker table tr td.tourmaster-interval:before,.tourmaster-body .tourmaster-custom-datepicker-calendar .ui-datepicker table tr td.tourmaster-end:before {
    background-color: #f2f2f2
}

.single-room .tourmaster-single-review-head,.single-room .tourmaster-single-review-content .tourmaster-single-review-user-name {
    color: #000
}

.single-room .tourmaster-single-review-head .tourmaster-room-rating i,.single-room .tourmaster-single-review-content .tourmaster-single-review-detail-rating i,.single-room .tourmaster-single-review-content .tourmaster-single-review-detail-date {
    color: #000
}

.tourmaster-room-navigation-checkout-wrap .tourmaster-room-navigation-checkout-button,.tourmaster-room-navigation-checkout-wrap .tourmaster-room-navigation-checkout-button:hover {
    border-color: #1e1e1e;
    color: #1e1e1e
}

.tourmaster-room-navigation-checkout-wrap.tourmaster-active .tourmaster-room-navigation-checkout-button {
    color: #fff
}

.tourmaster-room-navigation-checkout-wrap.tourmaster-active .tourmaster-room-navigation-checkout-button {
    border-color: #ff4f60;
    background: #ff4f60
}

.tourmaster-room-navigation-checkout-button .tourmaster-count {
    background: #dedede
}

.tourmaster-room-navigation-checkout-button .tourmaster-count {
    color: #000
}

.tourmaster-room-cart-items {
    background-color: #fff
}

.tourmaster-room-cart-items li,.tourmaster-room-cart-items .tourmaster-checkout-button {
    color: #191919
}

.tourmaster-room-cart-items .tourmaster-checkout-button {
    border-color: #d2d2d2
}

.tourmaster-room-cart-items li i.tourmaster-remove {
    color: #d2d2d2
}

.tourmaster-room-booking-bar-title {
    color: #bebebe
}

.tourmaster-room-booking-bar-title .tourmaster-active {
    color: #000;
    border-color: #000
}

.tourmaster-room-booking-bar-summary .tourmaster-room-price .tourmaster-head,.tourmaster-room-booking-bar-summary .tourmaster-price,.tourmaster-room-booking-bar-summary .tourmaster-price .tourmaster-tail.tourmaster-em,.tourmaster-room-booking-bar-summary .tourmaster-or {
    color: #141414
}

.tourmaster-room-booking-bar-summary .tourmaster-room-price .tourmaster-tail,.tourmaster-room-booking-bar-summary .tourmaster-price .tourmaster-tail {
    color: #a5a5a5
}

body .tourmaster-room-payment-step {
    border-color: #e6e6e6
}

.tourmaster-room-payment-step .tourmaster-step .tourmaster-head {
    color: #d0d0d0
}

.tourmaster-room-payment-step .tourmaster-step .tourmaster-bullet {
    border-color: #ddd
}

.tourmaster-room-payment-step .tourmaster-step.tourmaster-active .tourmaster-head {
    color: #000
}

.tourmaster-room-payment-step .tourmaster-step.tourmaster-active .tourmaster-bullet {
    border-color: #5a5a5a
}

body .tourmaster-label-checkbox {
    border-color: #c7c7c7
}

.tourmaster-label-checkbox span {
    color: #4f4f4f
}

.tourmaster-room-price-summary-room-title {
    color: #141414
}

.tourmaster-room-price-summary-item .tourmaster-service,.tourmaster-room-price-summary-item .tourmaster-service-total {
    color: #141414
}

.tourmaster-room-single-price-breakdown .tourmaster-title,.tourmaster-room-single-price-breakdown .tourmaster-room-title,.tourmaster-room-single-price-breakdown .tourmaster-amount-title,.tourmaster-room-single-price-breakdown .tourmaster-room-total-price {
    color: #141414
}

.tourmaster-room-price-sidebar .tourmaster-price .tourmaster-head,.tourmaster-room-price-sidebar .tourmaster-price .tourmaster-tail.tourmaster-em {
    color: #141414
}

.tourmaster-room-price-sidebar .tourmaster-room-pay-type-item.tourmaster-active {
    color: #141414
}

.tourmaster-room-price-summary-room-duration {
    color: #9e9e9e
}

.tourmaster-room-price-summary-item .tourmaster-service-total .tourmaster-tail,.tourmaster-room-price-summary-item .tourmaster-title .tourmaster-price {
    color: #9e9e9e
}

.tourmaster-room-single-price-breakdown {
    color: #9e9e9e
}

.tourmaster-room-price-sidebar .tourmaster-room-pay-type-item,.tourmaster-room-price-sidebar .tourmaster-price .tourmaster-tail {
    color: #a5a5a5
}

.tourmaster-room-payment-error,.tourmaster-room-booking-submit-error,.tourmaster-room-price-sidebar .tourmaster-error-message {
    background-color: #f13232;
    color: #fff
}

.tourmaster-enquiry-form.tourmaster-room .tourmaster-enquiry-form-message.tourmaster-success {
    background-color: #f1f8ff
}

.tourmaster-enquiry-form.tourmaster-room .tourmaster-enquiry-form-message.tourmaster-success {
    border-color: #e1ebfe
}

.tourmaster-enquiry-form.tourmaster-room .tourmaster-enquiry-form-message.tourmaster-success {
    color: #758ea8
}

.tourmaster-enquiry-form.tourmaster-room .tourmaster-enquiry-form-message.tourmaster-failed {
    background-color: #fff1f1
}

.tourmaster-enquiry-form.tourmaster-room .tourmaster-enquiry-form-message.tourmaster-failed {
    border-color: #fee1e1
}

.tourmaster-enquiry-form.tourmaster-room .tourmaster-enquiry-form-message.tourmaster-failed {
    color: #a87575
}

.tourmaster-room-title-item .tourmaster-room-title-price .tourmaster-label,.tourmaster-room-title-item .tourmaster-room-title-price .tourmaster-price {
    color: #0f0f0f
}

.tourmaster-room-title-item .tourmaster-room-title-price .tourmaster-price-discount {
    color: #a6a6a6
}

.tourmaster-room-rating i {
    color: #ffc100
}

.tourmaster-room-item .tourmaster-room-title a,.tourmaster-room-item .tourmaster-info-wrap i {
    color: #111
}

.tourmaster-room-item .tourmaster-room-side-thumbnail .tourmaster-price-wrap.tourmaster-no-bg {
    color: #111
}

.tourmaster-room-item .tourmaster-info-wrap {
    color: #848484
}

.tourmaster-room-item .tourmaster-location {
    color: #000
}

.tourmaster-room-grid4 .tourmaster-info-wrap i {
    color: #33c390
}

.tourmaster-room-item .tourmaster-grid-frame .tourmaster-room-content-wrap {
    background-color: #fff
}

.tourmaster-room-item .tourmaster-ribbon {
    background-color: #e45154
}

.tourmaster-room-item .tourmaster-price-wrap.tourmaster-no-bg {
    color: #3d3d3d
}

.tourmaster-room-item .tourmaster-room-side-thumbnail .tourmaster-price-wrap.tourmaster-no-bg .tourmaster-tail {
    color: #3d3d3d
}

.tourmaster-room-item .tourmaster-price-wrap.tourmaster-with-bg {
    background-color: #33c390
}

.tourmaster-room-item .tourmaster-price-wrap.tourmaster-with-bg {
    color: #fff
}

.tourmaster-room-item .tourmaster-price-wrap.tourmaster-with-bg .tourmaster-price-discount {
    color: #fff
}

.tourmaster-room-grid5 .tourmaster-thumbnail-category {
    background: #fff
}

.tourmaster-room-grid5 .tourmaster-thumbnail-category a,.tourmaster-room-grid5 .tourmaster-thumbnail-category a:hover {
    color: #2b2b2b
}

.tourmaster-room-item a.tourmaster-read-more.tourmaster-type-text,.tourmaster-room-item a.tourmaster-read-more.tourmaster-type-text:hover {
    color: #141414
}

.tourmaster-room-item a.tourmaster-read-more.tourmaster-type-button,.tourmaster-room-item a.tourmaster-read-more.tourmaster-type-button:hover {
    background-color: #0f0f0f
}

.tourmaster-room-item a.tourmaster-read-more.tourmaster-type-button,.tourmaster-room-item a.tourmaster-read-more.tourmaster-type-button:hover {
    color: #fff
}

.tourmaster-room-item .tourmaster-read-more.tourmaster-type-border-button {
    border-color: #959595;
    color: #959595
}

.rs-p-wp-fix {
    display: none!important;
    margin: 0!important;
    height: 0px!important
}

.wp-block-themepunch-revslider {
    position: relative
}

rs-modal {
    position: fixed!important;
    z-index: 9999999!important;
    pointer-events: none!important
}

rs-modal.rs-modal-auto {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto
}

rs-modal.rs-modal-fullwidth,rs-modal.rs-modal-fullscreen {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

rs-modal rs-fullwidth-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

rs-module-wrap.rs-modal {
    display: none;
    max-height: 100%!important;
    overflow: auto!important;
    pointer-events: auto!important
}

rs-module-wrap.hideallscrollbars.rs-modal {
    overflow: hidden!important;
    max-width: 100%!important
}

rs-modal-cover {
    width: 100%;
    height: 100%;
    z-index: 0;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    pointer-events: auto
}

body>rs-modal-cover {
    position: fixed;
    z-index: 9999995!important
}

rs-sbg-px {
    pointer-events: none
}

.rs-forceuntouchable,.rs-forceuntouchable * {
    pointer-events: none!important
}

.rs-forcehidden * {
    visibility: hidden!important
}

.rs_splitted_lines {
    display: block;
    white-space: nowrap!important
}

.rs-go-fullscreen {
    position: fixed!important;
    width: 100%!important;
    height: 100%!important;
    top: 0px!important;
    left: 0px!important;
    z-index: 9999999!important;
    background: #fff
}

.rtl {
    direction: rtl
}

@font-face {
    font-family: 'revicons';
    src: url(../../../plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888);
    src: url(../../../plugins/revslider/public/assets/fonts/revicons/revicons.woff?5510888) format('woff'),url(../../../plugins/revslider/public/assets/fonts/revicons/revicons.ttf?5510888) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

[class^="revicon-"]:before,[class*=" revicon-"]:before {
    font-family: "revicons";
    font-style: normal;
    font-weight: 400;
    speak: never;
    speak-as: spell-out;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

rs-module i[class^="fa-"],rs-module i[class*=" fa-"],.rb-modal-wrapper i[class^="fa-"],.rb-modal-wrapper i[class*=" fa-"],#waitaminute i[class^="fa-"],#waitaminute i[class*=" fa-"],#objectlibrary i[class^="fa-"],#objectlibrary i[class*=" fa-"],#rs_overview i[class^="fa-"],#rs_overview i[class*=" fa-"],#rs_overview_menu i[class^="fa-"],#rs_overview_menu i[class*=" fa-"],#builderView i[class^="fa-"],#builderView i[class*=" fa-"] {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

rs-module [class^="fa-"]:before,rs-module [class*=" fa-"]:before,.rb-modal-wrapper [class^="fa-"]:before,.rb-modal-wrapper [class*=" fa-"]:before,#rs_overview [class^="fa-"]:before,#rs_overview [class*=" fa-"]:before,#objectlibrary [class^="fa-"]:before,#objectlibrary [class*=" fa-"]:before,#waitaminute [class^="fa-"]:before,#waitaminute [class*=" fa-"]:before,#rs_overview_menu [class^="fa-"]:before,#rs_overview_menu [class*=" fa-"]:before,#builderView [class^="fa-"]:before,#builderView [class*=" fa-"]:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    speak: never;
    speak-as: spell-out;
    display: inline-block;
    text-decoration: inherit;
    width: auto;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: 0
}

rs-module .sr-only,#objectlibrary .sr-only,#waitaminute .sr-only,#rs_overview .sr-only,#rs_overview_menu .sr-only,.rb-modal-wrapper .sr-only,#builderView .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

rs-module .sr-only-focusable:active,rs-module .sr-only-focusable:focus,#waitaminute .sr-only-focusable:active,#waitaminute .sr-only-focusable:focus,#objectlibrary .sr-only-focusable:active,#objectlibrary .sr-only-focusable:focus,#rs_overview .sr-only-focusable:active,#rs_overview .sr-only-focusable:focus,#rs_overview_menu .sr-only-focusable:active,#rs_overview_menu .sr-only-focusable:focus,.rb-modal-wrapper .sr-only-focusable:active,.rb-modal-wrapper .sr-only-focusable:focus,#builderView .sr-only-focusable:active,#builderView .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.revicon-search-1:before {
    content: '\e802'
}

.revicon-pencil-1:before {
    content: '\e831'
}

.revicon-picture-1:before {
    content: '\e803'
}

.revicon-cancel:before {
    content: '\e80a'
}

.revicon-info-circled:before {
    content: '\e80f'
}

.revicon-trash:before {
    content: '\e801'
}

.revicon-left-dir:before {
    content: '\e817'
}

.revicon-right-dir:before {
    content: '\e818'
}

.revicon-down-open:before {
    content: '\e83b'
}

.revicon-left-open:before {
    content: '\e819'
}

.revicon-right-open:before {
    content: '\e81a'
}

.revicon-angle-left:before {
    content: '\e820'
}

.revicon-angle-right:before {
    content: '\e81d'
}

.revicon-left-big:before {
    content: '\e81f'
}

.revicon-right-big:before {
    content: '\e81e'
}

.revicon-magic:before {
    content: '\e807'
}

.revicon-picture:before {
    content: '\e800'
}

.revicon-export:before {
    content: '\e80b'
}

.revicon-cog:before {
    content: '\e832'
}

.revicon-login:before {
    content: '\e833'
}

.revicon-logout:before {
    content: '\e834'
}

.revicon-video:before {
    content: '\e805'
}

.revicon-arrow-combo:before {
    content: '\e827'
}

.revicon-left-open-1:before {
    content: '\e82a'
}

.revicon-right-open-1:before {
    content: '\e82b'
}

.revicon-left-open-mini:before {
    content: '\e822'
}

.revicon-right-open-mini:before {
    content: '\e823'
}

.revicon-left-open-big:before {
    content: '\e824'
}

.revicon-right-open-big:before {
    content: '\e825'
}

.revicon-left:before {
    content: '\e836'
}

.revicon-right:before {
    content: '\e826'
}

.revicon-ccw:before {
    content: '\e808'
}

.revicon-arrows-ccw:before {
    content: '\e806'
}

.revicon-palette:before {
    content: '\e829'
}

.revicon-list-add:before {
    content: '\e80c'
}

.revicon-doc:before {
    content: '\e809'
}

.revicon-left-open-outline:before {
    content: '\e82e'
}

.revicon-left-open-2:before {
    content: '\e82c'
}

.revicon-right-open-outline:before {
    content: '\e82f'
}

.revicon-right-open-2:before {
    content: '\e82d'
}

.revicon-equalizer:before {
    content: '\e83a'
}

.revicon-layers-alt:before {
    content: '\e804'
}

.revicon-popup:before {
    content: '\e828'
}

.tp-fullwidth-forcer {
    z-index: 0;
    pointer-events: none
}

rs-module-wrap {
    visibility: hidden
}

rs-module-wrap,rs-module-wrap * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

rs-module-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block
}

.rs-fixedscrollon rs-module-wrap {
    position: fixed!important;
    top: 0px!important;
    z-index: 1000;
    left: 0!important
}

.rs-stickyscrollon rs-module-wrap {
    position: sticky!important;
    top: 0;
    z-index: 1000
}

.rs-stickyscrollon {
    overflow: visible!important
}

rs-fw-forcer {
    display: block;
    width: 100%;
    pointer-events: none
}

rs-module {
    position: relative;
    overflow: hidden;
    display: block
}

rs-module.disableVerticalScroll {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

rs-pzimg-wrap,rs-sbg-effectwrap,rs-sbg {
    display: block;
    pointer-events: none
}

rs-sbg-effectwrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

rs-carousel-wrap rs-column rs-layer img {
    width: 0;
    height: 0
}

rs-sbg-px,rs-sbg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block
}

a.rs-layer,a.rs-layer:-webkit-any-link {
    text-decoration: none
}

a[x-apple-data-detectors] {
    color: inherit!important;
    text-decoration: none!important;
    font-size: inherit!important;
    font-family: inherit!important;
    font-weight: inherit!important;
    line-height: inherit!important
}

.entry-content rs-module a,rs-module a {
    box-shadow: none
}

.rs-ov-hidden {
    overflow: hidden!important
}

.rs-forceoverflow,.rs-forceoverflow rs-module-wrap,.rs-forceoverflow rs-module,.rs-forceoverflow rs-slides,.rs-forceoverflow rs-slide {
    overflow: visible!important
}

.rs-parallax-hidden-of rs-slide {
    overflow: hidden!important
}

.tp-simpleresponsive img,rs-module img {
    max-width: none!important;
    transition: none;
    margin: 0;
    padding: 0;
    border: none
}

rs-module .no-slides-text {
    font-weight: 700;
    text-align: center;
    padding-top: 80px
}

rs-slides,rs-slide,rs-slide:before {
    position: absolute;
    text-indent: 0em;
    top: 0;
    left: 0
}

rs-slide,rs-slide:before {
    display: block;
    visibility: hidden
}

.rs-layer .rs-untoggled-content {
    display: block
}

.rs-layer .rs-toggled-content {
    display: none
}

.rs-tc-active.rs-layer>.rs-toggled-content {
    display: block
}

.rs-tc-active.rs-layer>.rs-untoggled-content {
    display: none
}

.rs-layer-video {
    overflow: hidden
}

.rs_html5vidbasicstyles {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

rs-module rs-layer,rs-module .rs-layer {
    opacity: 0;
    position: relative;
    visibility: hidden;
    display: block;
    -webkit-font-smoothing: antialiased!important;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
    font-display: swap
}

rs-layer-wrap,rs-mask,rs-module-wrap,rs-module .rs-layer,rs-module img {
    user-select: none
}

rs-module rs-mask-wrap .rs-layer,rs-module rs-mask-wrap *:last-child,.wpb_text_column rs-module rs-mask-wrap .rs-layer,.wpb_text_column rs-module rs-mask-wrap *:last-child {
    margin-bottom: 0
}

.rs-svg svg {
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: top
}

rs-layer:not(.rs-wtbindex),.rs-layer:not(.rs-wtbindex),rs-alyer *:not(.rs-wtbindex),.rs-layer *:not(.rs-wtbindex) {
    outline: none!important
}

rs-carousel-wrap {
    cursor: url(../../../plugins/revslider/public/assets/css/openhand.cur),move
}

rs-carousel-wrap.dragged {
    cursor: url(../../../plugins/revslider/public/assets/css/closedhand.cur),move
}

rs-carousel-wrap.noswipe {
    cursor: default
}

rs-carousel-wrap {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

rs-carousel-space {
    clear: both;
    display: block;
    width: 100%;
    height: 0;
    position: relative
}

.tp_inner_padding {
    box-sizing: border-box;
    max-height: none!important
}

.rs-layer.rs-selectable {
    user-select: text
}

rs-px-mask {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

rs-module embed,rs-module iframe,rs-module object,rs-module audio,rs-module video {
    max-width: none!important;
    border: none
}

rs-bg-elem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    pointer-events: none
}

.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    transform: scaleX(0) scaleY(0)
}

rs-zone {
    position: absolute;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    min-height: 50px;
    font-size: 0;
    pointer-events: none
}

rs-row-wrap,rs-column,rs-cbg-mask-wrap {
    display: block;
    visibility: hidden
}

rs-layer-wrap,rs-parallax-wrap,rs-loop-wrap,rs-mask-wrap {
    display: block
}

rs-column-wrap>rs-mask-wrap,rs-column-wrap>rs-loop-wrap {
    z-index: 1
}

rs-layer-wrap,rs-mask-wrap,rs-cbg-mask-wrap {
    transform-style: flat
}

@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
    rs-carousel-wrap rs-layer-wrap,rs-carousel-wrap rs-loop-wrap {
        backface-visibility:hidden;
        transform-style: preserve-3d
    }
}

.safarifix rs-layer-wrap {
    perspective: 1000000
}

@-moz-document url-prefix() {
    rs-layer-wrap,rs-mask-wrap,rs-cbg-mask-wrap {
        perspective: none
    }
}

rs-mask-wrap {
    overflow: hidden
}

rs-fullwidth-wrap {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
    max-width: none!important
}

.rev_row_zone_top {
    top: 0
}

.rev_row_zone_bottom {
    bottom: 0
}

.rev_row_zone_middle {
    top: 0
}

rs-column-wrap .rs-parallax-wrap {
    vertical-align: top
}

.rs-layer img,rs-layer img {
    vertical-align: top
}

rs-row,rs-row.rs-layer {
    display: table;
    position: relative;
    width: 100%!important;
    table-layout: fixed;
    box-sizing: border-box;
    vertical-align: top;
    height: auto;
    font-size: 0
}

.rs-layer.rs-waction.iospermaccwait.permanenthidden {
    display: none!important;
    visibility: hidden!important;
    pointer-events: none!important
}

rs-column-wrap {
    display: table-cell;
    position: relative;
    vertical-align: top;
    height: auto;
    box-sizing: border-box;
    font-size: 0
}

rs-column {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%!important;
    height: auto!important;
    white-space: normal!important
}

rs-cbg-mask-wrap {
    position: absolute;
    z-index: 0;
    box-sizing: border-box
}

rs-column-wrap rs-cbg-mask-wrap {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

rs-column-bg {
    position: absolute;
    z-index: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%
}

.rs-pelock * {
    pointer-events: none!important
}

rs-column .rs-parallax-wrap,rs-column rs-loop-wrap,rs-column rs-mask-wrap {
    text-align: inherit
}

rs-column rs-mask-wrap {
    display: inline-block
}

rs-column .rs-parallax-wrap rs-loop-wrap,rs-column .rs-parallax-wrap rs-mask-wrap,rs-column .rs-parallax-wrap {
    position: relative;
    left: auto;
    top: auto;
    line-height: 0
}

rs-column .rs-parallax-wrap rs-loop-wrap,rs-column .rs-parallax-wrap rs-mask-wrap,rs-column .rs-parallax-wrap,rs-column .rev_layer_in_column {
    vertical-align: top
}

.rev_break_columns {
    display: block!important
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap {
    display: block!important;
    width: 100%!important
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,.tp-forcenotvisible,.tp-hide-revslider,rs-row-wrap.rs-layer-hidden,rs-column-wrap.rs-layer-hidden,.rs-layer.rs-layer-hidden,.rs-layer-audio.rs-layer-hidden,.rs-parallax-wrap.rs-layer-hidden {
    visibility: hidden!important;
    display: none!important
}

a.rs-layer.rs-nointeraction>.div,rs-layer.rs-nointeraction:not(a),.rs-layer.rs-nointeraction:not(a) {
    pointer-events: none!important
}

rs-static-layers {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

rs-static-layers.rs-stl-back {
    z-index: 0
}

.rs-stl-visible {
    overflow: visible!important
}

.rs-layer rs-fcr {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-bottom-width: 0!important;
    border-top: 40px solid #00A8FF;
    position: absolute;
    right: 100%;
    top: 0
}

.rs-layer rs-fcrt {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-top-width: 0!important;
    border-bottom: 40px solid #00A8FF;
    position: absolute;
    right: 100%;
    top: 0
}

.rs-layer rs-bcr {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00A8FF;
    border-top-width: 0!important;
    position: absolute;
    left: 100%;
    top: 0
}

.rs-layer rs-bcrt {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00A8FF;
    border-bottom-width: 0!important;
    position: absolute;
    left: 100%;
    top: 0
}

.tp-layer-inner-rotation {
    position: relative!important
}

img.tp-slider-alternative-image {
    width: 100%;
    height: auto
}

.noFilterClass {
    filter: none!important
}

rs-bgvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block
}

.rs-layer.rs-fsv {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.rs-layer.rs-fsv audio,.rs-layer.rs-fsv video,.rs-layer.rs-fsv iframe,.rs-layer.rs-fsv iframe audio,.rs-layer.rs-fsv iframe video {
    width: 100%;
    height: 100%
}

.rs-fsv video {
    background: #000
}

.fullcoveredvideo rs-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.videoisplaying .html5vid rs-poster {
    display: none
}

.tp-video-play-button {
    background: #000;
    background: rgba(0,0,0,.3);
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    z-index: 3;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 50px!important;
    text-align: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    z-index: 4;
    opacity: 0;
    transition: opacity 300ms ease-out!important
}

.rs-ISM .tp-video-play-button {
    opacity: 1;
    transition: none!important;
    z-index: 6
}

.rs-audio .tp-video-play-button {
    display: none!important
}

.rs-layer .html5vid {
    width: 100%!important;
    height: 100%!important
}

.tp-video-play-button i {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center!important;
    vertical-align: top;
    line-height: 50px!important;
    font-size: 30px!important
}

.rs-layer:hover .tp-video-play-button {
    opacity: 1;
    display: block;
    z-index: 6
}

.rs-layer .tp-revstop {
    display: none;
    width: 15px;
    border-right: 5px solid #fff!important;
    border-left: 5px solid #fff!important;
    transform: translateX(50%) translateY(50%);
    height: 20px;
    margin-left: 11px!important;
    margin-top: 5px!important
}

.videoisplaying .revicon-right-dir {
    display: none
}

.videoisplaying .tp-revstop {
    display: block
}

.videoisplaying .tp-video-play-button {
    display: none
}

.fullcoveredvideo .tp-video-play-button {
    display: none!important
}

.rs-fsv .rs-fsv audio {
    object-fit: contain!important
}

.rs-fsv .rs-fsv video {
    object-fit: contain!important
}

.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button {
    display: none
}

@supports not (-ms-high-contrast:none) {
    .rs-fsv .fullcoveredvideo audio {
        object-fit: cover!important
    }

    .rs-fsv .fullcoveredvideo video {
        object-fit: cover!important
    }
}

.rs-fullvideo-cover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: transparent;
    z-index: 5
}

.rs-nolc .tp-video-play-button,rs-bgvideo video::-webkit-media-controls-start-playback-button,rs-bgvideo video::-webkit-media-controls,rs-bgvideo audio::-webkit-media-controls {
    display: none!important
}

.rs-audio .tp-video-controls {
    opacity: 1!important;
    visibility: visible!important
}

rs-module h1.rs-layer,rs-module h2.rs-layer,rs-module h3.rs-layer,rs-module h4.rs-layer,rs-module h5.rs-layer,rs-module h6.rs-layer,rs-module div.rs-layer,rs-module span.rs-layer,rs-module p.rs-layer {
    margin: 0;
    padding: 0;
    margin-block-start:0;margin-block-end:0;margin-inline-start:0;margin-inline-end:0}

rs-module h1.rs-layer:before,rs-module h2.rs-layer:before,rs-module h3.rs-layer:before,rs-module h4.rs-layer:before,rs-module h5.rs-layer:before,rs-module h6.rs-layer:before {
    content: none
}

rs-dotted {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
    pointer-events: none
}

rs-sbg-wrap rs-dotted {
    z-index: 31
}

rs-dotted.twoxtwo {
    background: url(../../../plugins/revslider/public/assets/assets/gridtile.png)
}

rs-dotted.twoxtwowhite {
    background: url(../../../plugins/revslider/public/assets/assets/gridtile_white.png)
}

rs-dotted.threexthree {
    background: url(../../../plugins/revslider/public/assets/assets/gridtile_3x3.png)
}

rs-dotted.threexthreewhite {
    background: url(../../../plugins/revslider/public/assets/assets/gridtile_3x3_white.png)
}

.tp-shadowcover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    position: absolute;
    z-index: -1
}

.tp-shadow1 {
    box-shadow: 0 10px 6px -6px rgba(0,0,0,.8)
}

.tp-shadow2:before,.tp-shadow2:after,.tp-shadow3:before,.tp-shadow4:after {
    z-index: -2;
    position: absolute;
    content: "";
    bottom: 10px;
    left: 10px;
    width: 50%;
    top: 85%;
    max-width: 300px;
    background: transparent;
    box-shadow: 0 15px 10px rgba(0,0,0,.8);
    transform: rotate(-3deg)
}

.tp-shadow2:after,.tp-shadow4:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto
}

.tp-shadow5 {
    position: relative;
    box-shadow: 0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset
}

.tp-shadow5:before,.tp-shadow5:after {
    content: "";
    position: absolute;
    z-index: -2;
    box-shadow: 0 0 25px 0 rgba(0,0,0,.6);
    top: 30%;
    bottom: 0;
    left: 20px;
    right: 20px;
    border-radius: 100px / 20px
}

.rev-btn,.rev-btn:visited {
    outline: none!important;
    box-shadow: none;
    text-decoration: none!important;
    box-sizing: border-box;
    cursor: pointer
}

.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited {
    text-transform: uppercase
}

.rev-btn i {
    font-size: inherit;
    font-weight: 400;
    position: relative;
    top: 0;
    transition: opacity 0.2s ease-out,margin 0.2s ease-out;
    margin-left: 0;
    line-height: inherit
}

.rev-btn.rev-hiddenicon i {
    font-size: inherit;
    font-weight: 400;
    position: relative;
    top: 0;
    transition: opacity 0.2s ease-out,margin 0.2s ease-out;
    opacity: 0;
    margin-left: 0px!important;
    width: 0px!important
}

.rev-btn.rev-hiddenicon:hover i {
    opacity: 1!important;
    margin-left: 10px!important;
    width: auto!important
}

.rev-burger {
    position: relative;
    box-sizing: border-box;
    padding: 22px 14px 22px 14px;
    border-radius: 50%;
    border: 1px solid rgba(51,51,51,.25);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    cursor: pointer
}

.rev-burger span {
    display: block;
    width: 30px;
    height: 3px;
    background: #333;
    transition: .7s;
    pointer-events: none;
    transform-style: flat!important
}

.rev-burger span:nth-child(2) {
    margin: 3px 0
}

.quick_style_example_wrap .rev-burger:hover :first-child,#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child {
    transform: translateY(6px) rotate(-45deg)
}

.quick_style_example_wrap .rev-burger:hover :nth-child(2),#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2) {
    transform: rotate(-45deg);
    opacity: 0
}

.quick_style_example_wrap .rev-burger:hover :last-child,#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child {
    transform: translateY(-6px) rotate(-135deg)
}

.rev-burger.revb-white {
    border: 2px solid rgba(255,255,255,.2)
}

.rev-b-span-light span,.rev-burger.revb-white span {
    background: #fff
}

.rev-burger.revb-whitenoborder {
    border: 0
}

.rev-burger.revb-whitenoborder span {
    background: #fff
}

.rev-burger.revb-darknoborder {
    border: 0
}

.rev-b-span-dark span,.rev-burger.revb-darknoborder span {
    background: #333
}

.rev-burger.revb-whitefull {
    background: #fff;
    border: none
}

.rev-burger.revb-whitefull span {
    background: #333
}

.rev-burger.revb-darkfull {
    background: #333;
    border: none
}

.rev-burger.revb-darkfull span {
    background: #fff
}

@keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }

    15% {
        opacity: 1;
        top: 70%
    }

    50% {
        opacity: 0;
        top: 70%
    }

    100% {
        opacity: 0;
        top: 29%
    }
}

.rev-scroll-btn {
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    width: 35px;
    height: 55px;
    box-sizing: border-box;
    border: 3px solid #fff;
    border-radius: 23px
}

.rev-scroll-btn>* {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    color: #7f8c8d;
    color: #fff;
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 2px
}

.rev-scroll-btn>*:hover,.rev-scroll-btn>*:focus,.rev-scroll-btn>*.active {
    color: #fff
}

.rev-scroll-btn>*:hover,.rev-scroll-btn>*:focus,.rev-scroll-btn>*:active,.rev-scroll-btn>*.active {
    opacity: .8
}

.rev-scroll-btn.revs-fullwhite {
    background: #fff
}

.rev-scroll-btn.revs-fullwhite span {
    background: #333
}

.rev-scroll-btn.revs-fulldark {
    background: #333;
    border: none
}

.rev-scroll-btn.revs-fulldark span {
    background: #fff
}

.rev-scroll-btn span {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    animation: rev-ani-mouse 2.5s linear infinite;
    background: #fff
}

.rev-scroll-btn.rev-b-span-dark {
    border-color: #333
}

.rev-scroll-btn.rev-b-span-dark span,.rev-scroll-btn.revs-dark span {
    background: #333
}

.rev-control-btn {
    position: relative;
    display: inline-block;
    z-index: 5;
    color: #FFF;
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    border-radius: 50px;
    text-shadow: none;
    background-color: rgba(0,0,0,.5);
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    cursor: pointer
}

.rev-cbutton-dark-sr {
    border-radius: 3px
}

.rev-cbutton-light {
    color: #333;
    background-color: rgba(255,255,255,.75)
}

.rev-cbutton-light-sr {
    color: #333;
    border-radius: 3px;
    background-color: rgba(255,255,255,.75)
}

.rev-sbutton {
    line-height: 37px;
    width: 37px;
    height: 37px
}

.rev-sbutton-blue {
    background-color: #3B5998
}

.rev-sbutton-lightblue {
    background-color: #00A0D1
}

.rev-sbutton-red {
    background-color: #DD4B39
}

rs-progress {
    visibility: hidden;
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 100%
}

rs-progress-bar,.rs-progress-bar {
    display: block;
    z-index: 20;
    box-sizing: border-box;
    background-clip: content-box;
    position: absolute;
    line-height: 0;
    width: 100%;
    height: 100%
}

rs-progress-bgs {
    display: block;
    z-index: 15;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0
}

rs-progress-bg {
    display: block;
    background-clip: content-box;
    position: absolute;
    width: 100%;
    height: 100%
}

rs-progress-gap {
    display: block;
    background-clip: content-box;
    position: absolute;
    width: 100%;
    height: 100%
}

rs-progress-vis {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.rs-layer img {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)
}

.rs-layer.slidelink {
    cursor: pointer;
    width: 100%;
    height: 100%
}

.rs-layer.slidelink a {
    width: 100%;
    height: 100%;
    display: block
}

.rs-layer.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(../../../plugins/revslider/public/assets/assets/coloredbg.png) repeat
}

.rs-layer.slidelink a span {
    background: url(../../../plugins/revslider/public/assets/assets/coloredbg.png) repeat;
    width: 100%;
    height: 100%;
    display: block
}

.rs-layer .rs-starring {
    display: inline-block
}

.rs-layer .rs-starring .star-rating {
    float: none;
    display: inline-block;
    vertical-align: top;
    color: #FFC321!important
}

.rs-layer .rs-starring .star-rating,.rs-layer .rs-starring-page .star-rating {
    position: relative;
    height: 1em;
    width: 5.4em;
    font-family: star;
    font-size: 1em!important
}

.rs-layer .rs-starring .star-rating:before,.rs-layer .rs-starring-page .star-rating:before {
    content: "\73\73\73\73\73";
    color: #E0DADF;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.rs-layer .rs-starring .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    font-size: 1em!important
}

.rs-layer .rs-starring .star-rating span:before,.rs-layer .rs-starring .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}

rs-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute
}

rs-loader.off {
    display: none!important
}

rs-loader.spinner0 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-image: url(../../../plugins/revslider/public/assets/assets/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px
}

rs-loader.spinner1 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px
}

rs-loader.spinner5 {
    background-image: url(../../../plugins/revslider/public/assets/assets/loader.gif);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    width: 44px;
    height: 44px;
    border-radius: 3px
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

rs-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: red;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    border-radius: 100%;
    animation: tp-scaleout 1.0s infinite ease-in-out
}

@keyframes tp-scaleout {
    0% {
        transform: scale(0)
    }

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

rs-loader.spinner3 {
    margin: -9px 0 0 -35px;
    width: 70px;
    text-align: center
}

rs-loader.spinner3 .bounce1,rs-loader.spinner3 .bounce2,rs-loader.spinner3 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    border-radius: 100%;
    display: inline-block;
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    animation-fill-mode: both
}

rs-loader.spinner3 .bounce1 {
    animation-delay: -0.32s
}

rs-loader.spinner3 .bounce2 {
    animation-delay: -0.16s
}

@keyframes tp-bouncedelay {
    0%,80%,100% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

rs-loader.spinner4 {
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    animation: tp-rotate 2.0s infinite linear
}

rs-loader.spinner4 .dot1,rs-loader.spinner4 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    animation: tp-bounce 2.0s infinite ease-in-out;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15)
}

rs-loader.spinner4 .dot2 {
    top: auto;
    bottom: 0;
    animation-delay: -1.0s
}

@keyframes tp-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes tp-bounce {
    0%,100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

rs-layer iframe {
    visibility: hidden
}

rs-layer.rs-ii-o iframe {
    visibility: visible
}

rs-layer input[type="text"],rs-layer input[type="email"],rs-layer input[type="url"],rs-layer input[type="password"],rs-layer input[type="search"],rs-layer input[type="number"],rs-layer input[type="tel"],rs-layer input[type="range"],rs-layer input[type="date"],rs-layer input[type="month"],rs-layer input[type="week"],rs-layer input[type="time"],rs-layer input[type="datetime"],rs-layer input[type="datetime-local"] {
    display: inline-block
}

rs-layer input::placeholder {
    vertical-align: middle;
    line-height: inherit!important
}

a.rs-layer {
    transition: none
}

rs-thumbs-wrap,rs-tabs-wrap,rs-thumbs,rs-thumb,rs-tab,rs-bullet,rs-bullets,rs-navmask,rs-tabs,rs-arrow {
    display: block;
    pointer-events: all
}

.tp-thumbs.navbar,.tp-bullets.navbar,.tp-tabs.navbar {
    border: none;
    min-height: 0;
    margin: 0;
    border-radius: 0
}

.tp-tabs,.tp-thumbs,.tp-bullets {
    position: absolute;
    display: block;
    z-index: 1000;
    top: 0;
    left: 0
}

.tp-tab,.tp-thumb {
    cursor: pointer;
    position: absolute;
    opacity: .5;
    box-sizing: border-box
}

.tp-arr-imgholder,rs-poster,.tp-thumb-image,.tp-tab-image {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

rs-poster {
    cursor: pointer;
    z-index: 3
}

.tp-tab.rs-touchhover,.tp-tab.selected,.tp-thumb.rs-touchhover,.tp-thumb.selected {
    opacity: 1
}

.tp-tab-mask,.tp-thumb-mask {
    box-sizing: border-box!important
}

.tp-tabs,.tp-thumbs {
    box-sizing: content-box!important
}

.tp-bullet {
    width: 15px;
    height: 15px;
    position: absolute;
    background: #fff;
    background: rgba(255,255,255,.3);
    cursor: pointer
}

.tp-bullet.selected,.tp-bullet.rs-touchhover {
    background: #fff
}

.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0,0,0,.5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000
}

.tparrows.rs-touchhover {
    background: #000
}

.tparrows:before {
    font-family: "revicons";
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center
}

.tparrows.tp-leftarrow:before {
    content: '\e824'
}

.tparrows.tp-rightarrow:before {
    content: '\e825'
}

.rs-layer [class^="pe-7s-"]:before,.rs-layer [class*=" pe-7s-"]:before,.rs-layer [class^="pe-7s-"],.rs-layer [class*=" pe-7s-"] {
    width: auto;
    margin: 0;
    line-height: inherit;
    box-sizing: inherit
}

rs-pzimg-wrap {
    display: block
}

body.rtl .rs-pzimg {
    left: 0!important
}

.rs_fake_cube {
    transform-style: preserve-3d
}

.rs_fake_cube,.rs_fake_cube_wall {
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 0;
    top: 0;
    z-index: 0
}

.rs-builder-mode rs-sbg-wrap canvas,rs-sbg canvas {
    overflow: hidden;
    z-index: 5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.dddwrappershadow {
    box-shadow: 0 45px 100px rgba(0,0,0,.4)
}

.dddwrapper {
    transform-style: flat;
    perspective: 10000px
}

.rs_error_message_box {
    background: #111;
    width: 800px;
    margin: 40px auto;
    padding: 40px 20px;
    text-align: center;
    font-family: "Open Sans",sans-serif
}

.rs_error_message_oops {
    margin: 0 0 20px;
    line-height: 60px;
    font-size: 34px;
    color: #FFF
}

.rs_error_message_content {
    margin: 0 0 20px;
    line-height: 25px;
    font-size: 17px;
    color: #FFF
}

.rs_error_message_button {
    color: #fff!important;
    background: #333;
    display: inline-block;
    padding: 10px 15px;
    text-align: right;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none!important
}

.rs_error_message_button:hover {
    background: #5e35b1
}

.hglayerinfo {
    position: fixed;
    bottom: 0;
    left: 0;
    color: #FFF;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    background: rgba(0,0,0,.75);
    padding: 5px 10px;
    z-index: 2000;
    white-space: normal
}

.hginfo {
    position: absolute;
    top: -2px;
    left: -2px;
    color: #e74c3c;
    font-size: 12px;
    font-weight: 600;
    background: #000;
    padding: 2px 5px
}

.indebugmode .rs-layer:hover {
    border: 1px dashed #c0392b!important
}

.helpgrid {
    border: 2px dashed #c0392b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

#revsliderlogloglog {
    padding: 15px;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 150px;
    background: rgba(0,0,0,.7);
    z-index: 100000;
    font-size: 10px;
    overflow: scroll
}

.aden {
    filter: hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)
}

.aden::after {
    background: linear-gradient(to right,rgba(66,10,14,.2),transparent);
    mix-blend-mode: darken
}

.perpetua::after,.reyes::after {
    mix-blend-mode: soft-light;
    opacity: .5
}

.inkwell {
    filter: sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)
}

.perpetua::after {
    background: linear-gradient(to bottom,#005b9a,#e6c13d)
}

.reyes {
    filter: sepia(.22) brightness(1.1) contrast(.85) saturate(.75)
}

.reyes::after {
    background: #efcdad
}

.gingham {
    filter: brightness(1.05) hue-rotate(-10deg)
}

.gingham::after {
    background: linear-gradient(to right,rgba(66,10,14,.2),transparent);
    mix-blend-mode: darken
}

.toaster {
    filter: contrast(1.5) brightness(.9)
}

.toaster::after {
    background: radial-gradient(circle,#804e0f,#3b003b);
    mix-blend-mode: screen
}

.walden {
    filter: brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)
}

.walden::after {
    background: #04c;
    mix-blend-mode: screen;
    opacity: .3
}

.hudson {
    filter: brightness(1.2) contrast(.9) saturate(1.1)
}

.hudson::after {
    background: radial-gradient(circle,#a6b1ff 50%,#342134);
    mix-blend-mode: multiply;
    opacity: .5
}

.earlybird {
    filter: contrast(.9) sepia(.2)
}

.earlybird::after {
    background: radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);
    mix-blend-mode: overlay
}

.mayfair {
    filter: contrast(1.1) saturate(1.1)
}

.mayfair::after {
    background: radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);
    mix-blend-mode: overlay;
    opacity: .4
}

.lofi {
    filter: saturate(1.1) contrast(1.5)
}

.lofi::after {
    background: radial-gradient(circle,transparent 70%,#222 150%);
    mix-blend-mode: multiply
}

._1977 {
    filter: contrast(1.1) brightness(1.1) saturate(1.3)
}

._1977:after {
    background: rgba(243,106,188,.3);
    mix-blend-mode: screen
}

.brooklyn {
    filter: contrast(.9) brightness(1.1)
}

.brooklyn::after {
    background: radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);
    mix-blend-mode: overlay
}

.xpro2 {
    filter: sepia(.3)
}

.xpro2::after {
    background: radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);
    mix-blend-mode: color-burn
}

.nashville {
    filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)
}

.nashville::after {
    background: rgba(0,70,150,.4);
    mix-blend-mode: lighten
}

.nashville::before {
    background: rgba(247,176,153,.56);
    mix-blend-mode: darken
}

.lark {
    filter: contrast(.9)
}

.lark::after {
    background: rgba(242,242,242,.8);
    mix-blend-mode: darken
}

.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge
}

.moon {
    filter: grayscale(1) contrast(1.1) brightness(1.1)
}

.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light
}

.moon::after {
    background: #383838;
    mix-blend-mode: lighten
}

.clarendon {
    filter: contrast(1.2) saturate(1.35)
}

.clarendon:before {
    background: rgba(127,187,227,.2);
    mix-blend-mode: overlay
}

.willow {
    filter: grayscale(.5) contrast(.95) brightness(.9)
}

.willow::before {
    background-image: radial-gradient(circle,40%,#d4a9af 55%,#000 150%);
    mix-blend-mode: overlay
}

.rise {
    filter: brightness(1.05) sepia(.2) contrast(.9) saturate(.9)
}

.rise::after {
    background: radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6
}

.rise::before {
    background: radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));
    mix-blend-mode: multiply
}

._1977:after,._1977:before,rs-pzimg-wrap.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none
}

._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2 {
    position: absolute
}

._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before {
    z-index: 30
}

._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after {
    z-index: 40
}

.slumber {
    filter: saturate(.66) brightness(1.05)
}

.slumber::after {
    background: rgba(125,105,24,.5);
    mix-blend-mode: soft-light
}

.slumber::before {
    background: rgba(69,41,12,.4);
    mix-blend-mode: lighten
}

.willow::after {
    background-color: #d8cdcb;
    mix-blend-mode: color
}

@media not all and (min-resolution: .001dpcm) {
    @supports (-webkit-appearance:none) {
        .willow {
            filter:grayscale(1) contrast(.95) brightness(.9)
        }

        .willow::after {
            background-color: transparent
        }
    }
}

rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap:before,rs-pzimg-wrap:after {
    height: 500%;
    width: 500%
}

rs-loader.spinner6 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

rs-loader.spinner6 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    -webkit-animation: rs-revealer-6 1.4s linear infinite;
    animation: rs-revealer-6 1.4s linear infinite
}

rs-loader.spinner6 .rs-spinner-inner span {
    position: absolute;
    vertical-align: top;
    border-radius: 100%;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 16px;
    transform-origin: center 20px;
    -webkit-transform-origin: center 20px
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(2) {
    transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    opacity: .1
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(3) {
    transform: rotate(72deg);
    -webkit-transform: rotate(72deg);
    opacity: .2
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(4) {
    transform: rotate(108deg);
    -webkit-transform: rotate(108deg);
    opacity: .3
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(5) {
    transform: rotate(144deg);
    -webkit-transform: rotate(144deg);
    opacity: .4
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(6) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    opacity: .5
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(7) {
    transform: rotate(216deg);
    -webkit-transform: rotate(216deg);
    opacity: .6
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(8) {
    transform: rotate(252deg);
    -webkit-transform: rotate(252deg);
    opacity: .7
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(9) {
    transform: rotate(288deg);
    -webkit-transform: rotate(288deg);
    opacity: .8
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(10) {
    transform: rotate(324deg);
    -webkit-transform: rotate(324deg);
    opacity: .9
}

@keyframes rs-revealer-6 {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rs-revealer-6 {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

rs-loader.spinner7 {
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

rs-loader.spinner7 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0;
    border-radius: 100%;
    border: 2px solid;
    -webkit-animation: rs-revealer-7 .8s linear infinite;
    animation: rs-revealer-7 .8s linear infinite
}

@keyframes rs-revealer-7 {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rs-revealer-7 {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

rs-loader.spinner8 {
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

rs-loader.spinner8 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0;
    text-align: left
}

rs-loader.spinner8 .rs-spinner-inner span {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-animation: rs-revealer-8 1.6s linear infinite;
    animation: rs-revealer-8 1.6s linear infinite
}

rs-loader.spinner8 .rs-spinner-inner span:last-child {
    animation-delay: -.8s;
    -webkit-animation-delay: -.8s
}

@keyframes rs-revealer-8 {
    0% {
        transform: scale(0,0);
        opacity: .5
    }

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

@-webkit-keyframes rs-revealer-8 {
    0% {
        -webkit-transform: scale(0,0);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1,1);
        opacity: 0
    }
}

rs-loader.spinner9 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

rs-loader.spinner9 .rs-spinner-inner span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rs-revealer-9 2s infinite ease-in-out;
    animation: rs-revealer-9 2s infinite ease-in-out
}

rs-loader.spinner9 .rs-spinner-inner span:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes rs-revealer-9 {
    0%,100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes rs-revealer-9 {
    0%,100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

rs-loader.spinner10 {
    width: 54px;
    height: 40px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

rs-loader.spinner10 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 10px
}

rs-loader.spinner10 .rs-spinner-inner span {
    display: block;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: rs-revealer-10 1.2s infinite ease-in-out;
    animation: rs-revealer-10 1.2s infinite ease-in-out
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(5) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes rs-revealer-10 {
    0%,100%,40% {
        -webkit-transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes rs-revealer-10 {
    0%,100%,40% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

rs-loader.spinner11 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

rs-loader.spinner11 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner11 .rs-spinner-inner span {
    display: block;
    width: 33%;
    height: 33%;
    background-color: #333;
    float: left;
    -webkit-animation: rs-revealer-11 1.3s infinite ease-in-out;
    animation: rs-revealer-11 1.3s infinite ease-in-out
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(5) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(6) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(7) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(8) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(9) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@-webkit-keyframes rs-revealer-11 {
    0%,100%,70% {
        -webkit-transform: scale3D(1,1,1);
        transform: scale3D(1,1,1)
    }

    35% {
        -webkit-transform: scale3D(0,0,1);
        transform: scale3D(0,0,1)
    }
}

@keyframes rs-revealer-11 {
    0%,100%,70% {
        -webkit-transform: scale3D(1,1,1);
        transform: scale3D(1,1,1)
    }

    35% {
        -webkit-transform: scale3D(0,0,1);
        transform: scale3D(0,0,1)
    }
}

rs-loader.spinner12 {
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

rs-loader.spinner12 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    -webkit-animation: rs-revealer-12 1s infinite linear;
    animation: rs-revealer-12 1s infinite linear
}

@-webkit-keyframes rs-revealer-12 {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rs-revealer-12 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

rs-loader.spinner13 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

rs-loader.spinner13 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner13 .rs-spinner-inner span {
    display: block;
    width: 40%;
    height: 40%;
    position: absolute;
    border-radius: 50%;
    -webkit-animation: rs-revealer-13 2s ease infinite;
    animation: rs-revealer-13 2s ease infinite
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(1) {
    animation-delay: -1.5s;
    -webkit-animation-delay: -1.5s
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(2) {
    animation-delay: -1s;
    -webkit-animation-delay: -1s
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(3) {
    animation-delay: -.5s;
    -webkit-animation-delay: -.5s
}

@keyframes rs-revealer-13 {
    0%,100% {
        transform: translate(0)
    }

    25% {
        transform: translate(160%)
    }

    50% {
        transform: translate(160%,160%)
    }

    75% {
        transform: translate(0,160%)
    }
}

@-webkit-keyframes rs-revealer-13 {
    0%,100% {
        -webkit-transform: translate(0)
    }

    25% {
        -webkit-transform: translate(160%)
    }

    50% {
        -webkit-transform: translate(160%,160%)
    }

    75% {
        -webkit-transform: translate(0,160%)
    }
}

rs-loader.spinner14 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

rs-loader.spinner14 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    animation: rs-revealer-14 1s infinite linear
}

rs-loader.spinner14 .rs-spinner-inner span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: -8px
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(1) {
    -webkit-animation: rs-revealer-14-1 2s infinite;
    animation: rs-revealer-14-1 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation: rs-revealer-14-2 2s infinite;
    animation: rs-revealer-14-2 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation: rs-revealer-14-3 2s infinite;
    animation: rs-revealer-14-3 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation: rs-revealer-14-4 2s infinite;
    animation: rs-revealer-14-4 2s infinite
}

@-webkit-keyframes rs-revealer-14-1 {
    0% {
        -webkit-transform: rotate3d(0,0,1,0deg) translate3d(0,0,0)
    }

    20% {
        -webkit-transform: rotate3d(0,0,1,0deg) translate3d(80%,80%,0)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,360deg) translate3d(80%,80%,0)
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,360deg) translate3d(0,0,0)
    }
}

@-webkit-keyframes rs-revealer-14-2 {
    0% {
        -webkit-transform: rotate3d(0,0,1,0deg) translate3d(0,0,0)
    }

    20% {
        -webkit-transform: rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,360deg) translate3d(0,0,0)
    }
}

@-webkit-keyframes rs-revealer-14-3 {
    0% {
        -webkit-transform: rotate3d(0,0,1,0deg) translate3d(0,0,0)
    }

    20% {
        -webkit-transform: rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,360deg) translate3d(0,0,0)
    }
}

@-webkit-keyframes rs-revealer-14-4 {
    0% {
        -webkit-transform: rotate3d(0,0,1,0deg) translate3d(0,0,0)
    }

    20% {
        -webkit-transform: rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,360deg) translate3d(0,0,0)
    }
}

@keyframes rs-revealer-14-1 {
    0% {
        transform: rotate3d(0,0,1,0deg) translate3d(0,0,0)
    }

    20% {
        transform: rotate3d(0,0,1,0deg) translate3d(80%,80%,0)
    }

    80% {
        transform: rotate3d(0,0,1,360deg) translate3d(80%,80%,0)
    }

    100% {
        transform: rotate3d(0,0,1,360deg) translate3d(0,0,0)
    }
}

@keyframes rs-revealer-14-2 {
    0% {
        transform: rotate3d(0,0,1,0deg) translate3d(0,0,0)
    }

    20% {
        transform: rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)
    }

    80% {
        transform: rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)
    }

    100% {
        transform: rotate3d(0,0,1,360deg) translate3d(0,0,0)
    }
}

@keyframes rs-revealer-14-3 {
    0% {
        transform: rotate3d(0,0,1,0deg) translate3d(0,0,0)
    }

    20% {
        transform: rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)
    }

    80% {
        transform: rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)
    }

    100% {
        transform: rotate3d(0,0,1,360deg) translate3d(0,0,0)
    }
}

@keyframes rs-revealer-14-4 {
    0% {
        transform: rotate3d(0,0,1,0deg) translate3d(0,0,0)
    }

    20% {
        transform: rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)
    }

    80% {
        transform: rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)
    }

    100% {
        transform: rotate3d(0,0,1,360deg) translate3d(0,0,0)
    }
}

rs-loader.spinner15 {
    width: 40px;
    height: 40px;
    margin-top: -4px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

rs-loader.spinner15 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner15 .rs-spinner-inner span {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rs-revealer-15 1.8s infinite ease-in-out;
    animation: rs-revealer-15 1.8s infinite ease-in-out
}

rs-loader.spinner15 .rs-spinner-inner:last-child {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

@-webkit-keyframes rs-revealer-15 {
    25% {
        -webkit-transform: translateX(30px) rotate(-90deg) scale(.5)
    }

    50% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes rs-revealer-15 {
    25% {
        transform: translateX(30px) rotate(-90deg) scale(.5);
        -webkit-transform: translateX(30px) rotate(-90deg) scale(.5)
    }

    50% {
        transform: translateX(30px) translateY(30px) rotate(-179deg);
        -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg)
    }

    50.1% {
        transform: translateX(30px) translateY(30px) rotate(-180deg);
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg)
    }

    75% {
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg)
    }
}

.bgcanvas {
    display: none;
    position: absolute;
    overflow: hidden
}

.RSscrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px
}

.avada-has-rev-slider-styles .rev_slider_wrapper {
    transform: none
}

.gdlr-core-newsletter-email p br{
    display: none;
}

.gdlr-core-newsletter-submit {
    max-height: 60px;
}

.tourmaster-tour-booking-bar-widget .widget .textwidget .gdlr-core-widget-list-shortcode ul i{
    font-size: 15px ;
    color: #009fd0 ;
    margin-right: 13px ;
}
.traveltour-container .form-feedback form .child{
    display: flex;
    align-items: center;
    gap: 20px;
}
.traveltour-container .form-feedback form .child .item{
    width: 100%;
}
.traveltour-container .form-feedback form .input-radio p{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.traveltour-container .form-feedback form p{
    margin-bottom: 10px;
}
.traveltour-container .form-feedback form p span{
    margin: 0;
    font-size: 16px;
}
.traveltour-container .form-feedback form .checkbox p{
    display: flex;
    align-items: center;
    gap: 20px;
}
.tourmaster-tour-booking-date{
    display: flex;
    align-items: center;
}
.tourmaster-tour-booking-date .tourmaster-tour-booking-date-input{
    width: 100%;
}
.tourmaster-tour-booking-date input[type="date"]{
    width: 100%;
    padding: 15px 17px;
    color: #545454;
    border-color: #e1e1e1;
}
/*09/01/2024*/
@media (min-width: 740px) and (max-width: 1023px) {
    .traveltour-widget{
        margin-left: 30px;
    }
    .traveltour-single-article .aligncenter{
        max-width: 100%;
        object-fit: cover;
    }
}
@media (min-width: 1024px) and (max-width: 1239px) {
    .traveltour-widget{
        margin-left: 35px;
    }
    .traveltour-single-article .aligncenter{
        max-width: 100%;
        object-fit: cover;
    }
}
@media (min-width: 1240px) {
    .traveltour-widget{
        margin-left: 35px;
    }
    .traveltour-single-article .aligncenter {
        max-width: 100%;
        object-fit: cover;
    }
}
