@import url('https://fonts.googleapis.com/css2?family=Abel&family=Urbanist:ital,wght@0,200;0,400;0,500;0,600;0,700;1,200;1,400;1,500;1,600;1,700&display=swap');

@charset "UTF-8";
#start-resizable-editor-section {
    display: none
}

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

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

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 1.55em;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: .667em 1.333em;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
    color: #fff
}

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

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

.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.wp-block-button__width-25 {
    width: calc(25% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
    width: calc(50% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
    width: calc(75% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
    margin-right: 0;
    width: 100%
}

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

.is-style-outline>.wp-block-button__link,
.wp-block-button__link.is-style-outline {
    border: 2px solid
}

.is-style-outline>.wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: #32373c
}

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

.wp-block-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

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

.wp-block-buttons.is-vertical>.wp-block-button {
    margin-right: 0
}

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

.wp-block-buttons>.wp-block-button {
    display: inline-block;
    margin-left: 0;
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-buttons>.wp-block-button:last-child {
    margin-right: 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>.wp-block-button {
    margin-left: .5em;
    margin-right: 0
}

.wp-block-buttons.is-content-justification-right>.wp-block-button:first-child {
    margin-left: 0
}

.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.alignleft .wp-block-button {
    margin-left: 0;
    margin-right: .5em
}

.wp-block-buttons.alignleft .wp-block-button:last-child {
    margin-right: 0
}

.wp-block-buttons.alignright .wp-block-button {
    margin-right: 0;
    margin-left: .5em
}

.wp-block-buttons.alignright .wp-block-button:first-child {
    margin-left: 0
}

.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;
    margin-bottom: .5em;
    width: 100%
}

.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.alignleft {
    margin-right: 2em
}

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

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

.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    flex-wrap: wrap
}

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

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

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

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

@media (max-width:599px) {
    .wp-block-column {
        flex-basis: 100%!important
    }
}

@media (min-width:600px) and (max-width:781px) {
    .wp-block-column:not(:only-child) {
        flex-basis: calc(50% - 1em)!important;
        flex-grow: 0
    }
    .wp-block-column:nth-child(2n) {
        margin-left: 2em
    }
}

@media (min-width:782px) {
    .wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }
    .wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }
    .wp-block-column:not(:first-child) {
        margin-left: 2em
    }
}

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

.wp-block-column.is-vertically-aligned-center {
    -ms-grid-row-align: 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-cover,
.wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: fixed
}

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

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

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

.wp-block-cover-image.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: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__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    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:-webkit-sticky) or (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 .wp-block-subhead:not(.has-text-color),
.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 .wp-block-subhead: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 img.wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover img.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;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none
}

.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;
/* AO    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 {
    margin-bottom: 1em
}

.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.aligncenter {
    text-align: center
}

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

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: .8em;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

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

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

.blocks-gallery-grid,
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .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 .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image figure,
    .blocks-gallery-grid .blocks-gallery-item figure,
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image img,
    .blocks-gallery-grid .blocks-gallery-item img,
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .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
}

.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
    flex-grow: 1
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media (min-width:600px) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc(33.33333% - .66667em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-4 .blocks-gallery-image,
    .blocks-gallery-grid.columns-4 .blocks-gallery-item,
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc(25% - .75em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-5 .blocks-gallery-image,
    .blocks-gallery-grid.columns-5 .blocks-gallery-item,
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc(20% - .8em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-6 .blocks-gallery-image,
    .blocks-gallery-grid.columns-6 .blocks-gallery-item,
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc(16.66667% - .83333em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-7 .blocks-gallery-image,
    .blocks-gallery-grid.columns-7 .blocks-gallery-item,
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc(14.28571% - .85714em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-8 .blocks-gallery-image,
    .blocks-gallery-grid.columns-8 .blocks-gallery-item,
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc(12.5% - .875em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    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 {
    margin-bottom: 1em
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image:not(.is-style-rounded) img {
    border-radius: inherit
}

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

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

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

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>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 {
    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-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
}

.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;
    color: #555;
    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
}

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

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

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

.block-editor-image-alignment-control__row .components-base-control__field {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
    margin-bottom: 0
}

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

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

.wp-block-media-text.has-media-on-the-right {
    -ms-grid-columns: 1fr 50%;
    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 {
    -ms-grid-row-align: start;
    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 {
    -ms-grid-row-align: center;
    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 {
    -ms-grid-row-align: end;
    align-self: end
}

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

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    /*!rtl:begin:ignore*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    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*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1
    /*!rtl:end:ignore*/
}

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

.wp-block-media-text__media img,
.wp-block-media-text__media video {
    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 {
        -ms-grid-columns: 100%!important;
        grid-template-columns: 100%!important
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {
    color: #1e1e1e;
    background-color: #fff;
    min-width: 200px
}

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

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

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

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

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

.wp-block-navigation-link .wp-block-navigation__container:empty {
    display: none
}

.wp-block-navigation__container {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap
}

.is-vertical .wp-block-navigation__container {
    display: block
}

.has-child>.wp-block-navigation-link__content {
    padding-right: .5em
}

.has-child .wp-block-navigation__container {
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: inherit;
    color: inherit;
    position: absolute;
    left: 0;
    top: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 2;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden
}

.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content {
    flex-grow: 1
}

.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon {
    padding-right: .5em
}

@media (min-width:782px) {
    .has-child .wp-block-navigation__container {
        left: 1.5em
    }
    .has-child .wp-block-navigation__container .wp-block-navigation__container {
        left: 100%;
        top: -1px
    }
    .has-child .wp-block-navigation__container .wp-block-navigation__container:before {
        content: "";
        position: absolute;
        right: 100%;
        height: 100%;
        display: block;
        width: .5em;
        background: transparent
    }
    .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(0)
    }
}

.has-child:hover {
    cursor: pointer
}

.has-child:hover>.wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
}

.has-child:focus-within {
    cursor: pointer
}

.has-child:focus-within>.wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
}

.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation__container {
    text-decoration: inherit
}

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

.wp-block-navigation-link__content {
    color: inherit;
    padding: .5em 1em
}

.wp-block-navigation-link__content+.wp-block-navigation-link__content {
    padding-top: 0
}

.has-text-color .wp-block-navigation-link__content {
    color: inherit
}

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

.wp-block-navigation-link__submenu-icon {
    height: inherit;
    padding: .375em 1em .375em 0
}

.wp-block-navigation-link__submenu-icon svg {
    fill: currentColor
}

@media (min-width:782px) {
    .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(90deg)
    }
}

.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-background {
    padding: 1.25em 2.375em
}

p.has-text-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 {
    font-weight: 700;
    margin: 0
}

.wp-block-post-comments-form input[type=submit] {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 1.55em;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: .667em 1.333em;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-post-comments-form input[type=submit]:active,
.wp-block-post-comments-form input[type=submit]:focus,
.wp-block-post-comments-form input[type=submit]:hover,
.wp-block-post-comments-form input[type=submit]:visited {
    color: #fff
}

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

.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center
}

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

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 1.25em
}

.wp-block-pullquote p {
    font-size: 1.75em;
    line-height: 1.6
}

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

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

.wp-block-pullquote:not(.is-style-solid-color) {
    background: none
}

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

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    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-query-loop {
    max-width: 100%;
    list-style: none;
    padding: 0
}

.wp-block-query-loop li {
    clear: both
}

.wp-block-query-loop.is-flex-container {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap
}

.wp-block-query-loop.is-flex-container li {
    margin: 0 0 1.25em;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-query-loop.is-flex-container li {
        margin-right: 1.25em
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li {
        width: calc(50% - .625em)
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li:nth-child(2n) {
        margin-right: 0
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li {
        width: calc(33.33333% - .83333em)
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li:nth-child(3n) {
        margin-right: 0
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li {
        width: calc(25% - .9375em)
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li:nth-child(4n) {
        margin-right: 0
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li {
        width: calc(20% - 1em)
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li:nth-child(5n) {
        margin-right: 0
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li {
        width: calc(16.66667% - 1.04167em)
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-query-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.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 {
    display: inline-block;
    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-quote.is-large,
.wp-block-quote.is-style-large {
    margin-bottom: 1em;
    padding: 0 1em
}

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

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

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

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

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

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

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

@media (min-width:600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 1em)
    }
    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }
    .wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }
    .wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }
    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

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

.wp-block-search .wp-block-search__button {
    background: #f7f7f7;
    border: 1px solid #ccc;
    padding: .375em .625em;
    color: #32373c;
    margin-left: .625em;
    word-break: normal
}

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

.wp-block-search .wp-block-search__button svg {
    min-width: 1.5em;
    min-height: 1.5em
}

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

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

.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    min-width: 3em;
    border: 1px solid #949494
}

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

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

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

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
    outline: none
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    padding: .125em .5em
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: none!important;
    border: none;
    text-align: center;
    max-width: none;
    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-custom-logo {
    line-height: 0
}

.wp-block-custom-logo .aligncenter {
    display: table
}

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

.wp-block-social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
    margin-left: 0
}

.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.wp-social-link.wp-social-link {
    margin: 4px 8px 4px 0
}

.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.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-social-link {
    display: block;
    border-radius: 9999px;
    transition: transform .1s ease;
    height: auto
}

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

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

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

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

.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: #fe4500;
    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-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;
    padding: 4px
}

.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: #fe4500
}

.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-wordpress {
    color: #3499cd
}

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

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

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

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

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

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

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

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

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

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

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

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

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

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

 :root .has-pale-pink-background-color {
    background-color: #f78da7
}

 :root .has-vivid-red-background-color {
    background-color: #cf2e2e
}

 :root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

 :root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

 :root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

 :root .has-vivid-green-cyan-background-color {
    background-color: #00d084
}

 :root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

 :root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

 :root .has-vivid-purple-background-color {
    background-color: #9b51e0
}

 :root .has-white-background-color {
    background-color: #fff
}

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

 :root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

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

 :root .has-black-background-color {
    background-color: #000
}

 :root .has-pale-pink-color {
    color: #f78da7
}

 :root .has-vivid-red-color {
    color: #cf2e2e
}

 :root .has-luminous-vivid-orange-color {
    color: #ff6900
}

 :root .has-luminous-vivid-amber-color {
    color: #fcb900
}

 :root .has-light-green-cyan-color {
    color: #7bdcb5
}

 :root .has-vivid-green-cyan-color {
    color: #00d084
}

 :root .has-pale-cyan-blue-color {
    color: #8ed1fc
}

 :root .has-vivid-cyan-blue-color {
    color: #0693e3
}

 :root .has-vivid-purple-color {
    color: #9b51e0
}

 :root .has-white-color {
    color: #fff
}

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

 :root .has-cyan-bluish-gray-color {
    color: #abb8c3
}

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

 :root .has-black-color {
    color: #000
}

 :root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg, #0693e3, #9b51e0)
}

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

 :root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg, #7adcb4, #00d082)
}

 :root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg, #fcb900, #ff6900)
}

 :root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg, #ff6900, #cf2e2e)
}

 :root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg, #eee, #a9b8c3)
}

 :root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
}

 :root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg, #ffceec, #9896f0)
}

 :root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
}

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

 :root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
}

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

 :root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
}

 :root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg, #caf880, #71ce7e)
}

 :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)
}

 :root .has-link-color a {
    color: #00e;
    color: var(--wp--style--color--link, #00e)
}

.has-small-font-size {
    font-size: .8125em
}

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

.has-medium-font-size {
    font-size: 1.25em
}

.has-large-font-size {
    font-size: 2.25em
}

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

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

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

.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 {
    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 .ajax-loader {
    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
}

.wpcf7 form.submitting .ajax-loader {
    visibility: visible
}

.wpcf7 .ajax-loader::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: 1e3ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media(prefers-reduced-motion:reduce) {
    .wpcf7 .ajax-loader::before {
        animation-name: blink;
        animation-duration: 2e3ms
    }
}

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


/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    overflow-x: hidden;
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}


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

@media print {
    *,
     :after,
     :before {
        color: #000!important;
        text-shadow: none!important;
        background: 0 0!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}

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

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

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

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

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

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

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

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

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

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

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

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

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

[role=button] {
    cursor: pointer
}

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

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    /* line-height: 1;*/
    color: #777
}

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

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

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

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

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

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

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

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

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

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

p {
    margin: 0 0 10px
}

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

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

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

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

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

.text-success {
    color: #3c763d
}

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

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #a94442
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

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

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

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-wrap: wrap;
	margin-top: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-sm-3 {
    width: 100%;
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

.bg-white {
    background: #fff;
}

table {
    background-color: transparent
}

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

th {
    text-align: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

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

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

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

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

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

input[type=file] {
    display: block
}

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

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

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

output {
    display: block;
    padding-top: 7px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555
}

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

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

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

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

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

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

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

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

textarea.form-control {
    height: auto
}

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

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
        line-height: 34px
    }
    .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm {
        line-height: 30px
    }
    .input-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 46px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

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

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

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

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

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 16px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

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

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

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

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

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

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

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

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

.open>a {
    outline: 0
}

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

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

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

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

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

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

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


.sre-dropdown:hover .dropwdown-menu{
	display:block !important;	
}
.dropdown:hover .dropdown-menu {
  display: block !important;
}

.sre-dropdown-menu{
	min-width: 100px;
    padding: 0px 10px;
    margin: 2px 0 0;
	background-color: #000;
	color: #fff;
	min-width: auto;
}
.sre-dropdown-menu>li>a{
	color: #FFF;	
}

.sre-dropdown-menu:hover{
	background-color: #8c1d1a;
	transition: all .5s ease-Out;
	
}

.sre-dropdown-menu>li>a:focus, .sre-dropdown-menu>li>a:hover{
	background-color: #8c1d1a;
	transition: all .5s ease-Out;
}

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

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

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

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

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

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

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

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

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

.input-group-addon {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    /*line-height: 1;*/
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

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

.input-group-addon:first-child {
    border-right: 0
}

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

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

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

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

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

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

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

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

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

.nav-pills>li {
    float: left
}

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

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

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

.nav-stacked>li {
    float: none
}

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

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

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

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

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

@media (min-width:768px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

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

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

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

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

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

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

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

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

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

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

.navbar-toggle:focus {
    outline: 0
}

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

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

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

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

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

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

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

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }
    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

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

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

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

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

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

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

.breadcrumb>li {
    display: inline-block
}

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

.breadcrumb>.active {
    color: #777
}

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

.pagination>li {
    display: inline
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pager li {
    display: inline
}

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

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

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

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

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

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

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

.label:empty {
    display: none
}

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

.label-default {
    background-color: #777
}

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

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

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

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

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

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

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

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

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

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

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

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

.badge:empty {
    display: none
}

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

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

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

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

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

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

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

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

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

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

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

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

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

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

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

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

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 16px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

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

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

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

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

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

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

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

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}

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

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

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

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}

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

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

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

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}

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

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

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

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}

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

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

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

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

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

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

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

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table!important
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}

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

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

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

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

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

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

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

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

body {
    margin: 0;
    font-family: 'Bebas Neue', cursive;
}

@font-face {
    font-family: gothampro-bold;
    src: url(fonts/Gotham\ Pro\ Bold.ttf);
}

@font-face {
    font-family: GothamPro-Medium;
    src: url(fonts/Gotham\ Pro\ Medium.ttf);
}

@font-face {
    font-family: gothampro;
    src: url(fonts/Gotham\ Pro\ Regular.ttf);
}

@font-face {
    font-family: BaskerBt;
    src: url(fonts/BaskervilleBT.ttf);
}

@font-face {
    font-family: BaskerBoldBt;
    src: url(fonts/BaskervilleBoldBT.ttf);
}

.italio {
    font-family: 'Italianno', cursive;
}

.gotham-reg {
    font-family: gothampro;
}

.gotham-med {
    font-family: GothamPro-Medium;
}

.gotham-bold {
    font-family: gothampro-bold;
}

.basker {
    font-family: BaskerBt;
}

.basker-bold {
    font-family: BaskerBoldBt;
}

html {
    scroll-behavior: smooth;
}

header .navbar-nav a:hover {
    border-bottom: 2px solid #fff;
    color: #fff!important;
}

.hour_count {
    font-size: 15px;
}

.count {
    margin-top: 0!important;
}

h2 {
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 22px;
    font-size: 18px;
}

a {
    text-decoration: none;
    list-style: none;
    color: #b3b3b3;
}

a:hover {
    list-style: none;
    text-decoration: none;
}

header .navbar ul li a {
    padding: 10px 2px 12px;
}

.main_experience .image_bdr2 {
    bottom: 22px!important;
    right: -18px!important;
}

.padding-zero {
    padding: 0!important;
}

.main_experience .image_bdr {
    width: 112px!important;
    bottom: -225px!important;
    height: 112px!important;
    left: 164px!important;
}

.inner-p-menu .navbar {
    position: relative;
}

.subscribe {
    background-position: -4px;
}

.bg_line img {
    top: 12px!important;
    left: -3%!important;
    display: none!important;
}

.home_slider_sec.new-h {
    width: 100%;
    max-width: 1070px;
    margin: auto;
}

.navbar-default .navbar-nav>li>a {
    border-bottom: 2px solid transparent;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: initial;
    border-bottom: 2px solid #fff
}

.navbar-default .navbar-nav>li:last-child:before {
    content: none!important
}

.main_footer .navbar-nav>li:last-child:before {
    content: none!important
}

.main_footer .navbar ul li a {
    /* font-family: playfairdisplay-regular!important */
}

.main_footer .left-menu li {
    margin-right: 30px!important
}

.main_footer .left-menu li:last-child {
    margin-right: 0!important
}

.main_footer .right-menu li {
    margin-left: 65px!important
}

.main_footer .right-menu li:first-child {
    margin-left: 0!important
}

.main_footer .left-menu {
    width: 38%;
    display: flex;
    justify-content: space-between
}

.main_footer .footer-logo {
    width: 12%
}

.main_footer .right-menu {
    width: 38%;
    display: flex;
    justify-content: space-between
}

.bg_bdr_img img {
    position: absolute;
    top: -30px;
    left: -30px;
    height: 232px
}

#header_slider .bg_bdr_img img {
    z-index: 1
}

.bg_line img {
    position: absolute;
    top: 46px;
    left: -20px;
    height: 56px
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: initial;
    border-bottom: 2px solid
}

.navbar-default .nav>li>a:hover {
    color: #fff!important
}

.nav>li>a {
    padding: 20px 2px
}

.navbar-default li {
    display: flex
}

.navbar-default .left-menu li {
    margin-right: 15px
}

.navbar-default .left-menu li:last-child {
    margin-right: 0
}

.navbar-default .right-menu {
    margin-right: 0!important
}

.navbar-default .right-menu li {
    margin-left: 62px
}

.navbar-default .right-menu li:first-child {
    margin-left: 0
}

.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    color: #cfcfcf;
    letter-spacing: .16px
}

.navbar-default {
    background-color: initial;
    border-color: transparent;
    z-index: 99999;
    margin: 0;
    position: absolute;
    top: 0;
    color: #fff;
    width: 100%
}

.navbar-header,
.w-100 {
    width: 100%;
    position: relative;
    margin-bottom: 18px
}

.custom-nav {
    border-bottom: 1px solid #a2a2a2;
    position: relative;
    border-color: #a2a2a2!important;
    padding: 0!important
}

.custom-nav:before {
    height: 1.4px;
    width: 100%;
    background: #a2a2a2;
    bottom: -10px;
    position: absolute;
    left: 0
}

.navbar-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.mian_menu {
    position: relative
}

.main_banner .container-fluid {
    padding: 0
}

.banner_img {
    height: 100vh;
    width: 100%;
    background-position: 50%!important;
    background-repeat: no-repeat!important;
    background-size: cover
}

.banner_contant {
    color: #fff;
    width: 100%;
    text-align: center
}

.bg_line img {
    position: absolute;
    top: 45px!important;
    left: 2%!important;
    height: 56px!important
}

.main-container .main_logo {
    text-align: center
}

.main-container .main_logo img {
    width: 280px
}

.logo_content {
    display: inline-block;
    position: absolute;
    top: 100px;
    width: 28%;
    right: 29%;
    color: #fff
}

.main_logo img {
    width: 50%
}

.main_banner {
    position: relative
}

.banner_contant .col-sm-6,
.banner_contant .col-sm-12 {
    padding: 0
}

.btn.all_bnts {
    border: 1px solid#fff;
    margin-bottom: 10px;
    border-radius: 0;
    font-size: 15px;
    letter-spacing: 1px
}

.btn.all_bnts a {
    padding: 31px 12px;
    color: #fff;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: gothampro;
}

.btn.all_bnts a span {
    transform: scale(0.8) translateY(10px) skewX( -27deg) skewY( 0deg);
    transform-origin: 0% 0%;
}

.btn.all_bnts .fal {
    margin-left: 14px;
    font-size: 20px;
    position: relative;
    top: 4px;
}

.button {
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.button a {
    position: relative;
    transition: all .45s ease-Out
}

.circle {
    width: 0%;
    height: 0%;
    opacity: 0;
    line-height: 40px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    transition: all .5s ease-Out;
    top: 20px;
    left: 70px
}

.button:hover .circle {
    width: 200%;
    height: 500%;
    opacity: 1;
    top: -70px;
    left: -70px
}

.button:hover a {
    color: #2d3142
}

.top_smal_text span {
    padding-left: 70px;
    color: #c8c8c8
}

.top_smal_text:before {
    position: absolute;
    width: 60px;
    content: "";
    top: 10px;
    background: #c8c8bd;
    height: 1px
}

.navbar-default .navbar-nav>li:before {}

#menu-header-menu-1:after {
    position: absolute;
    width: 90.4%;
    content: "";
    top: 70px;
    background: #33383c;
    height: 2px;
    right: 8px;
    left: 51px;
    max-width: 1043px
}

.navbar-header {
    width: 100%!important
}

.nav.navbar-nav:before {}

.main_footer .nav.navbar-nav:before {
    content: none!important
}

.slide_img {
    width: 40%
}

.slide_img img {
    width: 100%;
    height: 200px
}

.box_content {
    display: flex
}

.future_content {
    width: 378px;
    padding: 20px;
    border-bottom: 1px solid#f5f5f5;
    background: #fff
}

.slider_content {
    position: absolute;
    bottom: -42px;
    right: -40px;
    background: #fff;
    width: 628px;
    margin: 0 auto;
    left: 0
}

.owl-buttons {
    width: 20px;
    display: -webkit-inline-box;
    position: absolute;
    top: 11px;
    left: 280px
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
    margin-left: 20px;
    font-size: 26px
}

.r-more {
    font-size: 16px;
    display: block;
    text-align: right;
    position: relative;
    top: 12px;
    color: #8c1d1a
}

.r-more.a-boxes {
    top: -2px
}

.r-more.p-a {
    position: absolute;
    top: inherit;
    right: 6px;
    bottom: 2px
}

.r-more:hover {
    color: #8c1d1a
}

.future_content .top_smal_text:before {
    top: 10px
}

.future_content .top_smal_text span {
    color: #7a7a7a;
    font-size: 14px
}

.in-h {
    font-size: inherit;
    color: #000;
    font-family: inherit
}

.future_content h2 {
    font-size: 18px;
    margin: 6px 0;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    font-family: gothampro-bold;
}

.navbar-default .navbar-nav>li:before:last-child {
    display: none;
    width: 0;
    background: red
}

.main_banner .custom_container {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.count {
    width: 70px;
    margin-top: 0;
    text-align: center
}

.count_tag {
    margin: 1px;
    background: #8c1d1a;
    padding: 0 8px;
    color: #fff;
    font-size: 18px
}

.item .count a:hover {
    border: 1px solid #000!important;
    background: #fff!important;
    color: #000!important
}

.hour_count {
    display: block;
    width: 60px;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 100;
    margin: auto
}

.count_timmer {
    display: flex;
    justify-content: flex-start!important
}

.col-sm-6.colom_revs .count_box,
.count_timmer .count_box {
    margin-right: 10px
}

.count_timmer .count_box:last-child {
    margin-right: 0!important
}

#owl-demo .count_timmer {
    position: relative;
    left: -10px
}

.black_btn {
    border: 1px solid#010101!important;
    top: 22px
}

.black_btn a {
    color: #000!important
}

.main_experience .top_smal_text:before {
    top: 11px
}

.main_experience p,
.main_experience a,
.main_experience span {
    color: #000!important
}

.main_experience h2 {
    font-size: 32px;
    margin-bottom: 30px
}

.smal_img img {
    margin-right: 0;
    text-align: right;
    float: right;
    position: relative;
    top: -20px;
    width: 66%
}

.main_experience img {
    position: relative;
    margin-bottom: 40px
}

.border_right.bg {
    margin-right: 0;
    text-align: right;
    float: right;
    top: -20px;
    width: 66%;
    position: relative;
    margin-bottom: 40px;
    background-size: cover;
    height: 232px
}

.sec_about_us {
    padding: 100px 0 40px
}

.smal_img {
    position: relative
}

.image_bdr {
    content: "";
    position: absolute;
    width: 94px;
    bottom: -203px;
    background: #8c1d1a;
    height: 98px;
    padding: 35px;
    left: 164px
}

.right-bdr_img {
    position: relative
}

.right-bdr_img .image_bdr2 {
    content: "";
    position: absolute;
    width: 200px;
    bottom: 16px;
    background: #8c1d1a;
    height: 200px;
    padding: 35px;
    right: -24px
}

.main_experience .text_color {
    color: #8c1d1a!important
}

.right-bdr_img img {
    width: 100%
}

.left_contant img {
    float: left;
    position: relative
}

.left_contant p {
    position: relative;
    left: -15px;
    line-height: 24px;
    width: 100%;
    padding-left: 52px
}

.sec_auctions {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.ovrly {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, .7)
}

.sec_auctions .top_smal_text:before {
    top: 10px
}

.content_area {
    color: #fff
}

.main_auctions.col-sm-12 {
    padding: 90px 0
}

.sec_slider.container {
    width: 770px;
    position: relative;
    top: -66px;
    background: #fff;
    padding: 0;
    box-shadow: 0 0 8px #595959;
    margin-bottom: 50px
}

.sec_slider .slide_img .sec-up-img {
    width: 100%;
    height: 280px;
    background-size: cover;
    background-position: 50%
}

.sec_slider .future_content {
    width: 440px
}

.sec_slider .slide_img {
    width: 45%
}

.sec_slider.container p {
    color: #000!important;
    font-size: 14px
}

.sec_slider .future_content h2 {
    font-size: 20px
}

.sec_slider .count {
    margin-top: 0
}

.sec_slider .black_btn {
    position: relative;
    top: -16px;
    font-size: 14px!important
}

.sec_slider .owl-buttons {
    left: 346px
}

.sec_slider .future_content {
    padding: 18px 18px 0
}

.updat_star .container {
    background: #fff;
    color: #000;
    padding: 30px;
    width: 860px;
    margin-top: 30px
}

.updat_star p {
    color: #000;
    font-size: 14px
}

.updat_star {
    padding: 20px
}

.updat_star h2 {
    font-size: 20px
}

.updat_star .top_smal_text:before {}

.updat_star .top_smal_text span {
    color: #494949
}

.updat_star ul {
    display: flex;
    justify-content: center
}

.updat_star {
    position: relative
}

.updat_star ul i {
    color: #851c19;
    font-size: 20px;
    margin: 0 3px
}

.updat_star .button {
    float: right;
    position: relative;
    top: 3px;
    visibility: hidden
}

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

.review-sec-title h2 {
    font-weight: 400;
    font-size: 48px
}

.content_area.review-sec-title {
    position: relative
}

.new-review .owl-item .item {}


/* .new-review .owl-item .item .box_content {
    height: 100%
} */

.new-review .owl-item .item .future_content {
    min-height: 275px;
    flex-direction: column;
    justify-content: space-between;
}

.new-review .owl-item .item .future_content .review-txt {}

.new-review .owl-item .item .future_content .review-author {}

.new-review .owl-item.active.center .item .future_content p {
    height: auto;
    overflow: inherit
}

.new-review .owl-item.active.center .item .box_content,
.new-review .owl-item.active.center .item .future_content {
    background: #8c1d1a!important
}

#owal-new .owl-stage {
    display: flex;
    align-items: center
}

.main_title.done-auction {
    font-size: 32px;
    margin-top: 115px;
    /* font-weight: 700; */
}

.after_reviews .image_bdr {
    content: "";
    position: absolute;
    width: 246px;
    bottom: 90px;
    background: #8c1d1a;
    height: 220px;
    padding: 35px;
    left: 122px
}

.past_auction {
    padding: 100px 0
}

.past_auction .content_area,
.past_auction .content_area p {
    color: #000
}

.past_auction .top_smal_text span {
    color: #7c7c7c;
    font-size: 12px
}

.top_smal_text {
    position: relative
}

.past_auction .content_area {
    margin-bottom: 40px
}

.past_auction .col-sm-6 {
    display: flex;
    box-shadow: 0 0 30px #ccc;
    padding: 0;
    width: 47%;
    margin: 14px
}

.past_auction .future_content {
    padding: 12px;
    width: 430px
}

.past_auction .top_smal_text:before {
    top: 10px!Important
}

.custom_width .top_smal_text:before {
    top: 21px
}

.past_auction .hour_count {
    width: 100%;
    text-align: left;
    font-size: 12px;
    color: #c8c8c8!important
}

.past_auction .count_tag {
    padding: 1px 10px;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 8px
}

.past_auction .count {
    margin-top: 0
}

.past_auction .container.col-sm-12 {
    display: flex;
    justify-content: center
}

.past_auction .future_content h2 {
    font-size: 18px;
    margin: 0 0;
    line-height: 20px
}

.selling_pick_img {
    width: 300px;
    height: 140px;
    background-size: cover;
    background-repeat: no-repeat
}

.custom_width {
    width: 1e3px;
    display: flex;
    margin: auto
}

.centrd_btn {
    text-align: center
}

.subscribe input {
    height: 50px;
    font-size: 16px;
    background: 0 0;
    border-radius: 0;
    color: #fff;
    letter-spacing: 2px
}

.subscribe .input-group {
    top: 38px
}

.input-group-btn:last-child>.btn {
    height: 50px;
    width: 54px;
    font-size: 23px;
    border-radius: 0;
    color: #8c8c8c
}

.subscribe .main_auctions {
    padding: 50px 0
}

.subscribe {}

.black_btn .circle {
    background: #141414
}

.black_btn a:hover {
    color: #fff!important
}

.main_footer .nav.navbar-nav li a {
    font-size: 14px
}

.main_footer {
    background: #141414;
    display: inline-block;
    width: 100%;
    padding: 30px 0
}

.main_footer .nav>li>a:hover {
    text-decoration: none;
    background-color: initial;
    color: #fff
}

.main_footer .navbar-nav>li:before {
    position: absolute;
    width: 38px;
    content: "";
    top: 30px;
    background: #33383c;
    height: 1px;
    right: -52px
}

.main_footer .navbar-nav.left-menu>li:before {
    right: -66px
}

.social_icons {
    display: flex;
    color: #fff;
    justify-content: center;
    padding-left: 0;
    width: 93%;
    border-bottom: 1px solid #595959;
    margin: 0 auto;
    padding-bottom: 30px
}

.social_icons li a i {
    margin: 6px;
    border: 1px solid;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 32px;
    border-radius: 30px
}

.social_icons li a i:hover {
    background: #fff;
    color: #000;
    border-color: transparent
}

.single-auction .social_icons li a i {
    border-color: #8c1d1a;
    background: #8c1d1a;
    color: #fff
}

.single-auction .social_icons li a i:hover {
    border-color: inherit;
    background: #fff;
    color: #b3b3b3
}

.main_footer .navbar-nav {
    margin: 12px 0
}

.foter_logo {
    text-align: center;
    padding-top: 20px;
    color: #b3b3b3
}

.foter_logo img {
    margin: 10px auto;
    max-width: 100px;
}

.bg_image img {
    width: 100%;
    height: 90px
}

.page_past_auction .banner_img,
.page_why_auction .banner_img {
    height: 420px
}

.page_past_auction .custom_container,
.page_why_auction .custom_container {
    top: 128px
}

.why_auction .left_contant p {
    padding-left: 20px
}

.why_auction .why_bg_img {
    height: 422px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -30px;
    position: relative
}

.why_auction .left_contant p,
.why_auction .bottom_area p,
.why_auction .why_subtext p {
    padding-left: 20px;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    font-family: gothampro;
}

.padd_none {
    padding-left: 0
}

.why_left_img .why_bg_img {
    width: 525px
}

.why_auction .right-bdr_img .image_bdr2 {
    content: "";
    position: absolute;
    width: 250px;
    bottom: -20px;
    background: #8c1d1a;
    height: 230px;
    padding: 35px;
    right: -18px
}

.about_us .right-bdr_img .image_bdr2 {
    right: -20px
}

.sec_about_us .why_bg_img {
    background-position: -60px
}

.why_left_img .image_bdr {
    content: "";
    position: absolute;
    width: 240px;
    bottom: -15px;
    background: #8c1d1a;
    height: 240px;
    padding: 35px;
    left: 300px
}

.bottom_area {
    padding: 80px 0
}

.empty_line span {
    color: #fff;
}

.empty_line span:before {
    position: absolute;
    width: 64px;
    content: "";
    top: 11px;
    background: #c8c8bd;
    height: 1px;
    left: 4px;
    color: #fff;
}

.empty_line {
    position: relative;
    padding-left: 73px;
    color: #fff;
}

.img_box {
    height: 160px;
    width: 256px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 30px
}

.why_left_img {
    position: relative
}

.why_auction .right-bdr_img img {
    position: absolute;
    width: 270px;
    height: 182px;
    top: -18px;
    left: -20px
}

ul {
    list-style: none
}

.about_us .cus-container {
    padding: 0 15px;
    max-width: 1200px;
}

.about_us .row {
    margin-right: 0;
}

.about_us .row .col-sm-7,
.about_us .row .col-sm-5 {
    padding: 0;
}

.about_us .row .col-sm-5.right-img {
    margin-top: 8%;
}

.about_us .overlay {
    position: relative;
    background: rgba(140, 29, 26, 0.95);
    /* opacity: 0.8; */
    padding: 25px 50px 25px 145px;
}

.about_us .why_left_img .why_bg_img {
    width: 430px;
    background-position: -131px
}

.team_content img {
    float: left
}

.team_content p {
    color: #000;
    padding-left: 50px;
    position: relative;
    left: -10px;
    top: 3px;
    margin-bottom: 20px
}

.owner_content {
    width: 52%;
    display: inline-block
}

.years-experience .img_box {
    height: 350px;
    width: 260px;
    margin-top: 0
}

.years-experience .col-sm-5 {}

.owner_name p {
    left: 0;
    top: 4px
}

.owner_name {
    text-align: right;
    padding-right: 22px
}

.owner_name .empty_line span:before {
    right: 122px;
    position: absolute;
    left: inherit
}

.about_us .why_left_img .image_bdr {
    content: "";
    position: absolute;
    width: 240px;
    bottom: -16px;
    background: #8c1d1a;
    height: 240px;
    padding: 35px;
    left: -16px
}

.bottom_area .bg_bdr_img img {
    top: -22px;
    right: 8px;
    height: 220px;
    left: inherit
}

.about_us .col-sm-8.padd_none {
    margin-top: 24px;
}

.panel-table {
    display: table;
    text-align: center;
    font-weight: 700;
    margin-top: 40px;
    font-family: 'gothampro';
}

.panel-table>.panel-heading {
    display: table-header-group;
    background: 0 0;
}

.panel-table>.panel-body {
    display: table-row-group
}

.panel-table>.panel-body:before,
.panel-table>.panel-body:after {
    content: none
}

.panel-table>.panel-footer {
    display: table-footer-group;
    background: 0 0
}

.panel-table>div>.tr {
    display: table-row
}

.panel-table>div:last-child>.tr:last-child>.td {
    border-bottom: none
}

.panel-table .td {
    display: table-cell;
    padding: 4px;
    border: 1px solid #ddd;
    border-top: none;
    border-left: none
}

.panel-heading div {
    color: #8c1d1a
}

.panel-heading .td {
    padding: 8px 6px;
    border-bottom: 0;
    width: 110px;
    padding-bottom: 0
}

.sub_texts p {
    padding-left: 0!important;
    padding-top: 12px;
}

.sub_texts {
    padding-top: 32px;
}

.col-sm-12.years-experience p,
.col-sm-12.years-experience .padd_none .owner_name p {
    padding-left: 50px;
    font-family: gothampro;
    color: #000;
}

.col-sm-12.years-experience .padd_none p {
    font-family: GothamPro-Medium;
}

.col-sm-12.years-experience {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0
}

.team_member_img {
    float: left;
    margin-right: 12px;
    position: relative
}
.team_member_img img{
    max-height: 150px;
}

.team_members .empty_line span:before {
    right: 166px;
    left: inherit
}

.years-experience .team_content img {
    position: relative;
    left: 28px
}

.col-sm-7.team_content.padd_none {
    padding: 0
}

.years-experience .col-sm-5 {
    padding: 8px
}

.owner_content .empty_line span {
    color: #7A7A7A;
}

.owner_content h2 {
    font-family: gothampro;
    color: #000;
    font-size: 27px;
    line-height: 1.3;
}

.years-experience .empty_line span {
    color: #8C1D1A;
    font-family: gothampro;
    margin-bottom: 6px;
    display: block
}

.team_members {
    margin-bottom: 32px;
    margin-top: 18px;
    position: relative
}

.team_members .bg_bdr_img img {
    top: 30px;
    right: inherit;
    height: 125px;
    left: 20px;
}

.team_members .image_bdr {
    width: 100px;
    top: -10px;
    height: 125px;
    padding: 35px;
    left: -10px;
}

.align_left_box .sec_slider.container {
    left: -171px
}

.align_right_box .sec_slider.container {
    right: -150px
}

.upcomming_page .contianer {
    display: block;
    width: 1166px;
    margin: 0 auto
}

.upcomming_page .slider_content {
    position: relative;
    bottom: inherit;
    right: inherit;
    width: 538px;
    margin: 0 auto;
    left: 0;
    box-shadow: 0 0 12px #ccc;
    top: 44px
}

.upcomming_page .content_area,
.upcomming_page p {
    color: #3a3a3a
}

.upcomming_page .future_content {
    width: 330px;
    padding: 20px;
    border-bottom: 1px solid#f5f5f5
}

.upcomming_page .future_content h2 {
    font-size: 20px
}

.upcomming_page .owl-buttons {
    left: 245px
}

.upcomming_page .content_area h2 {
    font-size: 34px;
    font-weight: 700;
}

.upcomming_page {
    padding: 80px 0
}

.upcomming_page .container {}

.contact_us {
    padding-top: 50px;
    padding-bottom: 90px
}

.add-1 {
    background: #8c1d1a;
    padding: 20px
}

.add-2 {
    background: #000;
    padding: 20px
}

.col-sm-12.contact-main {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px
}

.contact-info {
    margin-bottom: 43px;
    width: 100%;
    max-width: 750px
}

.contact-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 4px 4px 0 0
}

.contact-data .item {
    padding-left: 20px
}

.contact-data .item:last-child {
    padding-left: 0
}

.first-item i {
    position: absolute;
    left: -20px;
    top: 6px
}

.first-item h4,
.first-item h5 {
    position: relative
}

.col-sm-12.contact-main .contact_form,
.contact_form {
    background: #8c1d1a;
    padding: 30px;
    width: 100%;
    max-width: 750px;
    position: relative;
    right: 0;
    top: 0;
    float: left;
}

 ::placeholder {
    color: #fff;
    opacity: 1
}

 :-ms-input-placeholder {
    color: #fff
}

 ::-ms-input-placeholder {
    color: #fff
}

.contact_form textarea,
.contact_form input {
    color: #fff;
    width: 100%;
    border: 1px solid #fff;
    background: 0 0;
    margin-bottom: 16px
}

.contact_form textarea {
    padding: 10px;
    margin-bottom: 25px;
    height: 88px
}

.contact_form input {
    width: 100%;
    padding: 10px
}

.col-sm-6.from_page {
    background: #8c1d1a;
    padding: 30px;
    width: 50%;
    float: right;
    position: relative;
    right: 0;
    top: -26px
}

.col-sm-4.form_btn {
    text-align: right;
    float: right;
    margin-top: -10px
}

.col-sm-4.form_btn:hover {}

.contact_us .social_icons {
    justify-content: left;
    width: 100%;
    border-bottom: 0 solid #595959;
    margin: 10px 0
}

.contact_us .social_icons li a i {
    margin-left: 0
}

.contact_us h4,
.contact_us h5 {
    font-size: 16px;
    margin: 0 0;
    line-height: 26px;
    color: #fff;
    letter-spacing: 1px
}

.contact-data i {
    color: #fff
}

.contact_us .your_mail {
    position: relative;
    color: #fff
}

.contact_us .container {}

.after_reviews .owl-buttons {
    bottom: 32px;
    right: 438px;
    color: #000;
    left: inherit;
    top: inherit
}

.content_area.col-sm-12.updat_star {
    position: relative;
    width: 900px!important;
    left: 119px!important;
    padding: 20px;
    display: inline-block;
    top: 20px
}

.updat_star .container {
    background: #fff;
    color: #000;
    padding: 30px;
    width: 860px!important;
    margin-top: 30px!important;
    position: relative
}

.mains.ss .sec_slider.container {
    width: 1e3px!important;
    height: 317px!Important
}

.mains.ss .owl-carousel {
    height: 340px!important
}

.mains.ss .future_content h2 {
    font-size: 30px!important;
    margin: 18px 0
}

.mains.ss .container p {
    font-size: 17px!important;
    line-height: 26px;
    margin-bottom: 31px
}

.mains.ss .future_content {
    width: 550px!Important
}

.mains.ss .slide_img {
    width: 45%!important
}

.mains.ss .slide_img img {
    height: 317px!important
}

.mains.ss .slide_img {
    width: 45%!important
}

.mains.ss .future_content {
    width: 552px!important
}

.mains.ss .slide_img img {
    width: 100%;
    height: 317px!important
}

.slider_img {
    position: relative
}

.slide_content,
.main-container {
    position: absolute;
    left: 50%;
    right: 0;
    margin: 0 auto
}

#demosP {
    position: relative
}

.main_logo img {
    width: 262px!important;
    margin: 0 auto
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: inherit!important;
    position: absolute;
    top: 6px;
    left: -10px;
    right: 0;
    margin: 0 auto;
    text-align: center
}

section.home.form-property {
    position: relative;
    margin-top: -70px;
}

section.home .form-content {
    box-shadow: 0px 0px 9px 11px rgb(0 0 0 / 5%);
    padding: 0px 10px;
}

section.home.form-property ul.nav {
    margin: 0;
}

section.home.form-property ul.nav li a {
    margin: 0;
    background: none;
    color: #000;
    border-right: 1px solid #E6E6E6;
    border-radius: 0;
    padding: 10px 15px;
    font-family: 'Abel', sans-serif;
    letter-spacing: 0.5px;
}

section.join-us-sec {
    padding: 65px 0;
}

section.join-us-sec iframe {
    width: 100%;
}

.join-sec-title {
    margin-bottom: 20px;
}

section.join-us-sec .join-sec-title h2, .contactus-sec h2 {
    color: #70120E;
    font-size: 34px;
}

section.join-us-sec .join-sec-title p, .contactus-sec .text {
    color: #33383c;
    max-width: 840px;
    margin: 15px auto 20px;
}

section.join-us-sec .row > div{
    margin-top: 30px;
}
section.join-us-sec .join-col {
    min-height: 390px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

section.join-us-sec .join-inner {
    padding: 0 25px;
}

section.join-us-sec .join-inner img {
    max-width: 100px;
}

section.join-us-sec .join-inner img:nth-of-type(1) {
    max-width: 75px;
}

section.join-us-sec .join-inner h3 {
    color: #70120E;
    font-weight: 500;
    margin-bottom: 20px;
}

section.join-us-sec .join-inner p {
    font-family: 'gothampro';
}

section.join-us-sec .join-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

section.join-us-sec .join-btn a {
    background: #70120E;
    color: #fff;
    display: block;
    border-radius: 0;
    padding: 15px 0;
    border: 2px solid transparent;
    transition: .3s ease;
    display: none;
}

section.join-us-sec .join-btn a:hover {
    background: transparent;
    color: #70120E;
    border-color: #70120E;
    transition: .3s ease;
}


/* section.join-us-sec .join-col:hover{
    cursor: po;
} */

section.join-us-sec .join-col:hover .join-btn a {
    display: block;
}

@media (max-width: 767px) {
    section.join-us-sec .row {
        /* flex-direction: column; */
        flex-wrap: wrap;
    }
    section.join-us-sec .row .col-sm-3 {
        width: 49%;
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    section.join-us-sec .row .col-sm-3 {
        width: 100%;
        margin-bottom: 15px;
        margin-top: 0;
    }
}

.sec_auctions_reviews.new-review .owl-carousel .owl-dots.disabled {
    top: 6px;
    display: flex!important;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    position: relative;
    justify-content: space-between
}

.owl-carousel .owl-nav.disabled span {
    font-size: 28px;
    margin: 4px;
}

#header_slider .owl-nav.disabled span {
    font-size: 44px;
    font-family: gothampro;
}

.slider_content {
    bottom: -20px!important
}

#header_slider .owl-nav.disabled {
    top: 44%!important
}

#header_slider .owl-nav.disabled span {
    color: #fff;
    float: right
}

#header_slider button {
    position: absolute;
    top: 0;
    bottom: 0;
    height: fit-content;
}

#header_slider button.owl-next {
    right: 4%;
}

#header_slider button.owl-prev {
    left: 4%;
}

.slider_content .owl-nav.disabled {
    top: -10px!important
}

.slider_content button.owl-next {
    width: auto!important
}

.slider_content .owl-nav.disabled span {
    color: inherit!important;
    float: inherit!important;
    top: -91px;
    position: relative;
    font-size: 33px!important;
    left: 34px
}

*:focus {
    outline: none
}

.main_auctions .owl-dots.disabled,
.main_auctions .owl-nav.disabled {
    bottom: 54px;
    margin: 0 auto;
    text-align: center;
    color: #000;
    font-size: 36px;
    top: auto;
    left: 24px
}

.content_area.col-sm-12.updat_star {
    top: 20px!important
}

.sticky_header .navbar-default {
    background: rgba(0, 0, 0, .8);
    color: #fff;
    height: 78px
}

.sticky_header .current-menu-item.active a {
    border-color: #8c1d1a!important
}

.sticky_header .navbar-nav {
    width: 76%!important
}

.sticky_header .navbar-nav {
    width: 72%!important
}

.sticky_header .navbar-default li {
    display: flex;
    margin: 0 30px
}

.sticky_header {
    display: inline-block;
    clear: both;
    width: 100%;
    float: initial;
    position: fixed;
    z-index: 9999997
}

.sticky_header.home-sticky {
    display: none
}

.sticky_header.inner-pages {
    display: inline-block
}

.mian_menu.inner-pages {
    display: none
}

.logo.col-sm {
    text-align: center;
    width: 30%;
    margin: 0 auto;
    padding-top: 30px;
    position: relative;
    top: 10px
}

.logo.col-sm img {
    width: 65%;
    margin: 5px
}

.sticky_header .nav.navbar-nav:before {
    width: 86%;
    max-width: 1043px;
    background: 0 0!important
}

.sticky_header .navbar-nav>li:before {
    width: 42px!important;
    top: 30px;
    background: #afafaf!important;
    right: -50px!important
}

.main-container .bg_line img {
    width: 212px!important
}

.upcomming_page .owl-carousel.owl-loaded {
    height: 200px!important
}

.upcomming_page .bg_line img {}

.inner_header .custom_container {
    top: 160px!important
}

.inner_header .banner_contant {
    width: 720px!important;
    text-align: center
}

.inner_header .logo_content {
    top: 100px;
    width: 45%!important;
    right: 29%!important;
    color: #fff;
    margin: 0 auto!important;
    text-align: center!important;
    display: none
}

.upcomming_page .owl-nav.disabled span {
    top: 0!important
}

.bid-btn .btn.all_bnts a {
    padding: 12px 20px;
    color: #fff;
    line-height: 30px;
    background: #8c1d1a!important;
}

.bid-btn .btn.all_bnts a:hover {
    color: #fff!important;
    background: rgba(0, 0, 0, .8)!important
}

.header_btns.bid-btn .btn.all_bnts {
    width: auto;
    background: 0 0!important;
    margin-right: 0;
    padding-left: 0
}

.mains.ss .header_btns.bid-btn .btn.all_bnts {
    margin-top: 0
}

.header_btns.id-btn {
    text-align: left
}

.header_btns.bid-btn {
    display: none
}

.count_box.sell-price .count {
    width: auto;
    text-align: left
}

.count_box.sell-price .count .count_tag {
    display: inline-block
}

.past_auction .col-sm-6.hide-auc {
    display: none
}

.banner_img {
    position: relative;
}

.banner_img:before {
    content: "";
    background: rgba(0, 0, 0, .6);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.subscriber-newd {
    position: relative;
    font-family: 'gothampro';
}

.subscriber-newd .container {
    display: flex;
}

.subscriber-newd .col-sm-9 {
    display: flex;
    align-items: center;
    padding: 200px 0 70px
}

.subscriber-newd:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 101%;
    clip-path: polygon(0 100%, 0 15%, 100% 40%, 100% 100%);
    height: 100%;
    width: 100%;
    background-size: cover
}

.sub-text h4 {
    color: #fff;
    font-family: gothampro-bold;
    font-size: 26px
}

.sub-text p {
    color: #fff
}

.input-shap {
    clip-path: polygon(0 100%, 0 20%, 95% 22%, 90% 100%);
    display: table-cell;
}

.input-shap input {
    height: 100%;
    width: 100%;
    padding-left: 10px;
    padding-top: 15px;
    color: #000;
}

.subscriber-form {
    display: table;
}

.sub-img {
    position: absolute;
    top: 80px;
    width: 155px;
    left: 80px;
}

.btn-shap {
    clip-path: polygon(0% 101%, 16% 22%, 100% 24%, 100% 100%);
    background: #8c1d1a;
    display: table-cell;
    width: 90px;
    position: relative;
    left: -21px
}

.btn-shap i {
    font-size: 25px;
    position: relative;
    top: 2px
}

.btn-shap button {
    width: 100%;
    height: 100%;
    background: #8c1d1a;
    border: none;
    color: #ddd
}

.input-shap input::-webkit-input-placeholder {
    color: #000
}

.input-shap input:-ms-input-placeholder {
    color: #000
}

.input-shap input::placeholder {
    color: #000
}

.footer-logo img {
    max-width: 200px;
    margin-top: 20px
}

.main_footer .navbar {
    display: flex;
    justify-content: space-between
}

.inner-header {
    height: 420px;
    background-size: cover !important;
    background-position: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}


/* .inner-header:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    left: 0;
    top: 0
} */

.inner-header ul.nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    float: none !important;
}

.inner-header ul.nav li {
    float: none;
    /* margin: 0; */
}

.inner-header .m-logo {
    margin: 0;
}

.head-sm-title {
    font-size: 16px;
    color: #fff;
    position: relative;
    font-family: gothampro;
    margin-left: 80px;
    display: block
}

.head-sm-title:before {
    content: "";
    height: 1px;
    background: #fff;
    width: 70px;
    position: absolute;
    left: -78px;
    top: 9px
}

.header-content-wraper {
    position: relative;
    width: 100%;
    font-family: BaskerBt;
}

.header-content-wraper.singe-auction {
    margin: auto;
    text-align: center;
    top: 20px
}

.header-content-wraper.singe-auction h2:before {
    content: none!important
}

.header-content-wraper.singe-auction h2 {
    font-family: italianno-regular;
    font-size: 60px;
    margin-bottom: 10px
}

.header-content-wraper.singe-auction p {
    font-size: 35px;
    text-transform: uppercase;
}

.single-auction .breadcrumbs {
    justify-content: center
}

.single-auction .breadcrumbs li a {
    text-transform: uppercase
}

.header-content-wraper h2 {
    font-family: BaskerBoldBt;
    font-size: 44px;
	line-height: normal;
    color: #fff;
    margin-bottom: 30px;
    position: relative
}

.header-content-wraper h2:before {
    content: '';
    background-image: url(../assets/img/bg_line.png);
    width: 215px;
    height: 55px;
    left: -85px;
    top: 18px;
    position: absolute;
    background-size: cover;
    background-position: 50%
}

.header-content-wraper p {
    color: #fff;
    font-family: gothampro;
}

.inner-p-menu {
    position: absolute;
    top: 0;
    width: 100%
}

.inner-p-menu .navbar-nav {
    margin: 12px 0 0
}

.inner-p-menu .navbar {
    display: flex!important;
    border: none!important;
    justify-content: center!important;
    border-bottom: 1px solid #a2a2a2!important;
    margin-bottom: 70px!important;
    border-color: #a2a2a2!important;
    padding-top: 30px
}

.m-logo img {
    width: 125px;
    margin-top: 20px
}

.inner-p-menu ul li a {
    font-family: baskerville-regular;
}


/* .inner-p-menu .right-menu li {
    margin-left: 45px
} */


/* .inner-p-menu .left-menu li {
    margin-right: 45px
} */

.m-logo {
    margin: 0 70px
}

.inner-p-menu .container,
.breadcrumbs-cont.container {
    width: 100%;
    max-width: 1080px
}

.breadcrumbs {
    width: 100%;
    display: flex;
    height: 100%;
    align-items: flex-end
}

.breadcrumbs-cont.container {
    display: flex;
    height: 100%;
    align-items: flex-end
}

.breadcrumbs ul {
    padding: 0;
    margin: 0;
    position: relative;
    top: -20px;
    font-family: gothampro;
}

.breadcrumbs li {
    display: inline-block;
    position: relative;
    color: #fff;
    margin-right: 5px
}

.breadcrumbs li a {
    color: #fff
}

.breadcrumbs li:after {
    content: "/";
    position: relative;
    left: 5px
}

.breadcrumbs li:last-child:after {
    content: none!important
}

.up-new,
.sec_auctions .content_area h2 {
    font-family: playfairdisplay-bold;
    color: #000;
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 35px
}

.upcomming_page .bg_bdr_img img {
    position: absolute;
    top: -190px;
    left: 195px;
    height: 232px
}

.sec_auctions .top_smal_text span,
.sec_auctions .content_area h2 {
    color: #fff
}

.sub-left {
    background-size: cover;
    background-position: 50%;
    position: relative
}

.sub-left:before {
    content: '';
    background: rgba(0, 0, 0, .6);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.sub-content-wraper h2 {
    font-family: playfairdisplay-bold;
    color: #000;
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 35px
}

.sub-content-wraper h2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px
}

.sub-content-wraper {
    position: relative;
    width: 100%;
    max-width: 808px;
    padding: 50px 35px;
    margin-left: auto
}

.sub-content-wraper p {
    color: #fff;
    padding-bottom: 15px;
    font-size: 14px
}

.sub-form {
    width: 255px;
    margin-right: auto;
    position: relative
}

.sub-form input {
    background: 0 0;
    border: 1px solid #fff;
    height: 38px;
    padding-left: 10px;
    color: #fff;
    font-size: 16px;
    width: 100%;
    border-right: none
}

.sub-form button {
    padding: 7px 20px;
    border: none;
    position: absolute;
    right: 0;
    top: 1px
}

.contact-form h2 {
    font-family: playfairdisplay-bold;
    color: #000;
    line-height: 38px;
    margin-bottom: 0;
    font-size: 18px
}

.contact-form p {
    color: #000;
    font-size: 14px
}

.contact-form a {
    background: #8c1d1a;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    margin-top: 62px;
    display: block;
    text-align: center;
    width: 100%
}

.contact-form a i {
    margin-left: 8px
}

.inner-pages-subscribe {
    display: flex
}

.contact-form {
    display: flex;
    align-items: center;
    height: 100%;
}

.contact-form .col-sm-4 {
    padding-left: 0
}

.about_us .main_title {
    font-size: 34px;
    /* font-family: playfairdisplay-bold; */
    color: #fff;
    line-height: 38px;
    margin-bottom: 20px
}

.why_auction .main_title {
    font-size: 37px;
    color: #fff;
    line-height: 38px;
    margin-bottom: 20px;
}

.why_auction .sub_texts .main_title {
    color: #8C1D1A;
}

.why_auction .sub_texts p {
    color: #000;
    font-family: gothampro;
}

.past_auction .main_title {
    font-size: 34px;
    font-family: playfairdisplay-bold;
    color: #000;
    line-height: 38px;
    margin-bottom: 20px
}

.contact_us .main_title {
    font-size: 34px;
    font-family: playfairdisplay-bold;
    color: #000;
    line-height: 38px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 750px;
    text-transform: capitalize;
    text-align: center
}

.header_btns.bid-btn,
.count_timmer.dt {
    visibility: hidden
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
    border: none!important
}

div.wpcf7-response-output {
    float: left!important;
    width: 100%!important;
    color: #fff!important;
    margin: 0!important
}

span.wpcf7-not-valid-tip {
    position: relative;
    top: -10px
}

.address p {
    background: #8c1d1a;
    color: #fff;
    padding: 12px;
    text-align: center;
    margin-bottom: 0
}

.address.bg-black p {
    background: #000
}

#h-up-slider .owl-nav span {
    color: #fff!important
}

#h-up-slider .owl-nav {
    left: -100px
}

#h-up-slider .owl-dots {
    display: none!important
}

.hide-img {
    display: none
}

.player__video {
    height: 430px;
    width: 100%;
    object-fit: fill
}

.download_btns a.active-tab {
    border: 1px solid transparent;
    background: #8c1d1a!important;
    color: #fff
}

.download_btns a {
    text-decoration: none
}

.tabs-content {
    margin-bottom: 30px;
    display: none
}

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

.right_col_pad i.c-ico {
    font-size: 16px;
    padding-right: 5px;
    color: #8c1d1a
}

.add-content {
    display: table
}

.add-content i {
    display: table-cell
}

.right_col_pad h5 {
    font-size: 16px
}

.d-flex {
    display: flex
}

.col-sm-6.right_col_pad .content_area {
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.c-info,
.c-title {
    width: 100%
}

.home-subscriber-cf7 .input-shap input {
    border: 0!important;
	height: 50px;
}

.home-subscriber-cf7 .input-shap {
    width: auto;
}

.home .subscriber-newd:after {
    top: 1px;
}

.home-subscriber-cf7 .wpcf7-submit {
    background: transparent !important;
    color: #fff;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 10px 0px;
	position: relative;
    top: 4px;
}

.home .main_Subscribe span.wpcf7-not-valid-tip {
    position: relative;
    top: -52px;
    left: 10px;
    font-size: 12px;
}

.home-subscriber-cf7 .btn-shap {
    width: 100px!important;
}


/* gome_sub */

.inner-Subscribe-cf7 .wpcf7-submit {
    width: 80%;
    background: #fff;
    color: #000;
}

.inner-Subscribe-cf7 .btn-shap {
    clip-path: inherit;
    background: transparent;
    left: 0;
}

.inner-Subscribe-cf7 .main_Subscribe {
    width: 300px;
    display: flex;
}

.inner-Subscribe-cf7 .input-shap {
    clip-path: inherit;
}

.inner-Subscribe-cf7 span.wpcf7-not-valid-tip {
    padding-top: 16px;
}

.inner-Subscribe-cf7 .wpcf7 input[type="email"] {
    padding-top: 0;
    color: #fff !important;
}

.inner-Subscribe-cf7 div.wpcf7-response-output {
    float: inherit !important;
    padding-left: 0!important;
    display: inline-block !important;
    border: 0;
    top: -20px;
    position: relative;
}

.inner-Subscribe-cf7 input[type="email"]::placeholder {
    color: #fff!important;
}


/* new page */

.medai_contact.hid,
.additional_content_area.hid {
    margin-top: 115px;
}


/* https://slymanauction.com/media-and-details/ */

.main_div_boxes {
    -webkit-transition: all 0.5s;
    margin: 10px;
    position: relative;
    border-radius: 6px;
}

.s_overlay {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 6px;
}

.boxe_contant {
    position: absolute;
    top: 30%;
    text-align: center;
    width: 100%;
    cursor: pointer;
}

.boxe_contant img {
    display: -webkit-inline-box;
    min-height: 40px;
    margin-bottom: 9px;
}

.hover_contant {
    background: #8a2720b8;
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    border-radius: 6px;
}

.main_div_boxes:hover {
    box-shadow: 0px 0px 20px 0px #000;
    -webkit-transition: all 0.5s;
}

.main_div_boxes img {
    border-radius: 6px;
}

.main_div_boxes:hover .hover_contant {
    opacity: 1;
    -webkit-transition: all 0.5s;
}

.main_div_boxes h3 {
    font-size: 18px;
    color: #fff;
    font-family: "PlayfairDisplay-Bold";
    width: 85%;
    margin: 0 auto;
    margin-top: 22px;
}

.before_and_after:before {
    content: "";
    position: absolute;
    top: 106px;
    width: 84%;
    height: 1px;
    background: #bcbcbc;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.before_and_after:after {
    content: "";
    position: absolute;
    top: 114px;
    width: 84%;
    height: 1px;
    background: #bcbcbc;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.medai_custom_colmn {
    border-radius: 6px;
    width: 33.33333333%;
    height: 238px;
}

.main_medai_area {
    display: flex;
    flex-flow: wrap;
    width: 100%;
    position: relative;
    margin: 0 auto;
    justify-content: center;
}

.media-and-details {
    padding: 70px 0;
}

.property_info .col-sm-6 img {
    width: 100%;
}

.property_img {
    height: 430px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.property_info {
    padding-bottom: 70px;
}

.grid_images {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 31.2%;
    height: 280px;
    float: left;
    margin: 10px;
}

.property_images .owl-nav.disabled {
    width: 100%;
    top: 45%;
}

.property_images {
    padding-bottom: 50px;
}

.property_images .owl-prev {
    width: 50%;
    float: left;
    text-align: left;
    position: relative;
    left: -34px;
}

.property_images .owl-next {
    width: 50%;
    text-align: right;
    position: relative;
    right: -60px;
}

.property_images h1 {
    text-align: center;
}

.property_images .owl-carousel .owl-nav.disabled span {
    font-size: 28px;
    margin: 4px;
    border: 1px solid #ccc;
    padding: 4px 15px;
    border-radius: 100px;
}

.property_images .owl-carousel .owl-nav button.owl-prev:before {
    content: "\f177";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #808080;
    font-size: 18px;
    padding-right: 0;
    position: absolute;
    top: 9px;
    left: 15px;
    background: #fff;
}

.property_images .owl-nav .owl-next:before {
    content: "\f178";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #808080;
    font-size: 18px;
    padding-right: 0;
    position: absolute;
    top: 9px;
    right: 15px;
    background: #fff;
}

.property_bg {
    height: 430px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.video_bg_ovrly {
    position: absolute;
    top: 0;
    background: #000000db;
    height: 100%;
    width: 100%;
}

.property_bg h1 {
    text-align: center;
    color: #fff;
    padding-top: 60px;
}

.property_video {
    position: relative;
    height: 650px;
}

.video-area {
    position: relative;
}

.video-area img {
    position: relative;
    width: 100%;
}

.video-area .play-icon {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60px;
    z-index: 9999;
    color: #ffff;
    border: 1px solid #fff;
    height: 60px;
    text-align: center;
    padding: 12px;
    border-radius: 100px;
    font-size: 26px;
    cursor: pointer;
}

.custom_row_arae {
    position: absolute;
    left: 0;
    right: 0;
    top: 152px;
    width: 760px;
    margin: 0 auto;
}

.view_btns {
    border: 0 !important;
    height: auto !important;
    width: auto !important;
    padding: inherit !important;
}

.threeD_tour {
    height: auto;
}

.tour_area {
    position: relative !important;
    top: 0 !important;
}

.threeD_tour h1 {
    text-align: center;
}

.threeDovrly {
    background: #00000094 !important;
}

.threeD_tour {
    padding-bottom: 60px;
}

.property_map {
    height: 600px !important;
}

.additional_content_area {
    padding-bottom: 60px;
}

.download_btns .fa {
    font-size: 12px;
    border-bottom: 1px solid;
    padding-bottom: 3px;
    color: #8c1d1a;
    margin-right: 4px;
}

.download_btns a {
    border: 1px solid #b7b7b7;
    padding: 8px 12px;
    font-size: 16px;
    margin-right: 8px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
}

.download_btns {
    display: block;
    margin: 20px 0px 30px;
}

.medai_contact h1 {
    color: #000 !important;
    display: block !important;
    margin-bottom: 10px;
    margin-top: 0px;
}

.medai_contact {
    color: #000 !important;
    margin-bottom: 60px;
}

.medai_contact .social_icons li a i {
    margin-left: 0;
}

.medai_contact .col-sm-6 {
    color: #000 !important;
}

.medai_contact .social_icons {
    justify-content: left;
    padding-left: 0;
    width: 100%;
    border-bottom: 0;
    margin: 0 auto;
    padding-bottom: 30px;
    margin-top: 10px;
}

.medai_contact span.your_mail {
    margin: 0px;
    display: block;
}

.medai_contact .col-sm-6.medai_page {
    background: #8c1d1a;
    text-align: center;
    padding: 30px;
}

.right_col_pad {
    padding-left: 50px;
}

.terms_sec {
    padding: 70px 0;
    text-align: center;
}

.medai_contact .wpcf7-form button,
.medai_contact .wpcf7-form input,
.medai_contact .wpcf7-form select,
.medai_contact .wpcf7-form textarea {
    background: transparent!important;
    border: 1px solid #fff !important;
    width: 100% !important;
    margin-bottom: 14px!important;
    padding: 10px 10px!important;
    color: #fff!important;
}

.medai_contact .wpcf7-form textarea {
    height: 80px;
}

.content_area p {
    line-height: 30px;
    font-family: gothampro;
}

.medai_contact .wpcf7-form .check_btn label {
    display: flex;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #fff;
    width: 100%;
}

.medai_contact .wpcf7-form .check_btn p {
    color: #fff;
}

.medai_contact .wpcf7-form .check_btn {
    margin-top: 20px;
}

.medai_contact .wpcf7-form .check_btn input {
    position: absolute;
    right: 32px;
}

.col-sm-6.medai_page .media_form_btn .wpcf7-submit {
    background: #fff !important;
    color: #000 !important;
    padding: 8px 10px!important;
    width: 80% !important;
    margin-top: 13px;
    float: right;
}

.medai_contact .wpcf7-form .check_btn label[type="checkbox"]:before {
    position: relative;
    display: block;
    width: 11px;
    height: 11px;
    border: 1px solid #808080;
    content: "";
    background: #FFF;
}

.medai_contact h2 {
    font-family: "PlayfairDisplay-Bold";
    font-size: 22px;
}

.medai-titie_subtext h2,
.medai-titie_subtext p {
    color: #fff;
    text-align: left;
    padding-left: 16px;
}

.medai_contact p {
    margin-bottom: 15px;
}

.container.content_width {
    width: 746px;
}

.circle {
    border: 1px solid #000 !important;
}


/* headlines with lines */

.decorated {
    overflow: hidden;
    text-align: center;
}

.decorated>span {
    position: relative;
    display: inline-block;
    font-family: PlayfairDisplay-Bold;
}

.decorated>span:before,
.decorated>span:after {
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px solid;
    width: 120px;
    margin: 0 20px;
    color: #bfbfbf;
}

.decorated>span:before {
    right: 100%;
}

.decorated>span:after {
    left: 100%;
}

.media_property_btns .circle {
    background: #000000 !important;
}


/* new page csss end */

#header_slider {
    height: 100vh;
}

.header-content-wraper h2:before {
    left: -34px;
    top: -10px;
}

.banner_contant.col-sm-6 h1 {
    font-size: 64px;
    font-weight: 400;
    /* AO line-height: inherit;*/
    font-family: 'Urbanist', sans-serif;
}

.home .button:hover a {
    color: #2D3142 !important;
}

.home .left_contant h2 {
    text-transform: capitalize !important;
    font-size: 18px !important;
}

h1 {
    position: relative;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
}

.banner_contant.col-sm-6 p {
    font-family: 'Urbanist', sans-serif;
    /* font-family: BaskerBt; */
    margin: auto;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 40px;
    font-style: italic;
    /* text-transform: uppercase; */
    font-weight: 400 !important;
}

#header_slider .owl-carousel .owl-item img {
    display: block;
    width: 20px;
    margin: 0 auto;
}

.long-arow {
    display: inline-block;
    width: 100%;
    position: relative;
    top: 60px;
}

.main-container {
    width: 70%;
    margin: auto;
    position: absolute;
    /* display: flex; */
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header_btns .btn.all_bnts {
    border: 0!Important;
    background: #8c1d1a!important;
    margin-right: 14px;
}

.w-100:before {
    position: absolute;
    width: 100%;
    content: "";
    top: 70px;
    background: #a2a2a2;
    height: 1px;
    right: 0;
    left: 0;
    max-width: 480px;
}

.w-100:after {
    position: absolute;
    width: 100%;
    content: "";
    top: 70px;
    background: #a2a2a2;
    height: 1px;
    right: 0;
    max-width: 480px;
}

.home .sec_about_us .container {
    width: 100%;
    padding: 0;
}

.home .sec_about_us .col-sm-12,
.home .sec_about_us .col-sm-6 {
    padding: 0;
    position: relative;
}

.ovrly_img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000c7;
}

.main_experience h2 {
    font-size: 26px;
    margin-bottom: 30px;
    color: #fff;
    position: relative;
    font-family: GothamPro-Medium;
    font-weight: normal;
}

.banner_img {
    min-height: 600px;
}

.home .left_contant p {
    position: relative;
    left: 0px;
    line-height: 24px;
    width: 100%;
    padding-left: 0;
    color: #fff !important;
}

.home .left_contant.future_content {
    width: auto;
    border-bottom: none;
    background: transparent;
}

.home .left_contant.future_content .bid-btn .btn.all_bnts a {
    padding: 15px 20px;
}

.home .left_contant.future_content .bid-btn .btn.all_bnts a:hover {
    color: #000!important;
    background: #fff!important;
}

.home .sec_about_us {
    padding: 0px 0px 40px;
}

.home .count {
    width: 80px;
}

.home .count_timmer {
    justify-content: space-between;
    width: auto;
    text-align: center;
    position: relative;
}

.col-sm-6.colom_revs .count_box {
    color: #fff;
    text-align: center;
}

.header_btns a {
    color: #fff!important;
}

.main_experience.col-sm-12 .header_btns {
    float: left;
}

.page_name h1,
.page_name span {
    color: #fff !important;
    position: relative;
}

.home .left_contant {
    display: inline-block;
    padding: 70px;
}

.main_experience img {
    position: relative;
    margin-bottom: 0;
    height: 550px;
}

.home .sec_about_us .col-sm-6 {
    height: 550px;
    background-size: cover;
    background-position: center;
}

.page_name span {
    color: #de322d !important;
    position: relative;
    margin-top: 30px;
    display: block;
}

.home .about_sec p,
.home .about_sec h1,
.home .about_sec h2 {
    color: #000!important;
}

.home_bg_img {
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home_slider_sec .future_content {
    margin: 6px;
}

.home_slider_sec .container {
    width: 900px;
    position: relative;
    top: inherit;
    background: transparent;
    padding: 0;
    box-shadow: inherit;
    margin-bottom: 50px;
}

.overly_home {
    background: rgba(255, 255, 255, 0.81)!important;
}

.sec_auctions_reviews {
    position: relative;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 10px 0 70px;
}

.home .sec_about_us {
    padding: 0 !important;
}

.sec_auctions_reviews .content_area h2 {
    color: #000!important;
    text-align: center;
    padding: 30px 0;
}

.sec_auctions_reviews .box_content {
    display: flex;
    justify-content: center;
}

.sec_auctions_reviews .owl-carousel {
    position: relative;
}

.sec_auctions_reviews .owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.sec_auctions_reviews .owl-carousel .owl-nav button {
    width: fit-content;
    height: fit-content;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    font-size: 22px !important;
}

.sec_auctions_reviews .owl-carousel .owl-nav button.owl-prev {
    left: -2%;
}

.sec_auctions_reviews .owl-carousel .owl-nav button.owl-next {
    right: -2.5%;
}

.future_content ul,
.future_content p {
    color: #fff !important;
}

.blackdrack {
    background: #363636!important;
}

.blackdrack {
    background: #252525!important;
}

.redcolor {
    background: #8c1d1a!important;
}

ul.post_mata {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid;
    padding-top: 20px;
    margin-top: 20px;
    font-family: 'gothampro';
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

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

.border-0 {
    border: none;
}

.position-relative {
    position: relative;
}

.sec_auctions_reviews .future_content p {
    color: #fff !important;
    font-size: 16px;
    text-align: center;
    font-family: gothampro;
}

.homeSlider_box .box_content {
    display: block;
    padding: 30px;
    background: transparent;
}

.homeSlider_box .box_content img {
    width: 100%;
}

.homeSlider_box .box_content p {
    color: #000 !important;
    font-family: gothampro;
}

.homeSlider_box .box_content .prop-details {
    max-width: 300px;
}

.homeSlider_box .box_content .ammenities i {
    margin-right: 10px;
}

.homeSlider_box .box_content .ammenities {
    font-size: 22px;
    color: #33383c;
}

.homeSlider_box .box_content .excerpt{
    font-size: 14px;
}

.homeSlider_box .future_content {
    width: 100%;
    background: #fff;
    padding-bottom: 0;
    box-shadow: 4px 2px 23px -2px #ccc;
}

.have_done_more {
    position: relative;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 70%;
    min-height: 420px;
}

.have_done_more .ovrly {
    background: #8b201deb;
}

.rotate_btn {
    margin-left: 26px;
    -webkit-transform: scale(0.8) translateY(104px) skewX(-45deg) skewY(-30deg);
    -webkit-transform-origin: 0% 0%;
    -moz-transform: scale(0.8) translateY(104px) skewX(-45deg) skewY(-30deg);
    -moz-transform-origin: 0% 0%;
    -o-transform: scale(0.8) translateY(104px) skewX(-45deg) skewY(-30deg);
    -o-transform-origin: 0% 0%;
    -ms-transform: scale(0.8) translateY(104px) skewX(-45deg) skewY(-30deg);
    -ms-transform-origin: 0% 0%;
    transform: scale(0.8) translateY(10px) skewX(-27deg) skewY(0deg);
    transform-origin: 0% 0%;
    border-bottom: 2px solid #fff !important;
}

.homeSlider_box.col-sm-6 {
    position: absolute;
    top: 70px;
    right: 100px;
    width: 36%;
}

.done-more_then {
    position: relative;
    height: 600px;
}

.done-more_then .slide_img {
    width: 100%;
}

.done-more_then .content_area.col-sm-6 {
    position: relative;
    left: 114px;
}

.done-more_then .owl-nav.disabled {
    top: -40px;
    background: #000;
    width: 85px;
    margin-right: 0;
    color: #fff;
    text-align: center;
    height: 35px;
    display: flex;
    right: 22px;
    clip-path: polygon(6% 20%, 94% 16%, 87% 92%, 0% 100%);
    align-items: center;
    padding-top: 3px;
}

.done-more_then .owl-carousel .owl-nav.disabled span {
    font-size: 28px;
    margin: 6px;
    line-height: 29px;
    font-family: gothampro;
}

.prize_lable {
    position: relative;
}

body .prize_lable h6 {
    background: #8c1d1a;
    color: #fff !important;
    text-align: center;
    padding: 16px;
    width: 80%;
    position: relative;
    margin-right: 0;
    right: -210px;
    font-size: 16px;
    font-family: gothampro;
}

body .prize_lable h6 span {
    transform: skewX(27deg);
    display: inline-block;
}

@media (max-width: 479px) and (min-width: 320px) {
    .banner_contant.col-sm-6 h1{
        font-size: 35px;
        line-height: 1.2;
    }
    /* new css */
    .property_img {
        height: 208px;
    }
    .medai_contact h1 {
        color: #000 !important;
        display: block !important;
        margin-bottom: 10px;
        margin-top: 40px;
    }
    .property_video {
        height: 100%;
    }
    .property_map {
        height: 100% !important;
    }
    .header_btns.media_property_btns {
        margin-bottom: 24px;
    }
    .threeD_tour {
        padding-bottom: 20px;
    }
    .threeD_tour h1 {
        margin-top: 40px;
    }
    .property_images {
        padding-bottom: 10px;
    }
    .player__video {
        width: 100%;
    }
    .grid_images {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 200px;
        float: left;
        margin: 0;
        margin-bottom: 16px;
    }
    .medai_custom_colmn {
        border-radius: 6px;
        width: 100%;
        height: 100%;
    }
    .custom_row_arae {
        width: 100%!important;
    }
    .container.content_width {
        width: 100%!important;
    }
    .terms_sec {
        padding: 0px 0 30px;
        text-align: center;
    }
    .right_col_pad {
        padding-left: 0;
        text-align: center;
    }
    .social_icons {
        padding-bottom: 15px !important;
        justify-content: center !important;
    }
    .medai_contact span.your_mail {
        margin: 0px 0 0px!important;
        display: block;
    }
    .medai_contact .col-sm-6.medai_page {
        background: #8c1d1a;
        text-align: center;
        padding: 30px 30px 0px!important;
    }
    .medai_contact p {
        margin-bottom: 15px;
    }
    .col-sm-6.medai_page .media_form_btn .wpcf7-submit {
        width: 100% !important;
    }
    .media-and-details {
        padding: 20px 0;
    }
    .property_info {
        padding-bottom: 0px;
    }
    .video-area video.player__video {
        height: auto!important;
    }
    .additional_content_area {
        padding-bottom: 14px;
    }
    .boxe_contant {
        top: 20%;
    }
    /* new css end */
    /*menu setting*/
    .w-100 {
        display: block!important;
    }
    .header-content-wraper {
        margin-top: 120px;
    }
    /* .inner-p-menu .navbar {
        display: none!important;
    } */
    .inner-p-menu .navbar.collapse.in {
        display: block!important;
    }
    .inner-p-menu .m-logo {
        display: none!important;
    }
    .inner-p-menu .logo {
        display: block!important;
    }
    .inner-p-menu .container {
        padding-right: 22px;
    }
    .inner-p-menu #menu-header-right {
        margin-top: 0px!important;
    }
    /*menu setting end*/
    /* 	new */
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .hour_count {
        margin: inherit;
    }
    .count_timmer {
        display: block;
    }
    .main_experience.col-sm-12 .header_btns {
        float: inherit;
    }
    .sub-text h4 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .banner_contant.col-sm-6 h2 {
        font-size: 36px;
        margin: 57px 0px 0px;
        font-weight: 100;
        text-transform: capitalize;
        line-height: 41px;
    }
    .sec_auctions_reviews {
        display: none;
    }
    .slider_content {
        position: relative;
        bottom: 0px;
        right: 0;
        width: 100%;
    }
    .future_content {
        width: 100%;
    }
    .box_content {
        width: 100%;
        flex-direction: column-reverse;
    }
    .slide_img {
        width: 90%;
        margin: 0 auto;
    }
    .mains.ss .sec_slider.container {
        width: 100% !important;
        height: auto !Important;
        display: inline-block;
    }
    .mains.ss .slide_img {
        width: 100% !important;
    }
    .content_area.col-sm-12.updat_star {
        position: relative;
        width: 100% !important;
        left: 0 !important;
        top: -50px !important;
    }
    .navbar-nav {
        float: inherit;
        display: inherit;
    }
    .past_auction .col-sm-6 {
        display: inherit;
        padding: 0;
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }
    .after_reviews .image_bdr {
        display: none;
    }
    .custom_width {
        width: 100%;
        display: inherit;
        margin: auto;
    }
    .slide_content,
    .main-container {
        right: 0;
        margin: 0 auto;
        top: 292px;
        width: 86%;
    }
    .sticky_header .navbar-nav {
        width: 100%!important;
        background: #000;
        margin: 0;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        padding: 0;
    }
    .nav>li>a {
        padding: 10px 2px;
    }
    .main_experience .image_bdr,
    .main_experience .image_bdr2,
    .main_footer .navbar-nav>li:before,
    .navbar-default .navbar-nav>li:before {
        display: none;
    }
    .mains.ss .future_content {
        width: 100% !important;
    }
    .updat_star .container {
        width: 100%!important;
    }
    .past_auction .future_content {
        padding: 12px;
        width: 100%;
    }
    .border_right.bg {
        float: inherit;
        top: 0;
        width: 100%;
        height: 170px;
        margin-bottom: 0;
        margin-top: 18px;
    }
    .banner_contant.col-sm-6 p {
        width: 80%;
    }
    body .slider_content .owl-nav.disabled {
        top: 94px !important;
        right: 40px !important;
    }
    .black_btn {
        top: 0;
    }
    .large-12.columns .owl-nav.disabled {
        top: 50%!important;
        width: 90%;
        left: 0;
    }
    .selling_pick_img {
        width: 100%;
        height: 170px;
    }
    .left_contant img {
        display: none;
    }
    .left_contant p {
        left: 0;
        width: 100%;
        padding-left: 0;
    }
    .logo.col-sm {
        text-align: left;
        width: 70%;
        float: left;
    }
    .logo.col-sm img {
        width: 50%;
    }
    .navbar-toggle {
        margin-top: 20px;
    }
    .owl-carousel .owl-dots.disabled,
    .owl-carousel .owl-nav.disabled {
        left: 200px;
    }
    .mains.ss .future_content h2 {
        font-size: 18px!important;
        margin: 6px 0px;
    }
    .mains.ss .slide_img img {
        height: 220px!important;
    }
    .updat_star ul {
        padding: 0;
    }
    .main_experience h2 {
        font-size: 18px;
        line-height: 26px;
    }
    .content_area {
        position: relative;
        top: -10px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }
    .sec_auctions {
        margin-bottom: 120px;
    }
    .mains.ss .container p {
        margin-bottom: 12px;
    }
    .sec_about_us {
        padding: 30px 0px 40px;
    }
    .sticky_header.home-sticky {
        display: inherit !important;
    }
    .main_logo img {
        width: 190px!important;
    }
    .main_experience .colom_revs {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 30px;
    }
    .sec_about_us .main_experience .col-sm-6 {
        padding: 0;
    }
    .main_title {
        font-size: 20px;
        line-height: 30px;
    }
    .main_experience img {
        margin-bottom: 14px;
    }
    .main_auctions.col-sm-12 {
        padding: 50px 0 36px;
    }
    #header_slider button.owl-next {
        width: 10%;
    }
    .past_auction {
        padding: 0px 0px 50px;
    }
    section.sec_auctions.after_reviews {
        margin-bottom: 46px;
    }
    section.subscribe.sec_auctions {
        margin-bottom: 0;
        padding-bottom: 110px;
        padding-top: 30px;
    }
    .main_auctions.col-sm-12 .owl-carousel .owl-nav.disabled {
        left: 0;
    }
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel button.owl-dot {
        width: 34px;
    }
    .banner_contant.col-sm-6 p {
        font-size: 25px;
        margin-top: 22px;
        line-height: 1.2;
    }
    .logo.col-sm {
        padding-top: 0;
        position: relative;
        top: 6px;
    }
    .main_footer .navbar {
        display: block;
    }
    .main_footer .left-menu {
        width: 100%;
    }
    .main_footer .right-menu {
        width: 100%;
        display: block;
    }
    .main_footer .right-menu li {
        margin-left: 0px!important;
    }
    .have_done_more {
        width: 100%;
        height: auto;
        padding-bottom: 46px;
    }
    .done-more_then .content_area.col-sm-6 {
        left: 0;
    }
    .home .sec_about_us .col-sm-6 {
        height: auto;
    }
    .fixd_imgBox.responsive1 {
        display: none;
    }
    .homeSlider_box.col-sm-6 {
        position: relative;
        top: auto;
        right: 0;
        width: 100%;
    }
    .home .left_contant {
        display: inline-block;
        padding: 0 30px;
        margin-bottom: 50px;
    }
    .navbar-default .navbar-form {
        padding: 0;
        width: 100%;
        margin: 0;
        background: #000;
        position: relative;
        top: 10px;
        padding: 30px !important;
    }
    .navbar-default .right-menu li {
        margin-left: 0;
    }
    header .navbar ul li a {
        padding: 14px;
        border: 0;
    }
    .navbar-default .navbar-nav>.active>a {
        border-bottom: 0;
    }
    .main_footer .left-menu {
        display: block !important;
    }
    .done-more_then {
        height: auto;
    }
    .homeSlider_box .box_content {
        padding: 0;
        margin-top: 22px;
    }
    body .prize_lable h6 {
        padding: 8px;
        width: 100%;
        margin-right: 0;
        right: 0;
        font-size: 16px;
        line-height: 24px;
    }
    body .prize_lable h6 {
        font-size: 16px;
        line-height: 24px;
    }
    .main_title.done-auction {
        margin-top: 58px;
    }
    .done-more_then .owl-nav.disabled {
        top: 228px;
        right: 0;
    }
    .subscriber-newd .col-sm-9 {
        display: block;
        align-items: center;
        padding: 200px 0 70px 0;
    }
    .sub-img {
        position: absolute;
        top: 0;
        width: 120px;
        left: inherit;
        right: inherit;
    }
    .main_footer .left-menu li {
        margin-right: 0 !important;
        text-align: center;
        display: block;
    }
    .main_footer .footer-logo {
        width: 30%;
        margin: 0 auto;
    }
    .main_footer .right-menu li {
        margin-left: 0px!important;
        text-align: center;
        display: block;
    }
    .banner_img {
        min-height: 590px;
        height: 100vh;
    }
    .home .sec_about_us .col-sm-6 {
        top: -24px;
        padding-top: 20px;
        margin-bottom: 0;
    }
    .page_name h1 {
        font-size: 40px;
    }
    #header_slider {
        height: 100%;
    }
    .home .sec_about_us .col-sm-12 {
        flex-direction: column-reverse;
        display: flex;
    }
    .home_bg_img {
        height: 230px;
    }
    .inner-p-menu .left-menu li {
        margin-right: 0;
        text-align: center;
        display: block;
    }
    .navbar-default .left-menu li {
        margin-right: 0;
    }
    .navbar-default .right-menu li {
        display: block;
        text-align: left;
    }
    .main_footer .right-menu li {
        display: block;
        text-align: center;
    }
    .m-logo {
        text-align: center!important;
        width: 14%!important;
        margin: 0 auto;
        padding-top: 19px!important;
        position: relative!important;
    }
    .header-content-wraper h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .empty_line {
        padding-left: 0;
    }
    .upcomming_page .owl-carousel.owl-loaded {
        height: auto !important;
    }
    .upcomming_page .bg_bdr_img img {
        display: none;
    }
    .upcomming_page .slider_content {
        width: 100%;
    }
    body .upcomming_page .slider_content .owl-nav.disabled {
        top: auto !important;
        right: 0 !important;
        left: 98px;
    }
    .owl-carousel .owl-item img {
        padding-top: 10px;
    }
    .upcomming_page .future_content h2 {
        width: 77%;
    }
    .align_left_box .sec_slider.container {
        left: 0;
    }
    .sec_slider.container {
        width: 100%;
        top: 0;
    }
    .sec_slider .future_content {
        width: 100%;
    }
    .sec_slider .slide_img {
        width: 100%;
    }
    .align_right_box .sec_slider.container {
        right: 0;
    }
    .inner-pages-subscribe {
        display: block;
        padding-bottom: 50px;
    }
    .contact-form a {
        margin-top: 20px;
    }
    .contact-form {
        display: block;
    }
    section.upcomming_boxes.align_left_box,
    section.upcomming_boxes.align_right_box {
        margin: 0 15px;
    }
    .panel-table {
        display: block;
        width: 100%;
        overflow-y: hidden;
    }
    .why_auction .left_contant p,
    .why_auction .bottom_area p,
    .why_auction .why_subtext p {
        padding-left: 0;
    }
    .empty_line span:before {
        display: none;
    }
    .right-bdr_img,
    .why_left_img .image_bdr {
        display: none;
    }
    .about_us .why_left_img .why_bg_img {
        width: 100%;
        background-position: -54px;
    }
    .team_member_img {
        min-height: 100px;
    }
    .col-sm-12.years-experience {
        padding-bottom: 10px;
    }
    .owner_content {
        width: 100%;
    }
    .bottom_area {
        padding: 20px 0;
    }
    .why_left_img .why_bg_img {
        width: 100%;
        height: 243px;
    }
    .padd_none {
        padding-left: 0;
        padding-right: 0;
    }
    .img_box {
        width: 100%;
        margin-top: 10px;
    }
    .col-sm-12.bottom_area p {
        margin-top: 30px;
    }
    .past_auction .col-sm-6 {
        padding: 10px;
        border-radius: 4px;
        display: block !important;
    }
    .col-sm-6.from_page {
        width: 100%;
    }
    .contact_us {
        padding-top: 46px;
        padding-bottom: 30px;
    }
    .contact_us .social_icons {
        justify-content: center;
    }
    .contact_us .your_mail {
        top: 0;
    }
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:hover {
        border-bottom: 0 !important;
    }
    .col-sm-7.sub_texts p {
        margin-top: 10px;
    }
    .inner-p-menu ul li a {
        text-align: left;
    }
    .past_auction .content_area {
        margin-top: 40px;
    }
    .footer-logo img {
        margin-top: 20px;
    }
    .about_us .cus-container {
        padding: 0;
    }
}

@media (max-width: 567px) and (min-width: 480px) {
    /* new css */
    .property_img {
        height: 208px;
    }
    .medai_contact h1 {
        color: #000 !important;
        display: block !important;
        margin-bottom: 10px;
        margin-top: 40px;
    }
    .property_video {
        height: 100%;
    }
    .property_map {
        height: 100% !important;
    }
    .header_btns.media_property_btns {
        margin-bottom: 24px;
    }
    .threeD_tour {
        padding-bottom: 20px;
    }
    .threeD_tour h1 {
        margin-top: 40px;
    }
    .property_images {
        padding-bottom: 10px;
    }
    .player__video {
        width: 100%;
    }
    .grid_images {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 200px;
        float: left;
        margin: 0;
        margin-bottom: 16px;
    }
    .medai_custom_colmn {
        border-radius: 6px;
        width: 80%;
        height: 100%;
    }
    .custom_row_arae {
        width: 100%!important;
    }
    .container.content_width {
        width: 100%!important;
    }
    .terms_sec {
        padding: 0px 0 30px;
        text-align: center;
    }
    .right_col_pad {
        padding-left: 0;
        text-align: center;
    }
    .social_icons {
        padding-bottom: 15px !important;
        justify-content: center !important;
    }
    .medai_contact span.your_mail {
        margin: 0px 0 0px!important;
        display: block;
    }
    .medai_contact .col-sm-6.medai_page {
        background: #8c1d1a;
        text-align: center;
        padding: 30px 30px 0px!important;
    }
    .medai_contact p {
        margin-bottom: 15px;
    }
    .col-sm-6.medai_page .media_form_btn .wpcf7-submit {
        width: 100% !important;
    }
    .media-and-details {
        padding: 20px 0;
    }
    .property_info {
        padding-bottom: 0px;
    }
    .video-area video.player__video {
        height: auto!important;
    }
    .additional_content_area {
        padding-bottom: 14px;
    }
    .boxe_contant {
        top: 20%;
    }
    /* new css end */
    /*menu setting*/
    .w-100 {
        display: block!important;
    }
    .header-content-wraper {
        margin-top: 120px;
    }
    .inner-p-menu .navbar {
        display: none!important;
    }
    .inner-p-menu .navbar.collapse.in {
        display: block!important;
    }
    .inner-p-menu .m-logo {
        display: none!important;
    }
    .inner-p-menu .logo {
        display: block!important;
    }
    .inner-p-menu .container {
        padding-right: 22px;
    }
    .inner-p-menu #menu-header-right {
        margin-top: 0px!important;
    }
    /*menu setting end*/
    /* 	new */
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .hour_count {
        margin: inherit;
    }
    .count_timmer {
        display: block;
    }
    .main_experience.col-sm-12 .header_btns {
        float: inherit;
    }
    .sub-text h4 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .banner_contant.col-sm-6 h2 {
        font-size: 40px;
        margin: 160px 0px 0px;
        font-weight: 100;
        text-transform: capitalize;
        line-height: 41px;
    }
    .sec_auctions_reviews {
        display: none;
    }
    .slider_content {
        position: relative;
        bottom: 0px;
        right: 0;
        width: 100%;
    }
    .future_content {
        width: 100%;
    }
    .box_content {
        width: 100%;
        flex-direction: column-reverse;
    }
    .slide_img {
        width: 90%;
        margin: 0 auto;
    }
    .mains.ss .sec_slider.container {
        width: 100% !important;
        height: auto !Important;
        display: inline-block;
    }
    .mains.ss .slide_img {
        width: 100% !important;
    }
    .content_area.col-sm-12.updat_star {
        position: relative;
        width: 100% !important;
        left: 0 !important;
        top: -50px !important;
    }
    .navbar-nav {
        float: inherit;
        display: inherit;
    }
    .past_auction .col-sm-6 {
        display: inherit;
        padding: 0;
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }
    .after_reviews .image_bdr {
        display: none;
    }
    .custom_width {
        width: 100%;
        display: inherit;
        margin: auto;
    }
    .slide_content,
    .main-container {
        right: 0;
        margin: 0 auto;
        top: 292px;
        width: 86%;
    }
    .sticky_header .navbar-nav {
        width: 100%!important;
        background: #000;
        margin: 0;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        padding: 0;
    }
    .nav>li>a {
        padding: 10px 2px;
    }
    .main_experience .image_bdr,
    .main_experience .image_bdr2,
    .main_footer .navbar-nav>li:before,
    .navbar-default .navbar-nav>li:before {
        display: none;
    }
    .mains.ss .future_content {
        width: 100% !important;
    }
    .updat_star .container {
        width: 100%!important;
    }
    .past_auction .future_content {
        padding: 12px;
        width: 100%;
    }
    .border_right.bg {
        float: inherit;
        top: 0;
        width: 100%;
        height: 170px;
        margin-bottom: 0;
        margin-top: 18px;
    }
    .banner_contant.col-sm-6 p {
        width: 80%;
    }
    body .slider_content .owl-nav.disabled {
        top: 94px !important;
        right: 40px !important;
    }
    .black_btn {
        top: 0;
    }
    .large-12.columns .owl-nav.disabled {
        top: 50%!important;
        width: 90%;
        left: 0;
    }
    .selling_pick_img {
        width: 100%;
        height: 170px;
    }
    .left_contant img {
        display: none;
    }
    .left_contant p {
        left: 0;
        width: 100%;
        padding-left: 0;
    }
    .logo.col-sm img {
        width: 38%;
    }
    .navbar-toggle {
        margin-top: 20px;
    }
    .owl-carousel .owl-dots.disabled,
    .owl-carousel .owl-nav.disabled {
        left: 200px;
    }
    .mains.ss .future_content h2 {
        font-size: 18px!important;
        margin: 6px 0px;
    }
    .mains.ss .slide_img img {
        height: 220px!important;
    }
    .updat_star ul {
        padding: 0;
    }
    .main_experience h2 {
        font-size: 18px;
        line-height: 26px;
    }
    .content_area {
        position: relative;
        top: -10px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }
    .sec_auctions {
        margin-bottom: 120px;
    }
    .mains.ss .container p {
        margin-bottom: 12px;
    }
    .sec_about_us {
        padding: 30px 0px 40px;
    }
    .sticky_header.home-sticky {
        display: inherit !important;
    }
    .main_logo img {
        width: 190px!important;
    }
    .main_experience .colom_revs {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 30px;
    }
    .sec_about_us .main_experience .col-sm-6 {
        padding: 0;
    }
    .main_title {
        font-size: 20px;
        line-height: 30px;
    }
    .main_experience img {
        margin-bottom: 14px;
    }
    .main_auctions.col-sm-12 {
        padding: 50px 0 36px;
    }
    #header_slider button.owl-next {
        width: 10%;
    }
    .past_auction {
        padding: 0px 0px 50px;
    }
    section.sec_auctions.after_reviews {
        margin-bottom: 46px;
    }
    section.subscribe.sec_auctions {
        margin-bottom: 0;
        padding-bottom: 110px;
        padding-top: 30px;
    }
    .main_auctions.col-sm-12 .owl-carousel .owl-nav.disabled {
        left: 0;
    }
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel button.owl-dot {
        width: 34px;
    }
    /* 	new */
    .banner_contant.col-sm-6 h2 {
        font-size: 40px;
        margin: 10px 0px 0px;
        font-weight: 100;
        text-transform: capitalize;
        line-height: 41px;
    }
    .banner_contant.col-sm-6 p {
        font-size: 30px;
        margin-top: 22px;
    }
    .logo.col-sm {
        padding-top: 0;
        position: relative;
        top: 6px;
    }
    .main_footer .navbar {
        display: block;
    }
    .main_footer .left-menu {
        width: 100%;
    }
    .main_footer .right-menu {
        width: 100%;
        display: block;
    }
    .main_footer .right-menu li {
        margin-left: 0px!important;
    }
    .have_done_more {
        width: 100%;
        height: auto;
        padding-bottom: 46px;
    }
    .done-more_then .content_area.col-sm-6 {
        left: 0;
    }
    .home .sec_about_us .col-sm-6 {
        height: auto;
    }
    .fixd_imgBox.responsive1 {
        display: none;
    }
    .homeSlider_box.col-sm-6 {
        position: relative;
        top: auto;
        right: 0;
        width: 100%;
    }
    .home .left_contant {
        display: inline-block;
        padding: 0 30px;
        margin-bottom: 50px;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        padding: 0;
        width: 100%;
        margin: 0;
        background: #000;
        position: relative;
        top: 10px;
        padding: 30px !important;
    }
    .navbar-default .right-menu li {
        margin-left: 0;
    }
    header .navbar ul li a {
        padding: 14px;
        border: 0;
    }
    .navbar-default .navbar-nav>.active>a {
        border-bottom: 0;
    }
    .main_footer .left-menu {
        display: block !important;
    }
    .done-more_then {
        height: auto;
    }
    .homeSlider_box .box_content {
        padding: 0;
        margin-top: 22px;
    }
    body .prize_lable h6 {
        padding: 8px;
        width: 100%;
        margin-right: 0;
        right: 0;
        font-size: 16px;
        line-height: 24px;
    }
    body .prize_lable h6 {
        font-size: 16px;
        line-height: 24px;
    }
    .main_title.done-auction {
        margin-top: 58px;
    }
    .done-more_then .owl-nav.disabled {
        top: 228px;
        right: 0;
    }
    .subscriber-newd .col-sm-9 {
        display: block;
        align-items: center;
        padding: 200px 0 70px 0;
    }
    .sub-img {
        position: absolute;
        top: 0;
        width: 120px;
        left: inherit;
        right: inherit;
    }
    .main_footer .left-menu li {
        margin-right: 0 !important;
        text-align: center;
        display: block;
    }
    .main_footer .footer-logo {
        width: 30%;
        margin: 0 auto;
    }
    .main_footer .right-menu li {
        margin-left: 0px!important;
        text-align: center;
        display: block;
    }
    .banner_img {
        min-height: 590px;
    }
    .home .sec_about_us .col-sm-6 {
        top: -24px;
        padding-top: 20px;
        margin-bottom: 0;
    }
    .page_name h1 {
        font-size: 40px;
    }
    #header_slider {
        height: 100%;
    }
    .home .sec_about_us .col-sm-12 {
        flex-direction: column-reverse;
        display: flex;
    }
    .home_bg_img {
        height: 230px;
    }
    .inner-p-menu .navbar {
        display: block;
    }
    .inner-p-menu .left-menu li {
        margin-right: 0;
        text-align: center;
        display: block;
    }
    .navbar-default .left-menu li {
        margin-right: 0;
    }
    .navbar-default .right-menu li {
        display: block;
        text-align: left;
    }
    .main_footer .right-menu li {
        display: block;
        text-align: center;
    }
    .m-logo {
        text-align: center!important;
        width: 14%!important;
        margin: 0 auto;
        padding-top: 19px!important;
        position: relative!important;
    }
    .header-content-wraper h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .inner-header {
        height: 374px;
    }
    .empty_line {
        padding-left: 0;
    }
    .upcomming_page .owl-carousel.owl-loaded {
        height: auto !important;
    }
    .upcomming_page .bg_bdr_img img {
        display: none;
    }
    .upcomming_page .slider_content {
        width: 100%;
    }
    body .upcomming_page .slider_content .owl-nav.disabled {
        top: auto !important;
        right: 0 !important;
        left: 98px;
    }
    .owl-carousel .owl-item img {
        padding-top: 10px;
    }
    .upcomming_page .future_content h2 {
        width: 77%;
    }
    .align_left_box .sec_slider.container {
        left: 0;
    }
    .sec_slider.container {
        width: 100%;
        top: 0;
    }
    .sec_slider .future_content {
        width: 100%;
    }
    .sec_slider .slide_img {
        width: 100%;
    }
    .align_right_box .sec_slider.container {
        right: 0;
    }
    .inner-pages-subscribe {
        display: block;
        padding-bottom: 50px;
    }
    .contact-form a {
        margin-top: 20px;
    }
    .contact-form {
        display: block;
    }
    section.upcomming_boxes.align_left_box,
    section.upcomming_boxes.align_right_box {
        margin: 0 15px;
    }
    .panel-table {
        display: block;
        width: 100%;
        overflow-y: hidden;
    }
    .why_auction .left_contant p,
    .why_auction .bottom_area p,
    .why_auction .why_subtext p {
        padding-left: 0;
    }
    .empty_line span:before {
        display: none;
    }
    .about_us {
        padding-top: 30px;
    }
    .right-bdr_img,
    .why_left_img .image_bdr {
        display: none;
    }
    .about_us .why_left_img .why_bg_img {
        width: 100%;
        background-position: -54px;
    }
    .team_member_img {
        min-height: 100px;
    }
    .col-sm-12.years-experience {
        padding-bottom: 10px;
    }
    .owner_content {
        width: 100%;
    }
    .bottom_area {
        padding: 20px 0;
    }
    .why_left_img .why_bg_img {
        width: 100%;
        height: 243px;
    }
    .padd_none {
        padding-left: 0;
        padding-right: 0;
    }
    .img_box {
        width: 100%;
        margin-top: 10px;
    }
    .col-sm-12.bottom_area p {
        margin-top: 30px;
    }
    .past_auction .col-sm-6 {
        padding: 10px;
        border-radius: 4px;
        display: block !important;
    }
    .col-sm-6.from_page {
        width: 100%;
    }
    .contact_us {
        padding-top: 46px;
        padding-bottom: 30px;
    }
    .contact_us .social_icons {
        justify-content: center;
    }
    .contact_us .your_mail {
        top: 0;
    }
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:hover {
        border-bottom: 0 !important;
    }
    .col-sm-7.sub_texts p {
        margin-top: 10px;
    }
    .inner-p-menu ul li a {
        text-align: left;
    }
    /* 	.collapse.navbar-collapse img{
 display:none;
 } */
    .past_auction .content_area {
        margin-top: 40px;
    }
}

@media (max-width: 684px) and (min-width: 568px) {
    section.property_video.threeD_tour {
        padding-top: 50px;
    }
    /* new css */
    .property_img {
        height: 208px;
    }
    .medai_contact h1 {
        color: #000 !important;
        display: block !important;
        margin-bottom: 10px;
        margin-top: 40px;
    }
    .property_video {
        height: 100%;
    }
    .property_map {
        height: 100% !important;
    }
    .header_btns.media_property_btns {
        margin-bottom: 24px;
    }
    .threeD_tour {
        padding-bottom: 20px;
    }
    .threeD_tour h1 {
        margin-top: 40px;
    }
    .property_images {
        padding-bottom: 10px;
    }
    .player__video {
        width: 100%;
    }
    .grid_images {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 200px;
        float: left;
        margin: 0;
        margin-bottom: 16px;
    }
    .medai_custom_colmn {
        border-radius: 6px;
        width: 50%;
        height: 100%;
    }
    .custom_row_arae {
        width: 100%!important;
    }
    .container.content_width {
        width: 100%!important;
    }
    .terms_sec {
        padding: 0px 0 30px;
        text-align: center;
    }
    .right_col_pad {
        padding-left: 0;
        text-align: center;
    }
    .social_icons {
        padding-bottom: 15px !important;
        justify-content: center !important;
    }
    .medai_contact span.your_mail {
        margin: 0px 0 0px!important;
        display: block;
    }
    .medai_contact .col-sm-6.medai_page {
        background: #8c1d1a;
        text-align: center;
        padding: 30px 30px 0px!important;
    }
    .medai_contact p {
        margin-bottom: 15px;
    }
    .col-sm-6.medai_page .media_form_btn .wpcf7-submit {
        width: 100% !important;
    }
    .media-and-details {
        padding: 20px 0;
    }
    .property_info {
        padding-bottom: 0px;
    }
    .video-area video.player__video {
        height: auto!important;
    }
    .additional_content_area {
        padding-bottom: 14px;
    }
    .boxe_contant {
        top: 12%;
    }
    /* new css end */
    /*menu setting*/
    .w-100 {
        display: block!important;
    }
    .header-content-wraper {
        margin-top: 120px;
    }
    /* .inner-p-menu .navbar {
        display: none!important;
    } */
    .inner-p-menu .navbar.collapse.in {
        display: block!important;
    }
    .inner-p-menu .m-logo {
        display: none!important;
    }
    .inner-p-menu .logo {
        display: block!important;
    }
    .inner-p-menu .container {
        padding-right: 22px;
    }
    .inner-p-menu #menu-header-right {
        margin-top: 0px!important;
    }
    /*menu setting end*/
    /* 	new */
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .hour_count {
        margin: inherit;
    }
    .count_timmer {
        display: block;
    }
    .main_experience.col-sm-12 .header_btns {
        float: inherit;
    }
    .sub-text h4 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .banner_contant.col-sm-6 h2 {
        font-size: 40px;
        margin: 160px 0px 0px;
        font-weight: 100;
        text-transform: capitalize;
        line-height: 41px;
    }
    .years-experience .col-sm-5 {
        padding: 8px;
        float: left;
        margin-right: 24px;
    }
    .sec_about_us .why_bg_img {
        background-position: 0;
    }
    .img_box {
        height: 306px;
    }
    .slide_img img {
        height: 300px;
    }
    .done-more_then .slide_img {
        height: 300px;
    }
    .sec_auctions_reviews {
        display: none;
    }
    .slider_content {
        position: relative;
        bottom: 0px;
        right: 0;
        width: 100%;
    }
    .future_content {
        width: 100%;
    }
    .box_content {
        width: 100%;
        flex-direction: column-reverse;
    }
    .slide_img {
        width: 90%;
        margin: 0 auto;
    }
    .mains.ss .sec_slider.container {
        width: 100% !important;
        height: auto !Important;
        display: inline-block;
    }
    .mains.ss .slide_img {
        width: 100% !important;
    }
    .content_area.col-sm-12.updat_star {
        position: relative;
        width: 100% !important;
        left: 0 !important;
        top: -50px !important;
    }
    .navbar-nav {
        float: inherit;
        display: inherit;
    }
    .past_auction .col-sm-6 {
        display: inherit;
        padding: 0;
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }
    .after_reviews .image_bdr {
        display: none;
    }
    .custom_width {
        width: 100%;
        display: inherit;
        margin: auto;
    }
    .slide_content,
    .main-container {
        right: 0;
        margin: 0 auto;
        top: 292px;
        width: 86%;
    }
    .sticky_header .navbar-nav {
        width: 100%!important;
        background: #000;
        margin: 0;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        padding: 0;
    }
    .nav>li>a {
        padding: 10px 2px;
    }
    .main_experience .image_bdr,
    .main_experience .image_bdr2,
    .main_footer .navbar-nav>li:before,
    .navbar-default .navbar-nav>li:before {
        display: none;
    }
    .mains.ss .future_content {
        width: 100% !important;
    }
    .updat_star .container {
        width: 100%!important;
    }
    .past_auction .future_content {
        padding: 12px;
        width: 100%;
    }
    .border_right.bg {
        float: inherit;
        top: 0;
        width: 100%;
        height: 170px;
        margin-bottom: 0;
        margin-top: 18px;
    }
    .banner_contant.col-sm-6 p {
        width: 80%;
    }
    body .slider_content .owl-nav.disabled {
        top: 94px !important;
        right: 40px !important;
    }
    .black_btn {
        top: 0;
    }
    .large-12.columns .owl-nav.disabled {
        top: 50%!important;
        width: 90%;
        left: 0;
    }
    .selling_pick_img {
        width: 100%;
        height: 280px;
    }
    .left_contant img {
        display: none;
    }
    .left_contant p {
        left: 0;
        width: 100%;
        padding-left: 0;
    }
    .logo.col-sm {
        text-align: left;
        width: 70%;
        float: left;
    }
    .logo.col-sm img {
        width: 30%;
    }
    .navbar-toggle {
        margin-top: 20px;
    }
    .owl-carousel .owl-dots.disabled,
    .owl-carousel .owl-nav.disabled {
        left: 200px;
    }
    .mains.ss .future_content h2 {
        font-size: 18px!important;
        margin: 6px 0px;
    }
    .mains.ss .slide_img img {
        height: 220px!important;
    }
    .updat_star ul {
        padding: 0;
    }
    .main_experience h2 {
        font-size: 18px;
        line-height: 26px;
    }
    .content_area {
        position: relative;
        top: -10px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }
    .sec_auctions {
        margin-bottom: 120px;
    }
    .mains.ss .container p {
        margin-bottom: 12px;
    }
    .sec_about_us {
        padding: 30px 0px 40px;
    }
    .sticky_header.home-sticky {
        display: inherit !important;
    }
    .main_logo img {
        width: 190px!important;
    }
    .main_experience .colom_revs {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 30px;
    }
    .sec_about_us .main_experience .col-sm-6 {
        padding: 0;
    }
    .main_title {
        font-size: 20px;
        line-height: 30px;
    }
    .main_experience img {
        margin-bottom: 14px;
    }
    .main_auctions.col-sm-12 {
        padding: 50px 0 36px;
    }
    #header_slider button.owl-next {
        width: 10%;
    }
    .past_auction {
        padding: 0px 0px 50px;
    }
    section.sec_auctions.after_reviews {
        margin-bottom: 46px;
    }
    section.subscribe.sec_auctions {
        margin-bottom: 0;
        padding-bottom: 110px;
        padding-top: 30px;
    }
    .main_auctions.col-sm-12 .owl-carousel .owl-nav.disabled {
        left: 0;
    }
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel button.owl-dot {
        width: 34px;
    }
    /* 	new */
    .banner_contant.col-sm-6 h2 {
        font-size: 40px;
        margin: 10px 0px 0px;
        font-weight: 100;
        text-transform: capitalize;
        line-height: 41px;
    }
    .banner_contant.col-sm-6 p {
        font-size: 30px;
        margin-top: 22px;
    }
    .logo.col-sm {
        padding-top: 0;
        position: relative;
        top: 6px;
    }
    .main_footer .navbar {
        display: block;
    }
    .main_footer .left-menu {
        width: 100%;
    }
    .main_footer .right-menu {
        width: 100%;
        display: block;
    }
    .main_footer .right-menu li {
        margin-left: 0px!important;
    }
    .have_done_more {
        width: 100%;
        height: auto;
        padding-bottom: 46px;
    }
    .done-more_then .content_area.col-sm-6 {
        left: 0;
    }
    .home .sec_about_us .col-sm-6 {
        height: auto;
    }
    .fixd_imgBox.responsive1 {
        display: none;
    }
    .homeSlider_box.col-sm-6 {
        position: relative;
        top: auto;
        right: 0;
        width: 100%;
    }
    .home .left_contant {
        display: inline-block;
        padding: 0 30px;
        margin-bottom: 50px;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        padding: 0;
        width: 100%;
        margin: 0;
        background: #000;
        position: relative;
        top: 10px;
        padding: 30px !important;
    }
    .navbar-default .right-menu li {
        margin-left: 0;
    }
    header .navbar ul li a {
        padding: 14px;
        border: 0;
    }
    .navbar-default .navbar-nav>.active>a {
        border-bottom: 0;
    }
    .main_footer .left-menu {
        display: block !important;
    }
    .done-more_then {
        height: auto;
    }
    .homeSlider_box .box_content {
        padding: 0;
        margin-top: 22px;
    }
    body .prize_lable h6 {
        padding: 16px;
        width: 63%;
        margin-right: 0;
        right: 0;
        font-size: 16px;
        line-height: 24px;
    }
    body .prize_lable h6 {
        font-size: 16px;
        line-height: 24px;
    }
    .main_title.done-auction {
        margin-top: 58px;
    }
    .done-more_then .owl-nav.disabled {
        top: 345px;
        right: 22px;
    }
    .subscriber-newd .col-sm-9 {
        display: block;
        align-items: center;
        padding: 200px 0 70px 0;
    }
    .sub-img {
        position: absolute;
        top: 0;
        width: 120px;
        left: inherit;
        right: inherit;
    }
    .main_footer .left-menu li {
        margin-right: 0 !important;
        text-align: center;
        display: block;
    }
    .main_footer .footer-logo {
        width: 30%;
        margin: 0 auto;
    }
    .main_footer .right-menu li {
        margin-left: 0px!important;
        text-align: center;
        display: block;
    }
    .banner_img {
        min-height: 590px;
    }
    .home .sec_about_us .col-sm-6 {
        top: -24px;
        padding-top: 20px;
        margin-bottom: 0;
    }
    .page_name h1 {
        font-size: 40px;
    }
    #header_slider {
        height: 100%;
    }
    .home .sec_about_us .col-sm-12 {
        flex-direction: column-reverse;
        display: flex;
    }
    .home_bg_img {
        height: 230px;
    }
    .inner-p-menu .navbar {
        display: block;
    }
    .inner-p-menu .left-menu li {
        margin-right: 0;
        text-align: center;
        display: block;
    }
    .navbar-default .left-menu li {
        margin-right: 0;
    }
    .navbar-default .right-menu li {
        display: block;
        text-align: left;
    }
    .main_footer .right-menu li {
        display: block;
        text-align: center;
    }
    .m-logo {
        text-align: center!important;
        width: 14%!important;
        margin: 0 auto;
        padding-top: 19px!important;
        position: relative!important;
    }
    .header-content-wraper h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .inner-header {
        height: 384px;
    }
    .empty_line {
        padding-left: 0;
    }
    .upcomming_page .owl-carousel.owl-loaded {
        height: auto !important;
    }
    .upcomming_page .bg_bdr_img img {
        display: none;
    }
    .upcomming_page .slider_content {
        width: 100%;
    }
    body .upcomming_page .slider_content .owl-nav.disabled {
        top: auto !important;
        right: 0 !important;
        left: 98px;
    }
    .owl-carousel .owl-item img {
        padding-top: 10px;
    }
    .upcomming_page .future_content h2 {
        width: 77%;
    }
    .align_left_box .sec_slider.container {
        left: 0;
    }
    .sec_slider.container {
        width: 100%;
        top: 0;
    }
    .sec_slider .future_content {
        width: 100%;
    }
    .sec_slider .slide_img {
        width: 100%;
    }
    .align_right_box .sec_slider.container {
        right: 0;
    }
    .inner-pages-subscribe {
        display: block;
        padding-bottom: 50px;
    }
    .contact-form a {
        margin-top: 20px;
    }
    .contact-form {
        display: block;
    }
    section.upcomming_boxes.align_left_box,
    section.upcomming_boxes.align_right_box {
        margin: 0 15px;
    }
    .panel-table {
        display: block;
        width: 100%;
        overflow-y: hidden;
    }
    .why_auction .left_contant p,
    .why_auction .bottom_area p,
    .why_auction .why_subtext p {
        padding-left: 0;
    }
    .empty_line span:before {
        display: none;
    }
    .about_us {
        padding-top: 30px;
    }
    .right-bdr_img,
    .why_left_img .image_bdr {
        display: none;
    }
    .about_us .why_left_img .why_bg_img {
        width: 100%;
        background-position: -54px;
    }
    .team_member_img {
        min-height: 100px;
    }
    .col-sm-12.years-experience {
        padding-bottom: 10px;
    }
    .owner_content {
        width: 100%;
    }
    .bottom_area {
        padding: 20px 0;
    }
    .why_left_img .why_bg_img {
        width: 100%;
        height: 243px;
    }
    .padd_none {
        padding-left: 0;
        padding-right: 0;
    }
    .img_box {
        width: 100%;
        margin-top: 10px;
    }
    .col-sm-12.bottom_area p {
        margin-top: 30px;
    }
    .past_auction .col-sm-6 {
        padding: 10px;
        border-radius: 4px;
        display: block !important;
    }
    .col-sm-6.from_page {
        width: 100%;
    }
    .contact_us {
        padding-top: 46px;
        padding-bottom: 30px;
    }
    .contact_us .social_icons {
        justify-content: center;
    }
    .contact_us .your_mail {
        top: 0;
    }
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:hover {
        border-bottom: 0 !important;
    }
    .col-sm-7.sub_texts p {
        margin-top: 10px;
    }
    .inner-p-menu ul li a {
        text-align: left;
    }
    /* 	.collapse.navbar-collapse img{
 display:none;
 } */
    .past_auction .content_area {
        margin-top: 40px;
    }
    .footer-logo img {
        width: 88px;
        margin-top: 0;
        margin: 0 auto;
    }
}

@media (max-width: 767px) and (min-width: 685px) {
    .threeD_tour {
        padding-top: 10px;
    }
    .property_bg {
        height: 545px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        margin-bottom: 20px;
    }
    /* new css */
    .property_img {
        height: 208px;
    }
    .medai_contact h1 {
        color: #000 !important;
        display: block !important;
        margin-bottom: 10px;
        margin-top: 40px;
    }
    .property_video {
        height: 100%;
    }
    .property_map {
        height: 100% !important;
    }
    .header_btns.media_property_btns {
        margin-bottom: 24px;
    }
    .threeD_tour {
        padding-bottom: 20px;
    }
    .threeD_tour h1 {
        margin-top: 40px;
    }
    .property_images {
        padding-bottom: 10px;
    }
    .player__video {
        width: 100%;
    }
    .grid_images {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 300px;
        float: left;
        margin: 0;
        margin-bottom: 16px;
    }
    .medai_custom_colmn {
        border-radius: 6px;
        width: 50%;
        height: 100%;
    }
    .custom_row_arae {
        width: 100%!important;
    }
    .container.content_width {
        width: 100%!important;
    }
    .terms_sec {
        padding: 0px 0 30px;
        text-align: center;
    }
    .right_col_pad {
        padding-left: 0;
        text-align: center;
    }
    .social_icons {
        padding-bottom: 15px !important;
        justify-content: center !important;
    }
    .medai_contact span.your_mail {
        margin: 0px 0 0px!important;
        display: block;
    }
    .medai_contact .col-sm-6.medai_page {
        background: #8c1d1a;
        text-align: center;
        padding: 30px 30px 0px!important;
    }
    .medai_contact p {
        margin-bottom: 15px;
    }
    .col-sm-6.medai_page .media_form_btn .wpcf7-submit {
        width: 100% !important;
    }
    .media-and-details {
        padding: 20px 0;
    }
    .property_info {
        padding-bottom: 0px;
    }
    .video-area video.player__video {
        height: auto!important;
    }
    .additional_content_area {
        padding-bottom: 14px;
    }
    .boxe_contant {
        top: 20%;
    }
    /* new css end */
    /*menu setting*/
    .w-100 {
        display: block!important;
    }
    .header-content-wraper {
        margin-top: 120px;
    }
    /* .inner-p-menu .navbar {
        display: none!important;
    } */
    .inner-p-menu .navbar.collapse.in {
        display: block!important;
    }
    .inner-p-menu .m-logo {
        display: none!important;
    }
    .inner-p-menu .logo {
        display: block!important;
    }
    .inner-p-menu .container {
        padding-right: 22px;
    }
    .inner-p-menu #menu-header-right {
        margin-top: 0px!important;
    }
    /*menu setting end*/
    .years-experience .col-sm-5 {
        padding: 8px;
        float: left;
        margin-right: 24px;
    }
    .sec_about_us .why_bg_img {
        background-position: 0;
    }
    .img_box {
        height: 306px;
    }
    .slide_img img {
        height: 300px;
    }
    .done-more_then .slide_img {
        height: 300px;
    }
    .sec_auctions_reviews {
        display: none;
    }
    .slider_content {
        position: relative;
        bottom: 0px;
        right: 0;
        width: 100%;
    }
    .future_content {
        width: 100%;
    }
    .box_content {
        width: 100%;
        flex-direction: column-reverse;
    }
    .slide_img {
        width: 90%;
        margin: 0 auto;
    }
    .mains.ss .sec_slider.container {
        width: 100% !important;
        height: auto !Important;
        display: inline-block;
    }
    .mains.ss .slide_img {
        width: 100% !important;
    }
    .content_area.col-sm-12.updat_star {
        position: relative;
        width: 100% !important;
        left: 0 !important;
        top: -50px !important;
    }
    .navbar-nav {
        float: inherit;
        display: inherit;
    }
    .past_auction .col-sm-6 {
        display: inherit;
        padding: 0;
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }
    .after_reviews .image_bdr {
        display: none;
    }
    .custom_width {
        width: 100%;
        display: inherit;
        margin: auto;
    }
    .slide_content,
    .main-container {
        right: 0;
        margin: 0 auto;
        top: 292px;
        width: 86%;
    }
    .sticky_header .navbar-nav {
        width: 100%!important;
        background: #000;
        margin: 0;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        padding: 0;
    }
    .nav>li>a {
        padding: 10px 2px;
    }
    .main_experience .image_bdr,
    .main_experience .image_bdr2,
    .main_footer .navbar-nav>li:before,
    .navbar-default .navbar-nav>li:before {
        display: none;
    }
    .mains.ss .future_content {
        width: 100% !important;
    }
    .updat_star .container {
        width: 100%!important;
    }
    .past_auction .future_content {
        padding: 12px;
        width: 100%;
    }
    .border_right.bg {
        float: inherit;
        top: 0;
        width: 100%;
        height: 170px;
        margin-bottom: 0;
        margin-top: 18px;
    }
    .banner_contant.col-sm-6 p {
        width: 80%;
    }
    body .slider_content .owl-nav.disabled {
        top: 94px !important;
        right: 40px !important;
    }
    .black_btn {
        top: 0;
    }
    .large-12.columns .owl-nav.disabled {
        top: 50%!important;
        width: 90%;
        left: 0;
    }
    .selling_pick_img {
        width: 100%;
        height: 280px;
    }
    .left_contant img {
        display: none;
    }
    .left_contant p {
        left: 0;
        width: 100%;
        padding-left: 0;
    }
    .logo.col-sm {
        text-align: left;
        width: 70%;
        float: left;
    }
    .logo.col-sm img {
        width: 30%;
    }
    .navbar-toggle {
        margin-top: 20px;
    }
    .owl-carousel .owl-dots.disabled,
    .owl-carousel .owl-nav.disabled {
        left: 200px;
    }
    .mains.ss .future_content h2 {
        font-size: 18px!important;
        margin: 6px 0px;
    }
    .mains.ss .slide_img img {
        height: 220px!important;
    }
    .updat_star ul {
        padding: 0;
    }
    .main_experience h2 {
        font-size: 18px;
        line-height: 26px;
    }
    .content_area {
        position: relative;
        top: -10px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }
    .sec_auctions {
        margin-bottom: 120px;
    }
    .mains.ss .container p {
        margin-bottom: 12px;
    }
    .sec_about_us {
        padding: 30px 0px 40px;
    }
    .sticky_header.home-sticky {
        display: inherit !important;
    }
    .main_logo img {
        width: 190px!important;
    }
    .main_experience .colom_revs {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 30px;
    }
    .sec_about_us .main_experience .col-sm-6 {
        padding: 0;
    }
    .main_title {
        font-size: 20px;
        line-height: 30px;
    }
    .main_experience img {
        margin-bottom: 14px;
    }
    .main_auctions.col-sm-12 {
        padding: 50px 0 36px;
    }
    #header_slider button.owl-next {
        width: 10%;
    }
    .past_auction {
        padding: 0px 0px 50px;
    }
    section.sec_auctions.after_reviews {
        margin-bottom: 46px;
    }
    section.subscribe.sec_auctions {
        margin-bottom: 0;
        padding-bottom: 110px;
        padding-top: 30px;
    }
    .main_auctions.col-sm-12 .owl-carousel .owl-nav.disabled {
        left: 0;
    }
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel button.owl-dot {
        width: 34px;
    }
    /* 	new */
    .banner_contant.col-sm-6 h2 {
        font-size: 40px;
        margin: 10px 0px 0px;
        font-weight: 100;
        text-transform: capitalize;
        line-height: 41px;
    }
    .banner_contant.col-sm-6 p {
        font-size: 30px;
        margin-top: 22px;
    }
    .logo.col-sm {
        padding-top: 0;
        position: relative;
        top: 6px;
    }
    .main_footer .navbar {
        display: block;
    }
    .main_footer .left-menu {
        width: 100%;
    }
    .main_footer .right-menu {
        width: 100%;
        display: block;
    }
    .main_footer .right-menu li {
        margin-left: 0px!important;
    }
    .have_done_more {
        width: 100%;
        height: auto;
        padding-bottom: 46px;
    }
    .done-more_then .content_area.col-sm-6 {
        left: 0;
    }
    .home .sec_about_us .col-sm-6 {
        height: auto;
    }
    .fixd_imgBox.responsive1 {
        display: none;
    }
    .homeSlider_box.col-sm-6 {
        position: relative;
        top: auto;
        right: 0;
        width: 100%;
    }
    .home .left_contant {
        display: inline-block;
        padding: 0 30px;
        margin-bottom: 50px;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        padding: 0;
        width: 100%;
        margin: 0;
        background: #000;
        position: relative;
        top: 10px;
        padding: 30px !important;
    }
    .navbar-default .right-menu li {
        margin-left: 0;
    }
    header .navbar ul li a {
        padding: 14px;
        border: 0;
    }
    .navbar-default .navbar-nav>.active>a {
        border-bottom: 0;
    }
    .main_footer .left-menu {
        display: block !important;
    }
    .done-more_then {
        height: auto;
    }
    .homeSlider_box .box_content {
        padding: 0;
        margin-top: 22px;
    }
    body .prize_lable h6 {
        padding: 16px;
        width: 63%;
        margin-right: 0;
        right: 0;
        font-size: 16px;
        line-height: 24px;
    }
    body .prize_lable h6 {
        font-size: 16px;
        line-height: 24px;
    }
    .main_title.done-auction {
        margin-top: 58px;
    }
    .done-more_then .owl-nav.disabled {
        top: 345px;
        right: 22px;
    }
    .subscriber-newd .col-sm-9 {
        display: block;
        align-items: center;
        padding: 200px 0 70px 0;
    }
    .sub-img {
        position: absolute;
        top: 0;
        width: 120px;
        left: inherit;
        right: inherit;
    }
    .main_footer .left-menu li {
        margin-right: 0 !important;
        text-align: center;
        display: block;
    }
    .main_footer .footer-logo {
        width: 30%;
        margin: 0 auto;
    }
    .main_footer .right-menu li {
        margin-left: 0px!important;
        text-align: center;
        display: block;
    }
    .banner_img {
        min-height: 562px;
        height: 100vh;
    }
    .home .sec_about_us .col-sm-6 {
        top: -24px;
        padding-top: 20px;
        margin-bottom: 0;
    }
    .page_name h1 {
        font-size: 40px;
    }
    #header_slider {
        height: 100%;
    }
    .home .sec_about_us .col-sm-12 {
        flex-direction: column-reverse;
        display: flex;
    }
    .home_bg_img {
        height: 230px;
    }
    .inner-p-menu .navbar {
        display: block;
    }
    .inner-p-menu .left-menu li {
        margin-right: 0;
        text-align: center;
        display: block;
    }
    .navbar-default .left-menu li {
        margin-right: 0;
    }
    .navbar-default .right-menu li {
        display: block;
        text-align: left;
    }
    .main_footer .right-menu li {
        display: block;
        text-align: center;
    }
    .m-logo {
        text-align: center!important;
        width: 14%!important;
        margin: 0 auto;
        padding-top: 19px!important;
        position: relative!important;
    }
    .header-content-wraper h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .inner-header {
        height: 390px;
    }
    .empty_line {
        padding-left: 0;
    }
    .upcomming_page .owl-carousel.owl-loaded {
        height: auto !important;
    }
    .upcomming_page .bg_bdr_img img {
        display: none;
    }
    .upcomming_page .slider_content {
        width: 100%;
    }
    body .upcomming_page .slider_content .owl-nav.disabled {
        top: auto !important;
        right: 0 !important;
        left: 98px;
    }
    .owl-carousel .owl-item img {
        padding-top: 10px;
    }
    .upcomming_page .future_content h2 {
        width: 77%;
    }
    .align_left_box .sec_slider.container {
        left: 0;
    }
    .sec_slider.container {
        width: 100%;
        top: 0;
    }
    .sec_slider .future_content {
        width: 100%;
    }
    .sec_slider .slide_img {
        width: 100%;
    }
    .align_right_box .sec_slider.container {
        right: 0;
    }
    .inner-pages-subscribe {
        display: block;
        padding-bottom: 50px;
    }
    .contact-form a {
        margin-top: 20px;
    }
    .contact-form {
        display: block;
    }
    section.upcomming_boxes.align_left_box,
    section.upcomming_boxes.align_right_box {
        margin: 0 15px;
    }
    .panel-table {
        display: block;
        width: 100%;
        overflow-y: hidden;
    }
    .why_auction .left_contant p,
    .why_auction .bottom_area p,
    .why_auction .why_subtext p {
        padding-left: 0;
    }
    .empty_line span:before {
        display: none;
    }
    .about_us {
        padding-top: 30px;
    }
    .right-bdr_img,
    .why_left_img .image_bdr {
        display: none;
    }
    .about_us .why_left_img .why_bg_img {
        width: 100%;
        background-position: -54px;
    }
    .team_member_img {
        min-height: 100px;
    }
    .col-sm-12.years-experience {
        padding-bottom: 10px;
    }
    .owner_content {
        width: 100%;
    }
    .bottom_area {
        padding: 20px 0;
    }
    .why_left_img .why_bg_img {
        width: 100%;
        height: 410px;
    }
    .padd_none {
        padding-left: 0;
        padding-right: 0;
    }
    .img_box {
        width: 100%;
        margin-top: 10px;
    }
    .col-sm-12.bottom_area p {
        margin-top: 30px;
    }
    .past_auction .col-sm-6 {
        padding: 10px;
        border-radius: 4px;
        display: block !important;
    }
    .col-sm-6.from_page {
        width: 100%;
    }
    .contact_us {
        padding-top: 46px;
        padding-bottom: 30px;
    }
    .contact_us .social_icons {
        justify-content: center;
    }
    .contact_us .your_mail {
        top: 0;
    }
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:hover {
        border-bottom: 0 !important;
    }
    .col-sm-7.sub_texts p {
        margin-top: 10px;
    }
    .inner-p-menu ul li a {
        text-align: left;
    }
    /* 	.collapse.navbar-collapse img{
 display:none;
 } */
    .past_auction .content_area {
        margin-top: 40px;
    }
    .footer-logo img {
        width: 88px;
        margin-top: 0;
        margin: 0 auto;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .banner_contant.col-sm-6 h1{
        font-size: 45px;
    }
    /* 	new page css */
    .medai_custom_colmn {
        border-radius: 6px;
        width: 50%;
        height: auto;
    }
    .grid_images {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 47%;
        height: 260px;
        margin: 8px;
    }
    /* new page css end	 */
    .banner_img {
        min-height: 700px;
        height: 100vh;
    }
    .m-logo {
        margin: 0 30px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 10px;
        color: #cfcfcf;
        letter-spacing: 0.16px;
    }
    .main_experience.col-sm-12 .header_btns {
        float: inherit;
    }
    .navbar-default .left-menu li {
        margin-right: 22px;
    }
    .navbar-default .right-menu li {
        margin-left: 18px;
    }
    .w-100:after {
        top: 62px;
        max-width: 294px;
    }
    .w-100:before {
        top: 60px;
        max-width: 290px;
    }
    .logo.col-sm {
        margin-bottom: 42px;
    }
    .banner_contant.col-sm-6 h2 {
        font-size: 40px;
        margin: 12px 0px 0px;
    }
    .banner_contant.col-sm-6 p {
        font-size: 30px;
    }
    h1 {
        font-size: 36px;
    }
    .home .left_contant {
        padding: 20px 20px;
    }
    .main_title.done-auction {
        font-size: 22px;
        margin-top: 44px;
    }
    .done-more_then .content_area.col-sm-6 {
        left: 20px;
    }
    .homeSlider_box .box_content {
        padding: 0;
    }
    .homeSlider_box.col-sm-6 {
        position: absolute;
        top: 70px;
        right: 10px;
        width: 40%;
    }
    .have_done_more {
        height: 526px;
    }
    body .prize_lable h6 {
        right: -79px;
        font-size: 16px;
    }
    .sub-img {
        position: absolute;
        top: -17px;
        width: 140px;
        left: 37px;
    }
    .main_footer .left-menu li {
        margin-right: 0 !important;
    }
    .main_footer .left-menu li {
        margin-right: 0 !important;
    }
    .navbar-default .navbar-nav>li:before {
        display: none;
    }
    .main_footer .nav.navbar-nav li a {
        font-size: 12px;
    }
    .navbar-default .right-menu li {
        margin-left: 18px !important;
    }
    .upcomming_page .col-sm-6 {
        width: 100%;
    }
    .bg_bdr_img {
        display: none;
    }
    .align_left_box .sec_slider.container {
        left: 0;
    }
    .sec_slider.container {
        width: 92%;
    }
    .align_right_box .sec_slider.container {
        right: 0;
    }
    .inner-pages-subscribe .col-sm-4 {
        width: 50%;
    }
    .m-logo img {
        top: 15px;
        left: -122px;
    }
    .col-sm-12.bottom_area .col-sm-5 {
        width: 100%;
    }
    .col-sm-12.bottom_area .col-sm-7 {
        width: 100%;
    }
    .years-experience .img_box {
        height: 220px;
        width: 100%;
        margin-top: 0;
    }
    .about_us .why_left_img .why_bg_img {
        width: 100%;
        background-position: 0;
    }
    .why_left_img .why_bg_img {
        width: 100%;
    }
    .why_left_img .image_bdr {
        left: -14px;
    }
    .img_box {
        width: 100%;
    }
    .past_auction .col-sm-6 {
        width: 94%;
    }
    .custom_width {
        width: 100%;
        display: flex;
        margin: auto;
    }
    .contact_us .your_mail {
        position: relative;
        top: 0px;
    }
    .col-sm-6.padd_none {
        text-align: center;
    }
    .contact_us .social_icons {
        justify-content: center;
    }
    .contact_us .empty_line span:before {
        position: absolute;
        width: 64px;
        content: "";
        top: 11px;
        background: #c8c8bd;
        height: 1px;
        left: 232px;
        color: #000;
    }
    .contact_us {
        padding-top: 42px;
        padding-bottom: 30px;
    }
    .inner-p-menu .w-100:before {
        max-width: 278px;
    }
    .inner-p-menu .w-100:after {
        max-width: 280px;
    }
}

@media (max-width: 1023px) and (min-width: 992px) {
    .boxe_contant {
        position: absolute;
        top: 18%;
    }
    .medai_custom_colmn {
        height: 100%;
    }
    .contact-form .col-sm-4 {
        width: 50%;
    }
    .home .left_contant {
        padding: 30px 30px;
    }
    .have_done_more {
        height: 518px;
    }
    .done-more_then .content_area.col-sm-6 {
        left: 36px;
    }
    .homeSlider_box .box_content {
        display: block;
        padding: 0;
    }
    body .prize_lable h6 {
        right: -48px;
    }
    .sub-img {
        position: absolute;
        top: -30px;
        width: 200px;
        left: 8px;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        position: relative;
        top: 0px;
    }
    .upcomming_page .col-sm-6 {
        width: 40%;
    }
    .align_left_box .sec_slider.container {
        left: 0;
    }
    .align_right_box .sec_slider.container {
        right: 0;
    }
    .about_us .why_left_img .why_bg_img {
        width: 100%;
    }
    .years-experience .img_box {
        width: 100%;
    }
    .inner-p-menu .w-100:before {
        max-width: 378px;
    }
    .inner-p-menu .w-100:after {
        max-width: 390px;
    }
    .why_left_img .why_bg_img {
        width: 100%;
    }
    .why_left_img .image_bdr {
        left: -14px;
    }
    .img_box {
        width: 100%;
    }
    .past_auction .col-sm-6 {
        width: 44%;
    }
    section.contact_us.upcomming_page .col-sm-6 {
        width: 50%;
    }
    .w-100:before {
        max-width: 390px;
    }
    .w-100:after {
        max-width: 392px;
    }
    .custom_width {
        width: 100%;
    }
    .footer-logo img {
        width: 88px;
        margin-top: 0;
        margin: 0 auto;
    }
    .main_footer .right-menu li {
        margin-left: 0 !important;
    }
    .main_footer .left-menu li {
        margin-right: 0 !important;
    }
    .main_footer .navbar-nav>li:before {
        display: none;
    }
    .m-logo {
        margin: 0 32px;
    }
    .inner-header {
        height: 438px;
    }
}

@media (max-width: 1199px) and (min-width: 1024px) {
    .boxe_contant {
        top: 18%;
    }
    .medai_custom_colmn {
        height: auto;
    }
    .m-logo {
        margin: 0 32px;
    }
    .inner-header {
        height: 438px;
    }
    .about_us .why_left_img .why_bg_img {
        width: 100%;
        background-position: -171px;
    }
    .main_footer .navbar-nav>li:before {
        display: none;
    }
    .main_footer .left-menu li {
        margin-right: 0 !important;
    }
    .main_footer .right-menu li {
        margin-left: 0 !important;
    }
    .upcomming_page .col-sm-6 {
        width: 40%;
    }
    .align_left_box .sec_slider.container {
        left: 0;
    }
    .align_right_box .sec_slider.container {
        right: 0;
    }
    .home .left_contant {
        display: inline-block;
        padding: 30px 30px;
    }
    .homeSlider_box .box_content {
        display: block;
        padding: 0;
    }
    .homeSlider_box.col-sm-6 {
        right: 22px;
    }
    .have_done_more {
        height: 534px;
    }
    .sub-img {
        position: absolute;
        top: 20px;
        width: 194px;
        left: 5px;
    }
    .w-100:before {
        max-width: 390px!important;
    }
    .w-100:after {
        max-width: 400px!important;
    }
    body .prize_lable h6 {
        right: -106px;
    }
    .logo.col-sm img {
        margin-bottom: 22px;
    }
    .why_left_img .why_bg_img {
        width: 100%;
    }
    .why_left_img .image_bdr {
        left: -12px;
    }
    .img_box {
        height: 160px;
        width: 100%;
    }
    .years-experience .img_box {
        height: 300px;
        width: 100%;
        margin-top: 0;
    }
    .past_auction .col-sm-6 {
        width: 45%;
    }
    .custom_width {
        width: 100%;
    }
    .footer-logo img {
        width: 88px;
        margin-top: 0;
        margin: 0 auto;
    }
    section.contact_us.upcomming_page .col-sm-6 {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .subscriber-newd .input-shap {
        clip-path: inherit;
        height: 66px;
        display: flex;
        width: 65%;
        float: left;
    }
    .home-subscriber-cf7 .wpcf7-submit {
        position: relative;
        top: 10px;
    }
    .home .main_Subscribe span.wpcf7-not-valid-tip {
        top: -62px;
    }
    .subscriber-newd .btn-shap {
        clip-path: inherit;
        background: #8c1d1a;
        display: inline-block!important;
        width: auto!important;
        position: relative;
        left: 0px;
        height: auto!important;
        padding: 0 20px;
    }
    .subscriber-newd .input-shap input {
        height: 66px;
        width: 100%;
        padding-left: 10px;
        padding-top: 4px!important;
        color: #000;
    }
    .subscriber-newd .subscriber-form {
        display: flex;
    }
    .col-sm-4.check_btn {
        width: 100%;
    }
    .medai_contact p {
        margin-bottom: 16px;
    }
    .medai_contact .wpcf7-form .check_btn {
        margin-top: 0;
    }
    .col-sm-4.media_form_btn {
        width: 100% !important;
    }
    .col-sm-2.check_btn {
        width: 50%;
        margin: 0 auto;
    }
    .col-sm-6.medai_page .media_form_btn .wpcf7-submit {
        background: #fff !important;
        color: #000 !important;
        padding: 8px 10px!important;
        width: 100% !important;
        margin-top: 24px !important;
        float: inherit;
        margin: 0;
    }
    .contact_us h4 {
        margin-bottom: 15px;
    }
    .contact-data .item {
        margin-bottom: 15px;
    }
    .contact-data .item:nth-child(2) {
        padding-left: 0px;
    }
    .contact_us .social_icons {
        margin-top: 0px;
        padding-bottom: 0px;
    }
    .address {
        margin-bottom: 30px;
    }
    body {
        margin: 0;
        overflow-x: hidden;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .count_box {
        float: left !important;
        width: 56px!important;
        margin: 1px!important;
    }
    .count_box .count {
        width: 50px!important;
    }
    .why_left_img .why_bg_img {
        width: 100%;
        height: 52vh!important;
    }
    .header-content-wraper h2 {
        line-height: 42px!important;
        margin-top: 15px!important;
    }
    .header-content-wraper h2:before {
        left: -4px;
        top: -4px;
    }
    #upcoming-auctions .owl-nav {
        top: inherit!important;
        bottom: -4px!important;
        left: 0;
    }
    #upcoming-auctions .owl-nav span {
        color: #000 !important;
        font-size: 36px;
    }
    .done-more_then {
        margin-top: 40px;
    }
    .homeSlider_box.col-sm-6 .future_content .top_smal_text {
        position: relative;
        margin-top: 36px;
    }
    .homeSlider_box.col-sm-6 .done-more_then .owl-nav.disabled {
        top: 242px!important;
        right: 0!important;
        left: 0!important;
        margin: 0 auto!important;
    }
    .upcomming_page .future_content {
        width: 100% !important;
    }
    .count_timmer {
        display: flex!important;
    }
    section.sec_auctions.after_reviews {
        margin-top: 40px !important;
    }
    .add-content {
        display: inline-table!important;
    }
    .medai_contact.hid,
    .additional_content_area.hid {
        margin-top: 15px;
    }
    html.js-focus-visible {
        overflow-x: hidden!important;
    }
    .col-sm-12.contact-main .contact_form {
        top: 0;
    }
    .medai_contact {
        margin-bottom: 2px;
    }
    .contact-data {
        justify-content: center!important;
    }
    .medai_contact .wpcf7-form .check_btn {
        text-align: center!important;
    }
    section.contact_us.upcomming_page {
        padding-top: 0!important;
    }
    .col-sm-12.contact-main {
        margin-bottom: 2px!important;
    }
}


/* ----------- iPad Pro ----------- */


/* Portrait and Landscape */

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .main_experience.col-sm-12 .header_btns {
        float: inherit!important;
    }
}


/* Portrait */

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .main_experience.col-sm-12 .header_btns {
        float: inherit!important;
    }
}


/* Landscape */

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .main_experience.col-sm-12 .header_btns {
        float: inherit!important;
    }
}

.subscriber-newd:after {
    background: linear-gradient(0deg, rgba(22, 20, 19, 0.8), rgba(22, 20, 19, 0.8))!important;
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}


/* Property Tabbing */

section.properties-sec {
    padding: 40px 0 60px;
}

.property-tabbing .homeSlider_box .box_content {
    padding: 0;
}

.property-tabbing ul.nav.nav-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 5rem;
}

.property-tabbing ul li a {
    background: #EFEFEF;
    color: #70120E;
    padding: 14px 29px;
    transition: .3s ease;
    font-size: 18px;
    font-family: 'Abel', sans-serif;
    letter-spacing: 0.5px;
}

.property-tabbing ul li a span {
    display: block;
    transform: skewX(27deg);
}

.property-tabbing ul li a.active,
.property-tabbing ul li a:hover {
    background: #70120E;
    color: #fff;
    transition: .3s ease;
}

.property-tabbing .col-sm-4,
.property-tabbing .col-sm-6 {
    margin-bottom: 40px;
}

.property-tabbing .slide_img {
    width: 100%;
}

.property-tabbing .section-title h2 {
    padding-left: 15px;
    color: #70120E;
    font-size: 35px;
    margin: 50px 0;
}

.location.properties-sec .property-tabbing .section-title h2{
    padding: 0;
}

body .property-tabbing .prize_lable h6 {
    right: -184px;
}

.property-tabbing .tab-content>.tab-pane.show {
    opacity: 1;
}

.rotate_btn a span {
    display: inline-block;
    transform: skewX( 28deg) translateX(-8px) !important;
}

.property-tabbing .homeSlider_box .prop-status {
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 1;
    background: rgba(112, 18, 14, 0.9);
    clip-path: polygon(0 0, 100% 0%, 81% 100%, 0% 100%);
    width: 54%;
    padding: 9px 18px;
    color: #fff;
    font-family: BaskerBT;
    font-size: 17px;
}

.homeSlider_box .prop-status i {
    margin-right: 10px;
}

@media (max-width: 576px) {
    .property-tabbing ul.nav.nav-tabs {
        flex-wrap: wrap;
    }
    .property-tabbing ul.nav.nav-tabs li {
        float: none;
        width: 50%;
    }
    body .property-tabbing .prize_lable h6 {
        right: unset;
    }
    body.home .subscriber-newd {
        margin-top: 360px;
    }
}

.property-tabbing .homeSlider_box .agent-img {
    text-align: center;
    margin: -35px auto -67px;
    position: relative;
}

.property-tabbing .homeSlider_box .agent-img img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 5px solid #fff;
    object-fit: cover;
}

.property-tabbing .homeSlider_box .agent-img p {
    color: #8C1D1A !important;
    font-weight: 500;
    font-family: 'Bebas Neue', cursive;
    font-size: 19px;
}




.property-tabbing .homeSlider_box .future_content {
    padding-top: 48px;
}


/* Meet Broker */

section.meet-agent {
    position: relative;
    height: 600px;
}

@media (min-width: 769px) {
    section.meet-agent .homeSlider_box.col-sm-6 {
        width: 50%;
    }
    section.meet-agent.done-more_then .content_area.col-sm-6 {
        width: 48%;
    }
}

section.meet-agent .homeSlider_box.col-sm-6 {
    right: 25px;
}

section.meet-agent .homeSlider_box .team-img {
    /* cursor: pointer; */
}

section.meet-agent .homeSlider_box .team-info,
section.our-agents .team-info {
    position: absolute;
    top: unset;
    bottom: 0;
    left: 0;
    right: 0;
    /* margin: auto; */
    height: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(140, 29, 26, 0.8);
    transition: .4s ease;
}

section.meet-agent .homeSlider_box .tinfo,
section.our-agents .tinfo {
    text-align: center;
}

section.meet-agent .homeSlider_box .team-info h5,
section.our-agents .team-info h5 {
    font-size: 24px;
    color: #fff;
    margin: 0 0 20px;
}

section.meet-agent .homeSlider_box .team-info a,
section.our-agents .team-info a {
    display: block;
    color: #fff;
    margin-top: 10px;
    font-family: gothampro;
}

section.meet-agent .homeSlider_box .team-info a i,
section.our-agents .team-info a i {
    margin-right: 10px;
}

section.our-agents .team-info a.ext-btn,
section.meet-agent .homeSlider_box .team-info a.ext-btn {
    border: 1px solid #fff;
    transform: skewX( -27deg);
    display: inline-block;
    padding: 6px 15px;
    margin: 20px 8px 0;
    font-size: 12px;
    transition: .3s all ease;
    text-decoration: none;
}

section.our-agents .team-info a.ext-btn span,
section.meet-agent .homeSlider_box .team-info a.ext-btn span {
    display: block;
    transform: skewX( 27deg);
}

section.our-agents .team-info a.ext-btn:hover,
section.meet-agent .homeSlider_box .team-info a.ext-btn:hover {
    background: #fff;
    color: #8C1D1A;
    transition: .3s all ease;
    text-decoration: none;
}

div#owlteam .item {
    padding: 30px 20px;
}

section.meet-agent .homeSlider_box .team-img:hover .team-info,
section.our-agents .team-img:hover .team-info {
    transition: .4s ease;
    height: 100%;
    top: 0;
}

section.meet-agent .homeSlider_box .team-links,
section.our-agents .team-links {
    position: absolute;
    right: -7%;
    bottom: -5%;
}

section.meet-agent .homeSlider_box .team-links .tlinks,
section.our-agents .team-links .tlinks {
    transform: skewX(27deg);
}

section.meet-agent .homeSlider_box .team-links .rotate_btn,
section.our-agents .team-links .rotate_btn {
    transform: translateY(0) skewX( -27deg);
    background: #70120E;
    border: none !important;
    margin: 0;
    padding: 9px 15px;
}

section.meet-agent .homeSlider_box .team-links span,
section.our-agents .team-links span {
    display: inline-block;
    margin: 0 3px;
}

section.meet-agent .homeSlider_box .team-links span a,
section.our-agents .team-links span a {
    background: #fff;
    border-radius: 50%;
    color: #70120E;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}

div#owlteam {
    position: relative;
}

div#owlteam .owl-nav {
    position: absolute;
    top: -40px;
    right: 30px;
    background: #000;
    width: 85px;
    color: #fff;
    text-align: center;
    height: 35px;
    clip-path: polygon(6% 20%, 94% 16%, 87% 92%, 0% 100%);
    padding-top: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

div#owlteam .owl-nav button {
    margin: 0 5px;
}

@media (max-width: 767px) {
    section.meet-agent .homeSlider_box.col-sm-6 {
        right: unset;
    }
    div#owlteam .owl-nav {
        top: 0;
        right: 82px;
    }
    section.meet-agent .homeSlider_box .team-img {
        max-width: 300px;
        margin: auto;
    }
    .sec_auctions_reviews .col-sm-3 {
        width: 23%;
    }
    .subscriber-newd .btn-shap {
        margin-top: 12px;
    }
    .home-subscriber-cf7 .wpcf7-submit {
        top: unset;
    }
    .subscriber-newd .col-sm-3 {
        width: 23% !important;
    }
    .page-template-about-us .subscriber-newd {
        margin-top: 20;
    }
    .about_us .overlay {
        padding: 25px 20px;
    }
}


/* About Us Page */

@media (max-width: 992px) {
    section.about_us.why_auction .row {
        flex-direction: column;
    }
    .about_us .row .col-sm-7,
    .about_us .row .col-sm-5 {
        width: 100%;
    }
    .about_us .right-bdr_img .image_bdr2 {
        right: -15px;
    }
    .about_us .row .col-sm-5.right-img {
        margin-top: 0;
    }
    .about_us .row .sub_texts {
        margin-top: 25px;
        text-align: center;
    }
    .about_us .row .sub_texts .panel-table {
        margin: 40px auto 0;
    }
    .page-template-about-us .subscriber-newd {
        margin-top: 0;
    }
}


/* Contact Us page */

section.contactus-sec {
    margin-top: 50px;
}

section .contact-info .empty_line span {
    color: #7A7A7A;
    font-family: gothampro;
}

section .contact-info h2 {
    font-size: 34px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}

section .contact-info .contact-col {
    width: 50%;
}

section .contact-info .contact-col p,
section .contact-info .contact-col a {
    color: #000;
    font-family: gothampro-Medium;
    display: block;
    margin-bottom: 10px;
}

section .contact-info .contact-col2 a {
    font-size: 15px;
}

section .contact-info .contact-col ul {
    margin: 0;
    padding: 0;
}

section .contact-info .contact-col ul li {
    width: 29px;
    height: 29px;
    border: 1px solid #33383c;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    transition: .3s ease;
}

section .contact-info .contact-col ul li a {
    margin: 0;
    transition: .3s ease;
}

section .contact-info .contact-col ul li:hover {
    background: #000;
    transition: .3s ease;
}

section .contact-info .contact-col ul li:hover a {
    color: #fff;
    transition: .3s ease;
}

.contact-form-col {
    font-family: gothampro;
}

.contact-form-col h2 {
    font-family: 'Bebas Neue', cursive;
}

body.contact-us .subscriber-newd {
    margin-top: 10px;
}

@media (max-width: 992px) {
    section.contactus-sec .row {
        flex-direction: column;
    }
    section.contactus-sec .row .col-sm-4,
    section.contactus-sec .row .col-sm-6 {
        width: 100%;
    }
    section.contactus-sec .contact-info {
        margin: 0 auto 30px;
    }
    section.contactus-sec .contact-form-col .contact_form {
        max-width: 100%;
    }
}


/* Sell You House */

.selling-form {
    margin-top: 50px;
    font-family: gothampro;
}

.selling-form .media_contact p {
    font-size: 20px;
}

.selling-form .media_contact h2 {
    font-family: 'Bebas Neue', cursive;
    font-size: 37px;
    padding: 30px 0 15px;
}

.selling-form .wpcf7-form-control-wrap.slect select option {
    color: #000;
}

.selling-form .form-row {
    width: 100%;
}

.selling-form .form-row input {
    color: #8C1D1A;
    border-radius: 10px;
}


/* Our Agents Section */

section.our-agents {
    padding-top: 50px;
    /*    overflow-x: hidden;*/
}

section.our-agents .section-title h2 {
    font-size: 30px;
    font-weight: 600;
    color: #8C1D1A;
    margin-bottom: 30px;
}

section.our-agents .section-title p {
    font-size: 16px;
    font-family: gothampro;
    color: #33383c;
    margin-bottom: 40px;
}

section.our-agents .section-title {
    position: relative;
}

section.our-agents .section-title::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background: url(../assets/img/agent-page/title-bg.png) no-repeat;
    background-size: 100% 100%;
    bottom: -58%;
    left: -10%;
}

section.our-agents .row .col-sm-4 {
    float: none;
}

section.our-agents .row {
    margin-bottom: 50px;
}

section.our-agents .team-img {
    max-width: 300px;
    min-height: 390px;
    align-items: center;
    display: flex;
}

section.our-agents .team-img img {
    width: 100%;
}

section.our-agents .mob-row {
    display: none;
}

@media (max-width: 768px) {
    /* section.our-agents .row .col-sm-4 {
        width: 47%;
    } */
    section.our-agents .desk-row {
        display: none;
    }
    section.our-agents .mob-row {
        display: block;
    }
    section.our-agents .team-img {
        max-width: 350px;
        margin: auto;
    }
    section.our-agents .col-sm-12 {
        margin-bottom: 50px;
    }
    section.our-agents .team-links {
        right: 0;
        left: 0;
        margin: auto;
        width: fit-content;
    }
    body.agents .subscriber-newd {
        margin-top: 0;
    }
}


/* Buying Page */

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

@media (max-width: 767px) {
    body.buying .col-sm-1,
    body.buying .col-sm-2,
    body.buying .col-sm-3,
    body.buying .col-sm-4,
    body.buying .col-sm-5,
    body.buying .col-sm-6,
    body.buying .col-sm-7,
    body.buying .col-sm-8,
    body.buying .col-sm-9,
    body.buying .col-sm-10,
    body.buying .col-sm-11,
    body.buying .col-sm-12 {
        width: 100%;
    }
}

section.about_us.why_auction.buy-about {
    margin-top: 70px;
}

section.buy-about .empty_line,
section.buy-about .empty_line span {
    color: #7A7A7A;
    font-family: gothampro;
}

section.buy-about h2.main_title {
    color: #000;
    font-size: 34px;
}

section.about_us.why_auction.buy-about p {
    color: #000;
    position: relative;
    padding: 18px 10px 30px 50px;
    z-index: 1;
}

section.about_us.why_auction.buy-about p::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 40px;
    background: url(../assets/img/aboutus-page/comma.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    top: 6px;
    left: 3%;
}

section.buy-about a {
    color: #000;
    font-family: gothampro;
    border: 1px solid #000;
    border-radius: 0;
    transition: .3s ease all;
}

section.buy-about a i {
    margin-left: 10px;
}

section.buy-about a:hover {
    background: #000;
    color: #fff;
    transition: .3s ease all;
}

section.about_us.why_auction.buy-about .btn-img .why_bg_img {
    width: 326px;
    height: 200px;
}

section.about_us.why_auction.buy-about .btn-img .image_bdr2 {
    width: 64px;
    height: 64px;
    right: unset;
    left: -3%;
    bottom: -5%;
}

section.buy-about .col2 span {
    margin-top: 25px;
    position: relative;
    display: block;
    font-family: gothampro;
}


/* Other Links Section */

.d-block {
    display: block;
}

section.other-links {
    margin-top: 30px;
    padding-top: 97px;
    position: relative;
}

section.other-links::before {
    content: '';
    position: absolute;
    background: url(../assets/img/buying/lines.png) no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 0;
    width: 57%;
    height: 45%;
    z-index: -1;
}

section.other-links::after {
    content: '';
    position: absolute;
    background: url(../assets/img/buying/lines.png) no-repeat;
    background-size: 100% 100%;
    bottom: -5%;
    right: 0;
    width: 70%;
    height: 40%;
    z-index: -1;
}

section.other-links .col-sm-4,
section.other-links .col-sm-6,
section.other-links .col-sm-8 {
    float: none;
}

section.other-links .other-link-col {
    text-align: center;
    margin-bottom: 34px;
}

section.other-links a {
    color: #fff;
    text-decoration: none !important;
    transition: .3s ease all;
}

section.other-links .overlay {
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px;
    transition: .3s ease all;
}

section.other-links .link-icon {
    padding: 40px 0;
}

section.other-links .link-txt h4 {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    font-family: gothampro;
    font-size: 18px;
}

section.other-links .link-txt h4::before {
    content: '';
    position: absolute;
    background: #fff;
    width: 100%;
    height: 1px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}

section.other-links .link-txt h4 span::before {
    content: '';
    position: absolute;
    background: #fff;
    width: 12%;
    height: 1px;
    left: 0;
    right: unset;
    top: 0;
    bottom: 10px;
    margin: auto;
}

section.other-links .link-txt h4 span::after {
    content: '';
    position: absolute;
    background: #fff;
    width: 12%;
    height: 1px;
    left: unset;
    right: 0;
    top: 0;
    bottom: 10px;
    margin: auto;
}

section.other-links .col-sm-6 {
    padding: 0;
}

section.other-links .construction .col-sm-8 {
    margin-left: auto;
}

section.other-links a:hover .overlay {
    background: rgba(140, 29, 26, 0.9);
    transition: .3s ease all;
}


/* Property Search Section */

section.form-property {
    z-index: 1;
    margin-bottom: 40px;
}

section.form-property h2 {
    text-align: center;
    font-size: 40px;
}

section .form-content {
    box-shadow: 0px 0px 9px 11px rgb(0 0 0 / 5%);
    background: #fff;
    padding: 30px 50px;
}

section.form-property ul.nav {
    margin: 50px 0 40px;
}

section.form-property ul.nav li a {
    background: #F6F5F5;
    padding: 15px;
    color: #ACACAC;
    font-family: gothampro;
    transition: .3s ease all;
    margin: 0 15px;
}

section.form-property ul.nav li a.active,
section.form-property ul.nav li a:hover {
    transition: .3s ease all;
    background: #8C1D1A;
    color: #fff;
}

section.form-property .tab-content .tab-pane.show {
    opacity: 1;
}

section.form-property .tab-content .input-group {
    display: block;
}

section.form-property .tab-content .input-group input {
    padding-left: 40px;
}

section.form-property .tab-content {
    font-family: gothampro;
	padding-top: 10px;
	padding-bottom: 20px;
}

section.form-property .tab-content .input-group .input-group-prepend {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 34px;
    width: 30px;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.form-property .tab-content .input-group-prepend span {
    color: #8C1D1A;
}

.mb-0 {
    margin-bottom: 0;
}

section.form-property .tab-content a.form-btn {
    color: #fff;
    background: #8C1D1A;
    display: inline-block;
    margin-bottom: 15px;
    padding: 7px 25px;
    border-radius: 6px;
}

section.form-property .tab-content #address a.form-btn {
    margin-bottom: 0;
}

section.form-property #map iframe {
    width: 100%;
    height: 300px;
}


/* Terms Section */

section.terms .term-content {
    max-width: 725px;
    margin: auto;
}

section.terms .term-content h2 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
}

section.terms .term-content p {
    font-family: gothampro;
    font-size: 16px;
    color: #000;
}


/* Inner Navigation */

.inner-p-menu .navbar {
    padding-top: 0;
}

.inner-header .inner-p-menu .navbar {
    border-bottom: none !important;
}

.inner-header .w-100::before,
.inner-header .w-100::after {
    /* max-width: 425px; */
    max-width: unset;
    width: 42%;
}

@media (min-width: 768px) {
    .inner-header div#bs-example-navbar-collapse-1 {
        display: flex !important;
        justify-content: space-between;
    }
    .inner-header ul.nav.right-menu {
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    .inner-p-menu header .navbar {
        display: block;
    }
    .navbar-default .navbar-collapse {
        position: absolute;
        top: 90%;
        left: 0;
        right: 0;
        border: none;
        background: #000;
        margin: auto;
        width: 100%;
        padding: 0 20px !important;
    }
    .navbar-default .navbar-collapse::before {
        display: none;
    }
    section.other-links {
        padding-top: 20px;
    }
    section.form-property .form-group {
        margin-bottom: 0;
    }
    section.form-property .tab-content input,
    section.form-property .tab-content select {
        margin-bottom: 15px;
        display: block !important;
    }
    body.buying section.contactus-sec .col-sm-4 {
        margin-top: 40px;
        padding: 0 20px;
    }
    body.buying .subscriber-newd {
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    section.about_us.why_auction.buy-about {
        margin-top: 0;
        padding-top: 0;
    }
    section .form-content {
        padding: 30px 20px;
    }
    section.form-property ul.nav {
        display: flex !important;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    section.form-property ul.nav li {
        width: 48%;
        margin-bottom: 15px;
    }
    section.form-property ul.nav li a {
        display: block;
        margin: 0;
        text-align: center;
    }
    section.properties-sec {
        padding: 40px 0 0;
    }
    section.contactus-sec {
        margin-top: 30px;
    }
}

/* Property Details Page */
.header-content-wraper .prop-details {
    margin-top: 28px;
    max-width: 865px;
}

.header-content-wraper .prop-details i {
    font-size: 40px;
}

.header-content-wraper .prop-details span {
    font-size: 24px;
    margin-left: 18px;
}

.header-content-wraper .prop-details span.ml-0 {
    margin-left: 0;
}


/*////////////////////////////////////////// Property Info Page */

section.prop-info-sec {
    margin-top: 45px;
}

.page-title {
    padding: 50px 0 10px;
}

.section-title h2 {
    font-size: 45px;
    color: #8C1D1A;
}

section .info-col h2 {
    font-size: 48px;
    color: #000;
}

section .info-col span {
    margin: 20px 0 30px;
}

section .info-col span,
section .info-col p {
    font-family: gothampro;
    color: #000;
}

section .info-col p {
    max-width: 510px;
}

section .info-col a,
.btn-style {
    background: #8C1D1A;
    color: #fff;
    display: inline-block;
    font-family: gothampro;
    padding: 12px 19px;
    margin-top: 55px;
    transition: .3s ease all;
    border: 2px solid #8C1D1A;
    text-decoration: none;
}

.btn-style {
    margin-top: 0;
}

section .info-col a:hover,
.btn-style:hover {
    background: #fff;
    color: #8C1D1A;
    transition: .3s ease all;
}

.main-menu-btn {
    font-size: 18px;
    margin: 20px 0 40px;
}

.main-menu-btn a.btn-style {
    padding: 10px 20px;
    outline: 0 !important;
}

.btn-style:focus {
    outline-offset: 0 !important;
    color: #fff;
    text-decoration: none;
}

.main-menu-btn .modal {
    padding-right: 0 !important;
    z-index: 99999;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
}

.main-menu-btn .modal-dialog {
    width: 100%;
    margin: auto;
}

.main-menu-btn .modal-dialog section.other-links {
    padding-top: 0;
}

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

.mx-0 {
    margin-left: 0;
    margin-right: 0;
}


/* Social Links */

section.social-links {
    margin: 20px 0 60px;
}

section.social-links a {
    background: #F5F5F5;
    border: 1px solid #BFBFBF;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
    transition: .3s all ease;
}

section.social-links a.ml-0 {
    margin-left: 0;
}

section.social-links a.mr-0 {
    margin-right: 0;
}

section.social-links a i {
    font-size: 20px;
    color: #8C1D1A;
    transition: .3s all ease;
}

section.social-links a:hover {
    background: #8C1D1A;
    border-color: #8C1D1A;
    transition: .3s all ease;
}

section.social-links a:hover i {
    color: #fff;
    transition: .3s all ease;
}

section.property-img {
    margin-top: 70px;
}


/* Property Images Section */
section.prop-imgs h2 {
    font-size: 48px;
    color: #000;
    padding-bottom: 50px;
}

section.prop-imgs .item img {
    margin-bottom: 20px;
}

section.prop-imgs .owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    width: 110%;
    margin: auto;
    position: absolute;
    height: fit-content;
    top: 0;
    bottom: 5%;
    left: -5%;
    font-size: 40px;
    color: #ACACAC;
    transition: .3s all ease;
    z-index: -1;
}

section.prop-imgs .owl-carousel .owl-nav:hover {
    color: #000;
    transition: .3s all ease;
}


/* Start Property Video Section */

section.property-video {}

section.property-video .overlay {
    min-height: 380px;
}

section.property-video .overlay h2 {
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    padding: 50px 0;
}

section.property-video .video-container {
    max-width: 750px;
    margin: -260px auto 0;
}

section.property-video .video-container.video-container2 {
    margin: 0 auto 0;
}

section.property-video .video-container.video-container2 h2 {
    font-size: 48px;
    font-weight: 600;
    color: #000;
    padding: 50px 0;
}

section.property-video .video-container.video-container2 a {
    position: relative;
    display: block;
}

section.property-video .video-container.video-container2 a span {
    position: absolute;
    background-color: #8C1D1A;
    border: 2px solid #8C1D1A;
    color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    display: inline-block;
    width: 150px;
    padding: 10px 0;
    font-family: 'GothamPro-Medium';
    transition: .3s all ease;
}

section.property-video .video-container.video-container2 a span:hover,
.hover-effect:hover {
    background: #fff;
    color: #8C1D1A;
    transition: .3s all ease;
}


/* Property Location */

section.property-location {
    padding-top: 60px;
}

@media (min-width: 1200px) {
    section.property-location .container {
        margin-right: unset;
        padding-right: 0;
    }
    section.property-location .pr-md-0 {
        padding-right: 0;
    }
}

section.property-location h2 {
    font-size: 48px;
    font-weight: 600;
}

section.property-location p {
    font-family: gothampro;
    max-width: 525px;
    font-size: 16px;
    padding: 25px 0 20px;
}

.location-btn {
    background: #8C1D1A;
    color: #fff !important;
    border: 2px solid #8C1D1A;
    font-family: gothampro;
    font-size: 12px;
    padding: 10px 12px;
    transition: .3s all ease;
}

.location-btn:hover {
    color: #8C1D1A !important;
    background: #fff;
    transition: .3s all ease;
}

section.property-location iframe {
    width: 100%;
    display: block;
    min-height: 280px;
}


/* Additional Details Page */

section.additional-detail h2 {
    color: #1A1A1A;
    font-size: 48px;
    font-weight: 500;
}

section.additional-detail .additional-btn {
    margin: 30px 0 30px;
}

section.additional-detail .additional-btn a {
    border: 1px solid #B7B7B7;
    color: #1A1A1A;
    padding: 7px 18px;
    font-family: BaskerBt;
    transition: .3s all ease;
}

section.additional-detail .additional-btn a i {
    color: #8C1D1A;
    margin-right: 10px;
    transition: .3s all ease;
}

section.additional-detail .additional-btn a:hover {
    background: #8C1D1A;
    color: #fff;
    border-color: #8C1D1A;
    transition: .3s all ease;
}

section.additional-detail .additional-btn a:hover i {
    color: #fff;
    transition: .3s all ease;
}

section.additional-detail p {
    font-family: gothampro;
    color: #1A1A1A;
    max-width: 505px;
    margin-bottom: 35px;
}

section.additional-detail a.btn-style {
    font-size: 12px;
}


/*////////////////////////////////////////// Blogs Page */

@media (min-width: 768px) {
    .pl-md-0 {
        padding-left: 0;
    }
    .pr-md-0 {
        padding-right: 0;
    }
    section.about-blog .col-sm-4 {
        margin-top: 0 !important;
        position: absolute;
        right: 5%;
        width: 40%;
        top: 10%;
    }
}

section.about-blog {
    position: relative;
}

section.about-blog .overlay {
    padding-right: 22%;
    position: relative;
}


/* Popular Blogs */

section.blogs {
    margin-top: 145px;
}

section.blogs .section-title h2 {
    color: #1A1A1A;
    margin-bottom: 20px;
}

.blog-col .blog-img img {
    max-width: 360px;
    width: 100%;
}

.blog-col .title-txt {
    align-items: center;
    padding: 15px 0;
}

.blog-col .title-txt p {
    font-size: 36px;
    color: #8C1D1A;
    font-family: 'Bebas Neue', cursive;
    margin-bottom: 0;
}

.blog-col .title-txt span {
    color: #9B9B9B;
    font-family: GothamPro-Medium;
}

.blog-col .title-txt span i {
    margin-right: 8px;
}

.blog-col p {
    color: #33383c;
    font-family: GothamPro-Medium;
    margin-bottom: 20px;
}

section.blogs .col-sm-4 {
    margin-bottom: 40px;
}

section.blogs .pagination-container {
    margin-top: 50px;
}

section .pagination li {
    display: inline-block;
    margin: 0 3px;
}

section .pagination li a {
    background: #F5F5F5;
    color: #33383c;
    font-family: gothampro;
    transition: .3s all ease;
    border: none;
}

section .pagination li.active a,
section .pagination li a:hover {
    transition: .3s all ease;
    background: #8C1D1A;
    color: #fff;
}

section .pagination li a.prev,
section .pagination li a.next {
    background: #3C3D40;
    color: #fff;
}


/*////////////////////////////////////////// Blogs details page */

section.blog-details {
    margin-top: 76px;
}

@media (max-width: 767px) {
    section.blog-details .col-sm-1 {
        display: none;
    }
}

section.blog-details .blog-detail h2 {
    color: #000000;
    font-size: 35px;
    margin-bottom: 25px;
}

section.blog-details .blog-detail p {
    font-family: gothampro;
    color: #2A272E;
}

section.blog-details .blog-detail h2:nth-of-type(2) {
    margin-top: 30px;
}

section.blog-details .blog-comment h2 {
    font-size: 35px;
    color: #8C1D1A;
    margin-bottom: 30px;
}

section.blog-details .blog-comment label {
    font-weight: 600;
}

.selling.about_us .overlay {
    position: relative;
}

.selling.about_us .overlay .floating-img {
    position: absolute;
    width: 270px;
    right: 4%;
    bottom: -45%;
}

.why_auction .floating-img .why_bg_img {
    height: 190px;
}

section.selling.about_us .floating-img .image_bdr2 {
    width: 64px;
    height: 64px;
    right: unset;
    left: -3%;
    bottom: -5%;
}

section.selling.about_us .right-img span {
    margin-top: 25px;
    position: relative;
    display: block;
    font-family: gothampro;
}


/* Done More Section */

section.selling.done-more_then {
    margin-top: 95px;
}

section.selling.done-more_then .have_done_more {
    margin-left: auto;
}

section.selling.done-more_then .content_area.col-sm-6 {
    left: 22%;
}

section.selling.done-more_then .homeSlider_box.col-sm-6 {
    right: unset;
    left: 11%;
}

section.selling.done-more_then .owl-nav.disabled {
    left: 33px;
    right: unset;
}

.selling.sec_auctions_reviews {
    margin-top: 70px;
}

section.img-gallery {
    padding-bottom: 80px;
}

section.img-gallery img {
    width: 100%;
}

section.img-gallery .overlay {
    min-height: 280px;
}

section.img-gallery .video-container {
    max-width: 95%;
    margin: -100px auto 0;
    padding: 0 15px;
}

section.free-consultation {
    margin-left: auto;
    max-width: 740px;
}

section.free-consultation .overlay {
    padding: 3% 7% 3% 16%;
    color: #fff;
}

section.free-consultation h2 {
    margin: 8px 0;
    font-size: 24px;
}

section.free-consultation p {
    font-family: gothampro;
    margin-bottom: 10px;
}

section.free-consultation a {
    border: 1px solid #fff;
    font-family: gothampro;
    display: inline-block;
    padding-left: 10px;
    color: #fff;
}

section.free-consultation a span {
    color: #000;
    background: #fff;
    display: inline-block;
    padding: 9px 14px;
    margin-left: 8px;
}

section.subscriber-newd.consultation-exists {
    margin-top: 45px;
}


/* Responsive */

@media (max-width: 1300px) {
    section.meet-agent.done-more_then .content_area.col-sm-6 {
        padding-right: 9%;
    }
    .main_title.done-auction {
        line-height: 34px;
    }
}

@media (min-width: 768px) and (max-width: 1300px) {
    .homeSlider_box.col-sm-6{
        right: 30px;
        width: 40%;
    }
}

@media (max-width: 1090px) {
    .selling.about_us .overlay {
        padding-left: 6%;
    }
}

@media (max-width: 1000px) {
    section.meet-agent.done-more_then .content_area.col-sm-6 {
        padding-right: 15px;
    }
    .sec_auctions_reviews {
        margin-top: 124px;
    }
}

@media (max-width: 992px) {
    section.about_us.why_auction.buy-about .col-md-6.col2 {
        margin-top: 30px;
    }
    section.contactus-sec {
        margin-top: 0;
    }
    .buying.subscriber-newd {
        margin-top: 50px;
    }
    .selling.about_us .overlay .floating-img {
        display: none;
    }
    section.img-gallery .img {
        margin-bottom: 15px;
    }
    section.about-blog .row {
        margin: 0 -15px;
    }
    section.about-blog .pl-md-0 {
        padding-left: 15px;
    }
    section.about-blog .right-img {
        display: none;
    }
    section.blogs {
        margin-top: 50px;
    }
    section.blogs .blog-col {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .property-tabbing .homeSlider_box .box_content {
        padding: 0;
        margin-top: 0;
    }
    section.selling.about_us.why_auction {
        padding: 0;
    }
    section.selling.about_us.why_auction .cus-container {
        padding-right: 0;
    }
    section.selling.about_us .right-img span {
        padding-left: 15px;
    }
    section.selling.done-more_then {
        margin-top: 30px;
    }
    section.selling.done-more_then .homeSlider_box.col-sm-6 {
        left: 0;
        right: 0;
    }
    section.selling.done-more_then .owl-nav.disabled {
        left: unset;
        right: unset;
        bottom: unset;
        top: 0;
    }
    section.selling.done-more_then .content_area.col-sm-6 {
        left: 0;
    }
    section.selling.done-more_then .have_done_more {
        min-height: auto;
    }
    section.other-links .col-sm-4,
    section.other-links .col-sm-6,
    section.other-links .col-sm-8 {
        width: 100%;
    }
    section.img-gallery {
        display: none;
    }
    section.free-consultation {
        max-width: 100%;
    }
    body.buying .d-flex {
        display: flex !important;
    }
    section.property-location iframe {
        margin-top: 30px;
    }
    section.additional-detail .additional-btn {
        flex-wrap: wrap;
    }
    section.additional-detail .additional-btn a {
        width: 49%;
        padding: 7px 12px;
    }
    section.additional-detail .column2 {
        margin-top: 30px;
    }
    section.about-blog.about_us.why_auction {
        padding-top: 0;
    }
}

@media (max-width: 576px) {
    #header_slider button.owl-next {
        right: 0%;
    }
    #header_slider button.owl-prev {
        left: -6%;
    }
    .long-arow {
        top: 16px;
    }
    .panel-table>.panel-heading,
    .panel-table>.panel-body {
        font-size: 10px;
    }
    .header-content-wraper .prop-details i {
        font-size: 13px;
    }
    .header-content-wraper .prop-details span {
        font-size: 13px;
        margin-left: 8px;
    }
    section.social-links a {
        width: 50px;
        height: 50px;
    }
    section.social-links a i {
        font-size: 18px;
    }
    .page-title {
        padding: 25px 0 0;
        font-size: 36px;
    }
    section.social-links {
        margin: 30px 0 0;
    }
    section.prop-imgs h2,
    section.property-video .video-container.video-container2 h2 {
        padding: 30px 0;
        font-size: 36px;
    }
    section.property-video .overlay h2,
    section.property-location h2 {
        font-size: 36px;
    }
    section.property-video .overlay {
        min-height: 292px;
    }
    section.property-video .video-container {
        margin: -150px auto 0;
    }
}

@media (max-width: 325px) {
    .panel-table>.panel-heading,
    .panel-table>.panel-body {
        font-size: 8px;
    }
}

.fancybox-container {
    z-index: 999999 !important;
}

.fancybox-container .fancybox-content {
    padding: 0px;
    border-radius: 6px;
}

.fancybox-content section.other-links {
    margin-top: 0;
    padding-top: 60px;
    display: none;
}

@media (min-width: 767px) {
    .fancybox-content {
        overflow-x: auto !important;
        overflow-y: hidden !important;
    }
}

.d-none {
    display: none;
}

.fancybox-slide--html .fancybox-close-small {
    right: 8px !important;
    top: 8px !important;
    border-radius: 50%;
    border: 2px solid #000;
    width: 30px;
    height: 30px;
    padding: 0 !important;
}

div#hire-from div#usrform {
    margin-bottom: 0 !important;
}

.fancybox-slide--html div#hire-from .fancybox-close-small {
    color: #fff;
    border: 2px solid #fff;
}


/*/////////////////////// Mobile Menu //////////////////*/

@media (min-width: 768px) {
    div#mobNav {
        display: none;
    }
    button#openNav {
        display: none;
    }
}

@media (max-width: 767px) {
    .logo.col-sm {
        text-align: center;
        width: 100%;
        float: none;
    }
    .logo.col-sm img {
        width: 100%;
        max-width: 140px;
    }
    button#openNav {
        border-radius: 50%;
        background-color: #8c1d1a;
        color: #fff;
        cursor: pointer;
        box-shadow: 0 0 5px rgb(0 0 0 / 20%);
        border: none;
        outline: none;
        width: 45px;
        height: 45px;
        position: absolute;
        top: 11px;
        bottom: 0;
        right: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 16px 11px;
    }
    button#openNav span {
        width: 100%;
        height: 1px;
        display: block;
        background: #fff;
    }
    button#openNav span.bottom {
        width: 70%;
        margin-right: auto;
    }
    div.mob-nav {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1001;
        width: 52%;
        height: 100vh;
        padding: 0;
        background-color: #000;
        box-shadow: 0 0 15px rgb(0 0 0 / 20%);
        transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
        transform: translate3d(460px, 0, 0);
        padding: 30px;
    }
    .mob-nav.active {
        transform: translate3d(0px, 0, 0);
    }
    .mob-nav button#close-btn {
        position: fixed;
        width: 35px;
        height: 35px;
        left: -17px;
        z-index: 9999999;
        top: 15px;
        background-color: #8c1d1a;
        color: #fff;
        font-size: 20px;
        border: none;
        outline: none;
        cursor: pointer;
        box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    }
    div.mob-nav ul {
        padding-left: 0;
    }
    div.mob-nav ul li a {
        padding: 13px 0 13px 20px;
        text-align: left;
        font-size: 18px;
        border-bottom: 1px solid #cfcfcf;
        color: #fff;
        display: block;
        width: 100%;
    }
    div.mob-nav ul li:last-of-type a {
        border-bottom: 1px solid #8C1D1A;
    }
    div.mob-nav ul.mob-contact li:last-of-type {
        border-bottom: 1px solid #8C1D1A;
        padding: 13px 0 13px 20px;
        font-size: 18px;
    }
    div.mob-nav ul.mob-contact li i {
        margin-right: 10px;
    }
    div.mob-nav ul.mob-social {
        flex-direction: row;
    }
    div.mob-nav ul.mob-social li {
        display: inline-block;
        border: none;
    }
    div.mob-nav ul.mob-social li a {
        border: none;
    }
    div.mob-nav::-webkit-scrollbar {
        width: 10px;
    }
    div.mob-nav::-webkit-scrollbar-thumb {
        border-radius: 30px;
        background: -webkit-gradient(linear, left top, left bottom, from(#8C1D1A), to(#cfcfcf));
        box-shadow: inset 2px 2px 2px rgb(255 255 255 / 25%), inset -2px -2px 2px rgb(0 0 0 / 25%);
    }
}

@media (max-width: 430px) {
    div.mob-nav {
        width: 80%;
    }
}

@media (max-width: 350px) {
    div.mob-nav {
        width: 90%;
    }
}

.inner-header button#openNav {
    right: 0;
}


