.block-editor-block-list__layout .reusable-block-edit-panel,
.wp-block-calendar table {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

.btQuoteBooking,
.btQuoteBooking *,
.btQuoteBooking :after,
.btQuoteBooking :before {
    box-sizing: border-box
}

.wp-block-audio figcaption,
.wp-block-button.aligncenter,
.wp-block-button__link,
.wp-block-calendar {
    text-align: center
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    font-size: 13px
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.block-editor-block-list__layout .reusable-block-edit-panel {
    align-items: center;
    background: #f8f9f9;
    color: #555d66;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    top: -14px;
    margin: 0 -14px;
    padding: 8px 14px;
    position: relative;
    border: 1px dashed rgba(145, 151, 162, .25);
    border-bottom: none
}

.block-editor-block-list__layout .block-editor-block-list__layout .reusable-block-edit-panel {
    margin: 0 -14px;
    padding: 8px 14px
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner {
    margin: 0 5px
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info {
    margin-right: auto
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label {
    margin-right: 8px;
    white-space: nowrap;
    font-weight: 600
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
    flex: 1 1 100%;
    font-size: 14px;
    height: 30px;
    margin: 4px 0 8px
}

.block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
    flex-shrink: 0
}

@media(min-width:960px) {
    .block-editor-block-list__layout .reusable-block-edit-panel {
        flex-wrap: nowrap
    }
    .block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
        margin: 0
    }
    .block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
        margin: 0 0 0 5px
    }
}

.editor-block-list__layout .is-selected .reusable-block-edit-panel {
    border-color: rgba(66, 88, 99, .4) rgba(66, 88, 99, .4) rgba(66, 88, 99, .4) transparent
}

.is-dark-theme .editor-block-list__layout .is-selected .reusable-block-edit-panel {
    border-color: hsla(0, 0%, 100%, .45) hsla(0, 0%, 100%, .45) hsla(0, 0%, 100%, .45) transparent
}

.block-editor-block-list__layout .reusable-block-indicator {
    background: #fff;
    border: 1px dashed #e2e4e7;
    color: #555d66;
    top: -14px;
    height: 30px;
    padding: 4px;
    position: absolute;
    z-index: 1;
    width: 30px;
    right: -14px
}

.wp-block-button {
    color: #fff;
    margin-bottom: 1.5em
}

.wp-block-button.alignright {
    text-align: right
}

.wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    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: inherit
}

.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.is-style-outline {
    color: #32373c
}

.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: 4px;
    border: 1px solid #e2e4e7
}

.wp-block-calendar tfoot td,
.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse
}

.wp-block-calendar table th {
    font-weight: 440;
    background: #edeff0
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar tfoot a {
    color: #00739c
}

.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-columns {
    display: flex;
    flex-wrap: wrap
}

@media(min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
    .wp-block-column:not(:first-child) {
        margin-left: 32px
    }
}

.wp-block-column {
    flex-grow: 1;
    margin-bottom: 1em;
    flex-basis: 100%;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media(min-width:600px) {
    .wp-block-column {
        flex-basis: calc(50% - 16px);
        flex-grow: 0
    }
    .wp-block-column:nth-child(2n) {
        margin-left: 32px
    }
}

.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    margin: 0 0 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.wp-block-cover-image.has-left-content,
.wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover-image.has-left-content .wp-block-cover-text,
.wp-block-cover-image.has-left-content h2,
.wp-block-cover.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
.wp-block-cover.has-left-content h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content,
.wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover-image.has-right-content .wp-block-cover-text,
.wp-block-cover-image.has-right-content h2,
.wp-block-cover.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
.wp-block-cover.has-right-content h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2 {
    color: #fff;
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 610px;
    padding: 14px;
    text-align: center
}

.wp-block-cover .wp-block-cover-image-text a,
.wp-block-cover .wp-block-cover-image-text a:active,
.wp-block-cover .wp-block-cover-image-text a:focus,
.wp-block-cover .wp-block-cover-image-text a:hover,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .wp-block-cover-text a:active,
.wp-block-cover .wp-block-cover-text a:focus,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover h2 a,
.wp-block-cover h2 a:active,
.wp-block-cover h2 a:focus,
.wp-block-cover h2 a:hover,
.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-image-text a:active,
.wp-block-cover-image .wp-block-cover-image-text a:focus,
.wp-block-cover-image .wp-block-cover-image-text a:hover,
.wp-block-cover-image .wp-block-cover-text a,
.wp-block-cover-image .wp-block-cover-text a:active,
.wp-block-cover-image .wp-block-cover-text a:focus,
.wp-block-cover-image .wp-block-cover-text a:hover,
.wp-block-cover-image h2 a,
.wp-block-cover-image h2 a:active,
.wp-block-cover-image h2 a:focus,
.wp-block-cover-image h2 a:hover {
    color: #fff
}

.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
    }
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: inherit;
    opacity: .5;
    z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10:before,
.wp-block-cover.has-background-dim.has-background-dim-10:before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20:before,
.wp-block-cover.has-background-dim.has-background-dim-20:before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30:before,
.wp-block-cover.has-background-dim.has-background-dim-30:before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40:before,
.wp-block-cover.has-background-dim.has-background-dim-40:before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50:before,
.wp-block-cover.has-background-dim.has-background-dim-50:before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60:before,
.wp-block-cover.has-background-dim.has-background-dim-60:before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70:before,
.wp-block-cover.has-background-dim.has-background-dim-70:before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80:before,
.wp-block-cover.has-background-dim.has-background-dim-80:before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90:before,
.wp-block-cover.has-background-dim.has-background-dim-90:before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100:before,
.wp-block-cover.has-background-dim.has-background-dim-100:before {
    opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 305px;
    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 .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
    width: calc(100% - 70px);
    z-index: 1;
    color: #f8f9f9
}

.wp-block-cover .wp-block-subhead,
.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover h3,
.wp-block-cover h4,
.wp-block-cover h5,
.wp-block-cover h6,
.wp-block-cover p,
.wp-block-cover-image .wp-block-subhead,
.wp-block-cover-image h1,
.wp-block-cover-image h2,
.wp-block-cover-image h3,
.wp-block-cover-image h4,
.wp-block-cover-image h5,
.wp-block-cover-image h6,
.wp-block-cover-image p {
    color: inherit
}

.wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.block-editor-block-list__block[data-type="core/embed"][data-align=left] .block-editor-block-list__block-edit,
.block-editor-block-list__block[data-type="core/embed"][data-align=right] .block-editor-block-list__block-edit,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
    max-width: 360px;
    width: 100%
}

.wp-block-embed {
    margin-bottom: 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper:before {
    padding-top: 66.66%
}

.wp-embed-responsive .wp-block-embed.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: 13px;
    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
}

.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.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)) {
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.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)) {
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
    .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
    }
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.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: 40px 10px 9px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent)
}

.btQuoteBooking .btDropDown .dd,
.btQuoteBooking .ddTitle,
.btQuoteBooking .ui-slider,
.btQuoteGBlock.btCCLock,
.btQuoteItem.btCCLock,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative
}

.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.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%
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 16px)/ 2)
}

.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.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) {
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc((100% - 32px)/ 3);
        margin-right: 16px
    }
    @supports(-ms-ime-align:auto) {
        .wp-block-gallery.columns-3 .blocks-gallery-image,
        .wp-block-gallery.columns-3 .blocks-gallery-item {
            width: calc((100% - 32px)/ 3 - 1px)
        }
    }
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc((100% - 48px)/ 4);
        margin-right: 16px
    }
    @supports(-ms-ime-align:auto) {
        .wp-block-gallery.columns-4 .blocks-gallery-image,
        .wp-block-gallery.columns-4 .blocks-gallery-item {
            width: calc((100% - 48px)/ 4 - 1px)
        }
    }
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc((100% - 64px)/ 5);
        margin-right: 16px
    }
    @supports(-ms-ime-align:auto) {
        .wp-block-gallery.columns-5 .blocks-gallery-image,
        .wp-block-gallery.columns-5 .blocks-gallery-item {
            width: calc((100% - 64px)/ 5 - 1px)
        }
    }
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc((100% - 80px)/ 6);
        margin-right: 16px
    }
    @supports(-ms-ime-align:auto) {
        .wp-block-gallery.columns-6 .blocks-gallery-image,
        .wp-block-gallery.columns-6 .blocks-gallery-item {
            width: calc((100% - 80px)/ 6 - 1px)
        }
    }
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc((100% - 96px)/ 7);
        margin-right: 16px
    }
    @supports(-ms-ime-align:auto) {
        .wp-block-gallery.columns-7 .blocks-gallery-image,
        .wp-block-gallery.columns-7 .blocks-gallery-item {
            width: calc((100% - 96px)/ 7 - 1px)
        }
    }
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc((100% - 112px)/ 8);
        margin-right: 16px
    }
    @supports(-ms-ime-align:auto) {
        .wp-block-gallery.columns-8 .blocks-gallery-image,
        .wp-block-gallery.columns-8 .blocks-gallery-item {
            width: calc((100% - 112px)/ 8 - 1px)
        }
    }
    .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
    }
}

.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
    width: 100%
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 305px;
    width: 100%
}

.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    display: flex
}

.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-image {
    max-width: 100%;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0
}

.wp-block-image img {
    max-width: 100%
}

.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,
.wp-block-image.is-resized {
    display: table;
    margin-left: 0;
    margin-right: 0
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin-right: 1em
}

.wp-block-image .alignright {
    float: right;
    margin-left: 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-block-latest-comments__comment {
    font-size: 15px;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 36px;
    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: 52px
}

.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: 14px;
    line-height: 1.8;
    margin: 5px 0 20px
}

.wp-block-latest-comments__comment-date {
    color: #8f98a1;
    display: block;
    font-size: 12px
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 24px;
    display: block;
    float: left;
    height: 40px;
    margin-right: 12px;
    width: 40px
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-latest-posts.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media(min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 16px)
    }
    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 16px)
    }
    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 16px)
    }
    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 16px)
    }
    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-latest-posts__post-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-pullquote .has-text-color a,
.wp-block-pullquote cite,
p.has-text-color a {
    color: inherit
}

.wp-block-media-text {
    display: grid;
    grid-template-rows: auto;
    align-items: center;
    grid-template-areas: "media-text-media media-text-content";
    grid-template-columns: 50% auto
}

.wp-block-media-text.has-media-on-the-right {
    grid-template-areas: "media-text-content media-text-media";
    grid-template-columns: auto 50%
}

.wp-block-media-text .wp-block-media-text__media {
    grid-area: media-text-media;
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    word-break: break-word;
    grid-area: media-text-content;
    padding: 0 8%
}

.wp-block-media-text>figure>img,
.wp-block-media-text>figure>video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

@media(max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100%!important;
        grid-template-areas: "media-text-media" "media-text-content"
    }
    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
        grid-template-areas: "media-text-content" "media-text-media"
    }
}

.is-small-text {
    font-size: 14px
}

.is-regular-text {
    font-size: 16px
}

.is-large-text {
    font-size: 36px
}

.is-larger-text {
    font-size: 48px
}

.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
}

.has-drop-cap:not(:focus):after {
    content: "";
    display: table;
    clear: both;
    padding-top: 14px
}

p.has-background {
    padding: 20px 30px
}

.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: 305px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 20px
}

.wp-block-pullquote p {
    font-size: 28px;
    line-height: 1.6
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: 0 0
}

.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: 32px
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 24px;
    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: 18px;
    text-align: right
}

.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 16px 16px 0;
    width: 100%
}

@media(min-width:600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 16px)
    }
    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 16px)
    }
    .wp-block-rss.columns-4 li {
        width: calc(25% - 16px)
    }
    .wp-block-rss.columns-5 li {
        width: calc(20% - 16px)
    }
    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    color: #6c7781;
    font-size: 13px
}

.wp-block-search {
    display: flex;
    flex-wrap: wrap
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1
}

.wp-block-search .wp-block-search__button {
    margin-left: 10px
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: 0 0;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "\00b7 \00b7 \00b7";
    color: #191e23;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-table.has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto
}

.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 #f3f4f5
}

.wp-block-table.is-style-stripes tr:nth-child(odd),
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td {
    border-color: transparent
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 16px;
    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 {
    white-space: nowrap;
    overflow: auto
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

.wp-block-video video {
    max-width: 100%
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.btQuoteBooking,
address,
dd,
dl,
p {
    margin: 0 0 20px
}

.has-pale-pink-background-color.has-pale-pink-background-color {
    background-color: #f78da7
}

.has-vivid-red-background-color.has-vivid-red-background-color {
    background-color: #cf2e2e
}

.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

.has-light-green-cyan-background-color.has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color {
    background-color: #00d084
}

.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

.has-very-light-gray-background-color.has-very-light-gray-background-color {
    background-color: #eee
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
    background-color: #313131
}

.has-pale-pink-color.has-pale-pink-color {
    color: #f78da7
}

.has-vivid-red-color.has-vivid-red-color {
    color: #cf2e2e
}

.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color {
    color: #ff6900
}

.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color {
    color: #fcb900
}

.has-light-green-cyan-color.has-light-green-cyan-color {
    color: #7bdcb5
}

.has-vivid-green-cyan-color.has-vivid-green-cyan-color {
    color: #00d084
}

.has-pale-cyan-blue-color.has-pale-cyan-blue-color {
    color: #8ed1fc
}

.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color {
    color: #0693e3
}

.has-very-light-gray-color.has-very-light-gray-color {
    color: #eee
}

.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color {
    color: #abb8c3
}

.has-very-dark-gray-color.has-very-dark-gray-color {
    color: #313131
}

.has-small-font-size {
    font-size: 13px
}

.has-normal-font-size,
.has-regular-font-size {
    font-size: 16px
}

.has-medium-font-size {
    font-size: 20px
}

.has-large-font-size {
    font-size: 36px
}

.has-huge-font-size,
.has-larger-font-size {
    font-size: 42px
}

.btQuoteGBlock.btCCLock:before,
.btQuoteItem.btCCLock:before {
    content: ' ';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: 0;
    right: 0;
    background: 0 0;
    z-index: 999
}

.btQuoteBooking {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0)
}

.btQuoteBooking:after {
    content: " ";
    display: table;
    clear: both;
    width: 100%
}

.btQuoteBooking .btQuoteBookingForm {
    margin: 0 0 30px
}

.btQuoteBooking .btTotalQuoteContactGroup {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0)
}

.btQuoteBooking .btTotalQuoteContactGroup.btActive {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    max-height: 1000px;
    filter: alpha(opacity=100);
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.btQuoteBooking .btTotalNextWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-box-flex: 0;
    -webkit-box-pack: end
}

.btQuoteBooking .btQuoteBookingForm .boldBtn,
.btQuoteBooking .btQuoteBookingForm.btActive .boldBtn {
    -webkit-box-flex: 0
}

.btQuoteBooking .btContactNext {
    font-family: inherit;
    margin: 0 0 0 30px;
    line-height: 2.25;
    text-transform: uppercase;
    font-weight: 900;
    display: inline-block;
    padding: 0 30px;
    cursor: pointer;
    font-size: 20px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    white-space: nowrap
}

.btQuoteBooking .btContactNext:focus {
    outline: 0
}

.btQuoteBooking .btQuoteBookingForm.btActive .btContactNext {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%
}

.btQuoteBooking .btContactNext:active,
.btQuoteBooking .btContactNext:hover {
    border-color: #999;
    color: #555;
    box-shadow: 0 0 10px #ccc inset, 0 2px 10px rgba(0, 0, 0, .2)
}

.btQuoteBooking .btContactNext:active:after,
.btQuoteBooking .btContactNext:hover:after {
    margin: 0 7px 0 10px;
    -webkit-transition: margin .2s ease;
    transition: margin .2s ease
}

.btQuoteBooking .btContactNext:active {
    box-shadow: 0 0 0 #ccc inset, 0 -2px 10px rgba(0, 0, 0, .4)
}

.btQuoteBooking .btQuoteItem {
    padding: 0 0 0 220px;
    margin: 0 0 30px
}

.btQuoteBooking .btQuoteItem label {
    display: block;
    float: left;
    width: 220px;
    margin: 8px 0 0 -220px;
    padding-right: 20px
}

.btQuoteBooking .btQuoteSlider {
    float: left;
    margin: 0;
    width: 100%
}

.btQuoteBooking .btQuoteSwitch {
    float: left;
    margin: 0;
    width: 76px;
    height: 38px;
    border: 1px solid #ccc;
    border-radius: 38px;
    cursor: pointer;
    padding: 5px;
    -webkit-transition: box-shadow 380ms ease;
    transition: box-shadow 380ms ease
}

.btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner {
    width: 26px;
    height: 26px;
    background: #ccc;
    border-radius: 50%;
    -webkit-transition: all 190ms cubic-bezier(.8, .1, .8, .1);
    transition: all 190ms cubic-bezier(.8, .1, .8, .1)
}

.btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner {
    margin-left: 38px
}

.btQuoteBooking .btQuoteItemInput {
    text-align: center
}

.btQuoteBooking .btQuoteItem .fancy-select .trigger {
    text-align: left;
    color: #b4b4b4
}

.btQuoteBooking .btQuoteItem .fancy-select .trigger.selected {
    color: #333
}

.btQuoteBooking .fancy-select .trigger,
.btQuoteBooking input[type=email],
.btQuoteBooking input[type=password],
.btQuoteBooking input[type=text],
.btQuoteBooking textarea {
    width: 100%;
    display: block;
    line-height: 2;
    min-height: 38px;
    padding: 0 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    -webkit-transition: all 380ms ease;
    transition: all 380ms ease;
    color: #000;
    border-radius: 2px;
    outline: 0
}

.btQuoteBooking .btQuoteItem textarea {
    resize: vertical;
    font-size: inherit;
    color: #000;
    padding: 0 12px;
    min-height: 160px
}

.btQuoteBooking .dd.ddcommon.borderRadius .ddTitleText {
    -webkit-transition: all 380ms ease;
    transition: all 380ms ease;
    border-radius: 2px;
    min-height: 38px
}

.btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText {
    border-radius: 2px 2px 0 0;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px
}

.btQuoteBooking .fancy-select .trigger.open,
.btQuoteBooking input[type=email]:focus,
.btQuoteBooking input[type=text]:focus,
.btQuoteBooking textarea:focus {
    border-color: #999;
    outline: 0
}

.btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText,
.btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText {
    -webkit-transition: all 380ms ease;
    transition: all 380ms ease;
    min-height: 38px
}

.btQuoteBooking .btQuoteItem:after {
    content: ' ';
    display: table;
    width: 100%;
    clear: both
}

.btQuoteBooking .ui-slider {
    background: #ededed;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .05), rgba(0, 0, 0, 0));
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .05), rgba(0, 0, 0, 0));
    text-align: left;
    border: 1px solid #ccc;
    border-radius: 14px;
    box-shadow: 0 0 0 rgba(0, 0, 0, .2);
    -webkit-transition: all 190ms ease;
    transition: all 190ms ease
}

.btQuoteBooking .ui-slider:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    -webkit-transition: all 380ms ease;
    transition: all 380ms ease
}

.btQuoteBooking .ui-slider .ui-slider-handle {
    display: block;
    position: absolute;
    z-index: 2;
    min-width: 38px;
    height: 38px;
    -ms-touch-action: none;
    touch-action: none;
    border-radius: 50%;
    cursor: w-resize;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    box-shadow: 0 0 0 rgba(0, 0, 0, .5), 0 0 0 0 rgba(0, 0, 0, .2) inset;
    -webkit-transition: all 190ms ease;
    transition: all 190ms ease
}

.btQuoteBooking .btQuoteSliderValue {
    min-width: 34px;
    height: 38px;
    line-height: 38px;
    padding: 0 2px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    display: block
}

.btQuoteBooking .ui-slider .ui-slider-handle.ui-state-hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, .5), 0 0 0 3px rgba(0, 0, 0, .2) inset
}

.btQuoteBooking .ui-slider .ui-slider-handle.ui-state-active,
.btQuoteBooking .ui-slider .ui-slider-handle.ui-state-active.ui-state-hover {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .5), 0 0 0 3px rgba(0, 0, 0, .2) inset
}

.btQuoteBooking .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.btQuoteBooking .ui-slider.ui-state-disabled .ui-slider-handle,
.btQuoteBooking .ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit
}

.btQuoteBooking .ui-slider-horizontal {
    height: 20px;
    margin-top: 10px;
    cursor: pointer
}

.btQuoteBooking .ui-slider-horizontal .ui-slider-handle {
    top: -10px
}

.btQuoteBooking .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.btQuoteBooking .ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.btQuoteBooking .ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.btQuoteBooking .ui-slider-vertical {
    min-width: 34px;
    height: 100px
}

.btQuoteBooking .ui-slider-vertical .ui-slider-handle {
    left: 0;
    margin-left: 0;
    margin-bottom: -18px
}

.btQuoteBooking .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.btQuoteBooking .ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.btQuoteBooking .ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
    font-weight: 700;
    padding: 0;
    text-align: right;
    color: #fff;
    line-height: 1.8;
    -webkit-box-flex: 0;
    -webkit-box-pack: end;
    -webkit-box-align: stretch
}

.btQuoteBooking .btQuoteTotalText {
    margin-right: 1em;
    -ms-grid-row-align: center
}

.btQuoteBooking .btQuoteTotalCurrency {
    display: inline-block;
    background: rgba(0, 0, 0, .25);
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 5px 3px 5px 20px
}

.btQuoteBooking .btQuoteTotalCalc {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    display: inline-block;
    background: rgba(0, 0, 0, .25);
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    padding: 5px 20px 5px 3px
}

.currencyAfter .btQuoteTotalCurrency {
    border-radius: 0 50px 50px 0;
    padding: 5px 20px 5px 3px
}

.currencyAfter .btQuoteTotalCalc {
    border-radius: 50px 0 0 50px;
    padding: 5px 3px 5px 20px
}

.btQuoteBooking .btQuoteItem ul.options {
    text-align: left
}

.btQuoteBooking .btQuoteContact .btQuoteItem {
    padding: 0 10px;
    float: left;
    width: 50%
}

.btQuoteBooking .btQuoteContact .btQuoteItem:nth-child(odd) {
    clear: left
}

.btQuoteBooking .btQuoteItem.btQuoteItemFullWidth {
    float: none;
    width: auto
}

.btDatePicker a.ui-datepicker-prev,
.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
}

.btQuoteBooking .btQuoteContact .boldBtn {
    clear: left;
    margin: 0;
    text-align: center;
    white-space: normal
}

.btQuoteBooking .btContactFieldMandatory input,
.btQuoteBooking .btContactFieldMandatory textarea {
    border: 1px solid #aaa;
    box-shadow: 0 0 0 1px #aaa inset;
    -webkit-transition: all 380ms ease;
    transition: all 380ms ease
}

.btQuoteBooking .btContactFieldMandatory .dd.ddcommon.borderRadius .ddTitleText {
    border: 1px solid #aaa;
    box-shadow: 0 0 0 1px #aaa inset
}

.btQuoteBooking .btContactFieldMandatory.btContactFieldError input,
.btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea {
    -webkit-transition: all 380ms ease;
    transition: all 380ms ease
}

.btQuoteBooking .btSubmitMessage {
    font-weight: 600;
    text-align: center;
    height: 30px
}

.btDatePicker {
    z-index: 10000!important;
    width: 300px
}

.btDatePicker table td,
.btDatePicker table th {
    border: 1px solid #e0e0e0
}

.btDatePicker .ui-datepicker-header {
    display: block;
    padding: 10px;
    overflow: hidden;
    background-color: #52b7bd;
    color: #fff
}

.btDatePicker table.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    background-color: #f2f2f2
}

.btDatePicker table.ui-datepicker-calendar th {
    padding: 10px 8px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-align: center
}

.btDatePicker a.ui-datepicker-next,
.btDatePicker a.ui-datepicker-prev {
    display: block;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    background-color: #fff;
    border-radius: 2px;
    padding: 2px 4px;
    text-transform: uppercase;
    cursor: pointer
}

.btDatePicker a.ui-datepicker-next {
    float: right
}

.btDatePicker a.ui-datepicker-next:hover,
.btDatePicker a.ui-datepicker-prev:hover {
    color: #bbb;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.btDatePicker .ui-datepicker-title {
    text-align: center;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 600;
    color: #fff
}

.btDatePicker#ui-datepicker-div {
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    border-radius: 2px;
    margin-top: 1px
}

.btDatePicker .ui-datepicker-calendar td {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    padding: .3em;
    text-align: center
}

.btDatePicker table.ui-datepicker-calendar td a {
    color: #666;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    line-height: 18px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.btDatePicker table.ui-datepicker-calendar td a.ui-state-active {
    font-weight: 700;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.btDatePicker table td:hover {
    cursor: pointer;
    background: #e0e0e0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.btQuoteBooking .ddChild {
    left: 0!important;
    right: 0!important;
    margin: -1px 0 0;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    position: absolute!important;
    background-color: #fff;
    border: 1px solid #999;
    overflow-y: auto
}

.btDarkSkin .btLightSkin.btMenuVerticalLeft.btMenuVerticalOn .topBar .ttLeft,
.btDarkSkin .btLightSkin.btMenuVerticalLeft.btMenuVerticalOn .topBar .ttRight,
.btDarkSkin .btLightSkin.btMenuVerticalRight.btMenuVerticalOn .topBar .ttLeft,
.btDarkSkin .btLightSkin.btMenuVerticalRight.btMenuVerticalOn .topBar .ttRight,
.btLightSkin.btMenuVerticalLeft.btMenuVerticalOn .topBar .ttLeft,
.btLightSkin.btMenuVerticalLeft.btMenuVerticalOn .topBar .ttRight,
.btLightSkin.btMenuVerticalRight.btMenuVerticalOn .topBar .ttLeft,
.btLightSkin.btMenuVerticalRight.btMenuVerticalOn .topBar .ttRight,
.btPreloader p,
.btQuoteBooking .ddChild ul li {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.btQuoteBooking .ddChild ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0
}

.btQuoteBooking .ddItem,
.btQuoteBooking .ddTitleText {
    display: table;
    width: 100%
}

.btQuoteBooking .ddChild ul li {
    display: table;
    width: 100%;
    min-height: 38px;
    margin: 0;
    padding: 0 37px 0 0;
    cursor: pointer;
    line-height: 1.2;
    color: #000;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.btQuoteBooking .ddChild ul li span {
    padding: 0 12px;
    line-height: 2
}

.btQuoteBooking .ddChild ul li span.description {
    line-height: 1.5;
    margin-top: -.3em;
    margin-bottom: .3em
}

.btQuoteBooking .ddChild ul li.selected:hover,
.btQuoteBooking .ddChild ul li:hover {
    color: #666;
    background: rgba(0, 0, 0, .05);
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.btQuoteBooking .ddChild ul li:first-child,
.btQuoteBooking .ddChild ul li:first-child:hover {
    border-top: none;
    color: #666;
    background: 0 0
}

.btQuoteBooking .ddOutOfVision {
    position: absolute;
    height: 0;
    width: 0;
    overflow: hidden
}

.btQuoteBooking .ddItem {
    margin: 1px 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.1
}

.btQuoteBooking .ddChild ul li span,
.btQuoteBooking .ddTitleText span {
    display: table-cell;
    vertical-align: middle;
    text-align: left
}

.btQuoteBooking .ddChild ul li span span,
.btQuoteBooking .ddChild ul li.selected:hover span span,
.btQuoteBooking .ddChild ul li:hover span span,
.btQuoteBooking .ddTitleText span span {
    display: block;
    font-size: 12px;
    padding: 0;
    color: #555;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.btQuoteBooking .ddChild span {
    padding: 8px 12px
}

.btQuoteBooking .ddTitleText span {
    padding: 0 12px
}

.btQuoteBooking .dd.ddcommon.borderRadius .ddTitleText {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0 37px 0 0
}

.btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText,
.btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText {
    background-color: #fff;
    border: 1px solid #999;
    padding: 0 37px 0 0
}

.btQuoteBooking .ddlabel,
.btQuoteBooking .description {
    width: 100%
}

.btNotSelected {
    min-height: 38px
}

.btNotSelected .ddlabel {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btQuoteBooking .ddChild ul li .ddImage,
.btQuoteBooking .ddTitleText .ddImage {
    text-align: center;
    padding: 12px 0 12px 12px
}

.btQuoteBooking .ddChild ul li .ddImage img,
.btQuoteBooking .ddTitleText .ddImage img {
    display: block;
    width: auto;
    max-width: none!important
}

.btQuoteBooking .ddTitleText.btNotSelected .ddlabel {
    color: #a9a9a9
}

.btQuoteBooking .ddTitleText .ddlabel {
    width: 100%;
    line-height: 2;
    color: #000
}

.btQuoteBooking .ddTitleText .ddlabel .description {
    line-height: 1.5;
    margin-top: -.3em;
    margin-bottom: .3em
}

.btQuoteBooking .ddTitle {
    cursor: pointer
}

.btQuoteBooking .ddTitle .arrow {
    display: block;
    position: absolute;
    margin-top: -2px
}

.btQuoteBooking .btContactSubmit {
    font-family: inherit;
    cursor: pointer;
    background-color: #52b7bd;
    line-height: 2.5;
    padding: 10px 50px;
    font-weight: 700;
    font-size: 20px;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 50px;
    text-transform: uppercase
}

.btQuoteBooking .btContactSubmit:focus {
    outline: 0
}

.btQuoteBooking .btContactSubmit:hover {
    -ms-filter: "alpha(opacity=85)";
    filter: alpha(opacity=85);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media(max-width:1024px) {
    .btQuoteBooking .btQuoteContact .btQuoteItem {
        float: none;
        width: auto
    }
    .btQuoteBooking .btTotalQuoteContactGroup.btActive {
        max-height: 1000px
    }
    .btQuoteBooking .btQuoteContact {
        margin-left: -10px
    }
}

@media(max-width:650px) {
    .btQuoteBooking .btQuoteItem label {
        display: block;
        float: none;
        margin: 0 0 8px;
        width: auto
    }
    .btQuoteBooking .btQuoteItem {
        margin: 0 0 20px;
        padding: 0
    }
}

@media(max-width:440px) {
    .btQuoteBooking .ddChild ul li .ddImage img,
    .btQuoteBooking .ddTitleText .ddImage img {
        display: block;
        width: auto;
        margin: 0 auto
    }
    .btQuoteBooking .btTotalNextWrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .btQuoteBooking .btQuoteBookingForm .boldBtn,
    .btQuoteBooking .btQuoteBookingForm.btActive .boldBtn {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        width: 100%
    }
    .btQuoteBooking .btQuoteBookingForm .btQuoteTotal,
    .btQuoteBooking .btQuoteBookingForm.btActive .btQuoteTotal {
        display: block;
        width: 100%;
        float: none;
        margin-bottom: 20px;
        height: 50px
    }
    .btQuoteBooking .btQuoteBookingForm .btContactNext,
    .btQuoteBooking .btQuoteBookingForm.btActive .btContactNext {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        filter: alpha(opacity=100);
        margin-left: auto;
        width: 100%
    }
    .btQuoteBooking .btQuoteBookingForm .btContactNext {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"
    }
    .btQuoteBooking .btContactBack,
    .btQuoteBooking .btContactSubmit {
        margin: 0 auto 20px;
        clear: both;
        display: block
    }
}

.btQuoteBooking ::-webkit-input-placeholder {
    font-family: inherit;
    color: #a9a9a9
}

.btQuoteBooking :-moz-placeholder {
    font-family: inherit;
    color: #a9a9a9
}

.btQuoteBooking ::-moz-placeholder {
    font-family: inherit;
    color: #a9a9a9
}

.btQuoteBooking :-ms-input-placeholder {
    font-family: inherit;
    color: #a9a9a9
}

.btQuoteBooking .g-rec {
    margin-bottom: 30px;
    padding: 0 10px
}

.btQuoteBooking .g-rec>div>div {
    margin: auto
}

.btPayPalButton {
    background: center center no-repeat;
    border: 2px solid #ccc;
    border-radius: 50px;
    width: 130px;
    cursor: pointer;
    -webkit-transition: box-shadow 380ms ease;
    transition: box-shadow 380ms ease;
    background-size: 70%;
    -webkit-box-flex: 0
}

.btPayPalForm {
    width: 0;
    height: 0;
    overflow: hidden
}

.bt_cc_email_confirmation_container {
    margin-bottom: 30px;
    padding-left: 10px
}

.bt_cc_email_confirmation_container [type=checkbox]:checked,
.bt_cc_email_confirmation_container [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px
}

.bt_cc_email_confirmation_container [type=checkbox]:checked+label,
.bt_cc_email_confirmation_container [type=checkbox]:not(:checked)+label {
    position: relative;
    padding-left: 25px;
    cursor: pointer
}

.bt_cc_email_confirmation_container [type=checkbox]:checked+label:before,
.bt_cc_email_confirmation_container [type=checkbox]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 2px
}

.bt_cc_email_confirmation_container [type=checkbox]:checked+label:after,
.bt_cc_email_confirmation_container [type=checkbox]:not(:checked)+label:after {
    content: '✔';
    position: absolute;
    left: 3px;
    top: 1px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 1;
    -webkit-transition: all .2s;
    transition: all .2s
}

.bt_cc_email_confirmation_container [type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transform: scale(0);
    transform: scale(0)
}

.bt_cc_email_confirmation_container [type=checkbox]:checked+label:after {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1)
}

.bt_cc_email_confirmation_container [type=checkbox]:disabled:checked+label:before,
.bt_cc_email_confirmation_container [type=checkbox]:disabled:not(:checked)+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

.bt_cc_email_confirmation_container [type=checkbox]:disabled+label {
    color: #aaa
}

div.wpcf7 {
    margin: 0;
    padding: 0
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

.btLoader,
.btPageWrap,
.rowItemContent,
.wpcf7-form-control-wrap {
    position: relative
}

div.wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid red
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14
}

div.wpcf7-aborted,
div.wpcf7-mail-sent-ng {
    border: 2px solid red
}

div.wpcf7-spam-blocked {
    border: 2px solid orange
}

div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
    border: 2px solid #f7e700
}

span.wpcf7-not-valid-tip {
    color: red;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid red;
    background: #fff;
    padding: .2em .8em
}

.bclItem .bclItemChild>div,
.wBackground {
    background-attachment: scroll;
    background-repeat: no-repeat
}

.nbsImgHolder,
.wBackground.cover {
    background-size: cover
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

span.wpcf7-list-item-label::after,
span.wpcf7-list-item-label::before {
    content: " "
}

.wpcf7-display-none {
    display: none
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(../../../plugins/contact-form-7/images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible
}

div.wpcf7 div.ajax-error {
    display: none
}

div.wpcf7 .placeheld {
    color: #888
}

div.wpcf7 input[type=file] {
    cursor: pointer
}

div.wpcf7 input[type=file]:disabled {
    cursor: default
}

div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpml-ls-menu-item .wpml-ls-flag {
    display: inline;
    vertical-align: baseline;
    width: 18px;
    height: 12px
}

.wpml-ls-menu-item .wpml-ls-flag+span {
    margin-left: .3em
}

.rtl .wpml-ls-menu-item .wpml-ls-flag+span {
    margin-left: 0;
    margin-right: .3em
}

@font-face {
    font-family: fontawesome;
    src: url(/assets/themes/cargo/fonts/fontawesome-webfont.eot?v=4.3.0);
    src: url(/assets/themes/cargo/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'), url(/assets/themes/cargo/fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'), url(/assets/themes/cargo/fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'), url(/assets/themes/cargo/fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'), url(/assets/themes/cargo/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: icon7stroke;
    src: url(../../../themes/cargo/fonts/Pe-icon-7-stroke.eot?d7yf1v);
    src: url(../../../themes/cargo/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'), url(../../../themes/cargo/fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'), url(../../../themes/cargo/fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'), url(../../../themes/cargo/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: cargo;
    src: url(../../../themes/cargo/fonts/cargo.eot?-1lwiue);
    src: url(../../../themes/cargo/fonts/cargo.eot?#iefix-1lwiue) format('embedded-opentype'), url(../../../themes/cargo/fonts/cargo.woff?-1lwiue) format('woff'), url(../../../themes/cargo/fonts/cargo.ttf?-1lwiue) format('truetype'), url(../../../themes/cargo/fonts/cargo.svg?-1lwiue?-1lwiue#cargo) format('svg');
    font-weight: 400;
    font-style: normal
}

article,
aside,
audio,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
video {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

*,
:focus {
    outline: 0
}

.touch * {
    -webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color: transparent
}

audio:not([controls]) {
    display: none;
    height: 0
}

body,
html {
    margin: 0;
    padding: 0;
    overflow-x: hidden
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat
}

input,
select,
textarea {
    outline: 0;
    font: inherit;
    width: 100%;
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

input:focus,
input:hover,
select:focus,
select:hover,
textarea:focus,
textarea:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

textarea {
    padding: 10px;
    resize: vertical
}

button {
    font: inherit
}

.btBtn,
.header .btSubTitle,
.header .btSuperTitle,
.topBar .widget_search h2,
.topBarInMenu .widget_search h2,
body,
input,
select {
    font-family: Lato, Arial, sans-serif
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #0b60a9
}

a img {
    border: none
}

a,
a:active,
a:focus {
    outline: 0
}

li,
ol,
ul {
    margin: 0 0 20px 5px;
    padding: 0 0 0 5px
}

li,
ol ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

body,
dd {
    font-weight: 500
}

figcaption {
    font-size: 11px
}

input,
select {
    padding: 7px 10px;
    -webkit-box-sizing: border-box: ;
    -moz-box-sizing: border-box: ;
    box-sizing: border-box:
}

html {
    font-size: 62.5%
}

.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-ms-1,
.col-ms-10,
.col-ms-11,
.col-ms-12,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-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
}

.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-clear-xs:after {
    content: " ";
    display: block;
    width: 100%;
    clear: both
}

@media(min-width:480px) {
    .col-ms-1,
    .col-ms-10,
    .col-ms-11,
    .col-ms-12,
    .col-ms-2,
    .col-ms-3,
    .col-ms-4,
    .col-ms-5,
    .col-ms-6,
    .col-ms-7,
    .col-ms-8,
    .col-ms-9 {
        float: left
    }
    .col-ms-12 {
        width: 100%
    }
    .col-ms-11 {
        width: 91.66666667%
    }
    .col-ms-10 {
        width: 83.33333333%
    }
    .col-ms-9 {
        width: 75%
    }
    .col-ms-8 {
        width: 66.66666667%
    }
    .col-ms-7 {
        width: 58.33333333%
    }
    .col-ms-6 {
        width: 50%
    }
    .col-ms-5 {
        width: 41.66666667%
    }
    .col-ms-4 {
        width: 33.33333333%
    }
    .col-ms-3 {
        width: 25%
    }
    .col-ms-2 {
        width: 16.66666667%
    }
    .col-ms-1 {
        width: 8.33333333%
    }
    .col-clear-sm:after {
        content: " ";
        display: block;
        width: 100%;
        clear: both
    }
}

@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-clear-md:after {
        content: " ";
        display: block;
        width: 100%;
        clear: both
    }
}

@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-clear-lg:after {
        content: " ";
        display: block;
        width: 100%;
        clear: both
    }
}

@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-clear-xl:after {
        content: " ";
        display: block;
        width: 100%;
        clear: both
    }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.subToggler,
.visible-lg,
.visible-md,
.visible-ms,
.visible-sm,
.visible-xs {
    display: none!important
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both
}

@media(min-width:480px) and (max-width:767px) {
    .visible-ms {
        display: block!important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block!important
    }
}

@media(max-width:480px) {
    .visible-xs {
        display: block!important
    }
    .hidden-xs {
        display: none!important
    }
}

@media(min-width:480px) and (max-width:767px) {
    .hidden-ms {
        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
    }
}

.gutter .port {
    max-width: 1160px;
    margin: auto
}

.boldRow {
    display: block;
    margin: 0 -10px
}

.rowItem {
    padding: 0 10px
}

.btDoubleRowPadding .boldRow {
    display: block;
    margin: 0 -20px
}

.btDoubleRowPadding .rowItem {
    padding: 0 20px
}

@media(min-width:768px) {
    .boldRow.btTableRow {
        display: table;
        width: 100%
    }
    .boldRow.btTableRow .rowItem {
        float: none;
        height: 100%;
        display: table-cell
    }
    .boldRow.btTableRow .rowItem.btMiddleVertical {
        vertical-align: middle
    }
    .boldRow.btTableRow .rowItem.btBottomVertical {
        vertical-align: bottom
    }
    .rowItem.btLeftBorder {
        border-left: 1px solid rgba(0, 0, 0, .1)
    }
    .rowItem.btRightBorder {
        border-right: 1px solid rgba(0, 0, 0, .1)
    }
    .btDarkSkin .rowItem.btRightBorder,
    .btLightSkin .btDarkSkin .rowItem.btRightBorder {
        border-right: 1px solid rgba(255, 255, 255, .1)
    }
    .btDarkSkin .rowItem.btLeftBorder,
    .btLightSkin .btDarkSkin .rowItem.btLeftBorder {
        border-left: 1px solid rgba(255, 255, 255, .1)
    }
}

.topExtraSmallSpaced {
    padding-top: 10px
}

.topSmallSpaced {
    padding-top: 20px
}

.topSemiSpaced {
    padding-top: 40px
}

.topSpaced {
    padding-top: 80px
}

.topMoreSpaced {
    padding-top: 120px
}

.topExtraSpaced {
    padding-top: 180px
}

.bottomExtraSmallSpaced {
    padding-bottom: 10px
}

.bottomSmallSpaced {
    padding-bottom: 20px
}

.bottomSemiSpaced {
    padding-bottom: 40px
}

.bottomSpaced {
    padding-bottom: 80px
}

.bottomMoreSpaced {
    padding-bottom: 120px
}

.bottomExtraSpaced {
    padding-bottom: 180px
}

.rowItem.btDoublePadding .rowItemContent {
    padding: 0 20px
}

.rowItem.btNoPadding {
    padding: 0
}

.btTextIndent .rowItemContent {
    padding: 0 10px
}

.btContent,
.btNoSidebar .btContent,
.btSidebar {
    padding-top: 0
}

.btTextIndent .rowItemContent .bpgPhoto,
.btTextIndent .rowItemContent .btImage {
    margin: 0 -10px
}

.btHighlight .rowItemContent,
.btPriceTable,
.btSingleLatestPostWrapper,
.btSlidePane .btQuoteBooking,
bpgphoto {
    border-radius: 2px
}

.btHighlight .rowItemContent .btBtn,
.btHighlight .rowItemContent .btIconImageRow,
.btHighlight .rowItemContent .btSeparator,
.btHighlight .rowItemContent .btText,
.btHighlight .rowItemContent header {
    margin-left: 10px;
    margin-right: 10px
}

.btHighlight .rowItemContent .servicesItem .btBtn,
.btHighlight .rowItemContent .servicesItem .btIconImageRow,
.btHighlight .rowItemContent .servicesItem .btSeparator,
.btHighlight .rowItemContent .servicesItem .btText,
.btHighlight .rowItemContent .servicesItem header {
    margin-left: 0;
    margin-right: 0
}

.btHighlight .rowItemContent .bpgPhoto {
    border-radius: 2px 2px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btDarkSkin .btLightSkin .btHighlight .rowItemContent,
.btDarkSkin .btLightSkin .btPriceTable,
.btDarkSkin .btLightSkin .btSingleLatestPostWrapper,
.btDarkSkin .btLightSkin .btSlidePane .btQuoteBooking,
.btDarkSkin .btLightSkin bpgphoto,
.btLightSkin .btHighlight .rowItemContent,
.btLightSkin .btPriceTable,
.btLightSkin .btSingleLatestPostWrapper,
.btLightSkin .btSlidePane .btQuoteBooking,
.btLightSkin bpgphoto {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .25), 0 -1px 1px rgba(0, 0, 0, .125);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25), 0 -1px 1px rgba(0, 0, 0, .125)
}

.btDarkSkin .btHighlight .rowItemContent,
.btDarkSkin .btPriceTable,
.btDarkSkin .btSingleLatestPostWrapper,
.btDarkSkin .btSlidePane .btQuoteBooking,
.btDarkSkin bpgphoto,
.btLightSkin .btDarkSkin .btHighlight .rowItemContent,
.btLightSkin .btDarkSkin .btPriceTable,
.btLightSkin .btDarkSkin .btSingleLatestPostWrapper,
.btLightSkin .btDarkSkin .btSlidePane .btQuoteBooking,
.btLightSkin .btDarkSkin bpgphoto {
    background-color: rgba(255, 255, 255, .07);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .25), 0 -1px 1px rgba(0, 0, 0, .125);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25), 0 -1px 1px rgba(0, 0, 0, .125)
}

.boldRow:after,
.btClear:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both
}

.btTextLeft {
    text-align: left
}

.btMenuCenter .menuPort .rightNav li,
.btMenuRight .menuPort ul ul,
.btMenuRight .menuPort ul ul li,
.btTextRight {
    text-align: right
}

.btTextCenter {
    text-align: center
}

.fullScreenHeight {
    height: 100vh
}

.fullScreenHeight .port {
    height: 100%;
    width: 100%;
    display: table;
    table-layout: fixed
}

.fullScreenHeight .boldCell {
    height: 100%;
    width: 100%;
    display: table-cell
}

.btContentHolder pre code,
.btPreloader .animation,
.fullScreenHeight .boldCellInner {
    display: block
}

.btMiddleVertical .boldCell {
    vertical-align: middle
}

.btBottomVertical .boldCell {
    vertical-align: bottom
}

.btGhost {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 1s cubic-bezier(.68, -.55, .265, 1.55);
    -moz-transition: all 1s cubic-bezier(.68, -.55, .265, 1.55);
    transition: all 1s cubic-bezier(.68, -.55, .265, 1.55)
}

.btGhost.btRemoveGhost {
    -webkit-transform: translateY(-100%) scale(.7);
    -moz-transform: translateY(-100%) scale(.7);
    -ms-transform: translateY(-100%) scale(.7);
    transform: translateY(-100%) scale(.7);
    opacity: 0
}

.wBackground {
    background-color: transparent;
    background-position: center
}

.wBackground.contain {
    background-size: contain
}

.btParallax,
.bt_parallax {
    -webkit-transition-property: background-position;
    -moz-transition-property: background-position;
    transition-property: background-position;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    background-attachment: fixed
}

.animate {
    -webkit-transition: all 3s cubic-bezier(.68, -.55, .265, 1.55);
    -moz-transition: all 3s cubic-bezier(.68, -.55, .265, 1.55);
    transition: all 3s cubic-bezier(.68, -.55, .265, 1.55)
}

.animate-fadein {
    opacity: .2;
    -webkit-transform: scale(.98);
    -moz-transform: scale(.98);
    -ms-transform: scale(.98);
    transform: scale(.98)
}

.touch .animate-fadein {
    opacity: 1
}

.animate-moveleft {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px)
}

.animate-moveright {
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px)
}

.animate-moveup {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px)
}

.animate-movedown {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px)
}

.animated {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    -webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all 1s cubic-bezier(.19, 1, .22, 1);
    transition: all 1s cubic-bezier(.19, 1, .22, 1)
}

.rowItem:nth-child(0) {
    -webkit-transition-delay: -.2s;
    -moz-transition-delay: -.2s;
    transition-delay: -.2s
}

.rowItem:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s
}

.rowItem:nth-child(2) {
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s
}

.rowItem:nth-child(3) {
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    transition-delay: .4s
}

.rowItem:nth-child(4) {
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    transition-delay: .6s
}

.rowItem:nth-child(5) {
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    transition-delay: .8s
}

.rowItem:nth-child(6) {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transition-delay: 1s
}

.rowItem:nth-child(7) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.rowItem:nth-child(8) {
    -webkit-transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
    transition-delay: 1.4s
}

.rowItem:nth-child(9) {
    -webkit-transition-delay: 1.6s;
    -moz-transition-delay: 1.6s;
    transition-delay: 1.6s
}

.rowItem:nth-child(10) {
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    transition-delay: 1.8s
}

.rowItem:nth-child(11) {
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    transition-delay: 2s
}

.rowItem:nth-child(12) {
    -webkit-transition-delay: 2.2s;
    -moz-transition-delay: 2.2s;
    transition-delay: 2.2s
}

.rowItem:nth-child(13) {
    -webkit-transition-delay: 2.4s;
    -moz-transition-delay: 2.4s;
    transition-delay: 2.4s
}

.rowItem:nth-child(14) {
    -webkit-transition-delay: 2.6s;
    -moz-transition-delay: 2.6s;
    transition-delay: 2.6s
}

.rowItem:nth-child(15) {
    -webkit-transition-delay: 2.8s;
    -moz-transition-delay: 2.8s;
    transition-delay: 2.8s
}

.rowItem:nth-child(16) {
    -webkit-transition-delay: 3s;
    -moz-transition-delay: 3s;
    transition-delay: 3s
}

.rowItem:nth-child(17) {
    -webkit-transition-delay: 3.2s;
    -moz-transition-delay: 3.2s;
    transition-delay: 3.2s
}

.rowItem:nth-child(18) {
    -webkit-transition-delay: 3.4s;
    -moz-transition-delay: 3.4s;
    transition-delay: 3.4s
}

.rowItem:nth-child(19) {
    -webkit-transition-delay: 3.6s;
    -moz-transition-delay: 3.6s;
    transition-delay: 3.6s
}

.rowItem:nth-child(20) {
    -webkit-transition-delay: 3.8s;
    -moz-transition-delay: 3.8s;
    transition-delay: 3.8s
}

body {
    font-size: 13px;
    line-height: 1.9
}

.menuPort,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Lato, Arial, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0 0 20px;
    line-height: 1.2;
    padding: 0;
    font-weight: 900;
    text-transform: uppercase
}

.btBox h5,
.header.extrasmall h4,
.header.small h4,
.topBar,
.topBarInMenu,
h4,
h5,
h6 {
    text-transform: none
}

h1,
h2,
h3 {
    line-height: 1.2
}

h1 {
    font-size: 65px;
    font-weight: 900
}

h2 {
    font-size: 45px;
    font-weight: 700
}

h3 {
    font-size: 30px;
    font-weight: 500
}

h4,
h5,
h6 {
    font-size: 25px;
    line-height: 1.6;
    font-weight: 900;
    margin: 0 0 5px;
    letter-spacing: 0
}

.btBox h4,
.btBreadCrumbs ul,
.btSiteFooter .menu li,
.btSiteFooterWidgets .btBox h4,
.menuPort,
.menuPort nav ul li a,
.menuPort nav ul ul li a,
.vcard .posted {
    text-transform: uppercase
}

h5 {
    font-size: 22px
}

h6 {
    font-size: 18px
}

.btDarkSkin,
.btLightSkin .btDarkSkin {
    color: #fff;
    background-color: #313131
}

.btDarkSkin .btLightSkin,
.btLightSkin {
    color: #333;
    background-color: #fff
}

.btPageWrap,
.btPreloader,
.mainHeader {
    background-color: inherit
}

.btDarkSkin .btLightSkin h1,
.btDarkSkin .btLightSkin h2,
.btDarkSkin .btLightSkin h3,
.btDarkSkin .btLightSkin h4,
.btDarkSkin .btLightSkin h5,
.btDarkSkin .btLightSkin h6,
.btLightSkin h1,
.btLightSkin h2,
.btLightSkin h3,
.btLightSkin h4,
.btLightSkin h5,
.btLightSkin h6 {
    color: #444
}

.btDarkSkin h1,
.btDarkSkin h2,
.btDarkSkin h3,
.btDarkSkin h4,
.btDarkSkin h5,
.btDarkSkin h6,
.btLightSkin .btDarkSkin h1,
.btLightSkin .btDarkSkin h2,
.btLightSkin .btDarkSkin h3,
.btLightSkin .btDarkSkin h4,
.btLightSkin .btDarkSkin h5,
.btLightSkin .btDarkSkin h6 {
    color: #fff
}

.btDarkSkin .btHighlight h1,
.btDarkSkin .btHighlight h2,
.btDarkSkin .btHighlight h3,
.btDarkSkin .btHighlight h4,
.btDarkSkin .btHighlight h5,
.btDarkSkin .btHighlight h6,
.btLightSkin .btDarkSkin .btHighlight h1,
.btLightSkin .btDarkSkin .btHighlight h2,
.btLightSkin .btDarkSkin .btHighlight h3,
.btLightSkin .btDarkSkin .btHighlight h4,
.btLightSkin .btDarkSkin .btHighlight h5,
.btLightSkin .btDarkSkin .btHighlight h6 {
    color: #e8e8e8
}

.btDarkSkin .btLightSkin a,
.btLightSkin a {
    color: #333;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease
}

.btDarkSkin .btLightSkin a:hover,
.btLightSkin a:hover {
    color: #0b60a9
}

.btDarkSkin a,
.btLightSkin .btDarkSkin a {
    color: #fff;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease
}

.btDarkSkin a:hover,
.btLightSkin .btDarkSkin a:hover {
    color: #0b60a9
}

.btDarkSkin .btLightSkin input,
.btDarkSkin .btLightSkin select,
.btDarkSkin .btLightSkin textarea,
.btLightSkin input,
.btLightSkin select,
.btLightSkin textarea {
    border: 1px solid rgba(0, 0, 0, .2);
    color: #333
}

.btDarkSkin .btLightSkin input:hover,
.btDarkSkin .btLightSkin select:hover,
.btDarkSkin .btLightSkin textarea:hover,
.btLightSkin input:hover,
.btLightSkin select:hover,
.btLightSkin textarea:hover {
    border-color: #ccc;
    -webkit-box-shadow: 0 0 0 #0b60a9 inset, 0 1px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 #0b60a9 inset, 0 1px 5px rgba(0, 0, 0, .2)
}

.btDarkSkin .btLightSkin input:focus,
.btDarkSkin .btLightSkin select:focus,
.btDarkSkin .btLightSkin textarea:focus,
.btLightSkin input:focus,
.btLightSkin select:focus,
.btLightSkin textarea:focus {
    border-color: #999;
    -webkit-box-shadow: 5px 0 0 #0b60a9 inset, 0 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 5px 0 0 #0b60a9 inset, 0 2px 10px rgba(0, 0, 0, .2)
}

.btDarkSkin input,
.btDarkSkin select,
.btDarkSkin textarea,
.btLightSkin .btDarkSkin input,
.btLightSkin .btDarkSkin select,
.btLightSkin .btDarkSkin textarea {
    border: 1px solid rgba(255, 255, 255, .1);
    color: #fff
}

.btDarkSkin input:hover,
.btDarkSkin select:hover,
.btDarkSkin textarea:hover,
.btLightSkin .btDarkSkin input:hover,
.btLightSkin .btDarkSkin select:hover,
.btLightSkin .btDarkSkin textarea:hover {
    -webkit-box-shadow: 0 0 0 #0b60a9 inset, 0 1px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 #0b60a9 inset, 0 1px 5px rgba(0, 0, 0, .2)
}

.btDarkSkin input:focus,
.btDarkSkin select:focus,
.btDarkSkin textarea:focus,
.btLightSkin .btDarkSkin input:focus,
.btLightSkin .btDarkSkin select:focus,
.btLightSkin .btDarkSkin textarea:focus {
    -webkit-box-shadow: 5px 0 0 #0b60a9 inset, 0 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 5px 0 0 #0b60a9 inset, 0 2px 10px rgba(0, 0, 0, .2)
}

.btDarkSkin .btLightSkin .btRegularTitle h1,
.btDarkSkin .btLightSkin .btRegularTitle h2,
.btDarkSkin .btLightSkin .btRegularTitle h3,
.btDarkSkin .btLightSkin .btRegularTitle h4,
.btDarkSkin .btLightSkin .btRegularTitle h5,
.btDarkSkin .btLightSkin .btRegularTitle h6,
.btLightSkin .btRegularTitle h1,
.btLightSkin .btRegularTitle h2,
.btLightSkin .btRegularTitle h3,
.btLightSkin .btRegularTitle h4,
.btLightSkin .btRegularTitle h5,
.btLightSkin .btRegularTitle h6 {
    color: #444!important
}

.btDarkSkin .btRegularTitle h1,
.btDarkSkin .btRegularTitle h2,
.btDarkSkin .btRegularTitle h3,
.btDarkSkin .btRegularTitle h4,
.btDarkSkin .btRegularTitle h5,
.btDarkSkin .btRegularTitle h6,
.btLightSkin .btDarkSkin .btRegularTitle h1,
.btLightSkin .btDarkSkin .btRegularTitle h2,
.btLightSkin .btDarkSkin .btRegularTitle h3,
.btLightSkin .btDarkSkin .btRegularTitle h4,
.btLightSkin .btDarkSkin .btRegularTitle h5,
.btLightSkin .btDarkSkin .btRegularTitle h6 {
    color: #fff!important
}

.btAccentTitle h1,
.btAccentTitle h2,
.btAccentTitle h3,
.btAccentTitle h4,
.btAccentTitle h5,
.btAccentTitle h6 {
    color: #0b60a9!important
}

.btLightAccentTitle h1,
.btLightAccentTitle h2,
.btLightAccentTitle h3,
.btLightAccentTitle h4,
.btLightAccentTitle h5,
.btLightAccentTitle h6 {
    color: #2995f1!important
}

.btDarkAccentTitle h1,
.btDarkAccentTitle h2,
.btDarkAccentTitle h3,
.btDarkAccentTitle h4,
.btDarkAccentTitle h5,
.btDarkAccentTitle h6 {
    color: #08487e!important
}

.btAlternateTitle h1,
.btAlternateTitle h2,
.btAlternateTitle h3,
.btAlternateTitle h4,
.btAlternateTitle h5,
.btAlternateTitle h6 {
    color: #686d7a!important
}

.btLightAlternateTitle h1,
.btLightAlternateTitle h2,
.btLightAlternateTitle h3,
.btLightAlternateTitle h4,
.btLightAlternateTitle h5,
.btLightAlternateTitle h6 {
    color: #9da1ab!important
}

.btDarkAlternateTitle h1,
.btDarkAlternateTitle h2,
.btDarkAlternateTitle h3,
.btDarkAlternateTitle h4,
.btDarkAlternateTitle h5,
.btDarkAlternateTitle h6 {
    color: #535761!important
}

.btContentHolder embed,
.btContentHolder figure,
.btContentHolder iframe,
.btContentHolder img,
.btContentHolder select {
    max-width: 100%;
    height: auto
}

.btContentHolder .btGoogleMap figure,
.btContentHolder .btGoogleMap img,
.btContentHolder .btGoogleMap select {
    max-width: none
}

.btContentHolder pre {
    overflow: hidden
}

.btLoader {
    margin: 30px auto;
    font-size: 6px;
    text-indent: -9999em;
    border-top: 5px solid #0b60a9;
    border-left: 5px solid rgba(128, 128, 128, .1);
    border-right: 5px solid rgba(128, 128, 128, .1);
    border-bottom: 5px solid rgba(128, 128, 128, .1);
    -webkit-animation: btLoader 1.1s infinite linear;
    -moz-animation: btLoader 1.1s infinite linear;
    animation: btLoader 1.1s infinite linear
}

.btLoader,
.btLoader:after {
    width: 64px;
    border-radius: 50%;
    height: 64px
}

@-webkit-keyframes btLoader {
    100% {
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg)
    }
    0% {
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-moz-keyframes btLoader {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes btLoader {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.btPageWrap {
    overflow: hidden;
    min-height: 101vh;
    -webkit-transition: transform 1s cubic-bezier(.23, 1, .32, 1);
    -moz-transition: transform 1s cubic-bezier(.23, 1, .32, 1);
    transition: transform 1s cubic-bezier(.23, 1, .32, 1)
}

.mainHeader {
    z-index: 99996
}

.btGhost,
.mfp-bg {
    z-index: 99997
}

.btNoSidebar .btContent,
.btNoSidebar .btContentHolder {
    width: auto;
    padding: 0
}

.archive.btNoSidebar .btContentHolder,
.blog.btNoSidebar .btContentHolder,
.btContentHolder,
.search.btNoSidebar .btContentHolder,
.single-portfolio.btNoSidebar .btContentHolder {
    width: 1160px;
    margin: auto
}

.btContent {
    width: 66.6667%
}

.btSidebar {
    width: 33.3333%
}

.btSidebarLeft .btSidebar {
    float: left;
    padding-right: 40px
}

.btSidebarRight .btSidebar {
    float: right;
    padding-left: 40px
}

.btSidebarRight .btContent {
    float: left
}

.btSidebarLeft .btContent {
    float: right
}

.btPreloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all .3s ease, opacity .3s ease;
    -moz-transition: all .3s ease, opacity .3s ease;
    transition: all .3s ease, opacity .3s ease;
    z-index: 999999
}

.btPreloader.removePreloader {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: transform .2s ease 1s, opacity .5s ease .5s;
    -moz-transition: transform .2s ease 1s, opacity .5s ease .5s;
    transition: transform .2s ease 1s, opacity .5s ease .5s
}

.btPreloader .animation .preloaderLogo {
    height: 48px;
    margin-bottom: 10px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: auto
}

.btPreloader .animation {
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(100px) scale(1);
    -moz-transform: translateY(100px) scale(1);
    -ms-transform: translateY(100px) scale(1);
    transform: translateY(100px) scale(1);
    -webkit-transition: transform .3s ease, opacity .3s ease;
    -moz-transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease
}

.btPreloader.removePreloader .animation {
    -webkit-transform: translateY(36px) scale(1);
    -moz-transform: translateY(36px) scale(1);
    -ms-transform: translateY(36px) scale(1);
    transform: translateY(36px) scale(1);
    opacity: 0;
    -webkit-transition: transform .5s ease, opacity .5s ease .5s;
    -moz-transition: transform .5s ease, opacity .5s ease .5s;
    transition: transform .5s ease, opacity .5s ease .5s
}

.btPreloader p {
    display: inline-block;
    padding: 10px 20px
}

.btBreadCrumbs ul {
    margin-left: 0;
    padding-left: 0;
    font-size: 12px
}

.btBreadCrumbs li {
    display: inline-block;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0
}

.btBreadCrumbs li:after {
    content: " / ";
    padding: 0 5px;
    opacity: .5
}

.btDarkSkin .btBreadCrumbs ul,
.btDarkSkin .btLightSkin .btBreadCrumbs ul,
.btLightSkin .btBreadCrumbs ul,
.btLightSkin .btDarkSkin .btBreadCrumbs ul {
    color: #7e7e7e
}

.btPageHeadline {
    margin-bottom: 40px
}

.mainHeader {
    width: 100%;
    position: absolute;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.btDarkSkin .btLightSkin .mainHeader .btCurveHolder .btSiteHeaderCurveSleeve,
.btLightSkin .mainHeader .btCurveHolder .btSiteHeaderCurveSleeve,
.mainHeader .btCurveHeader .btCurveHolder .btCurveLeft,
.mainHeader .btCurveHeader .btCurveHolder .btCurveRight {
    background: #fff
}

.btPagination .paging a:after,
.mainHeader .btCurveHeader,
.mainHeader .btCurveHeader * {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d
}

.mainHeader .port,
.mainHeader .topBarPort {
    padding-right: 20px;
    padding-left: 20px
}

.menuPort {
    font-size: 14px
}

.mainHeader .btCurveHeader,
.mainHeader .btCurveHeader * {
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.mainHeader .btCurveHeader {
    display: block;
    position: absolute;
    width: 100%
}

.mainHeader .btCurveHeader .btCurveHolder {
    height: 20px;
    line-height: 20px;
    padding: 0 80px;
    margin: -5px auto 0;
    max-width: 1280px
}

.mainHeader .btCurveHeader .btCurveHolder .btSiteHeaderCurveSleeve {
    height: 20px;
    width: 100%
}

.mainHeader .btCurveHeader .btCurveLeftHolder {
    float: left;
    margin-left: -80px
}

.mainHeader .btCurveHeader .btCurveRightHolder {
    float: right;
    margin-right: -80px
}

.btBelowMenu .mainHeader .btCurveHeader {
    opacity: 0
}

.btBelowMenu.btStickyHeaderActive .mainHeader .btCurveHeader {
    opacity: 1
}

.btWithSidebar .btCurveHeader {
    display: none
}

.btDarkSkin .btLightSkin .mainHeader .btCurveHolder .btCurveLeft,
.btDarkSkin .btLightSkin .mainHeader .btCurveHolder .btCurveLeftFill,
.btDarkSkin .btLightSkin .mainHeader .btCurveHolder .btCurveRight,
.btDarkSkin .btLightSkin .mainHeader .btCurveHolder .btCurveRightFill,
.btLightSkin .mainHeader .btCurveHolder .btCurveLeft,
.btLightSkin .mainHeader .btCurveHolder .btCurveLeftFill,
.btLightSkin .mainHeader .btCurveHolder .btCurveRight,
.btLightSkin .mainHeader .btCurveHolder .btCurveRightFill {
    fill: #fff
}

.btDarkSkin .mainHeader .btCurveHolder .btSiteHeaderCurveSleeve,
.btLightSkin .btDarkSkin .mainHeader .btCurveHolder .btSiteHeaderCurveSleeve {
    background: #313131
}

.btDarkSkin .mainHeader .btCurveHolder .btCurveLeft,
.btDarkSkin .mainHeader .btCurveHolder .btCurveLeftFill,
.btDarkSkin .mainHeader .btCurveHolder .btCurveRight,
.btDarkSkin .mainHeader .btCurveHolder .btCurveRightFill,
.btLightSkin .btDarkSkin .mainHeader .btCurveHolder .btCurveLeft,
.btLightSkin .btDarkSkin .mainHeader .btCurveHolder .btCurveLeftFill,
.btLightSkin .btDarkSkin .mainHeader .btCurveHolder .btCurveRight,
.btLightSkin .btDarkSkin .mainHeader .btCurveHolder .btCurveRightFill {
    fill: #313131
}

.btLightSkin .mainHeader.btDarkSkin,
.mainHeader.btDarkSkin {
    background-color: #313131
}

.btDarkSkin .mainHeader.btLightSkin,
.mainHeader.btLightSkin {
    background-color: #fff
}

.btMenuGutter .mainHeader .port,
.btMenuGutter .mainHeader .topBarPort {
    max-width: 1200px;
    margin: auto;
    padding-left: 0;
    padding-right: 0
}

.btBelowMenu:not(.btStickyHeaderActive) .mainHeader {
    background-color: transparent
}

.menuHolder {
    position: relative;
    padding: 15px 0
}

body.btTopToolsInMenuArea:not(.btBelowMenu):not(.btStickyHeaderActive) .mainHeader .menuHolder {
    padding: 20px 0 10px
}

.menuPort nav ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-transition: all 360ms ease 0s;
    -moz-transition: all 360ms ease 0s;
    transition: all 360ms ease 0s
}

.menuPort nav ul li {
    display: block;
    margin: 0;
    padding: 0;
    position: relative
}

.menuPort nav ul li a {
    display: block;
    position: relative;
    padding: 10px 15px
}

.menuPort nav ul ul li {
    opacity: .97;
    margin: 0
}

.menuPort nav ul ul li:hover {
    opacity: 1
}

.menuPort nav>ul>li>a {
    font-size: 14px;
    line-height: 60px;
    padding: 0;
    font-weight: 700
}

.menuPort nav ul ul li a {
    font-size: 12px;
    font-weight: 500;
    margin: 0
}

.btDarkSkin .menuPort ul li a,
.btLightSkin .btDarkSkin .menuPort ul li a {
    color: #fff
}

.btDarkSkin .menuPort ul ul li,
.btLightSkin .btDarkSkin .menuPort ul ul li {
    background-color: transparent
}

.btDarkSkin .menuPort ul ul li a,
.btLightSkin .btDarkSkin .menuPort ul ul li a {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.btDarkSkin .btLightSkin .menuPort ul ul li,
.btLightSkin .menuPort ul ul li {
    background-color: #fff
}

.btDarkSkin .btLightSkin .menuPort ul ul li a,
.btLightSkin .menuPort ul ul li a {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-weight: 600
}

.btDarkSkin ul li a,
.btLightSkin .btDarkSkin ul li a {
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.btDarkSkin ul li a:hover,
.btLightSkin .btDarkSkin ul li a:hover {
    color: rgba(255, 255, 255, .6);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.btDarkSkin ul li ul li a,
.btLightSkin .btDarkSkin ul li ul li a {
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, .1) inset;
    box-shadow: 0 0 0 rgba(255, 255, 255, .1) inset;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.btDarkSkin ul li ul li a:hover,
.btLightSkin .btDarkSkin ul li ul li a:hover {
    -webkit-box-shadow: -5px 0 0 #0b60a9 inset;
    box-shadow: -5px 0 0 #0b60a9 inset;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    padding-right: 20px
}

.btDarkSkin .btLightSkin ul li a,
.btLightSkin ul li a {
    color: #333;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.btDarkSkin .btLightSkin ul li a:hover,
.btLightSkin ul li a:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.btDarkSkin .btLightSkin ul li ul li a,
.btLightSkin ul li ul li a {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .1) inset;
    box-shadow: 0 0 0 rgba(0, 0, 0, .1) inset;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.btDarkSkin .btLightSkin ul li ul li a:hover,
.btLightSkin ul li ul li a:hover {
    -webkit-box-shadow: -5px 0 0 #0b60a9 inset;
    box-shadow: -5px 0 0 #0b60a9 inset;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    padding-right: 20px
}

.btDarkSkin nav ul li.current-menu-ancestor>a,
.btDarkSkin nav ul li.current-menu-item>a,
.btLightSkin .btDarkSkin nav ul li.current-menu-ancestor>a,
.btLightSkin .btDarkSkin nav ul li.current-menu-item>a {
    color: rgba(255, 255, 255, .6);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.btDarkSkin nav ul li.current-menu-ancestor>a:hover,
.btDarkSkin nav ul li.current-menu-item>a:hover,
.btLightSkin .btDarkSkin nav ul li.current-menu-ancestor>a:hover,
.btLightSkin .btDarkSkin nav ul li.current-menu-item>a:hover {
    color: #686d7a;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.btDarkSkin .btLightSkin nav ul li.current-menu-ancestor>a,
.btDarkSkin .btLightSkin nav ul li.current-menu-item>a,
.btLightSkin nav ul li.current-menu-ancestor>a,
.btLightSkin nav ul li.current-menu-item>a {
    color: #7e7e7e;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.btDarkSkin .btLightSkin nav ul li.current-menu-ancestor>a:hover,
.btDarkSkin .btLightSkin nav ul li.current-menu-item>a:hover,
.btLightSkin nav ul li.current-menu-ancestor>a:hover,
.btLightSkin nav ul li.current-menu-item>a:hover {
    color: #686d7a;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.menuHolder .logo {
    float: left
}

.menuHolder .logo img {
    height: 60px;
    width: auto;
    display: block
}

.menuHolder .logo img.btAltLogo {
    display: none
}

.btHorizontalMenuTrigger {
    float: right
}

.topBar,
.topBarInMenu {
    font-size: 13px
}

.topBarPort {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.btDarkSkin .topBarPort,
.btLightSkin .btDarkSkin .topBarPort {
    border-bottom-color: rgba(255, 255, 255, .1)
}

.btDarkSkin .topBarPort a,
.btLightSkin .btDarkSkin .topBarPort a {
    color: #fff
}

.topBarInMenu {
    line-height: inherit;
    float: right;
    display: table;
    height: 60px;
    margin-left: 20px;
    border: 0;
    padding: 0
}

.topBarInMenu .topBarInMenuCell {
    line-height: inherit;
    display: table-cell;
    vertical-align: middle
}

.topBarInMenu .btIco span {
    display: inline-block;
    text-indent: -99999px;
    visibility: hidden;
    width: 0
}

.topBarInMenu .btBtn a.btIcoHolder:before {
    margin-right: -10px;
    margin-left: -10px
}

.btStickyHeaderActive .topBarInMenu {
    height: auto
}

.btStickyHeaderActive .topBarInMenu .topBarInMenuCell .btIco.extrasmall,
.btStickyHeaderActive .topBarInMenu .topBarInMenuCell .btIco.extrasmall .btIcoHolder:before {
    line-height: 39.6px
}

.menuPort .topBarInMenu .btIco .btIcoHolder:before,
.topBar .btIco .btIcoHolder:before {
    color: #08487e
}

.menuPort .topBarInMenu .btIco .btIcoHolder:before,
.topBar .topTools.ttRight .btIco .btIcoHolder:before {
    color: #818181
}

.menuPort .topBarInMenu .btTextRight .btIco,
.topBar .topTools.ttRight .btTextRight .btIco {
    margin-left: 14px
}

.btDarkSkin .menuPort .topBarInMenu .btIco .btIcoHolder:before,
.btDarkSkin .menuPort .topBarInMenu a,
.btDarkSkin .menuPort .topBarInMenu a:hover,
.btDarkSkin .topBar .btIco .btIcoHolder:before,
.btDarkSkin .topBar .topTools.ttRight .btIco .btIcoHolder:before,
.btDarkSkin .topBar a,
.btDarkSkin .topBar a:hover,
.btLightSkin .btDarkSkin .menuPort .topBarInMenu .btIco .btIcoHolder:before,
.btLightSkin .btDarkSkin .menuPort .topBarInMenu a,
.btLightSkin .btDarkSkin .menuPort .topBarInMenu a:hover,
.btLightSkin .btDarkSkin .topBar .btIco .btIcoHolder:before,
.btLightSkin .btDarkSkin .topBar .topTools.ttRight .btIco .btIcoHolder:before,
.btLightSkin .btDarkSkin .topBar a,
.btLightSkin .btDarkSkin .topBar a:hover {
    color: #fff
}

.menuPort .topBarInMenu .widget_search .btSearch .btIco.default .btIcoHolder:before,
.topBar .topTools .widget_search .btSearch .btIco.default .btIcoHolder:before {
    border: 0;
    color: #0b60a9
}

.menuPort .topBarInMenu .btBtn.btnFilled.btnAccentColor,
.topBar .topTools .btBtn.btnFilled.btnAccentColor {
    font-size: 12px;
    margin-left: 14px;
    cursor: pointer
}

.menuPort .topBarInMenu .btBtn.btnFilled.btnAccentColor .btIco .btIcoHolder:before,
.topBar .topTools .btBtn.btnFilled.btnAccentColor .btIco .btIcoHolder:before {
    color: #fff
}

.menuPort .topBarInMenu .btBtn.btnIco .btIco .btIcoHolder,
.topBar .topTools .btBtn.btnIco .btIco .btIcoHolder {
    padding: 0 15px
}

.btDarkSkin .menuPort .topBarInMenu .widget_search .btSearch .btIco.default .btIcoHolder:before,
.btDarkSkin .topBar .topTools .widget_search .btSearch .btIco.default .btIcoHolder:before,
.btLightSkin .btDarkSkin .menuPort .topBarInMenu .widget_search .btSearch .btIco.default .btIcoHolder:before,
.btLightSkin .btDarkSkin .topBar .topTools .widget_search .btSearch .btIco.default .btIcoHolder:before {
    color: #fff
}

.topBar .widget_search,
.topBarInMenu .widget_search {
    display: inline-block
}

.topBar .widget_search h2,
.topBarInMenu .widget_search h2 {
    display: none;
    font-size: inherit;
    margin: 0;
    padding: 0;
    clear: none;
    font-weight: 400;
    letter-spacing: 1px
}

.topBar .widget_search input,
.topBarInMenu .widget_search input {
    font-size: inherit;
    max-width: 150px;
    padding-left: 5px;
    clear: none;
    background: #fff
}

.topBar .widget_search button,
.topBarInMenu .widget_search button {
    width: 23px;
    height: 23px;
    background: #0b60a9;
    border: 0;
    float: right;
    margin: 0;
    cursor: pointer
}

.topBar .widget_search button:before,
.topBarInMenu .widget_search button:before {
    font-family: FontAwesome;
    content: "\f002";
    display: inline-block;
    color: #fff
}

.topBar .widget_search button:hover,
.topBarInMenu .widget_search button:hover {
    background: #084579
}

.btSearchInner.btFromTopBox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #0b60a9;
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 99999
}

.btSearchInner.btFromTopBox .btSearchInnerContent {
    margin: 0 auto;
    max-width: 1160px;
    position: relative
}

.btSearchInner.btFromTopBox form {
    padding: 20px 60px 20px 10px;
    text-align: center;
    position: relative
}

.btSearchInner.btFromTopBox .btSearchInnerClose {
    display: block;
    position: absolute;
    right: 0;
    top: 17px;
    cursor: pointer
}

.btSearchInner.btFromTopBox .btSearchInnerClose .btIco {
    margin: 0
}

.btSearchInner.btFromTopBox .btSearchInnerClose .btIco.small .btIcoHolder:before {
    font: 60px/60px Icon7Stroke;
    color: #fff;
    content: "\e680";
    width: 60px;
    height: 60px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.btCustomMenu ul li .customSubToggler.on a,
.btSearchInner.btFromTopBox .btSearchInnerClose .btIco:hover a.btIcoHolder:before,
.fancy-select .trigger.open:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

.btSearchInner.btFromTopBox .btSearchInnerClose .btIco:hover a.btIcoHolder:before {
    transform: rotate(180deg);
    opacity: .5
}

.btSearchInner.btFromTopBox input[type=text] {
    border-radius: 3px;
    border: 1px solid #08487e;
    background: #fff;
    padding: 7px 50px 7px 20px;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    color: #313131;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btSearchInner.btFromTopBox button {
    position: absolute;
    margin: 2px;
    right: 60px;
    top: 22px;
    border-radius: 0;
    width: 50px;
    height: 50px;
    background: 0 0;
    border: 0;
    cursor: pointer
}

.btSearchInner.btFromTopBox button:before {
    font: 35px/30px Icon7Stroke;
    display: block;
    content: "\e618";
    color: #686d7a;
    font-weight: 900;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease
}

.btSearchInner.btFromTopBox button:hover:before {
    color: #0b60a9;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease
}

.btTopToolsSearchOpen .btSearchInner.btFromTopBox {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.subToggler {
    cursor: pointer;
    z-index: 5;
    position: absolute;
    top: 0;
    right: 0
}

.current-menu-ancestor .subToggler,
.subToggler.on {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.current-menu-ancestor .subToggler.on {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0)
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) .menuPort>nav>ul>li {
    margin: 0 30px 0 0
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) .menuPort>nav>ul>li:last-child {
    margin: 0
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) .menuPort ul ul {
    position: absolute;
    width: 250px;
    left: -20px;
    top: 50px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .25);
    box-shadow: 0 0 3px rgba(0, 0, 0, .25);
    border-radius: 2px;
    pointer-events: none;
    z-index: 1
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) .menuPort ul ul li {
    z-index: 4;
    float: none
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) .menuPort ul ul ul {
    display: block;
    top: 0;
    left: auto;
    right: auto;
    margin: 0;
    pointer-events: none;
    z-index: 2;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) .menuPort ul li {
    float: left;
    position: relative;
    z-index: 5
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) .menuPort ul>li:hover>ul {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) .menuPort ul>li:hover>ul>li:hover>ul {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    pointer-events: auto
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(0n) {
    z-index: 40
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(1n) {
    z-index: 39
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(2n) {
    z-index: 38
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(3n) {
    z-index: 37
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(4n) {
    z-index: 36
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(5n) {
    z-index: 35
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(6n) {
    z-index: 34
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(7n) {
    z-index: 33
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(8n) {
    z-index: 32
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(9n) {
    z-index: 31
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(10n) {
    z-index: 30
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(11n) {
    z-index: 29
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(12n) {
    z-index: 28
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(13n) {
    z-index: 27
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(14n) {
    z-index: 26
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(15n) {
    z-index: 25
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(16n) {
    z-index: 24
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(17n) {
    z-index: 23
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(18n) {
    z-index: 22
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(19n) {
    z-index: 21
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(20n) {
    z-index: 20
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(21n) {
    z-index: 19
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(22n) {
    z-index: 18
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(23n) {
    z-index: 17
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(24n) {
    z-index: 16
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(25n) {
    z-index: 15
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(26n) {
    z-index: 14
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(27n) {
    z-index: 13
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(28n) {
    z-index: 12
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(29n) {
    z-index: 11
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(30n) {
    z-index: 10
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(31n) {
    z-index: 9
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(32n) {
    z-index: 8
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(33n) {
    z-index: 7
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(34n) {
    z-index: 6
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(35n) {
    z-index: 5
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(36n) {
    z-index: 4
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(37n) {
    z-index: 3
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(38n) {
    z-index: 2
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(39n) {
    z-index: 1
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight) ul ul li:nth-child(40n) {
    z-index: 0
}

.btDarkSkin .btLightSkin .menuPort ul ul,
.btLightSkin .menuPort ul ul {
    background: #fff
}

.btDarkSkin .menuPort ul ul,
.btLightSkin .btDarkSkin .menuPort ul ul {
    background: rgba(0, 0, 0, .95)
}

.btMenuRight .menuPort nav {
    float: right
}

.btMenuRight .menuPort ul ul {
    right: -15px!important;
    left: auto!important
}

.btMenuRight .menuPort ul ul ul {
    right: 250px!important;
    left: auto!important
}

.btMenuLeft .menuPort nav {
    float: left;
    padding-left: 50px
}

.btMenuLeft .menuPort ul ul {
    right: auto!important;
    left: -15px!important
}

.btMenuLeft .menuPort ul ul ul {
    left: 250px!important;
    right: auto!important
}

.btDarkSkin .btLightSkin.btMenuLeft ul li ul li a:hover,
.btDarkSkin.btMenuLeft ul li ul li a:hover,
.btLightSkin .btDarkSkin.btMenuLeft ul li ul li a:hover,
.btLightSkin.btMenuLeft ul li ul li a:hover {
    -webkit-box-shadow: 5px 0 0 #0b60a9 inset!important;
    box-shadow: 5px 0 0 #0b60a9 inset!important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    padding-left: 15px
}

.btMenuCenter .logo {
    z-index: 8;
    float: left;
    margin: 0 0 0 50%
}

.btMenuCenter .menuPort nav {
    float: none
}

.btMenuCenter .menuPort .leftNav {
    position: absolute;
    right: 50%;
    left: 0;
    padding-right: 30px
}

.btMenuCenter .menuPort .leftNav ul {
    float: right
}

.btMenuCenter .menuPort .leftNav ul ul {
    right: auto!important;
    left: -15px!important
}

.btMenuCenter .menuPort .leftNav ul ul ul {
    left: 250px!important;
    right: auto!important
}

.btMenuCenter .menuPort .rightNav {
    position: absolute;
    left: 50%;
    right: 0;
    padding-left: 30px
}

.btMenuCenter .menuPort .rightNav ul ul {
    right: -15px!important;
    left: auto!important
}

.btMenuCenter .menuPort .rightNav ul ul ul {
    right: 250px!important;
    left: auto!important
}

.btDarkSkin .btLightSkin.btMenuCenter .menuPort .leftNav ul li ul li a:hover,
.btDarkSkin.btMenuCenter .menuPort .leftNav ul li ul li a:hover,
.btLightSkin .btDarkSkin.btMenuCenter .menuPort .leftNav ul li ul li a:hover,
.btLightSkin.btMenuCenter .menuPort .leftNav ul li ul li a:hover {
    -webkit-box-shadow: 5px 0 0 #0b60a9 inset!important;
    box-shadow: 5px 0 0 #0b60a9 inset!important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    padding-left: 15px
}

.btHorizontalMenuTrigger,
.btVerticalMenuTrigger {
    display: none;
    position: relative;
    z-index: 1;
    line-height: 60px
}

.btHorizontalMenuTrigger .btIco.extrasmall .btIcoHolder:before,
.btVerticalMenuTrigger .btIco.extrasmall .btIcoHolder:before {
    font-size: 28px
}

.btHorizontalMenuTrigger {
    margin-left: 20px
}

.btHorizontalMenuTrigger .btIco.extrasmall {
    margin-top: -7px
}

.btMenuVerticalLeft .btVerticalMenuTrigger,
.btMenuVerticalRight .btVerticalMenuTrigger {
    display: block
}

.btMenuVerticalLeft .btCloseVertical,
.btMenuVerticalRight .btCloseVertical {
    position: absolute;
    right: 15px;
    top: 33px;
    cursor: pointer
}

.btMenuVerticalLeft .btCloseVertical:before,
.btMenuVerticalRight .btCloseVertical:before {
    font-family: FontAwesome;
    content: '\f00d';
    color: #0b60a9
}

.btMenuVerticalLeft .current-menu-ancestor .subToggler,
.btMenuVerticalLeft .subToggler,
.btMenuVerticalRight .current-menu-ancestor .subToggler,
.btMenuVerticalRight .subToggler {
    display: inline-block!important
}

.btMenuVerticalLeft .menuPort,
.btMenuVerticalRight .menuPort {
    top: 0;
    bottom: 0;
    position: fixed;
    width: 320px;
    clear: both;
    -webkit-transition: transform .5s cubic-bezier(.23, 1, .32, 1);
    -moz-transition: transform .5s cubic-bezier(.23, 1, .32, 1);
    transition: transform .5s cubic-bezier(.23, 1, .32, 1);
    z-index: 999;
    overflow: auto;
    font-size: 17px
}

.btMenuVerticalLeft .menuPort .logo,
.btMenuVerticalRight .menuPort .logo {
    padding: 20px;
    text-align: center
}

.btMenuVerticalLeft .menuPort .logo img.btMainLogo,
.btMenuVerticalRight .menuPort .logo img.btMainLogo {
    width: 80%;
    margin: 0 auto
}

.btMenuVerticalLeft .menuPort .logo img.btAltLogo,
.btMenuVerticalRight .menuPort .logo img.btAltLogo {
    display: none
}

.btMenuVerticalLeft .menuPort .logo .btMainLogo,
.btMenuVerticalRight .menuPort .logo .btMainLogo {
    display: block!important
}

.btMenuVerticalLeft .menuPort .logo .btAltLogo,
.btMenuVerticalRight .menuPort .logo .btAltLogo {
    display: none!important
}

.btMenuVerticalLeft .menuPort ul,
.btMenuVerticalRight .menuPort ul {
    padding: 0 20px
}

.btMenuVerticalLeft .menuPort ul a,
.btMenuVerticalRight .menuPort ul a {
    line-height: 48px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.btMenuVerticalLeft .menuPort ul a:hover,
.btMenuVerticalRight .menuPort ul a:hover {
    color: #686d7a;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.btMenuVerticalLeft .menuPort ul li .subToggler,
.btMenuVerticalRight .menuPort ul li .subToggler {
    padding: 0 0 0 10px;
    line-height: 48px
}

.btMenuVerticalLeft .menuPort ul li .subToggler .btIcoHolder,
.btMenuVerticalRight .menuPort ul li .subToggler .btIcoHolder {
    padding: 0
}

.btMenuVerticalLeft .menuPort ul li .subToggler .btIcoHolder:before,
.btMenuVerticalRight .menuPort ul li .subToggler .btIcoHolder:before {
    color: #686d7a;
    line-height: 44px;
    height: 44px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.btMenuVerticalLeft .menuPort ul ul,
.btMenuVerticalRight .menuPort ul ul {
    display: none;
    padding: 0;
    margin-bottom: 30px;
    background: 0 0
}

.btMenuVerticalLeft .menuPort ul ul li,
.btMenuVerticalRight .menuPort ul ul li {
    background: 0 0
}

.btMenuVerticalLeft .menuPort ul ul li a,
.btMenuVerticalRight .menuPort ul ul li a {
    margin-right: 0;
    margin-left: 0;
    line-height: 30px;
    padding-left: 30px
}

.btMenuVerticalLeft .menuPort ul ul li .subToggler .btIcoHolder,
.btMenuVerticalRight .menuPort ul ul li .subToggler .btIcoHolder {
    border: 0
}

.btMenuVerticalLeft .menuPort ul ul ul li a,
.btMenuVerticalRight .menuPort ul ul ul li a {
    padding-left: 50px
}

.btMenuVerticalLeft .menuPort ul li.current-menu-ancestor>ul,
.btMenuVerticalLeft .menuPort ul ul.on,
.btMenuVerticalRight .menuPort ul li.current-menu-ancestor>ul,
.btMenuVerticalRight .menuPort ul ul.on {
    display: block
}

.btMenuVerticalLeft .menuPort ul li.current-menu-ancestor>ul.sub-menu.on,
.btMenuVerticalRight .menuPort ul li.current-menu-ancestor>ul.sub-menu.on,
body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight).btStickyHeaderActive .mainHeader .btCurveHeader,
body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight).btStickyHeaderActive .mainHeader .topBar {
    display: none
}

.btDarkSkin.btMenuVerticalLeft .btHorizontalMenuTrigger .btIco .btIcoHolder:before,
.btDarkSkin.btMenuVerticalLeft .btVerticalMenuTrigger .btIco .btIcoHolder:before,
.btDarkSkin.btMenuVerticalLeft .menuPort ul li .subToggler .btIcoHolder:before,
.btDarkSkin.btMenuVerticalRight .btHorizontalMenuTrigger .btIco .btIcoHolder:before,
.btDarkSkin.btMenuVerticalRight .btVerticalMenuTrigger .btIco .btIcoHolder:before,
.btDarkSkin.btMenuVerticalRight .menuPort ul li .subToggler .btIcoHolder:before,
.btLightSkin .btDarkSkin.btMenuVerticalLeft .btHorizontalMenuTrigger .btIco .btIcoHolder:before,
.btLightSkin .btDarkSkin.btMenuVerticalLeft .btVerticalMenuTrigger .btIco .btIcoHolder:before,
.btLightSkin .btDarkSkin.btMenuVerticalLeft .menuPort ul li .subToggler .btIcoHolder:before,
.btLightSkin .btDarkSkin.btMenuVerticalRight .btHorizontalMenuTrigger .btIco .btIcoHolder:before,
.btLightSkin .btDarkSkin.btMenuVerticalRight .btVerticalMenuTrigger .btIco .btIcoHolder:before,
.btLightSkin .btDarkSkin.btMenuVerticalRight .menuPort ul li .subToggler .btIcoHolder:before {
    color: #fff
}

.btMenuVerticalRight .menuPort {
    right: 0;
    -webkit-box-shadow: -2px 0 5px rgba(0, 0, 0, .1);
    box-shadow: -2px 0 5px rgba(0, 0, 0, .1);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.btMenuVerticalLeft .menuPort,
.btProgressContent .btProgressAnim {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%)
}

.btMenuVerticalRight .btVerticalMenuTrigger {
    float: right;
    margin-left: 20px
}

.btMenuVerticalLeft .menuPort {
    left: 0;
    -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, .1);
    box-shadow: 2px 0 5px rgba(0, 0, 0, .1);
    transform: translateX(-100%)
}

.btMenuVerticalLeft .btVerticalMenuTrigger {
    float: left;
    margin-right: 20px
}

.btMenuVerticalLeft.btMenuVerticalOn .topBar,
.btMenuVerticalRight.btMenuVerticalOn .topBar {
    border-bottom: 0
}

.btDarkSkin .btLightSkin.btMenuVerticalLeft.btMenuVerticalOn .topBarInMenu,
.btDarkSkin .btLightSkin.btMenuVerticalRight.btMenuVerticalOn .topBarInMenu,
.btDarkSkin.btMenuVerticalLeft.btMenuVerticalOn .topBarInMenu,
.btDarkSkin.btMenuVerticalRight.btMenuVerticalOn .topBarInMenu,
.btLightSkin .btDarkSkin.btMenuVerticalLeft.btMenuVerticalOn .topBarInMenu,
.btLightSkin .btDarkSkin.btMenuVerticalRight.btMenuVerticalOn .topBarInMenu,
.btLightSkin.btMenuVerticalLeft.btMenuVerticalOn .topBarInMenu,
.btLightSkin.btMenuVerticalRight.btMenuVerticalOn .topBarInMenu {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.btMenuVerticalLeft.btMenuVerticalOn .topBar .topBarPort,
.btMenuVerticalRight.btMenuVerticalOn .topBar .topBarPort {
    padding: 0;
    margin: 0
}

.btMenuVerticalLeft.btMenuVerticalOn .topBar .ttLeft,
.btMenuVerticalLeft.btMenuVerticalOn .topBar .ttRight,
.btMenuVerticalRight.btMenuVerticalOn .topBar .ttLeft,
.btMenuVerticalRight.btMenuVerticalOn .topBar .ttRight {
    float: none;
    width: 100%;
    text-align: left
}

.btMenuVerticalLeft.btMenuVerticalOn .topBar .ttLeft .btIco,
.btMenuVerticalRight.btMenuVerticalOn .topBar .ttLeft .btIco {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    margin-right: 0
}

.btMenuVerticalLeft.btMenuVerticalOn .topBar .ttRight,
.btMenuVerticalRight.btMenuVerticalOn .topBar .ttRight {
    padding-top: 20px
}

.btMenuVerticalLeft.btMenuVerticalOn .topBarInMenu,
.btMenuVerticalRight.btMenuVerticalOn .topBarInMenu {
    padding: 0;
    margin: 0;
    float: none;
    width: 100%
}

.btMenuVerticalLeft.btMenuVerticalOn .topBarInMenu .btBtn,
.btMenuVerticalRight.btMenuVerticalOn .topBarInMenu .btBtn {
    padding: 0
}

.btMenuVerticalLeft.btMenuVerticalOn a,
.btMenuVerticalLeft.btMenuVerticalOn a:hover,
.btMenuVerticalRight.btMenuVerticalOn a,
.btMenuVerticalRight.btMenuVerticalOn a:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btDarkSkin.btMenuVerticalLeft.btMenuVerticalOn .topBar .ttLeft,
.btDarkSkin.btMenuVerticalLeft.btMenuVerticalOn .topBar .ttRight,
.btDarkSkin.btMenuVerticalRight.btMenuVerticalOn .topBar .ttLeft,
.btDarkSkin.btMenuVerticalRight.btMenuVerticalOn .topBar .ttRight,
.btLightSkin .btDarkSkin.btMenuVerticalLeft.btMenuVerticalOn .topBar .ttLeft,
.btLightSkin .btDarkSkin.btMenuVerticalLeft.btMenuVerticalOn .topBar .ttRight,
.btLightSkin .btDarkSkin.btMenuVerticalRight.btMenuVerticalOn .topBar .ttLeft,
.btLightSkin .btDarkSkin.btMenuVerticalRight.btMenuVerticalOn .topBar .ttRight {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.btMenuVerticalOn .menuPort {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 1s cubic-bezier(.23, 1, .32, 1);
    -moz-transition: transform 1s cubic-bezier(.23, 1, .32, 1);
    transition: transform 1s cubic-bezier(.23, 1, .32, 1)
}

.btMenuVerticalLeft.btMenuVerticalOn .btPageWrap {
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
    -ms-transform: translateX(320px);
    transform: translateX(320px)
}

.btMenuVerticalRight.btMenuVerticalOn .btPageWrap {
    -webkit-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    transform: translateX(-320px)
}

.btMenuVerticalLeft.btDarkSkin .menuPort,
.btMenuVerticalRight.btDarkSkin .menuPort {
    background-color: #272727
}

.btMenuVerticalLeft.btLightSkin .menuPort,
.btMenuVerticalRight.btLightSkin .menuPort {
    background-color: #f5f5f5
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight).btStickyHeaderActive .mainHeader {
    position: fixed;
    opacity: .9;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight).btStickyHeaderActive .mainHeader .menuHolder {
    padding: 20px 0;
    margin-top: 0
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight).btStickyHeaderActive .mainHeader .menuPort>nav>ul>li {
    margin: 0 30px 0 0
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight).btStickyHeaderActive .mainHeader .menuPort>nav>ul>li:last-child {
    margin: 0
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight).btStickyHeaderActive .mainHeader .menuHolder .logo img {
    height: 39.6px
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight).btStickyHeaderActive .mainHeader .menuPort nav>ul>li>a {
    line-height: 39.6px
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight).btStickyHeaderActive .mainHeader .menuPort nav ul ul {
    top: 35px
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight).btStickyHeaderActive .mainHeader .menuPort nav ul ul ul {
    top: 0
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight).btStickyHeaderActive.btStickyHeaderOpen .mainHeader {
    -webkit-transition: transform .5s cubic-bezier(.23, 1, .32, 1);
    -moz-transition: transform .5s cubic-bezier(.23, 1, .32, 1);
    transition: transform .5s cubic-bezier(.23, 1, .32, 1);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight).btHideMenu .btHorizontalMenuTrigger {
    display: block
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight).btHideMenu .menuHolder .menuPort {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    transition: opacity 1s ease
}

body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight).btHideMenu .menuHolder.btShowMenu .menuPort {
    pointer-events: all;
    opacity: 1
}

.btSiteFooter {
    font-size: 12px;
    padding: 10px 0
}

.btSiteFooter .port {
    max-width: 1160px;
    margin: auto
}

.btSiteFooter .copyLine {
    margin-bottom: 0
}

.btSiteFooter .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right
}

.btSiteFooter .menu li {
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0
}

.btSiteFooter .menu li a {
    color: #59acf4;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease
}

.btSiteFooter .menu li a:hover,
.btSiteFooterWidgets .btBox a {
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease
}

.btSiteFooter .menu li a:hover {
    color: #0b60a9;
    transition: color .3s ease
}

.btSiteFooter .menu li:last-child {
    margin: 0
}

.btSiteFooterWidgets .btBox {
    font-weight: 300
}

.btSiteFooterWidgets .btBox h4 {
    color: #2995f1;
    font-weight: 900;
    font-size: 18px
}

.btSiteFooterWidgets .btBox h4 :after {
    display: block;
    content: " ";
    border-top: #fff 3px solid;
    width: 50px;
    margin-top: 10px
}

.btSiteFooterWidgets .btBox a {
    color: #fff;
    transition: color .3s ease
}

.btSiteFooterWidgets .btBox a:hover {
    color: #59acf4;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease
}

.btSiteFooterWidgets .btBox .btSearchInnerContent input[type=text] {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btSiteFooterWidgets .btBox.widget_bt_text_image img {
    width: 100%;
    display: block;
    margin: 0 auto
}

.btSiteFooterWidgets .recentTweets small:before {
    color: #2995f1
}

.btSiteFooterCurve {
    display: none;
    height: 14px;
    width: 100%;
    line-height: 14px;
    margin-top: -14px;
    position: absolute;
    clear: both
}

.btSiteFooterCurve .port {
    padding: 0 50px
}

.btSiteFooterCurve .btSiteFooterCurveSleeve {
    background: #084274;
    height: 14px;
    width: 100%
}

.btSiteFooterCurve .btCurveLeftHolder {
    float: left;
    margin-left: -50px
}

.btSiteFooterCurve .btCurveRightHolder {
    float: right;
    margin-right: -50px
}

.btSiteFooterCurve .btCurveLeft,
.btSiteFooterCurve .btCurveRight {
    fill: #084274
}

.btSiteFooterWidgets .btBox.widget_nav_menu.col-md-3 ul li {
    width: 50%;
    padding-right: 10px;
    float: left
}

.btSiteFooterWidgets .btBox.widget_nav_menu.col-md-3 ul li:nth-child(2n+1) {
    width: 50%;
    clear: left
}

.btSiteFooterWidgets .btBox.widget_nav_menu.col-md-3 ul:after {
    clear: both;
    content: "";
    display: block
}

.btDarkSkin .btLightSkin .btSiteFooterWidgets,
.btLightSkin .btSiteFooterWidgets {
    background: #084274;
    color: #fff
}

.btDarkSkin .btLightSkin .btSiteFooter,
.btLightSkin .btSiteFooter {
    border-top: 1px solid rgba(128, 128, 128, .1);
    background: #084274;
    color: #fff
}

.btDarkSkin .btSiteFooterWidgets,
.btLightSkin .btDarkSkin .btSiteFooterWidgets {
    background: #084274;
    color: #fff
}

.btDarkSkin .btSiteFooter,
.btLightSkin .btDarkSkin .btSiteFooter {
    border-top: 1px solid rgba(128, 128, 128, .1);
    background: #084274;
    color: #fff
}

.btSiteFooter.btDarkFooterSkin,
.btSiteFooterCurve.btDarkFooterSkin .btSiteFooterCurveSleeve,
.btSiteFooterWidgets.btDarkFooterSkin {
    background: #313131!important
}

.btSiteFooterCurve.btDarkFooterSkin .btCurveLeft,
.btSiteFooterCurve.btDarkFooterSkin .btCurveRight {
    fill: #313131
}

.sticky .btSubTitle:after {
    background: #686d7a;
    font-family: FontAwesome;
    content: "\f08d";
    color: #fff;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    float: left;
    margin: 6px 8px 0 0
}

.btAboutAuthor,
.commentsBox {
    margin: 0 0 30px
}

.btAboutAuthor {
    display: table;
    width: 100%
}

.btDarkSkin .btLightSkin .btAboutAuthor,
.btLightSkin .btAboutAuthor {
    border: 1px solid rgba(0, 0, 0, .1)
}

.btDarkSkin .btAboutAuthor,
.btLightSkin .btDarkSkin .btAboutAuthor {
    border: 1px solid rgba(255, 255, 255, .1)
}

.btDarkSkin .btLightSkin .commentsBox ul.comments>li,
.btDarkSkin .btLightSkin .commentsBox ul.comments>li.comment>ul.children>li.comment,
.btDarkSkin .btLightSkin .tabPanes .tabPane,
.btLightSkin .commentsBox ul.comments>li,
.btLightSkin .commentsBox ul.comments>li.comment>ul.children>li.comment,
.btLightSkin .tabPanes .tabPane {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.btDarkSkin .commentsBox ul.comments>li,
.btDarkSkin .commentsBox ul.comments>li.comment>ul.children>li.comment,
.btDarkSkin .tabPanes .tabPane,
.btLightSkin .btDarkSkin .commentsBox ul.comments>li,
.btLightSkin .btDarkSkin .commentsBox ul.comments>li.comment>ul.children>li.comment,
.btLightSkin .btDarkSkin .tabPanes .tabPane {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.aaAvatar img,
.asgItem.avatar img,
.commentAvatar img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%
}

.aaTxt {
    display: table-cell;
    vertical-align: top;
    padding: 20px
}

.commentsBox .form-submit {
    display: none
}

.aaAvatar,
.commentAvatar {
    display: table-cell;
    vertical-align: top;
    width: 150px;
    padding: 20px 20px 20px 10px
}

.commentAvatar {
    width: 95px
}

.commentsBox h4,
h3.comment-reply-title {
    position: relative;
    color: #686d7a
}

.commentsBox ul.comments,
.commentsBox ul.comments li.comment {
    list-style: none;
    display: block;
    padding-left: 0;
    margin-left: 0
}

.commentsBox ul.comments>li,
.commentsBox ul.comments>li.comment>ul.children>li.comment {
    display: block;
    margin: 0
}

.commentsBox ul.comments>li article {
    margin: 0;
    position: relative;
    width: 100%;
    display: table
}

.commentsBox ul.comments ul article {
    padding: 0 0 0 56px
}

.commentsBox ul.children {
    margin: 0 0 0 20px
}

.commentsBox ul.comments li article .commentTxt {
    padding: 20px 20px 20px 0;
    display: table-cell
}

.vcard h5 {
    margin-bottom: 0;
    font-size: 18px
}

.vcard .posted {
    color: #7e7e7e;
    font-size: 12px
}

.vcard .posted:before {
    content: '\f017';
    font: 400 14px/1 FontAwesome;
    margin: 0 5px 0 0
}

.comment {
    clear: both
}

.comment .commentTxt p.edit-link,
.comment .commentTxt p.reply {
    float: left;
    margin: 0 20px 0 0
}

.comment .commentTxt p.edit-link a,
.comment .commentTxt p.edit-link a:hover,
.comment .commentTxt p.reply a,
.comment .commentTxt p.reply a:hover {
    color: #7e7e7e;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.comment .commentTxt p.edit-link a:before,
.comment .commentTxt p.reply a:before {
    font: 400 15px/1 FontAwesome;
    margin: 0 5px 0 0;
    background-color: transparent;
    color: #lightinactivecolor;
    padding: 5px;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 0 0 0 #7e7e7e;
    box-shadow: 0 0 0 0 #7e7e7e
}

.fancy-select .options,
.tabsVertical .tabAccordionContent,
.tabsVertical .tabPane:last-child .tabAccordionTitle {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.comment .commentTxt p.edit-link a:hover:before,
.comment .commentTxt p.reply a:hover:before {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    color: #7e7e7e;
    -webkit-box-shadow: 0 0 0 1px #7e7e7e;
    box-shadow: 0 0 0 1px #7e7e7e
}

.comment p.edit-link a:before {
    content: '\f044'
}

.comment p.reply a:before,
.comment-navigation a:first-child:before,
.comment-navigation a:last-child:after {
    content: '\f112'
}

.comment .commentTxt p.reply {
    clear: left
}

.comment-navigation {
    text-align: right;
    clear: right
}

.comment-navigation a,
.comment-navigation span,
.light .comment-navigation a {
    display: inline-block
}

.comment-navigation a:after,
.comment-navigation a:before {
    font: 400 17px/.5 FontAwesome;
    color: #f37800;
    vertical-align: middle
}

.commentsBox ul.comments li article .commentTxt .comment {
    text-align: justify
}

.btBox {
    padding-bottom: 40px
}

.btSidebar .btBox {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .07)
}

.btBox h4 {
    margin: 0 0 10px;
    padding: 0 0 5px;
    color: #0b60a9;
    font-weight: 700;
    font-size: 18px
}

.btBox h5 {
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 0;
    color: #686d7a;
    font-weight: 700
}

.btBox p {
    margin-bottom: 15px
}

.btBox p.posted {
    font-size: 12px
}

.btBox ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.btBox ul li {
    margin: 0;
    padding: 4px 0
}

.btBox ul li .ppImage {
    float: left;
    max-width: 80px;
    padding-right: 10px;
    display: table-cell
}

.btBox ul li .ppImage img {
    margin: 0 0 10px;
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 2px
}

.btDarkSkin .btLightSkin .btSidebar .btBox,
.btDarkSkin .btSidebar .btBox,
.btLightSkin .btDarkSkin .btSidebar .btBox,
.btLightSkin .btSidebar .btBox {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .07)
}

.btBox ul li .ppTxt {
    display: table-cell
}

.btBox .popularPosts ul li:after {
    clear: both;
    content: " ";
    display: block
}

.col-sm-6 .boldClientRegularList .bclItem:nth-child(3n+1),
.instaGrid span:nth-child(4n+1) {
    clear: left
}

.btDarkSkin .btLightSkin .btSidebar .btBox a,
.btLightSkin .btSidebar .btBox a {
    color: #444
}

.btDarkSkin .btLightSkin .btSidebar .btBox a:hover,
.btLightSkin .btSidebar .btBox a:hover {
    color: #0b60a9
}

.btDarkSkin .btSidebar .btBox a,
.btLightSkin .btDarkSkin .btSidebar .btBox a {
    color: #fff
}

.btDarkSkin .btSidebar .btBox a:hover,
.btLightSkin .btDarkSkin .btSidebar .btBox a:hover {
    color: #686d7a
}

.btBox.widget_calendar table {
    width: 100%;
    border-collapse: collapse
}

.btBox.widget_calendar table caption {
    background: #0b60a9;
    color: #fff;
    font-family: Lato, Arial, sans-serif;
    font-weight: 700;
    padding: 5px
}

.btBox.widget_calendar table thead th {
    background: rgba(0, 0, 0, .07);
    text-align: center;
    padding: 3px
}

.btBox.widget_calendar table tfoot td {
    padding: 3px
}

.btBox.widget_calendar table tfoot td#next {
    text-align: right
}

.btBox.widget_calendar table tbody tr:nth-child(odd) td {
    background: 0 0
}

.btBox.widget_calendar table tbody tr:nth-child(even) td {
    background: rgba(51, 51, 51, .07)
}

.btBox.widget_calendar table tbody td {
    text-align: center;
    padding: 2px 3px
}

.btBox.widget_archive label,
.btBox.widget_categories label {
    display: block
}

.btBox.widget_archive select,
.btBox.widget_categories select {
    display: block;
    margin: 8px 0 0;
    width: 100%
}

.btBox.widget_archive ul li,
.btBox.widget_categories ul li {
    margin-bottom: 1px;
    position: relative;
    padding: 0
}

.btBox.widget_archive ul li a,
.btBox.widget_categories ul li a {
    display: block;
    padding: 10px 50px 10px 10px;
    font-family: Lato, Arial, sans-serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.btBox.widget_archive ul li a:hover,
.btBox.widget_categories ul li a:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.btBox .btSearch button,
.btBox .btSearch button:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.btBox.widget_archive ul li:first-child a,
.btBox.widget_categories ul li:first-child a {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.btBox.widget_archive ul li:last-child a,
.btBox.widget_categories ul li:last-child a {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.btBox.widget_archive ul li:first-child ul li,
.btBox.widget_archive ul li:last-child ul li,
.btBox.widget_categories ul li:first-child ul li,
.btBox.widget_categories ul li:last-child ul li {
    border-radius: 0
}

.btBox.widget_archive ul li strong,
.btBox.widget_categories ul li strong {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    min-width: 38px;
    text-align: center
}

.btBox.widget_meta li,
.btBox.widget_pages ul li {
    padding-top: 0
}

.btBox.widget_archive ul li ul li,
.btBox.widget_categories ul li ul li {
    margin-top: 1px
}

.btDarkSkin .btLightSkin .btBox.widget_archive ul li a,
.btDarkSkin .btLightSkin .btBox.widget_categories ul li a,
.btLightSkin .btBox.widget_archive ul li a,
.btLightSkin .btBox.widget_categories ul li a {
    color: #333;
    background: rgba(0, 0, 0, .05)
}

.btDarkSkin .btLightSkin .btBox.widget_archive ul li a:hover,
.btDarkSkin .btLightSkin .btBox.widget_categories ul li a:hover,
.btLightSkin .btBox.widget_archive ul li a:hover,
.btLightSkin .btBox.widget_categories ul li a:hover {
    color: #fff;
    background: #0b60a9
}

.btDarkSkin .btBox.widget_archive ul li a,
.btDarkSkin .btBox.widget_categories ul li a,
.btLightSkin .btDarkSkin .btBox.widget_archive ul li a,
.btLightSkin .btDarkSkin .btBox.widget_categories ul li a {
    color: #fff;
    background: rgba(255, 255, 255, .02)
}

.btDarkSkin .btBox.widget_archive ul li a:hover,
.btDarkSkin .btBox.widget_categories ul li a:hover,
.btLightSkin .btDarkSkin .btBox.widget_archive ul li a:hover,
.btLightSkin .btDarkSkin .btBox.widget_categories ul li a:hover {
    color: #fff;
    background: #0b60a9
}

.btBox.widget_pages ul li ul {
    margin-left: 15px
}

.btBox.widget_recent_comments a {
    color: #7e7e7e
}

.btBox.widget_recent_comments .comment-author-link {
    text-transform: uppercase;
    font-weight: 700
}

.btBox.widget_recent_comments .comment-author-link a {
    color: #0b60a9
}

.btBox.widget_recent_comments .comment-author-link a:hover {
    color: #686d7a
}

.btBox.widget_rss li {
    margin-bottom: 15px
}

.btBox.widget_rss li a.rsswidget {
    font-family: Lato, Arial, sans-serif;
    font-weight: 700
}

.btBox.widget_rss li .rss-date {
    display: block;
    margin: 0 0 5px
}

.btBox.widget_rss li cite {
    font-weight: 700;
    font-style: normal
}

.btBox.widget_rss li cite:before {
    font-family: FontAwesome;
    content: "\f040";
    display: inline-block;
    color: #0b60a9;
    margin: 0 5px 0 0
}

.btBox.widget_rss li:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.btBox .btSearch {
    padding-right: 48px
}

.btBox .btSearch input[type=text] {
    padding: 10px;
    background: #fff;
    height: 38px;
    width: 100%;
    display: block;
    border-radius: 2px
}

.btBox .btSearch button {
    width: 38px;
    height: 38px;
    background: #686d7a;
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px transparent inset, 0 1px 0 #535761 inset;
    box-shadow: 0 0 0 2px transparent inset, 0 1px 0 #535761 inset;
    border: 0;
    float: right;
    margin: -38px -48px 0 0;
    cursor: pointer;
    border-radius: 2px;
    transition: all .3s ease
}

.btBox .btSearch button:before {
    font-family: Icon7Stroke;
    content: "\e618";
    display: inline-block;
    font-size: 24px;
    line-height: 38px;
    font-weight: 600
}

.btBox.widget_tag_cloud .tagcloud a,
.btTags ul li a {
    font-size: .875em!important;
    text-transform: uppercase
}

.btBox .btSearch button:hover {
    background-color: transparent;
    border: 1px solid #686d7a;
    -webkit-box-shadow: 0 0 0 2px #686d7a inset, 0 1px 0 transparent inset;
    box-shadow: 0 0 0 2px #686d7a inset, 0 1px 0 transparent inset;
    color: #686d7a;
    transition: all .3s ease
}

.btBox .btSearch .btIco {
    display: none
}

.btBox .wp-caption {
    margin-bottom: 10px
}

.btBox select {
    padding: 10px
}

.btBox.widget_nav_menu ul li {
    padding-top: 0
}

.btBox.widget_nav_menu ul li ul {
    margin-left: 15px
}

.btBox.widget_tag_cloud .tagcloud a {
    display: inline-block;
    padding: 8px 10px;
    margin: 0 1px 4px 0;
    background: #0b60a9;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 2px
}

.btBox.widget_tag_cloud .tagcloud a:hover {
    background: #686d7a;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.btTags ul li a,
.btTags ul li a:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    color: #fff
}

.btTags ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.btTags ul li {
    display: inline-block;
    margin: 0 3px 3px 0;
    padding: 0
}

.btTags ul li a {
    display: block;
    padding: 10px;
    background: #0b60a9;
    border-radius: 2px;
    transition: all .3s ease
}

.btTags ul li a:hover {
    background: #686d7a;
    transition: all .3s ease
}

.btDarkSkin .btBox.widget_tag_cloud .tagcloud a:hover,
.btDarkSkin .btLightSkin .btBox.widget_tag_cloud .tagcloud a:hover,
.btDarkSkin .btLightSkin .btTags ul li a,
.btDarkSkin .btLightSkin .btTags ul li a:hover,
.btDarkSkin .btTags ul li a,
.btDarkSkin .btTags ul li a:hover,
.btLightSkin .btBox.widget_tag_cloud .tagcloud a:hover,
.btLightSkin .btDarkSkin .btBox.widget_tag_cloud .tagcloud a:hover,
.btLightSkin .btDarkSkin .btTags ul li a,
.btLightSkin .btDarkSkin .btTags ul li a:hover,
.btLightSkin .btTags ul li a,
.btLightSkin .btTags ul li a:hover {
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.instaGrid {
    margin: 0 0 0 -1px
}

.instaGrid span {
    display: block;
    width: 25%;
    padding: 0 0 3px 3px;
    float: left
}

.instaGrid img {
    display: block;
    width: 100%;
    opacity: 1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.btPagination .paging a:after,
.instaGrid span:hover img {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease
}

.instaGrid span:hover img {
    opacity: .6;
    transition: all .2s ease
}

.instaGrid:after {
    clear: both;
    content: "";
    display: block
}

.header .btSubTitle a,
.header .btSubTitle p,
.header .btSubTitle span,
.header .btSuperTitle a,
.header .btSuperTitle p,
.header .btSuperTitle span {
    display: inline-block
}

.header .btSubTitle .btArticleAuthor,
.header .btSubTitle .btArticleCategories,
.header .btSubTitle .btArticleComments,
.header .btSubTitle .btArticleDate,
.header .btSubTitle date,
.header .btSuperTitle .btArticleAuthor,
.header .btSuperTitle .btArticleCategories,
.header .btSuperTitle .btArticleComments,
.header .btSuperTitle .btArticleDate,
.header .btSuperTitle date {
    padding-right: 10px;
    display: inline
}

.header .btSubTitle .btArticleAuthor,
.header .btSuperTitle .btArticleAuthor {
    font-weight: 700
}

.header .btSubTitle .btArticleCategories a:before,
.header .btSuperTitle .btArticleCategories a:before {
    display: none
}

.header .btSubTitle .btArticleCategories a:after,
.header .btSuperTitle .btArticleCategories a:after {
    display: inline-block;
    content: ", ";
    margin: 0 4px 0 0
}

.header .btSubTitle .btArticleCategories a:last-child:after,
.header .btSuperTitle .btArticleCategories a:last-child:after {
    display: none
}

.btGhost .header .btSubTitle .btArticleAuthor,
.btGhost .header .btSubTitle .btArticleCategories,
.btGhost .header .btSubTitle .btArticleComments,
.btGhost .header .btSubTitle .btArticleDate,
.btGhost .header .btSubTitle date,
.header .btSuperTitle .btArticleAuthor,
.header .btSuperTitle .btArticleCategories,
.header .btSuperTitle .btArticleComments,
.header .btSuperTitle .btArticleDate,
.header .btSuperTitle date {
    font-size: 15px;
    line-height: 18px
}

.btArticleComments {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    position: relative
}

.btArticleCategories:before,
.btArticleComments:before {
    background: 0 0;
    font-family: FontAwesome;
    content: "\f0e5";
    color: #7e7e7e;
    display: inline;
    padding-right: 5px;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.btHasGhost .fullScreenHeight.btGhost .btArticleCategories:before,
.btHasGhost .fullScreenHeight.btGhost .btArticleComments:before {
    color: #fff
}

.btHasGhost .fullScreenHeight.btGhost .btArticleComments:hover:before {
    color: #0b60a9!important
}

.btArticleComments:hover,
.btArticleComments:hover:before {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    color: #0b60a9!important
}

.btArticleCategories {
    text-transform: uppercase;
    position: relative
}

.btArticleCategories:before {
    content: "\f02c"
}

.btContent blockquote :after,
.btPagination :after,
.servicesItem:after {
    content: " "
}

.btArticleCategories a:hover {
    color: #0b60a9!important
}

.btDarkSkin .btLightSkin .paging a:after,
.btDarkSkin .btLightSkin blockquote:before,
.btLightSkin .paging a:after,
.btLightSkin blockquote:before {
    color: #333
}

.btDarkSkin .btLightSkin .btArticleAuthor,
.btDarkSkin .btLightSkin .btArticleCategories,
.btDarkSkin .btLightSkin .btArticleComments,
.btDarkSkin .btLightSkin .btArticleDate,
.btLightSkin .btArticleAuthor,
.btLightSkin .btArticleCategories,
.btLightSkin .btArticleComments,
.btLightSkin .btArticleDate {
    border-color: rgba(0, 0, 0, .1)
}

.btDarkSkin .btArticleAuthor,
.btDarkSkin .btArticleCategories,
.btDarkSkin .btArticleComments,
.btDarkSkin .btArticleDate,
.btLightSkin .btDarkSkin .btArticleAuthor,
.btLightSkin .btDarkSkin .btArticleCategories,
.btLightSkin .btDarkSkin .btArticleComments,
.btLightSkin .btDarkSkin .btArticleDate {
    border-color: rgba(255, 255, 255, .1)!important
}

.btArticle .header h3 {
    font-size: 40px
}

.bgiTxt .boldArticleMeta,
.btSubTitle {
    font-size: 15px
}

.btBox .btImage {
    margin-bottom: 20px
}

.btContent blockquote {
    display: block;
    padding: 0 0 0 60px;
    margin: 0 0 30px;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.7
}

.btContent blockquote :after {
    display: table;
    width: 100%;
    clear: both
}

.btContent blockquote:before {
    content: '\f10d';
    font-family: FontAwesome;
    display: block;
    float: left;
    margin: -15px 0 0 -60px;
    font-size: 50px;
    opacity: .2
}

.btDarkSkin blockquote:before,
.btLightSkin .btDarkSkin blockquote:before {
    color: #fff
}

.btContent table {
    width: 100%;
    margin: 0 0 20px;
    border-collapse: collapse;
    text-align: left
}

.btContent table td,
.btContent table th {
    padding: 10px
}

.btContent table thead tr th,
.btContent table tr th {
    background: #0b60a9;
    color: #fff
}

.btContent table thead tr th a,
.btContent table tr th a {
    color: #fff
}

.btContent table tbody tr:nth-child(even) th {
    background: #08487e
}

.btContent table tbody tr:nth-child(odd) th {
    background: #0b60a9
}

.btContent table tbody tr:nth-child(even) td {
    /*background: rgba(0, 0, 0, .05)*/
}

.btContent table tbody tr:nth-child(odd) td {
    background: 0 0;
    text-align: left;
}

.btContent pre {
    margin: 0 0 30px;
    white-space: pre-wrap;
    padding: 20px;
    border: 1px solid;
    border-radius: 2px
}

.btDarkSkin .btLightSkin pre,
.btLightSkin pre {
    border-color: rgba(0, 0, 0, .1)
}

.btDarkSkin pre,
.btLightSkin .btDarkSkin pre {
    border-color: rgba(255, 255, 255, .1)
}

.btContent .alignleft {
    float: left;
    margin: 0 10px 0 0
}

.btContent .alignright {
    float: right;
    margin: 0 0 0 10px
}

.btContent .aligncenter,
.btContent .alignnone {
    text-align: center;
    margin: 0 auto
}

.btContent figure.aligncenter,
.btContent figure.alignnone {
    margin: 0 auto 20px
}

.btContent .alignnone {
    width: auto!important
}

.post-password-form input[type=password] {
    padding: 10px;
    height: 38px;
    width: 100%;
    display: block;
    margin: 0 0 20px
}

.post-password-form input[type=submit] {
    display: block;
    margin: 0 auto;
    color: #fff;
    width: auto;
    height: 38px;
    background: #0b60a9;
    border: 0;
    cursor: pointer;
    padding: 0 10px;
    font-family: Lato, Arial, sans-serif;
    text-transform: uppercase
}

.btPagination :after {
    display: table;
    width: 100%;
    clear: both
}

.btPagination .paging .pagePrev a:after,
.gridItem .boldPhotoSlide .slick-arrow.slick-prev:after {
    content: "\e664"
}

.btPagination .paging.onLeft {
    float: left
}

.btPagination .paging.onRight {
    float: right
}

.btPagination .paging a {
    display: block;
    line-height: 100px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    color: #686d7a
}

.btPagination .paging a:after {
    width: 100px;
    height: 100px;
    display: block;
    text-align: center;
    font: 100 56px/56px Cargo;
    border-radius: 50%;
    padding: 22px 0;
    -webkit-box-shadow: 0 0 0 0 #0b60a9 inset;
    box-shadow: 0 0 0 0 #0b60a9 inset;
    transform-style: preserve-3d;
    transition: all .2s ease
}

.btPagination .paging a:hover:after {
    background: #0b60a9;
    color: #fff;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-box-shadow: 0 0 0 50px #0b60a9 inset;
    box-shadow: 0 0 0 50px #0b60a9 inset
}

.btPagination .paging .pagePrev a:after {
    float: left;
    margin: 0 10px 0 0;
    -webkit-transform: translate3d(1px, 0, 2px) rotate(.001deg);
    -moz-transform: translate3d(1px, 0, 2px) rotate(.001deg);
    -ms-transform: translate3d(1px, 0, 2px) rotate(.001deg);
    transform: translate3d(1px, 0, 2px) rotate(.001deg)
}

.btPagination .paging .pagePrev a:hover:after {
    -webkit-transform: translate3d(-10px, 0, 2px) rotate(.001deg);
    -moz-transform: translate3d(-10px, 0, 2px) rotate(.001deg);
    -ms-transform: translate3d(-10px, 0, 2px) rotate(.001deg);
    transform: translate3d(-10px, 0, 2px) rotate(.001deg)
}

.btPagination .paging .pageNext a:after {
    content: "\e665";
    float: right;
    margin: 0 0 0 10px;
    -webkit-transform: translate3d(-1px, 0, 2px) rotate(.001deg);
    -moz-transform: translate3d(-1px, 0, 2px) rotate(.001deg);
    -ms-transform: translate3d(-1px, 0, 2px) rotate(.001deg);
    transform: translate3d(-1px, 0, 2px) rotate(.001deg)
}

.btPagination .paging .pageNext a:hover:after {
    -webkit-transform: translate3d(10px, 0, 2px) rotate(.001deg);
    -moz-transform: translate3d(10px, 0, 2px) rotate(.001deg);
    -ms-transform: translate3d(10px, 0, 2px) rotate(.001deg);
    transform: translate3d(10px, 0, 2px) rotate(.001deg)
}

.btDarkSkin .paging a:after,
.btLightSkin .btDarkSkin .paging a:after {
    color: #fff
}

.btLinkPages {
    line-height: 25px
}

.btLinkPages a {
    display: inline-block;
    background: #7e7e7e;
    padding: 0 7px;
    margin: 0 4px;
    border-radius: 2px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.btLinkPages a:hover {
    background: #0b60a9;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.articleSideGutter {
    z-index: 3;
    position: absolute;
    top: 0;
    left: -5px;
    background: #686d7a;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 16px;
    line-height: 30px;
    display: table;
    border-radius: 2px 2px 2px 0
}

.articleSideGutter .asgItem {
    display: table-cell;
    vertical-align: middle
}

.articleSideGutter .asgItem.date {
    text-transform: uppercase
}

.articleSideGutter .asgItem.avatar {
    padding: 5px
}

.articleSideGutter .asgItem.avatar a {
    display: block;
    margin: -20px 10px;
    position: relative;
    width: 55px;
    height: 55px
}

.articleSideGutter .asgItem.avatar a:before,
.articleSideGutter:before {
    display: block;
    content: "";
    position: absolute;
    left: 0
}

.gridItem .boldPhotoSlide .slick-arrow.slick-next:after,
h4.nbs.nsNext a:after {
    content: "\e665"
}

.articleSideGutter .asgItem.avatar img {
    max-height: 55px;
    width: auto;
    float: left
}

.articleSideGutter .asgItem.avatar a:before {
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 2px #7e7e7e inset;
    box-shadow: 0 0 2px #7e7e7e inset;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.articleSideGutter .asgItem.avatar a:hover:before {
    -webkit-box-shadow: 0 0 0 3px #0b60a9 inset;
    box-shadow: 0 0 0 3px #0b60a9 inset;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.articleSideGutter .asgItem.title {
    font-weight: 700
}

.articleSideGutter .asgItem.title a {
    color: #fff
}

.articleSideGutter:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 0;
    border-color: transparent;
    bottom: -5px
}

.btDarkSkin .btLightSkin .articleSideGutter:before,
.btLightSkin .articleSideGutter:before {
    border-right-color: #9da1ab
}

.btDarkSkin .articleSideGutter:before,
.btLightSkin .btDarkSkin .articleSideGutter:before {
    border-right-color: #535761
}

.single-post .btArticle.post {
    padding-top: 0
}

.comment-respond .btnOutline.btnNormalColor {
    background: 0 0
}

.comment-respond .btnOutline.btnNormalColor button[type=submit] {
    font-family: Lato, Arial, sans-serif;
    padding: 12px 21px;
    background: 0 0;
    color: #686d7a!important;
    border: 0;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase
}

.comment-respond .btnOutline.btnNormalColor:hover {
    background: 0 0;
    -webkit-box-shadow: 0 0 0 2px #686d7a inset, 0 1px 0 transparent inset;
    box-shadow: 0 0 0 2px #686d7a inset, 0 1px 0 transparent inset
}

.comment-respond .btnOutline.btnNormalColor:hover button[type=submit] {
    background: 0 0;
    color: #fff!important
}

.boldPhotoSlide {
    position: relative
}

.gridItem .boldPhotoSlide .slick-arrow {
    display: block!important;
    background: 0 0;
    -webkit-box-shadow: 0 0 0 0 transparent inset;
    box-shadow: 0 0 0 0 transparent inset;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    border: 0;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.fancy-select .options li,
.gridItem .boldPhotoSlide .slick-arrow:hover {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    cursor: pointer
}

.gridItem .boldPhotoSlide .slick-arrow:hover {
    -webkit-box-shadow: 0 0 0 25px #0b60a9 inset;
    box-shadow: 0 0 0 25px #0b60a9 inset;
    transition: all .2s ease
}

.gridItem .boldPhotoSlide .slick-arrow:after {
    font: 30px/50px Cargo;
    text-shadow: 0 1px 0 #000
}

.gridItem .boldPhotoSlide .slick-arrow.slick-prev {
    left: 10px
}

.gridItem .boldPhotoSlide .slick-arrow.slick-next {
    right: 10px
}

.gridItem .boldPhotoSlide .slick-arrow.slick-disabled {
    display: none!important
}

.gallery {
    margin-bottom: 1.6em
}

.gallery-item {
    display: inline-block;
    padding: 0 4px;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-icon img {
    margin: 0 auto
}

.gallery-caption {
    display: block;
    padding: 5px 0
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}

@media(max-width:1200px) {
    .gallery-item {
        width: 100%!important;
        max-width: 100%!important
    }
}

figcaption a {
    font-weight: 700
}

.btDarkSkin .btLightSkin figcaption,
.btDarkSkin figcaption,
.btLightSkin .btDarkSkin figcaption,
.btLightSkin figcaption {
    color: #7e7e7e
}

.btSingleLatestPost {
    position: relative
}

.btSingleLatestPost .btLatestPostsDate {
    background: #0b60a9;
    left: 20px;
    top: -5px;
    width: 50px;
    position: absolute;
    z-index: 2;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    border-radius: 2px 0 2px 2px
}

.btSingleLatestPost .btLatestPostsDate .btLatestPostsDay {
    font-size: 25px;
    font-weight: 400;
    line-height: 25px
}

.btSingleLatestPost .btLatestPostsDate .btLatestPostsDay:after {
    width: 30px;
    height: 0;
    border-top: 1px solid #fff;
    content: "";
    display: block;
    line-height: 0;
    margin: 8px 0 2px
}

.btSingleLatestPost .btLatestPostsDate .btLatestPostsMonth {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400
}

.btSingleLatestPost .btLatestPostsDate:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 0 5px;
    border-color: transparent transparent transparent #9da1ab;
    content: "";
    display: block;
    position: absolute;
    right: -5px;
    top: 0
}

.btSingleLatestPost .btSingleLatestPostImage .bpgPhoto {
    border-radius: 2px 2px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btSingleLatestPost .btSuperTitle .btArticleAuthor {
    text-transform: uppercase;
    font-size: 12px
}

.btSingleLatestPost .header.btDash.bottomDash .dash:after {
    width: 50px
}

.btSingleLatestPost .btSubTitle {
    text-transform: uppercase
}

.btSingleLatestPost .btArticleCategories {
    padding-left: 0
}

.btSingleLatestPost .btArticleCategories:before {
    display: none
}

.btSingleLatestPostWrapper {
    margin: 0 10px;
    overflow: hidden;
    padding-bottom: 20px
}

.btDarkSkin .btLightSkin .btSingleLatestPostWrapper,
.btLightSkin .btSingleLatestPostWrapper {
    background-color: #fff
}

.btDarkSkin .btLightSkin .btLatestPostsDate:before,
.btLightSkin .btLatestPostsDate:before {
    border-left-color: #9da1ab
}

.btDarkSkin .btSingleLatestPostWrapper,
.btLightSkin .btDarkSkin .btSingleLatestPostWrapper {
    background-color: rgba(255, 255, 255, .07)
}

.btDarkSkin .btLatestPostsDate:before,
.btLightSkin .btDarkSkin .btLatestPostsDate:before {
    border-left-color: #535761
}

.btLatestPostsContainer.verticalPosts .btSingleLatestPostWrapper {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    overflow: visible
}

.btLatestPostsContainer.verticalPosts .btSingleLatestPost {
    margin-bottom: 20px
}

.btLatestPostsContainer.verticalPosts .btSingleLatestPost .btSingleLatestPostImage .bpgPhoto {
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 5px;
    box-shadow: 0 2px 5px
}

.btLatestPostsContainer.verticalPosts .btBtn.btReadMore,
.btLatestPostsContainer.verticalPosts .btLatestPostContent,
.btLatestPostsContainer.verticalPosts .btSubTitle,
.btLatestPostsContainer.verticalPosts .btSuperTitle,
.btLatestPostsContainer.verticalPosts header .dash {
    padding: 0
}

.fancy-select {
    position: relative
}

.fancy-select .trigger {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    background: rgba(0, 0, 0, .05);
    border-radius: 2px;
    padding: 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%
}

.fancy-select .trigger.open,
.fancy-select .trigger:after {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.fancy-select .trigger:after {
    color: #666;
    content: '\f078';
    font: 400 14px/1 FontAwesome;
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all .3s ease
}

.fancy-select .trigger.open {
    color: #fff;
    background: #0b60a9;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    transition: all .3s ease
}

.fancy-select .trigger.open:after {
    transform: rotate(180deg);
    font: 400 14px/1 FontAwesome;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.fancy-select .options {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
    -webkit-transition: ease 250ms all;
    -moz-transition: ease 250ms all;
    transition: ease 250ms all;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
}

.fancy-select .options.open {
    z-index: 20;
    pointer-events: all;
    opacity: 1;
    -webkit-transition: ease 250ms all;
    -moz-transition: ease 250ms all;
    transition: ease 250ms all;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.fancy-select .options li {
    display: block;
    padding: 10px!important;
    margin: 0 0 1px;
    background-color: rgba(0, 0, 0, .07);
    transition: all .2s ease
}

.fancy-select .options li.selected {
    background: #686d7a;
    color: #fff
}

.fancy-select .options li.selected:hover,
.fancy-select .options li:hover {
    background-color: #686d7a!important;
    color: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.btBtn,
.btBtn .btIco a:before,
.btBtn a,
.btBtn button {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.fancy-select .options li:before {
    content: ''
}

.btDarkSkin .btLightSkin .fancy-select .options,
.btLightSkin .fancy-select .options {
    background-color: #fff
}

.btDarkSkin .btLightSkin .btProgressContent,
.btDarkSkin .btLightSkin .fancy-select .options li,
.btLightSkin .btProgressContent,
.btLightSkin .fancy-select .options li {
    background-color: rgba(0, 0, 0, .07)
}

.btDarkSkin .btLightSkin .fancy-select .options li.selected,
.btLightSkin .fancy-select .options li.selected {
    background: #686d7a;
    color: #fff
}

.btDarkSkin .btLightSkin .fancy-select .options li.selected:hover,
.btDarkSkin .btLightSkin .fancy-select .options li:hover,
.btLightSkin .fancy-select .options li.selected:hover,
.btLightSkin .fancy-select .options li:hover {
    background-color: #686d7a!important;
    color: #fff
}

.btDarkSkin .fancy-select .options,
.btLightSkin .btDarkSkin .fancy-select .options {
    background-color: #313131
}

.btDarkSkin .fancy-select .options li,
.btLightSkin .btDarkSkin .fancy-select .options li {
    background-color: rgba(255, 255, 255, .07)
}

.btDarkSkin .fancy-select .options li.selected,
.btLightSkin .btDarkSkin .fancy-select .options li.selected {
    background: #686d7a;
    color: #fff
}

.btDarkSkin .fancy-select .options li.selected:hover,
.btDarkSkin .fancy-select .options li:hover,
.btLightSkin .btDarkSkin .fancy-select .options li.selected:hover,
.btLightSkin .btDarkSkin .fancy-select .options li:hover {
    background-color: #686d7a!important;
    color: #fff
}

.btDarkSkin .fancy-select .trigger:after,
.btLightSkin .btDarkSkin .fancy-select .trigger:after {
    color: #fff
}

.btDropdown .fancy-select .trigger {
    border: 1px solid #fff;
    padding: 5px 10px
}

.btDropdown .fancy-select .trigger.open {
    border-color: #0b60a9
}

.btDropdown .fancy-select .trigger:after {
    top: 9px
}

.btDropdown .fancy-select .options.open {
    top: 44px
}

.btGhost>.port:after,
.slidedItem .variableImg:after,
.slidedItem.firstItem .port:after {
    content: ' ';
    display: block;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.btGhost>.port:after,
.slidedItem.firstItem .port:after {
    background-color: rgba(0, 0, 0, .5)
}

.btGhost>.port .rowItem,
.slidedItem .port .btSlideGutter {
    position: relative;
    z-index: 2
}

.fullScreenHeight .boldCell {
    z-index: 2;
    position: relative
}

.recentTweets small:before {
    content: '\f099';
    font: 19px/1 FontAwesome;
    position: relative;
    top: 3px;
    margin-right: 3px;
    color: #0b60a9
}

.btDivider {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.btIco {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    margin-right: 3px
}

.btIco .btIcoHolder {
    line-height: inherit
}

.btIco .btIcoHolder:before {
    color: #0b60a9;
    border: 1px solid #0b60a9;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    float: left;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s cubic-bezier(.25, .46, .45, .94);
    -moz-transition: all .3s cubic-bezier(.25, .46, .45, .94);
    transition: all .3s cubic-bezier(.25, .46, .45, .94)
}

.btTextRight .bpgPhoto,
.btnIconRightPosition .btIco .btIcoHolder:before {
    float: right
}

.btIco:hover a.btIcoHolder:before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.btIco .btIcoHolder span {
    margin-left: 5px
}

.btIco .btIcoHolder[data-ico-fa]:before {
    font-family: FontAwesome;
    content: attr(data-ico-fa)
}

.btIco .btIcoHolder[data-ico-s7]:before {
    font-family: Icon7Stroke;
    content: attr(data-ico-s7)
}

.btIco .btIcoHolder[data-ico-cs]:before {
    font-family: Cargo;
    content: attr(data-ico-cs)
}

.btIco.white .btIcoHolder:before {
    background-color: #fff;
    color: #0b60a9
}

.btIco.accent .btIcoHolder:before {
    background-color: #0b60a9;
    color: #fff
}

.btReadMore .btIco.default .btIcoHolder:before {
    background: #686d7a;
    border-color: #686d7a;
    color: #fff
}

.btReadMore .btIco.default:hover .btIcoHolder:before {
    background: #0b60a9;
    border-color: #08487e;
    color: #fff
}

.btDarkSkin .btLightSkin .btIco.colorless .btIcoHolder:before,
.btLightSkin .btIco.colorless .btIcoHolder:before {
    color: #333;
    border-color: #333
}

.btDarkSkin .btIco.colorless .btIcoHolder:before,
.btLightSkin .btDarkSkin .btIco.colorless .btIcoHolder:before {
    color: #fff;
    border-color: #fff
}

.btIco.borderless .btIcoHolder:before {
    border-color: transparent!important
}

.btIco.extrasmall {
    line-height: 30px
}

.btIco.extrasmall .btIcoHolder:before {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-weight: 300
}

.btIco.small {
    line-height: 40px
}

.btIco.small .btIcoHolder:before {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 300
}

.btIco.medium {
    line-height: 64px
}

.btIco.medium .btIcoHolder:before {
    font-size: 32px;
    width: 64px;
    height: 64px;
    line-height: 64px
}

.btIco.large {
    line-height: 120px
}

.btIco.large .btIcoHolder:before {
    font-size: 60px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-width: 2px
}

.btTextLeft .btIco {
    margin-left: 0;
    margin-right: 5px
}

.btTextLeft .btIco .btIcoHolder span {
    margin-right: 5px
}

.btTextRight .btIco {
    margin-left: 5px;
    margin-right: 0
}

.btTextRight .btIco .btIcoHolder span {
    margin-left: 5px
}

.btIco.borderless .btIcoHolder span {
    margin-left: 0;
    margin-right: 0
}

.btIconImageRow {
    display: inline-block;
    margin: auto
}

.btIconImageRow .bpgPhoto {
    display: inline-block;
    margin: 0 5px;
    width: auto
}

.btIconImageRow .btIco.large {
    margin: 0 5px
}

.btSeparator {
    clear: both
}

.btSeparator hr {
    clear: both;
    border: none;
    padding: 0;
    margin: 0
}

.bpgPhoto,
.btBtn {
    border-radius: 2px
}

.btDarkSkin .btLightSkin .btSeparator hr,
.btLightSkin .btSeparator hr {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.btDarkSkin .btSeparator hr,
.btGhost dd,
.btLightSkin .btDarkSkin .btSeparator hr {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.btSeparator.noBorder hr {
    border-bottom: 1px solid transparent!important
}

.btCounterHolder {
    font-family: Lato, Arial, sans-serif;
    font-weight: 500;
    font-size: 60px;
    line-height: 60px
}

.btCounterHolder .btCounter {
    display: block;
    height: 60px;
    overflow: hidden
}

.btCounterHolder span.onedigit {
    display: inline-block;
    height: 60px;
    overflow: hidden;
    margin: 0
}

.btCounterHolder span.onedigit span {
    display: block;
    position: relative;
    height: 60px;
    overflow: hidden;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

.btDarkSkin .btLightSkin .btCounterHolder,
.btLightSkin .btCounterHolder {
    color: #0b60a9
}

.btDarkSkin .btCounterHolder,
.btLightSkin .btDarkSkin .btCounterHolder {
    color: #fff
}

.btProgressContent {
    line-height: 1.9;
    overflow: hidden
}

.btProgressContent .btProgressAnim {
    text-align: right;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    transform: translateX(-100%);
    width: auto
}

.btProgressContent .btProgressAnim span {
    display: block;
    padding: 0 8px;
    vertical-align: middle;
    font-weight: 700
}

.btDarkSkin .btLightSkin .btProgressContent .btProgressAnim,
.btLightSkin .btProgressContent .btProgressAnim {
    background-color: #0b60a9;
    color: #fff
}

.btDarkSkin .btLightSkin .btProgressContent .btProgressAnim span,
.btLightSkin .btProgressContent .btProgressAnim span {
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1)
}

.btDarkSkin .btProgressContent,
.btLightSkin .btDarkSkin .btProgressContent {
    background-color: rgba(255, 255, 255, .07)
}

.btDarkSkin .btProgressContent .btProgressAnim,
.btLightSkin .btDarkSkin .btProgressContent .btProgressAnim {
    background-color: #0b60a9;
    color: #fff
}

.btDarkSkin .btProgressContent .btProgressAnim span,
.btLightSkin .btDarkSkin .btProgressContent .btProgressAnim span {
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1)
}

.bpgPhoto {
    overflow: hidden;
    position: relative
}

.bpgPhoto a,
.btShowTitle,
.captionPane {
    position: absolute;
    bottom: 0
}

.btCircleImage {
    border-radius: 50%;
    border: 3px solid #fff;
    overflow: hidden
}

.btCircleImage .captionPane,
.nbsImgHolder {
    border-radius: 50%
}

.btCircleImage .btImage img {
    width: auto
}

.bpgPhoto a {
    display: block;
    z-index: 5;
    left: 0;
    right: 0;
    top: 0
}

.btImage img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 100%
}

.btImage {
    display: block
}

.btTextIndent .btImage img {
    width: 100%;
    max-width: none;
    display: block;
    margin: 0
}

.btBtn a,
.btTextCenter .bpgPhoto,
.btnNormal {
    display: inline-block
}

.btTextLeft .bpgPhoto {
    float: left
}

.btTextCenter .bpgPhoto {
    float: none
}

.btTextCenter .tilesWall .bpgPhoto {
    display: block
}

.cellRight .bpgPhoto {
    float: right
}

.captionPane {
    opacity: 0;
    top: 0;
    left: 0;
    background: rgba(25, 26, 28, .5);
    right: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .captionPane {
        right: -1px
    }
}

.captionTable {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%
}

.captionCell {
    display: table-cell;
    height: 100%;
    vertical-align: middle
}

.captionTxt {
    display: block;
    padding: 0 20px;
    color: #fff
}

.in-top .captionPane {
    -webkit-animation: in-top .3s ease 0s 1 forwards;
    -moz-animation: in-top .3s ease 0s 1 forwards;
    animation: in-top .3s ease 0s 1 forwards
}

.in-right .captionPane {
    -webkit-animation: in-right .3s ease 0s 1 forwards;
    -moz-animation: in-right .3s ease 0s 1 forwards;
    animation: in-right .3s ease 0s 1 forwards
}

.in-bottom .captionPane {
    -webkit-animation: in-bottom .3s ease 0s 1 forwards;
    -moz-animation: in-bottom .3s ease 0s 1 forwards;
    animation: in-bottom .3s ease 0s 1 forwards
}

.in-left .captionPane {
    -webkit-animation: in-left .3s ease 0s 1 forwards;
    -moz-animation: in-left .3s ease 0s 1 forwards;
    animation: in-left .3s ease 0s 1 forwards
}

.out-top .captionPane {
    -webkit-animation: out-top .3s ease 0s 1 forwards;
    -moz-animation: out-top .3s ease 0s 1 forwards;
    animation: out-top .3s ease 0s 1 forwards
}

.out-right .captionPane {
    -webkit-animation: out-right .3s ease 0s 1 forwards;
    -moz-animation: out-right .3s ease 0s 1 forwards;
    animation: out-right .3s ease 0s 1 forwards
}

.out-bottom .captionPane {
    -webkit-animation: out-bottom .3s ease 0s 1 forwards;
    -moz-animation: out-bottom .3s ease 0s 1 forwards;
    animation: out-bottom .3s ease 0s 1 forwards
}

.out-left .captionPane {
    -webkit-animation: out-left .3s ease 0s 1 forwards;
    -moz-animation: out-left .3s ease 0s 1 forwards;
    animation: out-left .3s ease 0s 1 forwards
}

@-webkit-keyframes in-top {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes in-top {
    from {
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes in-top {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes out-top {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@-moz-keyframes out-top {
    from {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes out-top {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@-webkit-keyframes in-right {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes in-right {
    from {
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes in-right {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes out-right {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@-moz-keyframes out-right {
    from {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes out-right {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@-webkit-keyframes in-bottom {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes in-bottom {
    from {
        -moz-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes in-bottom {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes out-bottom {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@-moz-keyframes out-bottom {
    from {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        -moz-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes out-bottom {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@-webkit-keyframes in-left {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes in-left {
    from {
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes in-left {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes out-left {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@-moz-keyframes out-left {
    from {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes out-left {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.btDarkSkin .btLightSkin .bpgPhoto h4,
.btDarkSkin .btLightSkin .btpPhoto h4,
.btLightSkin .bpgPhoto h4,
.btLightSkin .btpPhoto h4 {
    text-transform: uppercase;
    color: #fff
}

.btDarkSkin .btLightSkin .bpgPhoto p,
.btLightSkin .bpgPhoto p {
    color: #fff
}

.btDarkSkin .bpgPhoto h4,
.btDarkSkin .btpPhoto h4,
.btLightSkin .btDarkSkin .bpgPhoto h4,
.btLightSkin .btDarkSkin .btpPhoto h4 {
    text-transform: uppercase;
    color: #fff
}

.btDarkSkin .bpgPhoto p,
.btLightSkin .btDarkSkin .bpgPhoto p {
    color: #fff
}

.captionTxt:before {
    content: "\e618";
    font: 400 50px/2 Icon7Stroke;
    display: block;
    margin: 0 auto;
    opacity: .4
}

.captionTxt .header {
    margin-top: 20
}

.touch .captionPane {
    display: none!important
}

.btShowTitle {
    top: auto;
    margin: 0;
    padding: 10px 20px;
    width: 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    display: none;
    color: #fff;
    text-shadow: 1px 1px 2px #313131;
    background-color: rgba(0, 0, 0, .5)
}

.btPriceTable,
.btPriceTable .btPriceTableHeader .header h1 .headline {
    position: relative
}

.btHasTitles .btShowTitle,
.btShowTitle span,
.btShowTitle strong {
    display: block
}

.bpgPhoto:hover .captionPane {
    opacity: 1
}

.bpgPhoto:hover .btShowTitle {
    opacity: 0
}

.btPriceTable {
    border-top: 0;
    overflow: visible
}

.btPriceTable .btPriceTableHeader {
    background: #0b60a9;
    padding: 10px
}

.btPriceTable .btPriceTableHeader .header {
    margin-bottom: 0
}

.btPriceTable .btPriceTableHeader .header .dash:after,
.btPriceTable .btPriceTableHeader .header .dash:before {
    border-color: #fff;
    margin-bottom: 10px
}

.btPriceTable .btPriceTableHeader .header .btSuperTitle {
    font-weight: 300
}

.btPriceTable .btPriceTableHeader .header .btSubTitle {
    text-transform: uppercase;
    font-size: 15px
}

.btPriceTable .btPriceTableHeader .header .btPriceTableCurrency {
    font-size: 24px;
    font-weight: 400;
    margin: -8px 0 0 -20px
}

.btPriceTable .btPriceTableHeader .header h1 .headline .btPriceTableCurrency {
    position: absolute
}

.btPriceTable .btPriceTableSticker {
    padding: 10px;
    position: absolute;
    top: -30px;
    left: 15px;
    right: 0;
    background: #686d7a;
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .25) inset;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .25) inset;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    font-weight: 800;
    font-size: 14px
}

.btTextRight .sIcon,
.btTextRight .sTxt {
    position: relative;
    float: right
}

.btPriceTable .btPriceTableSticker>div {
    display: table;
    height: 100%;
    width: 100%
}

.btPriceTable .btPriceTableSticker>div>div {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.btPriceTable .btSubTitle {
    font-weight: 300
}

.btPriceTable ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.btPriceTable ul li {
    display: block;
    padding: 15px;
    margin: 0
}

.btDarkSkin .btLightSkin .btPriceTable ul li:nth-child(odd),
.btLightSkin .btPriceTable ul li:nth-child(odd) {
    background: rgba(0, 0, 0, .05)
}

.btDarkSkin .btPriceTable ul li:nth-child(odd),
.btLightSkin .btDarkSkin .btPriceTable ul li:nth-child(odd) {
    background: rgba(255, 255, 255, .02)
}

.btHighlight .servicesItem {
    padding-left: 10px;
    padding-right: 10px
}

.btTextCenter .sIcon {
    margin-bottom: 20px
}

.btTextRight .sIcon {
    display: block;
    z-index: 2;
    margin: 0 0 0 -100%
}

.btText p:last-of-type,
.sTxt p:last-of-type {
    margin-bottom: 0
}

.btTextLeft .sIcon,
.btTextLeft .sTxt {
    position: relative;
    float: left
}

.btTextLeft .sIcon {
    display: block;
    z-index: 2;
    margin: 0 -100% 0 0
}

.gridItem:after,
.gridItem:before {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none
}

.sTxt h1,
.sTxt h2,
.sTxt h3,
.sTxt h4 {
    clear: none
}

.servicesItem.mediumIcon .header {
    margin-top: 16px;
    margin-bottom: 5px
}

.servicesItem.mediumIcon .header.extrasmall {
    margin-top: 0;
    margin-bottom: 10px
}

.servicesItem.smallIcon .header {
    margin-top: 7px
}

.servicesItem.borderlessIconType .header {
    margin-top: -6px
}

.servicesItem.borderlessIconType .btIcoHolder:before {
    line-height: 1
}

.btTextLeft .smallIcon .sTxt {
    margin-left: 50px
}

.btTextRight .smallIcon .sTxt {
    margin-right: 50px
}

.btTextRight .mediumIcon .sTxt {
    margin-right: 84px
}

.btTextLeft .largeIcon .sTxt {
    margin-left: 140px
}

.btTextRight .largeIcon .sTxt {
    margin-right: 140px
}

.btTextCenter .largeIcon.servicesItem.borderlessIconType .btIcoHolder:before,
.btTextCenter .mediumIcon.servicesItem.borderlessIconType .btIcoHolder:before,
.btTextCenter .smallIcon.servicesItem.borderlessIconType .btIcoHolder:before {
    width: auto;
    height: auto;
    line-height: 1
}

.btTextRight .smallIcon.borderlessIconType .sTxt {
    margin-right: 40px
}

.btTextLeft .smallIcon.borderlessIconType .sTxt {
    margin-left: 40px
}

.btTextLeft .mediumIcon.borderlessIconType .sTxt {
    margin-left: 64px
}

.btTextRight .mediumIcon.borderlessIconType .sTxt {
    margin-right: 64px
}

.btTextLeft .largeIcon.borderlessIconType .sTxt {
    margin-left: 120px
}

.btTextRight .largeIcon.borderlessIconType .sTxt {
    margin-right: 120px
}

.servicesItem:after {
    display: table;
    clear: both;
    width: 100%
}

.btTextLeft .mediumIcon .sTxt {
    margin-left: 84px
}

.header .btSubTitle,
.header .btSuperTitle,
.header .dash:after,
.header .dash:before,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6 {
    margin: 0
}

.header,
.header .dash {
    display: block
}

.header .btSubTitle,
.header .btSuperTitle {
    clear: both
}

.header .btSuperTitle {
    font-weight: 600
}

.header .headline {
    display: block
}

.btDash.bottomDash .dash:after,
.btDash.topDash .dash:before {
    content: '';
    clear: both;
    width: 50px;
    display: block;
    border-bottom: 3px solid #0b60a9
}

.header.extrasmall {
    margin-bottom: 10px
}

.header.extrasmall h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px
}

.header.extrasmall .btSubTitle,
.header.extrasmall .btSuperTitle {
    font-size: 13px;
    line-height: 23px
}

.header.extrasmall .dash:after,
.header.extrasmall .dash:before {
    margin-top: 5px;
    margin-bottom: 5px;
    border-width: 1px!important
}

.header.small {
    margin-bottom: 10px
}

.header.small h4 {
    font-size: 21px;
    font-weight: 700;
    line-height: 31px
}

.btArticleMeta dd,
.btBtn,
.btCatFilter,
.btCustomMenu ul li,
.btGhost dd,
.btInfoBarMeta p,
.btTestimonialsSlider .slidedItem .btSliderPort .header h4,
.gridItem .btGridContent .btSuperTitle,
.gridItem .btTileBox .btShowTitle .btSubTitle,
.gridItem .btTileBox .captionTxt .btSubTitle,
span.nbsDir {
    text-transform: uppercase
}

.header.small .btSubTitle,
.header.small .btSuperTitle {
    font-size: 13px;
    line-height: 23px
}

.header.small .dash:after,
.header.small .dash:before {
    margin-top: 5px;
    margin-bottom: 5px;
    border-width: 1px!important
}

.header.medium {
    margin-bottom: 14px
}

.header.medium h3 {
    font-size: 30px;
    line-height: 44px
}

.header.medium .btSubTitle,
.header.medium .btSuperTitle {
    font-size: 15px;
    line-height: 29px
}

.header.medium .dash:after,
.header.medium .dash:before {
    margin-top: 10px;
    margin-bottom: 7px
}

.header.large {
    margin-bottom: 18px
}

.header.large h2 {
    font-size: 40px;
    line-height: 58px;
    letter-spacing: 1px
}

.header.large .btSubTitle,
.header.large .btSuperTitle {
    font-size: 18px;
    line-height: 36px
}

.header.large .dash:after,
.header.large .dash:before {
    border-color: #0b60a9;
    width: 65px;
    margin-top: 9px;
    margin-bottom: 9px
}

.header.extralarge {
    margin-bottom: 20px
}

.header.extralarge h1 {
    font-size: 50px;
    line-height: 70px;
    letter-spacing: 1px
}

.header.extralarge .btSuperTitle {
    font-size: 21px;
    line-height: 41px
}

.header.extralarge .btSubTitle {
    font-size: 21px;
    padding: 3px 0;
    line-height: 35px
}

.header.extralarge .dash:after,
.header.extralarge .dash:before {
    border-color: #0b60a9;
    width: 85px;
    margin-top: 10px;
    margin-bottom: 10px
}

.header.huge {
    margin-bottom: 20px
}

.header.huge h1 {
    font-size: 80px;
    line-height: 100px;
    letter-spacing: 2px
}

.header.huge .btSuperTitle {
    letter-spacing: 1px
}

.header.huge .btSubTitle,
.header.huge .btSuperTitle {
    font-size: 24px;
    line-height: 44px
}

.header.huge .dash:after,
.header.huge .dash:before {
    border-color: #0b60a9;
    border-width: 4px;
    width: 85px;
    margin-top: 10px;
    margin-bottom: 10px
}

.header.extralarge.btDarkAccentDash .dash:after,
.header.extralarge.btDarkAccentDash .dash:before,
.header.huge.btDarkAccentDash .dash:after,
.header.huge.btDarkAccentDash .dash:before,
.header.large.btDarkAccentDash .dash:after,
.header.large.btDarkAccentDash .dash:before,
.header.medium.btDarkAccentDash .dash:after,
.header.medium.btDarkAccentDash .dash:before,
.header.small.btDarkAccentDash .dash:after,
.header.small.btDarkAccentDash .dash:before {
    border-color: #08487e
}

.header.extralarge.btLightAccentDash .dash:after,
.header.extralarge.btLightAccentDash .dash:before,
.header.huge.btLightAccentDash .dash:after,
.header.huge.btLightAccentDash .dash:before,
.header.large.btLightAccentDash .dash:after,
.header.large.btLightAccentDash .dash:before,
.header.medium.btLightAccentDash .dash:after,
.header.medium.btLightAccentDash .dash:before,
.header.small.btLightAccentDash .dash:after,
.header.small.btLightAccentDash .dash:before {
    border-color: #2995f1
}

.header.extralarge.btAlternateDash .dash:after,
.header.extralarge.btAlternateDash .dash:before,
.header.huge.btAlternateDash .dash:after,
.header.huge.btAlternateDash .dash:before,
.header.large.btAlternateDash .dash:after,
.header.large.btAlternateDash .dash:before,
.header.medium.btAlternateDash .dash:after,
.header.medium.btAlternateDash .dash:before,
.header.small.btAlternateDash .dash:after,
.header.small.btAlternateDash .dash:before {
    border-color: #686d7a
}

.header.extralarge.btDarkAlternateDash .dash:after,
.header.extralarge.btDarkAlternateDash .dash:before,
.header.huge.btDarkAlternateDash .dash:after,
.header.huge.btDarkAlternateDash .dash:before,
.header.large.btDarkAlternateDash .dash:after,
.header.large.btDarkAlternateDash .dash:before,
.header.medium.btDarkAlternateDash .dash:after,
.header.medium.btDarkAlternateDash .dash:before,
.header.small.btDarkAlternateDash .dash:after,
.header.small.btDarkAlternateDash .dash:before {
    border-color: #535761
}

.header.extralarge.btLightAlternateDash .dash:after,
.header.extralarge.btLightAlternateDash .dash:before,
.header.huge.btLightAlternateDash .dash:after,
.header.huge.btLightAlternateDash .dash:before,
.header.large.btLightAlternateDash .dash:after,
.header.large.btLightAlternateDash .dash:before,
.header.medium.btLightAlternateDash .dash:after,
.header.medium.btLightAlternateDash .dash:before,
.header.small.btLightAlternateDash .dash:after,
.header.small.btLightAlternateDash .dash:before {
    border-color: #9da1ab
}

.btTextRight .dash:after,
.btTextRight .dash:before {
    float: right
}

.btTextLeft .dash:after,
.btTextLeft .dash:before {
    float: left
}

.btTextCenter .dash:after,
.btTextCenter .dash:before,
.captionTxt .dash:after,
.captionTxt .dash:before {
    margin-left: auto;
    margin-right: auto
}

.btBtn {
    font-weight: 600;
    font-size: 13px;
    transition: all .5s ease
}

.btBtn .btIco a:before,
.btBtn a,
.btBtn button {
    transition: all .5s ease
}

.btBtn:hover,
h4.nbs.nsNext a .nbsImage .nbsImgHolder {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.btBtn a {
    padding: 3px 20px
}

.btBtn a.btIcoHolder:before {
    margin-left: -10px;
    margin-right: 5px
}

.btBtn .btIco.extrasmall a {
    line-height: 30px
}

.btBtn .btIco.extrasmall a:before {
    line-height: 26px
}

.btBtn .btIco.small a {
    line-height: 40px
}

.btBtn .btIco.small a:before {
    line-height: 36px
}

.btBtn .btIco.medium a {
    line-height: 64px
}

.btBtn .btIco.medium a:before {
    line-height: 60px
}

.btBtn .btIco.large a {
    line-height: 120px
}

.btBtn.btnBig a {
    padding: 8px 20px
}

.btBtn.btnFull .btIco,
.btBtn.btnFull .btIco a.btIcoHolder {
    width: 100%
}

.btBtn.btnBorderless,
.btBtn.btnBorderless:hover {
    border: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    background: 0 0!important;
    font-weight: 700!important
}

.btBtn.btnBorderless a:hover,
.btBtn.btnBorderless a:link {
    padding: 0!important;
    background: 0 0!important
}

.btGridContent,
.btGridGap0 .btGridContent {
    padding: 10px
}

.btBtn.btnBorderless.btnIconRightPosition a.btIcoHolder:before {
    font-weight: 300!important
}

.btBtn.btnBorderless.btnIconRightPosition .btIco:hover a.btIcoHolder:before {
    -webkit-transform: translate3d(0, 0, 0)!important;
    -moz-transform: translate3d(0, 0, 0)!important;
    -ms-transform: translate3d(0, 0, 0)!important;
    transform: translate3d(0, 0, 0)!important
}

.btBtn.btnBorderless.btBtnAccentLight a,
.btBtn.btnBorderless.btBtnAccentLight a:before {
    color: #2995f1!important
}

.btDarkSkin .btLightSkin .btBtn.btnBorderless.btBtnAccentLight a:before,
.btDarkSkin .btLightSkin .btBtn.btnBorderless.btBtnAccentLight a:hover,
.btDarkSkin .btLightSkin .btBtn.btnBorderless.btBtnAccentLight a:hover:before,
.btLightSkin .btBtn.btnBorderless.btBtnAccentLight a:before,
.btLightSkin .btBtn.btnBorderless.btBtnAccentLight a:hover,
.btLightSkin .btBtn.btnBorderless.btBtnAccentLight a:hover:before {
    color: #0b60a9!important
}

.btDarkSkin .btLightSkin .btBtn.btnBorderless.btnAccentColor a:before,
.btDarkSkin .btLightSkin .btBtn.btnBorderless.btnAccentColor a:hover,
.btDarkSkin .btLightSkin .btBtn.btnBorderless.btnAccentColor a:hover:before,
.btLightSkin .btBtn.btnBorderless.btnAccentColor a:before,
.btLightSkin .btBtn.btnBorderless.btnAccentColor a:hover,
.btLightSkin .btBtn.btnBorderless.btnAccentColor a:hover:before {
    color: #08487e!important
}

.btDarkSkin .btLightSkin .btBtn.btnBorderless.btnNormalColor a:before,
.btDarkSkin .btLightSkin .btBtn.btnBorderless.btnNormalColor a:hover,
.btDarkSkin .btLightSkin .btBtn.btnBorderless.btnNormalColor a:hover:before,
.btLightSkin .btBtn.btnBorderless.btnNormalColor a:before,
.btLightSkin .btBtn.btnBorderless.btnNormalColor a:hover,
.btLightSkin .btBtn.btnBorderless.btnNormalColor a:hover:before {
    color: #535761!important
}

.btDarkSkin .btBtn.btnBorderless.btBtnAccentLight a:before,
.btDarkSkin .btBtn.btnBorderless.btBtnAccentLight a:hover,
.btDarkSkin .btBtn.btnBorderless.btBtnAccentLight a:hover:before,
.btDarkSkin .btBtn.btnBorderless.btnAccentColor a:before,
.btDarkSkin .btBtn.btnBorderless.btnAccentColor a:hover,
.btDarkSkin .btBtn.btnBorderless.btnAccentColor a:hover:before,
.btDarkSkin .btBtn.btnBorderless.btnNormalColor a:before,
.btDarkSkin .btBtn.btnBorderless.btnNormalColor a:hover,
.btDarkSkin .btBtn.btnBorderless.btnNormalColor a:hover:before,
.btLightSkin .btDarkSkin .btBtn.btnBorderless.btBtnAccentLight a:before,
.btLightSkin .btDarkSkin .btBtn.btnBorderless.btBtnAccentLight a:hover,
.btLightSkin .btDarkSkin .btBtn.btnBorderless.btBtnAccentLight a:hover:before,
.btLightSkin .btDarkSkin .btBtn.btnBorderless.btnAccentColor a:before,
.btLightSkin .btDarkSkin .btBtn.btnBorderless.btnAccentColor a:hover,
.btLightSkin .btDarkSkin .btBtn.btnBorderless.btnAccentColor a:hover:before,
.btLightSkin .btDarkSkin .btBtn.btnBorderless.btnNormalColor a:before,
.btLightSkin .btDarkSkin .btBtn.btnBorderless.btnNormalColor a:hover,
.btLightSkin .btDarkSkin .btBtn.btnBorderless.btnNormalColor a:hover:before {
    color: #fff!important
}

.btBtn.btnIconRightPosition a.btIcoHolder:before {
    margin-left: 0;
    margin-right: -10px
}

.btBtn:hover {
    transition: all .5s ease
}

.btBtn.btnBig {
    font-size: 16px
}

.btBtn.btnSmall {
    font-size: 13px
}

.btTextLeft .btBtn {
    margin-right: 20px
}

.btTextRight .btBtn {
    margin-left: 20px
}

.btTextCenter .btBtn {
    margin-left: 10px;
    margin-right: 10px
}

.btTextLeft .btBtn .btIco,
.btTextRight .btBtn .btIco {
    margin-left: 0;
    margin-right: 0
}

.btDarkSkin .btLightSkin .btnFilled.btnAccentColor,
.btDarkSkin .btLightSkin .btnOutline.btnAccentColor:hover,
.btDarkSkin .btnFilled.btnAccentColor,
.btDarkSkin .btnOutline.btnAccentColor:hover,
.btLightSkin .btDarkSkin .btnFilled.btnAccentColor,
.btLightSkin .btDarkSkin .btnOutline.btnAccentColor:hover,
.btLightSkin .btnFilled.btnAccentColor,
.btLightSkin .btnOutline.btnAccentColor:hover {
    background: #0b60a9;
    color: #fff
}

.btDarkSkin .btLightSkin .btnFilled.btnAccentColor .btIco a:before,
.btDarkSkin .btLightSkin .btnFilled.btnAccentColor a,
.btDarkSkin .btLightSkin .btnFilled.btnAccentColor button,
.btDarkSkin .btLightSkin .btnOutline.btnAccentColor:hover .btIco a:before,
.btDarkSkin .btLightSkin .btnOutline.btnAccentColor:hover a,
.btDarkSkin .btLightSkin .btnOutline.btnAccentColor:hover button,
.btDarkSkin .btnFilled.btnAccentColor .btIco a:before,
.btDarkSkin .btnFilled.btnAccentColor a,
.btDarkSkin .btnFilled.btnAccentColor button,
.btDarkSkin .btnOutline.btnAccentColor:hover .btIco a:before,
.btDarkSkin .btnOutline.btnAccentColor:hover a,
.btDarkSkin .btnOutline.btnAccentColor:hover button,
.btLightSkin .btDarkSkin .btnFilled.btnAccentColor .btIco a:before,
.btLightSkin .btDarkSkin .btnFilled.btnAccentColor a,
.btLightSkin .btDarkSkin .btnFilled.btnAccentColor button,
.btLightSkin .btDarkSkin .btnOutline.btnAccentColor:hover .btIco a:before,
.btLightSkin .btDarkSkin .btnOutline.btnAccentColor:hover a,
.btLightSkin .btDarkSkin .btnOutline.btnAccentColor:hover button,
.btLightSkin .btnFilled.btnAccentColor .btIco a:before,
.btLightSkin .btnFilled.btnAccentColor a,
.btLightSkin .btnFilled.btnAccentColor button,
.btLightSkin .btnOutline.btnAccentColor:hover .btIco a:before,
.btLightSkin .btnOutline.btnAccentColor:hover a,
.btLightSkin .btnOutline.btnAccentColor:hover button {
    color: #fff
}

.btDarkSkin .btLightSkin .btnOutline.btnAccentColor,
.btDarkSkin .btnOutline.btnAccentColor,
.btLightSkin .btDarkSkin .btnOutline.btnAccentColor,
.btLightSkin .btnOutline.btnAccentColor {
    background-color: transparent;
    border: 2px solid #0b60a9;
    color: #0b60a9
}

.btDarkSkin .btLightSkin .btnOutline.btnAccentColor a,
.btDarkSkin .btLightSkin .btnOutline.btnAccentColor a:before,
.btDarkSkin .btLightSkin .btnOutline.btnAccentColor button,
.btDarkSkin .btnOutline.btnAccentColor a,
.btDarkSkin .btnOutline.btnAccentColor a:before,
.btDarkSkin .btnOutline.btnAccentColor button,
.btLightSkin .btDarkSkin .btnOutline.btnAccentColor a,
.btLightSkin .btDarkSkin .btnOutline.btnAccentColor a:before,
.btLightSkin .btDarkSkin .btnOutline.btnAccentColor button,
.btLightSkin .btnOutline.btnAccentColor a,
.btLightSkin .btnOutline.btnAccentColor a:before,
.btLightSkin .btnOutline.btnAccentColor button {
    color: #0b60a9
}

.btDarkSkin .btLightSkin .btnFilled.btnAccentColor:hover,
.btDarkSkin .btnFilled.btnAccentColor:hover,
.btLightSkin .btDarkSkin .btnFilled.btnAccentColor:hover,
.btLightSkin .btnFilled.btnAccentColor:hover {
    background: #08487e;
    color: #fff
}

.btDarkSkin .btLightSkin .btnFilled.btnAccentColor:hover .btIco a:before,
.btDarkSkin .btLightSkin .btnFilled.btnAccentColor:hover a,
.btDarkSkin .btLightSkin .btnFilled.btnAccentColor:hover button,
.btDarkSkin .btnFilled.btnAccentColor:hover .btIco a:before,
.btDarkSkin .btnFilled.btnAccentColor:hover a,
.btDarkSkin .btnFilled.btnAccentColor:hover button,
.btLightSkin .btDarkSkin .btnFilled.btnAccentColor:hover .btIco a:before,
.btLightSkin .btDarkSkin .btnFilled.btnAccentColor:hover a,
.btLightSkin .btDarkSkin .btnFilled.btnAccentColor:hover button,
.btLightSkin .btnFilled.btnAccentColor:hover .btIco a:before,
.btLightSkin .btnFilled.btnAccentColor:hover a,
.btLightSkin .btnFilled.btnAccentColor:hover button {
    color: #fff
}

.btDarkSkin .btLightSkin .btnFilled.btnNormalColor,
.btDarkSkin .btLightSkin .btnOutline.btnNormalColor:hover,
.btDarkSkin .btnFilled.btnNormalColor,
.btDarkSkin .btnOutline.btnNormalColor:hover,
.btLightSkin .btDarkSkin .btnFilled.btnNormalColor,
.btLightSkin .btDarkSkin .btnOutline.btnNormalColor:hover,
.btLightSkin .btnFilled.btnNormalColor,
.btLightSkin .btnOutline.btnNormalColor:hover {
    background: #686d7a;
    color: #fff
}

.btDarkSkin .btLightSkin .btnFilled.btnNormalColor .btIco a:before,
.btDarkSkin .btLightSkin .btnFilled.btnNormalColor a,
.btDarkSkin .btLightSkin .btnFilled.btnNormalColor button,
.btDarkSkin .btLightSkin .btnOutline.btnNormalColor:hover .btIco a:before,
.btDarkSkin .btLightSkin .btnOutline.btnNormalColor:hover a,
.btDarkSkin .btLightSkin .btnOutline.btnNormalColor:hover button,
.btDarkSkin .btnFilled.btnNormalColor .btIco a:before,
.btDarkSkin .btnFilled.btnNormalColor a,
.btDarkSkin .btnFilled.btnNormalColor button,
.btDarkSkin .btnOutline.btnNormalColor:hover .btIco a:before,
.btDarkSkin .btnOutline.btnNormalColor:hover a,
.btDarkSkin .btnOutline.btnNormalColor:hover button,
.btLightSkin .btDarkSkin .btnFilled.btnNormalColor .btIco a:before,
.btLightSkin .btDarkSkin .btnFilled.btnNormalColor a,
.btLightSkin .btDarkSkin .btnFilled.btnNormalColor button,
.btLightSkin .btDarkSkin .btnOutline.btnNormalColor:hover .btIco a:before,
.btLightSkin .btDarkSkin .btnOutline.btnNormalColor:hover a,
.btLightSkin .btDarkSkin .btnOutline.btnNormalColor:hover button,
.btLightSkin .btnFilled.btnNormalColor .btIco a:before,
.btLightSkin .btnFilled.btnNormalColor a,
.btLightSkin .btnFilled.btnNormalColor button,
.btLightSkin .btnOutline.btnNormalColor:hover .btIco a:before,
.btLightSkin .btnOutline.btnNormalColor:hover a,
.btLightSkin .btnOutline.btnNormalColor:hover button {
    color: #fff
}

.btDarkSkin .btLightSkin .btnOutline.btnNormalColor,
.btDarkSkin .btnOutline.btnNormalColor,
.btLightSkin .btDarkSkin .btnOutline.btnNormalColor,
.btLightSkin .btnOutline.btnNormalColor {
    background-color: transparent;
    border: 2px solid #686d7a;
    color: #686d7a
}

.btDarkSkin .btLightSkin .btnOutline.btnNormalColor a,
.btDarkSkin .btLightSkin .btnOutline.btnNormalColor a:before,
.btDarkSkin .btLightSkin .btnOutline.btnNormalColor button,
.btDarkSkin .btnOutline.btnNormalColor a,
.btDarkSkin .btnOutline.btnNormalColor a:before,
.btDarkSkin .btnOutline.btnNormalColor button,
.btLightSkin .btDarkSkin .btnOutline.btnNormalColor a,
.btLightSkin .btDarkSkin .btnOutline.btnNormalColor a:before,
.btLightSkin .btDarkSkin .btnOutline.btnNormalColor button,
.btLightSkin .btnOutline.btnNormalColor a,
.btLightSkin .btnOutline.btnNormalColor a:before,
.btLightSkin .btnOutline.btnNormalColor button {
    color: #686d7a
}

.btDarkSkin .btLightSkin .btnFilled.btnNormalColor:hover,
.btDarkSkin .btnFilled.btnNormalColor:hover,
.btLightSkin .btDarkSkin .btnFilled.btnNormalColor:hover,
.btLightSkin .btnFilled.btnNormalColor:hover {
    background: #535761;
    color: #fff
}

.btDarkSkin .btLightSkin .btnFilled.btnNormalColor:hover .btIco a:before,
.btDarkSkin .btLightSkin .btnFilled.btnNormalColor:hover a,
.btDarkSkin .btLightSkin .btnFilled.btnNormalColor:hover button,
.btDarkSkin .btnFilled.btnNormalColor:hover .btIco a:before,
.btDarkSkin .btnFilled.btnNormalColor:hover a,
.btDarkSkin .btnFilled.btnNormalColor:hover button,
.btLightSkin .btDarkSkin .btnFilled.btnNormalColor:hover .btIco a:before,
.btLightSkin .btDarkSkin .btnFilled.btnNormalColor:hover a,
.btLightSkin .btDarkSkin .btnFilled.btnNormalColor:hover button,
.btLightSkin .btnFilled.btnNormalColor:hover .btIco a:before,
.btLightSkin .btnFilled.btnNormalColor:hover a,
.btLightSkin .btnFilled.btnNormalColor:hover button {
    color: #fff
}

.btDarkSkin .btLightSkin .btnFilled.btnLightColor,
.btDarkSkin .btLightSkin .btnOutline.btnLightColor:hover,
.btLightSkin .btnFilled.btnLightColor,
.btLightSkin .btnOutline.btnLightColor:hover {
    background: rgba(0, 0, 0, .1);
    color: #666
}

.btDarkSkin .btLightSkin .btnFilled.btnLightColor .btIco a:before,
.btDarkSkin .btLightSkin .btnFilled.btnLightColor a,
.btDarkSkin .btLightSkin .btnFilled.btnLightColor button,
.btDarkSkin .btLightSkin .btnOutline.btnLightColor:hover .btIco a:before,
.btDarkSkin .btLightSkin .btnOutline.btnLightColor:hover a,
.btDarkSkin .btLightSkin .btnOutline.btnLightColor:hover button,
.btLightSkin .btnFilled.btnLightColor .btIco a:before,
.btLightSkin .btnFilled.btnLightColor a,
.btLightSkin .btnFilled.btnLightColor button,
.btLightSkin .btnOutline.btnLightColor:hover .btIco a:before,
.btLightSkin .btnOutline.btnLightColor:hover a,
.btLightSkin .btnOutline.btnLightColor:hover button {
    color: #666
}

.btDarkSkin .btLightSkin .btnOutline.btnLightColor,
.btLightSkin .btnOutline.btnLightColor {
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, .1);
    color: #666
}

.btDarkSkin .btLightSkin .btnOutline.btnLightColor a,
.btDarkSkin .btLightSkin .btnOutline.btnLightColor a:before,
.btDarkSkin .btLightSkin .btnOutline.btnLightColor button,
.btLightSkin .btnOutline.btnLightColor a,
.btLightSkin .btnOutline.btnLightColor a:before,
.btLightSkin .btnOutline.btnLightColor button {
    color: #666
}

.btDarkSkin .btLightSkin .btnFilled.btnLightColor:hover,
.btLightSkin .btnFilled.btnLightColor:hover {
    background: rgba(0, 0, 0, .2);
    color: #666
}

.btDarkSkin .btLightSkin .btnFilled.btnLightColor:hover .btIco a:before,
.btDarkSkin .btLightSkin .btnFilled.btnLightColor:hover a,
.btDarkSkin .btLightSkin .btnFilled.btnLightColor:hover button,
.btLightSkin .btnFilled.btnLightColor:hover .btIco a:before,
.btLightSkin .btnFilled.btnLightColor:hover a,
.btLightSkin .btnFilled.btnLightColor:hover button {
    color: #666
}

.btDarkSkin .btnFilled.btnLightColor,
.btDarkSkin .btnOutline.btnLightColor:hover,
.btLightSkin .btDarkSkin .btnFilled.btnLightColor,
.btLightSkin .btDarkSkin .btnOutline.btnLightColor:hover {
    background: rgba(255, 255, 255, .85);
    color: #666
}

.btDarkSkin .btnFilled.btnLightColor .btIco a:before,
.btDarkSkin .btnFilled.btnLightColor a,
.btDarkSkin .btnFilled.btnLightColor button,
.btDarkSkin .btnOutline.btnLightColor:hover .btIco a:before,
.btDarkSkin .btnOutline.btnLightColor:hover a,
.btDarkSkin .btnOutline.btnLightColor:hover button,
.btLightSkin .btDarkSkin .btnFilled.btnLightColor .btIco a:before,
.btLightSkin .btDarkSkin .btnFilled.btnLightColor a,
.btLightSkin .btDarkSkin .btnFilled.btnLightColor button,
.btLightSkin .btDarkSkin .btnOutline.btnLightColor:hover .btIco a:before,
.btLightSkin .btDarkSkin .btnOutline.btnLightColor:hover a,
.btLightSkin .btDarkSkin .btnOutline.btnLightColor:hover button {
    color: #666
}

.btDarkSkin .btnOutline.btnLightColor,
.btLightSkin .btDarkSkin .btnOutline.btnLightColor {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff
}

.btDarkSkin .btnOutline.btnLightColor a,
.btDarkSkin .btnOutline.btnLightColor a:before,
.btDarkSkin .btnOutline.btnLightColor button,
.btLightSkin .btDarkSkin .btnOutline.btnLightColor a,
.btLightSkin .btDarkSkin .btnOutline.btnLightColor a:before,
.btLightSkin .btDarkSkin .btnOutline.btnLightColor button {
    color: #fff
}

.btDarkSkin .btnFilled.btnLightColor:hover,
.btLightSkin .btDarkSkin .btnFilled.btnLightColor:hover {
    background: rgba(255, 255, 255, .75);
    color: #666
}

.btDarkSkin .btnFilled.btnLightColor:hover .btIco a:before,
.btDarkSkin .btnFilled.btnLightColor:hover a,
.btDarkSkin .btnFilled.btnLightColor:hover button,
.btLightSkin .btDarkSkin .btnFilled.btnLightColor:hover .btIco a:before,
.btLightSkin .btDarkSkin .btnFilled.btnLightColor:hover a,
.btLightSkin .btDarkSkin .btnFilled.btnLightColor:hover button {
    color: #666
}

.btGridContainer {
    overflow: hidden
}

.gridItem {
    opacity: .05;
    -webkit-transition: transform .5s cubic-bezier(.175, .885, .32, 1.275) .3s, opacity .5s ease .3s, background-color .3s ease;
    -moz-transition: transform .5s cubic-bezier(.175, .885, .32, 1.275) .3s, opacity .5s ease .3s, background-color .3s ease;
    transition: transform .5s cubic-bezier(.175, .885, .32, 1.275) .3s, opacity .5s ease .3s, background-color .3s ease;
    overflow: hidden;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.gridItem .slick-next,
.gridItem .slick-prev {
    display: none!important
}

.gridItem .btGridContent .btSuperTitle {
    font-weight: 400
}

.gridItem.btMarkedImage {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    opacity: .8
}

.btNoMore,
.gridItem.btGridItemLoaded {
    opacity: 1
}

.btDarkSkin .btLightSkin .gridItem,
.btLightSkin .gridItem {
    background-color: rgba(0, 0, 0, .07)
}

.btDarkSkin .btLightSkin .gridItem .btGridContent .btSuperTitle,
.btDarkSkin .btLightSkin .gridItem .btGridContent .btSuperTitle a,
.btLightSkin .gridItem .btGridContent .btSuperTitle,
.btLightSkin .gridItem .btGridContent .btSuperTitle a {
    color: #7e7e7e
}

.btDarkSkin .btLightSkin .gridItem .btGridContent .btSuperTitle a:hover,
.btLightSkin .gridItem .btGridContent .btSuperTitle a:hover {
    color: #686d7a
}

.btDarkSkin .btLightSkin .gridItem:hover,
.btLightSkin .gridItem:hover {
    background-color: rgba(0, 0, 0, .1);
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.btDarkSkin .gridItem,
.btLightSkin .btDarkSkin .gridItem {
    background-color: rgba(255, 255, 255, .07)
}

.btDarkSkin .gridItem .btGridContent .btSuperTitle,
.btDarkSkin .gridItem .btGridContent .btSuperTitle a,
.btLightSkin .btDarkSkin .gridItem .btGridContent .btSuperTitle,
.btLightSkin .btDarkSkin .gridItem .btGridContent .btSuperTitle a {
    color: #7e7e7e
}

.btDarkSkin .gridItem .btGridContent .btSuperTitle a:hover,
.btLightSkin .btDarkSkin .gridItem .btGridContent .btSuperTitle a:hover {
    color: #686d7a
}

.btDarkSkin .gridItem:hover,
.btLightSkin .btDarkSkin .gridItem:hover {
    background-color: rgba(255, 255, 255, .1);
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.gridItem:after {
    content: '';
    top: 0;
    left: 0;
    z-index: 10
}

.gridItem:before {
    content: " ";
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 11
}

.slided .slick-dots,
h4.nbs.nsNext a:after,
h4.nbs.nsPrev a:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center
}

.btDarkSkin .gridItem:after,
.btDarkSkin .gridItem:before,
.btLightSkin .btDarkSkin .gridItem:after,
.btLightSkin .btDarkSkin .gridItem:before {
    border-color: #313131!important
}

.btDarkSkin .btLightSkin .gridItem:after,
.btDarkSkin .btLightSkin .gridItem:before,
.btLightSkin .gridItem:after,
.btLightSkin .gridItem:before {
    border-color: #fff!important
}

.btGridGap0 .gridItem:after,
.btGridGap0 .gridItem:before {
    border: 0 solid #fff
}

.btNoMore {
    display: none
}

.btGridContent .btGridShare {
    margin-top: 13.33px;
    margin-bottom: 13.33px
}

.btDarkSkin .btGridContent .btGridShare .btIco .btIcoHolder:before,
.btLightSkin .btDarkSkin .btGridContent .btGridShare .btIco .btIcoHolder:before {
    background: #313131
}

.btDarkSkin .btLightSkin .btGridContent .btGridShare .btIco .btIcoHolder:before,
.btLightSkin .btGridContent .btGridShare .btIco .btIcoHolder:before {
    background: #fff
}

.boldSection .btGridGap0 .tilesWall,
.boldSection.gutter .btGridGap0 .tilesWall {
    margin: 0
}

.btGridGap1 .gridItem:after {
    border: 1px solid #fff;
    border-radius: 4px
}

.btGridGap1 .gridItem:before {
    border: 1px solid #fff
}

.btGridGap1 .btGridContent {
    padding: 11px
}

.boldSection .btGridGap1 .tilesWall {
    margin: 1px
}

.boldSection.gutter .btGridGap1 .tilesWall {
    margin: 1px -1px
}

.btGridGap2 .gridItem:after {
    border: 2px solid #fff;
    border-radius: 5px
}

.btGridGap2 .gridItem:before {
    border: 2px solid #fff
}

.btGridGap2 .btGridContent {
    padding: 12px
}

.boldSection .btGridGap2 .tilesWall {
    margin: 2px
}

.boldSection.gutter .btGridGap2 .tilesWall {
    margin: 2px -2px
}

.btGridGap3 .gridItem:after {
    border: 3px solid #fff;
    border-radius: 6px
}

.btGridGap3 .gridItem:before {
    border: 3px solid #fff
}

.btGridGap3 .btGridContent {
    padding: 13px
}

.boldSection .btGridGap3 .tilesWall {
    margin: 3px
}

.boldSection.gutter .btGridGap3 .tilesWall {
    margin: 3px -3px
}

.btGridGap4 .gridItem:after {
    border: 4px solid #fff;
    border-radius: 7px
}

.btGridGap4 .gridItem:before {
    border: 4px solid #fff
}

.btGridGap4 .btGridContent {
    padding: 14px
}

.boldSection .btGridGap4 .tilesWall {
    margin: 4px
}

.boldSection.gutter .btGridGap4 .tilesWall {
    margin: 4px -4px
}

.btGridGap5 .gridItem:after {
    border: 5px solid #fff;
    border-radius: 8px
}

.btGridGap5 .gridItem:before {
    border: 5px solid #fff
}

.btGridGap .gridItem .bpgPhoto,
.btGridGap .gridItem:after,
.btGridGap0 .gridItem .bpgPhoto,
.btGridGap0 .gridItem:after,
.tabsVertical {
    border-radius: 0
}

.boldSection.gutter .btCatFilter,
.btCustomMenu ul,
.btTabs {
    border-radius: 2px
}

.btGridGap5 .btGridContent {
    padding: 15px
}

.boldSection .btGridGap5 .tilesWall {
    margin: 5px
}

.boldSection.gutter .btGridGap5 .tilesWall {
    margin: 5px -5px
}

.btCatFilter {
    padding: 10px 0;
    line-height: 3
}

.btCatFilter .btCatFilterItem {
    margin: 0 5px;
    padding: 0 5px;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    color: #0b60a9;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    position: relative
}

.btCatFilter .btCatFilterItem:after {
    content: " ";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -5px;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    display: block
}

.btCatFilter .btCatFilterItem:hover {
    color: #686d7a;
    border-bottom-color: #686d7a;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.btCatFilter .btCatFilterItem:hover:after {
    background: #686d7a;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
    bottom: 0
}

.btDarkSkin .btLightSkin .btCatFilter,
.btLightSkin .btCatFilter,
.tabsHeader {
    background: rgba(0, 0, 0, .05)
}

.btCatFilter .btCatFilterTitle {
    font-weight: 300;
    display: inline-block
}

.btCatFilter .btCatFilterItem.active {
    border-bottom-color: transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.btCatFilter .btCatFilterItem.active:after {
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    bottom: -5px
}

.btDarkSkin .btLightSkin .btCatFilterItem.active,
.btDarkSkin .btLightSkin .btCatFilterTitle,
.btLightSkin .btCatFilterItem.active,
.btLightSkin .btCatFilterTitle {
    color: #7e7e7e
}

.btDarkSkin .btCatFilter,
.btLightSkin .btDarkSkin .btCatFilter {
    background: rgba(255, 255, 255, .02)
}

.btMediaBox blockquote,
.btMediaBox.btLink {
    background-color: #0b60a9;
    text-align: center
}

.btDarkSkin .btCatFilterItem,
.btLightSkin .btDarkSkin .btCatFilterItem {
    color: #fff
}

.btDarkSkin .btCatFilterItem.active,
.btDarkSkin .btCatFilterTitle,
.btLightSkin .btDarkSkin .btCatFilterItem.active,
.btLightSkin .btDarkSkin .btCatFilterTitle {
    color: #7e7e7e
}

.btMediaBox {
    position: relative;
    overflow: hidden
}

.btMediaBox img {
    display: block;
    width: 100%;
    height: auto
}

.btMediaBox.audio iframe,
.btMediaBox.video iframe {
    width: 100%!important;
    display: block
}

.btMediaBox .aspectVideo {
    visibility: hidden
}

.btMediaBox iframe {
    display: block;
    border: none
}

.btMediaBox.video iframe {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%!important;
    border: none
}

.btMediaBox blockquote {
    position: relative;
    display: block;
    padding: 20px;
    margin: 0;
    font-weight: 300
}

.btArticle .btMediaBox blockquote {
    font-size: 40px
}

.btMediaBox blockquote cite {
    display: inline-block;
    padding: 20px 0;
    border-top: 3px solid #fff;
    font-size: 21px
}

.btMediaBox.btLink {
    padding: 20px 20px 40px;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.btDarkSkin .btArticle .btMediaBox blockquote :hover a,
.btDarkSkin .btArticle .btMediaBox.btLink:hover a,
.btDarkSkin .btLightSkin .btArticle .btMediaBox blockquote :hover a,
.btDarkSkin .btLightSkin .btArticle .btMediaBox.btLink:hover a,
.btDarkSkin .btLightSkin .gridItem:hover .btMediaBox blockquote a,
.btDarkSkin .btLightSkin .gridItem:hover .btMediaBox.btLink a,
.btDarkSkin .gridItem:hover .btMediaBox blockquote a,
.btDarkSkin .gridItem:hover .btMediaBox.btLink a,
.btLightSkin .btArticle .btMediaBox blockquote :hover a,
.btLightSkin .btArticle .btMediaBox.btLink:hover a,
.btLightSkin .btDarkSkin .btArticle .btMediaBox blockquote :hover a,
.btLightSkin .btDarkSkin .btArticle .btMediaBox.btLink:hover a,
.btLightSkin .btDarkSkin .gridItem:hover .btMediaBox blockquote a,
.btLightSkin .btDarkSkin .gridItem:hover .btMediaBox.btLink a,
.btLightSkin .gridItem:hover .btMediaBox blockquote a,
.btLightSkin .gridItem:hover .btMediaBox.btLink a {
    color: #fff
}

.btMediaBox.btLink a strong {
    display: block;
    font-size: 26px;
    padding: 10px
}

.btArticle .btMediaBox.btLink a strong {
    font-size: 52px
}

h4.nbs {
    height: 100px;
    z-index: 1
}

h4.nbs a {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100px;
    cursor: pointer
}

h4.nbs.nsNext a:after,
h4.nbs.nsPrev a:before {
    color: #fff;
    display: block;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    font: 100 56px/56px Cargo;
    position: absolute;
    box-sizing: border-box;
    padding: 22px 0;
    top: 0;
    left: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: translate3d(1px, 0, 2px) rotate(.001deg);
    -moz-transform: translate3d(1px, 0, 2px) rotate(.001deg);
    -ms-transform: translate3d(1px, 0, 2px) rotate(.001deg);
    transform: translate3d(1px, 0, 2px) rotate(.001deg);
    -webkit-perspective: 2000;
    -moz-perspective: 2000;
    perspective: 2000;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    text-shadow: 0 1px 0 #000
}

.bclItem .bclItemChild>div,
h4.nbs,
h4.nbs * {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.btDarkSkin .boldPhotoSlide h4.nbs.nsNext a:after,
.btDarkSkin .boldPhotoSlide h4.nbs.nsPrev a:before,
.btDarkSkin .btLightSkin .boldPhotoSlide h4.nbs.nsNext a:after,
.btDarkSkin .btLightSkin .boldPhotoSlide h4.nbs.nsPrev a:before,
.btLightSkin .boldPhotoSlide h4.nbs.nsNext a:after,
.btLightSkin .boldPhotoSlide h4.nbs.nsPrev a:before,
.btLightSkin .btDarkSkin .boldPhotoSlide h4.nbs.nsNext a:after,
.btLightSkin .btDarkSkin .boldPhotoSlide h4.nbs.nsPrev a:before {
    color: #fff;
    text-shadow: 0 1px 0 #000
}

h4.nbs.nsNext a:after {
    left: auto;
    right: 0
}

.btNextPrevRow .neighboringArticles h4.nbs.nsPrev {
    padding-left: 100px
}

.btNextPrevRow .neighboringArticles h4.nbs.nsPrev a:before {
    left: -100px
}

.btNextPrevRow .neighboringArticles h4.nbs.nsPrev a .nbsImage {
    left: -100px;
    top: 0;
    position: absolute
}

.btNextPrevRow .neighboringArticles h4.nbs.nsNext {
    padding-right: 100px
}

.btNextPrevRow .neighboringArticles h4.nbs.nsNext a:after {
    right: -100px
}

.btNextPrevRow .neighboringArticles h4.nbs.nsNext a .nbsImage {
    right: -100px;
    top: 0;
    position: absolute
}

h4.nbs.nsPrev a:hover:before {
    -webkit-transform: translate3d(-10px, 0, 2px) rotate(.001deg);
    -moz-transform: translate3d(-10px, 0, 2px) rotate(.001deg);
    -ms-transform: translate3d(-10px, 0, 2px) rotate(.001deg);
    transform: translate3d(-10px, 0, 2px) rotate(.001deg)
}

h4.nbs.nsNext a:hover:after {
    -webkit-transform: translate3d(10px, 0, 2px) rotate(.001deg);
    -moz-transform: translate3d(10px, 0, 2px) rotate(.001deg);
    -ms-transform: translate3d(10px, 0, 2px) rotate(.001deg);
    transform: translate3d(10px, 0, 2px) rotate(.001deg)
}

.btDarkSkin .btLightSkin .boldClientList h4.nbs.nsNext a:after,
.btDarkSkin .btLightSkin .boldClientList h4.nbs.nsPrev a:before,
.btDarkSkin .btLightSkin .btTestimonialsSlider h4.nbs.nsNext a:after,
.btDarkSkin .btLightSkin .btTestimonialsSlider h4.nbs.nsPrev a:before,
.btLightSkin .boldClientList h4.nbs.nsNext a:after,
.btLightSkin .boldClientList h4.nbs.nsPrev a:before,
.btLightSkin .btTestimonialsSlider h4.nbs.nsNext a:after,
.btLightSkin .btTestimonialsSlider h4.nbs.nsPrev a:before {
    color: #333;
    text-shadow: none
}

.btDarkSkin .boldClientList h4.nbs.nsNext a:after,
.btDarkSkin .boldClientList h4.nbs.nsPrev a:before,
.btDarkSkin .btTestimonialsSlider h4.nbs.nsNext a:after,
.btDarkSkin .btTestimonialsSlider h4.nbs.nsPrev a:before,
.btLightSkin .btDarkSkin .boldClientList h4.nbs.nsNext a:after,
.btLightSkin .btDarkSkin .boldClientList h4.nbs.nsPrev a:before,
.btLightSkin .btDarkSkin .btTestimonialsSlider h4.nbs.nsNext a:after,
.btLightSkin .btDarkSkin .btTestimonialsSlider h4.nbs.nsPrev a:before {
    color: #fff;
    text-shadow: 0
}

.btDarkSkin .btLightSkin h4.nbs.nsNext a:hover:after,
.btDarkSkin .btLightSkin h4.nbs.nsPrev a:hover:before,
.btDarkSkin h4.nbs.nsNext a:hover:after,
.btDarkSkin h4.nbs.nsPrev a:hover:before,
.btLightSkin .btDarkSkin h4.nbs.nsNext a:hover:after,
.btLightSkin .btDarkSkin h4.nbs.nsPrev a:hover:before,
.btLightSkin h4.nbs.nsNext a:hover:after,
.btLightSkin h4.nbs.nsPrev a:hover:before {
    opacity: .75;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

h4.nbs.nsPrev a:before {
    content: "\e664"
}

.nbsImage {
    display: table-cell;
    width: 100px;
    height: 100px
}

.nbsImgHolder {
    display: block;
    width: 100px;
    height: 100px;
    background-color: #ccc;
    background-position: center center;
    border: 3px solid #0b60a9
}

h4.nbs,
h4.nbs * {
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

h4.nbs.nsNext a .nbsImage .nbsImgHolder {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all .5s ease
}

h4.nbs.nsNext a:hover .nbsImage .nbsImgHolder {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

h4.nbs.nsPrev a .nbsImage .nbsImgHolder {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

h4.nbs.nsPrev a:hover .nbsImage .nbsImgHolder {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.neighboringArticles h4.nbs.nsNext a .nbsImage .nbsImgHolder,
.neighboringArticles h4.nbs.nsPrev a .nbsImage .nbsImgHolder {
    opacity: 0
}

.neighboringArticles h4.nbs.nsNext a:hover .nbsImage .nbsImgHolder,
.neighboringArticles h4.nbs.nsPrev a:hover .nbsImage .nbsImgHolder {
    opacity: 1
}

.neighboringArticles h4.nbs.nsNext a:hover:after,
.neighboringArticles h4.nbs.nsNext a:hover:before,
.neighboringArticles h4.nbs.nsPrev a:hover:after,
.neighboringArticles h4.nbs.nsPrev a:hover:before {
    color: #fff
}

.btDarkSkin .btLightSkin .btTestimonialsSlider .slidedItem .btSliderPort .btSliderCell .header .btSubTitle,
.btLightSkin .btTestimonialsSlider .slidedItem .btSliderPort .btSliderCell .header .btSubTitle,
span.nbsDir {
    color: #686d7a
}

.nbsItem {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px
}

span.nbsDir {
    display: block;
    font-size: 14px
}

span.nbsTitle {
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px
}

.btDarkSkin .btLightSkin span.nbsTitle,
.btLightSkin span.nbsTitle {
    color: #0b60a9
}

.btDarkSkin span.nbsTitle,
.btLightSkin .btDarkSkin span.nbsTitle {
    color: #fff
}

.nsNext {
    float: right;
    right: 0
}

.nsPrev {
    float: left;
    left: 0
}

.slidedItem .btSliderPort {
    display: table;
    width: 100%
}

.autoSliderHeight .slidedItem .btSliderPort {
    padding: 50px
}

.smallSliderHeight .slidedItem .btSliderPort {
    height: 40vh
}

.mediumSliderHeight .slidedItem .btSliderPort {
    height: 70vh
}

.largeSliderHeight .slidedItem .btSliderPort {
    height: 100vh
}

.btSlideGutter {
    max-width: 1160px;
    margin: 0 auto;
    width: auto;
    height: auto
}

.btGhost .slidedVariable .slidedItem.firstItem,
.btGhost .slidedVariable .slidedItem.firstItem .btSliderPort,
.variableImg {
    height: 100vh
}

.slidedItem {
    -webkit-transition: opacity 360ms ease 0s;
    -moz-transition: opacity 360ms ease 0s;
    transition: opacity 360ms ease 0s;
    z-index: 3
}

.slidedVariable .slidedItem.firstItem,
.slidedVariable .slidedItem.firstItem .btSliderPort {
    width: 100vw
}

.slidedItem .btSlidePane {
    -webkit-transition: transform 1s cubic-bezier(.25, .46, .45, .94) .5s, opacity .3s ease;
    -moz-transition: transform 1s cubic-bezier(.25, .46, .45, .94) .5s, opacity .3s ease;
    transition: transform 1s cubic-bezier(.25, .46, .45, .94) .5s, opacity .3s ease;
    -webkit-transform: translate3d(100px, 0, 0)!important;
    -moz-transform: translate3d(100px, 0, 0)!important;
    -ms-transform: translate3d(100px, 0, 0)!important;
    transform: translate3d(100px, 0, 0)!important;
    opacity: 0;
    padding-left: 100px;
    padding-right: 100px
}

html[data-useragent*="Firefox/52.0"] .slidedItem .btSlidePane {
    opacity: 1
}

.slidedItem.slick-active .btSlidePane,
.slidedItem.slick-center .btSlidePane,
.slidedItem.slick-current .btSlidePane {
    -webkit-transform: translate3d(0, 0, 0)!important;
    -moz-transform: translate3d(0, 0, 0)!important;
    -ms-transform: translate3d(0, 0, 0)!important;
    transform: translate3d(0, 0, 0)!important;
    opacity: 1
}

.slidedItem .btSliderPort .btSliderCell {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 50px;
    padding-top: 50px
}

.variableImg img {
    height: 100%;
    width: auto
}

.slick-initialized .slick-slide {
    display: block
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px
}

.slick-list,
.slick-track {
    display: block;
    position: relative
}

.slick-list {
    overflow: hidden;
    padding: 0;
    margin: 0
}

.slick-track {
    left: 0;
    top: 0
}

.slick-track:after {
    clear: both
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slidedItem:nth-child(n+1) {
    display: none
}

.slick-initialized .slidedItem:nth-child(n+1),
.slidedItem:first-child {
    display: block
}

.slided .slick-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 15px 20px 30px;
    height: 50px;
    box-sizing: border-box;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    -webkit-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)
}

.mfp-container,
.slided .slick-dots li,
img.mfp-img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.slided .slick-dots li {
    display: inline-block;
    max-width: 100px;
    list-style: none;
    padding: 0 2px;
    margin: 0;
    box-sizing: border-box
}

.slided .slick-dots li button {
    display: block;
    text-indent: -9990px;
    width: 100%;
    height: 10px;
    border: 0;
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, .5);
    background: 0 0;
    cursor: pointer;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    transition: all 150ms ease
}

.slided .slick-dots li button:hover,
.slided .slick-dots li.slick-active button:hover {
    border-color: #686d7a;
    border-width: 3px;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    transition: all 150ms ease
}

.slided .slick-dots li.slick-active button {
    border-color: #0b60a9;
    border-width: 3px
}

.slick-slider.nol1 .slick-dots li {
    width: 100%!important
}

.slick-slider.nol2 .slick-dots li {
    width: 50%!important
}

.slick-slider.nol3 .slick-dots li {
    width: 33.33333%!important
}

.slick-slider.nol4 .slick-dots li {
    width: 25%!important
}

.slick-slider.nol5 .slick-dots li {
    width: 20%!important
}

.slick-slider.nol6 .slick-dots li {
    width: 16.66667%!important
}

.slick-slider.nol7 .slick-dots li {
    width: 14.28571%!important
}

.slick-slider.nol8 .slick-dots li {
    width: 12.5%!important
}

.slick-slider.nol9 .slick-dots li {
    width: 11.11111%!important
}

.slick-slider.nol10 .slick-dots li {
    width: 10%!important
}

.slick-slider.nol11 .slick-dots li {
    width: 9.09091%!important
}

.slick-slider.nol12 .slick-dots li {
    width: 8.33333%!important
}

.slick-slider.nol13 .slick-dots li {
    width: 7.69231%!important
}

.slick-slider.nol14 .slick-dots li {
    width: 7.14286%!important
}

.slick-slider.nol15 .slick-dots li {
    width: 6.66667%!important
}

.slick-slider.nol16 .slick-dots li {
    width: 6.25%!important
}

.slick-slider.nol17 .slick-dots li {
    width: 5.88235%!important
}

.slick-slider.nol18 .slick-dots li {
    width: 5.55556%!important
}

.slick-slider.nol19 .slick-dots li {
    width: 5.26316%!important
}

.slick-slider.nol20 .slick-dots li {
    width: 5%!important
}

.slick-slider.nol21 .slick-dots li {
    width: 4.7619%!important
}

.slick-slider.nol22 .slick-dots li {
    width: 4.54545%!important
}

.slick-slider.nol23 .slick-dots li {
    width: 4.34783%!important
}

.slick-slider.nol24 .slick-dots li {
    width: 4.16667%!important
}

.slick-slider.nol25 .slick-dots li {
    width: 4%!important
}

.slick-slider.nol26 .slick-dots li {
    width: 3.84615%!important
}

.slick-slider.nol27 .slick-dots li {
    width: 3.7037%!important
}

.slick-slider.nol28 .slick-dots li {
    width: 3.57143%!important
}

.slick-slider.nol29 .slick-dots li {
    width: 3.44828%!important
}

.slick-slider.nol30 .slick-dots li {
    width: 3.33333%!important
}

.btSliderHidePaging.slided .slick-dots {
    display: none;
    height: 0;
    width: 0;
    visibility: hidden
}

.slick-slider .nbsItem,
.slick-slider h4.nbs.slick-disabled {
    display: none!important
}

.slick-slider {
    position: relative
}

.slick-slider h4.nbs {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 100px
}

.slick-slider h4.nbs.nsNext {
    right: 5px
}

.slick-slider h4.nbs.nsPrev {
    left: 5px
}

.slick-slider .nbsImage {
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    opacity: 0
}

.slick-slider a:hover .nbsImage {
    opacity: 1
}

.btSliderHideArrows.slided h4.nbs {
    display: none;
    height: 0;
    width: 0;
    visibility: hidden
}

.gutter .boldClientList .slick-slider h4.nbs.nsNext {
    right: -100px
}

.gutter .boldClientList .slick-slider h4.nbs.nsPrev {
    left: -100px
}

.gutter .boldPhotoSlide.slick-slider h4.nbs.nsNext {
    right: 5px
}

.gutter .boldPhotoSlide.slick-slider h4.nbs.Prev {
    left: 5px
}

.btTestimonialsSlider .slidedItem {
    padding-right: 60px;
    padding-left: 60px
}

.btTestimonialsSlider .slidedItem .btSliderPort,
.btTestimonialsSlider .slidedItem .btSliderPort .btSliderCell {
    padding: 0
}

.btTestimonialsSlider .slidedItem .btSliderPort .btCircleImage {
    width: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    border-width: 4px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btTestimonialsSlider .slidedItem .btSliderPort .btCircleImage .btImage {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    border-width: 4px;
    border-style: solid
}

.btTestimonialsSlider .slidedItem .btSliderPort .btText {
    text-align: left;
    font-size: 14px
}

.btTestimonialsSlider .slidedItem .btSliderPort .btText blockquote {
    font-size: 18px
}

.btTestimonialsSlider .slidedItem .btSliderPort .header h4 {
    margin-bottom: 0;
    text-align: center
}

.btTestimonialsSlider .slidedItem .btSliderPort .header .btSubTitle,
.btTestimonialsSlider .slidedItem .btSliderPort .header .btSuperTitle {
    text-align: center
}

.btTestimonialsSlider .slidedItem .btSliderPort .bpgPhoto {
    display: inline-block;
    float: none
}

.btDarkSkin .btLightSkin .btTestimonialsSlider .slidedItem .btSliderPort .btSliderCell .btCircleImage,
.btDarkSkin .btLightSkin .btTestimonialsSlider .slidedItem .btSliderPort .btSliderCell .btSliderPort .btCircleImage .btImage,
.btLightSkin .btTestimonialsSlider .slidedItem .btSliderPort .btSliderCell .btCircleImage,
.btLightSkin .btTestimonialsSlider .slidedItem .btSliderPort .btSliderCell .btSliderPort .btCircleImage .btImage {
    border-color: #686d7a
}

.btDarkSkin .btTestimonialsSlider .slidedItem .btSliderPort .btSliderCell .header .btSubTitle,
.btLightSkin .btDarkSkin .btTestimonialsSlider .slidedItem .btSliderPort .btSliderCell .header .btSubTitle {
    color: rgba(255, 255, 255, .6)
}

.btDarkSkin .btTestimonialsSlider .slidedItem .btSliderPort .btSliderCell .btCircleImage,
.btDarkSkin .btTestimonialsSlider .slidedItem .btSliderPort .btSliderCell .btSliderPort .btCircleImage .btImage,
.btLightSkin .btDarkSkin .btTestimonialsSlider .slidedItem .btSliderPort .btSliderCell .btCircleImage,
.btLightSkin .btDarkSkin .btTestimonialsSlider .slidedItem .btSliderPort .btSliderCell .btSliderPort .btCircleImage .btImage {
    border-color: #fff
}

.btSlidePane>.btQuoteBooking {
    padding: 15px 20px 20px;
    position: absolute;
    top: 80px;
    right: 0;
    width: 450px;
    background-color: rgba(0, 0, 0, .4)!important;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .25), 0 -1px 1px rgba(0, 0, 0, .125)!important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25), 0 -1px 1px rgba(0, 0, 0, .125)!important;
    opacity: 1
}

.btSlidePane>.btQuoteBooking .btQuoteBookingForm {
    margin: 0
}

.btSlidePane>.btQuoteBooking .btQuoteItem {
    margin-bottom: 20px;
    padding-left: 120px
}

.btSlidePane>.btQuoteBooking .btQuoteItem label {
    width: 120px;
    margin-left: -120px
}

.btSlidePane>.btQuoteBooking .btQuoteBookingForm .btTotalNextWrapper,
.btSlidePane>.btQuoteBooking .btQuoteBookingForm.btActive .btTotalNextWrapper {
    padding-right: 0
}

.btSlidePane>.btQuoteBooking .btQuoteBookingForm .btTotalNextWrapper .btContactNext,
.btSlidePane>.btQuoteBooking .btQuoteBookingForm.btActive .btTotalNextWrapper .btContactNext {
    display: none
}

.btCloseGhost,
.btGetInfo {
    display: block;
    position: absolute;
    z-index: 7
}

.btNarrowHeader {
    max-width: 600px
}

.btGetInfo {
    bottom: 15px;
    left: 20px
}

.btCloseGhost {
    top: 10px;
    right: 10px
}

.btCloseGhost .btIco.medium .btIcoHolder:before {
    font-size: 54px;
    line-height: 60px
}

.single-post .btGhost .boldRow.btTableRow .rowItem {
    position: static
}

.btInfoBar {
    display: table;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 6;
    background-color: rgba(0, 0, 0, .7);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: transform 260ms ease;
    -moz-transition: transform 260ms ease;
    transition: transform 260ms ease
}

.btInfoBar.open {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.btInfoBarMeta {
    display: table-cell;
    vertical-align: middle;
    padding: 17px 0 17px 45px
}

.btInfoBarMeta p {
    display: inline-block;
    margin: 0 0 0 15px;
    color: #fff;
    font-weight: 300
}

.btInfoBarMeta p strong {
    color: #0b60a9;
    padding-right: 4px;
    font-weight: 900
}

.btArticleMeta dd,
.btGhost dd {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: 500
}

.btArticleMeta dd:last-child,
.btGhost dd:last-child {
    border-bottom: 0
}

.btArticleMeta dd {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.btDarkSkin .btArticleMeta dd,
.btLightSkin .btDarkSkin .btArticleMeta dd {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.boldClientList {
    position: relative
}

.bclPort {
    max-width: 1160px;
    position: static!important;
    margin: 0 auto;
    overflow: hidden
}

.bclItem {
    position: relative;
    margin: 0
}

.bclItem .bclItemChild a,
.bclItem .bclItemChild>div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.bclItem .bclItemChild>div {
    -webkit-transform: translate3d(0, .1%, 0);
    -moz-transform: translate3d(0, .1%, 0);
    -ms-transform: translate3d(0, .1%, 0);
    transform: translate3d(0, .1%, 0);
    overflow: hidden;
    z-index: 10;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    background-color: transparent;
    background-position: center center;
    background-size: contain;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s
}

.bclItem .bclItemChild>div:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s
}

.bclItem .bclItemChild {
    display: block;
    margin: 10%;
    position: relative
}

.bclItem img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    visibility: hidden;
    pointer-events: none
}

.boldClientRegularList {
    position: relative;
    overflow: hidden
}

.boldClientRegularList .bclItem {
    float: left;
    margin: 0 0 -2px;
    position: relative;
    padding: 0;
    width: 100%
}

.boldClientRegularList .bclItem:before {
    display: none
}

.btDarkSkin .boldClientRegularList .bclItem,
.btLightSkin .btDarkSkin .boldClientRegularList .bclItem {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    border-right: 1px solid rgba(255, 255, 255, .1)
}

.btDarkSkin .btLightSkin .boldClientRegularList .bclItem,
.btLightSkin .boldClientRegularList .bclItem {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.col-sm-6 .boldClientRegularList .bclItem {
    width: 33.3333333%
}

.col-sm-6 .boldClientRegularList .bclItem:nth-child(3n) {
    border-right: 1px solid transparent
}

.col-ms-12 .boldClientRegularList .bclItem {
    width: 16.6666667%
}

.col-ms-12 .boldClientRegularList .bclItem:nth-child(6n) {
    border-right: 1px solid transparent
}

.col-ms-12 .boldClientRegularList .bclItem:nth-child(6n+1) {
    clear: left
}

@media(max-width:1200px) {
    .bclPort {
        max-width: 1200px
    }
}

@media(max-width:768px) {
    .col-ms-12 .boldClientRegularList .bclItem:nth-child(6n+1) {
        clear: none
    }
    .col-ms-12 .boldClientRegularList .bclItem:nth-child(3n+1) {
        clear: left
    }
    .col-ms-12 .boldClientRegularList .bclItem {
        width: 33.3333333%
    }
    .col-ms-12 .boldClientRegularList .bclItem:nth-child(6n) {
        border-right: 1px solid rgba(0, 0, 0, .1)
    }
    .col-ms-12 .boldClientRegularList .bclItem:nth-child(3n) {
        border-right: 1px solid transparent
    }
}

.btTabs {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25)
}

.tabsHeader {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left
}

.tabsHeader li {
    margin: 0 1px -1px 0;
    border-bottom: 0;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 600;
    clear: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: #7e7e7e;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.tabsHeader li:before {
    display: none
}

.tabsHeader li.on {
    background-color: transparent;
    color: #0b60a9;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.btDarkSkin .btLightSkin .tabsHeader li,
.btLightSkin .tabsHeader li {
    color: #7e7e7e
}

.btDarkSkin .btLightSkin .tabsHeader li.on,
.btLightSkin .tabsHeader li.on {
    color: #0b60a9
}

.btDarkSkin .tabsHeader li,
.btLightSkin .btDarkSkin .tabsHeader li {
    color: #7e7e7e
}

.btDarkSkin .tabsHeader li.on,
.btLightSkin .btDarkSkin .tabsHeader li.on {
    color: #0b60a9
}

@media(max-width:768px) {
    .tabsHorizontal .tabsHeader li {
        margin-bottom: 0;
        width: 100%
    }
}

.tabPanes {
    border-bottom-width: 2px;
    clear: both
}

.tabPane {
    padding: 20px
}

.tabsHorizontal .tabPane {
    opacity: 0;
    display: none;
    -webkit-transition: opacity 250ms ease 250ms;
    -moz-transition: opacity 250ms ease 250ms;
    transition: opacity 250ms ease 250ms
}

.tabsHorizontal .tabPane.on {
    opacity: 1;
    display: block
}

.btDarkSkin .btLightSkin .tabsHeader li,
.btLightSkin .tabsHeader li {
    border-bottom: 1px solid transparent
}

.btDarkSkin .btLightSkin .tabsHeader li:not(on):hover,
.btLightSkin .tabsHeader li:not(on):hover {
    color: #0b60a9;
    border-bottom-color: #0b60a9;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.btDarkSkin .tabsHeader li,
.btLightSkin .btDarkSkin .tabsHeader li {
    border-bottom: 1px solid transparent
}

.btDarkSkin .tabsHeader li:not(on):hover,
.btLightSkin .btDarkSkin .tabsHeader li:not(on):hover {
    color: #0b60a9;
    border-bottom-color: #0b60a9;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.tabsVertical .tabPanes {
    border-bottom-width: 2px
}

.tabsVertical {
    -webkit-box-shadow: none;
    box-shadow: none
}

.tabsVertical .tabAccordionTitle {
    display: block;
    padding: 0 10px 0 40px;
    margin: 0;
    cursor: pointer;
    position: relative;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    color: #7e7e7e;
    background: rgba(0, 0, 0, .05);
    border-bottom: 1px solid #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.tabsVertical .tabAccordionTitle span {
    display: inline-block;
    padding: 10px;
    position: relative
}

.tabsVertical .tabAccordionTitle.on {
    border-bottom-color: rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.tabsVertical .tabAccordionTitle:hover {
    color: #0b60a9;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.tabsVertical .tabAccordionContent {
    padding: 20px;
    display: none;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    margin: 0 0 20px
}

.btLatestPostsContainer.horizontalPosts,
.btLatestPostsContainer.verticalPosts {
    margin: 0 -10px
}

.tabsVertical .tabPane {
    padding: 0
}

.tabsVertical .tabPane:first-child .tabAccordionTitle {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}

.tabsVertical .tabPane:last-child .tabAccordionTitle {
    border-bottom: 0
}

.tabsVertical .tabPane:last-child .tabAccordionTitle.on {
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.tabsVertical .tabsHeader {
    display: none
}

.btDarkSkin .btLightSkin .tabAccordionTitle,
.btLightSkin .tabAccordionTitle {
    border-bottom-color: #fff;
    color: #7e7e7e
}

.btDarkSkin .btLightSkin .tabAccordionTitle.on,
.btLightSkin .tabAccordionTitle.on {
    border-bottom-color: rgba(0, 0, 0, .1);
    color: #0b60a9
}

.btDarkSkin .tabAccordionTitle,
.btLightSkin .btDarkSkin .tabAccordionTitle {
    border-bottom-color: #313131;
    color: #7e7e7e
}

.btDarkSkin .tabAccordionTitle.on,
.btLightSkin .btDarkSkin .tabAccordionTitle.on {
    border-bottom-color: rgba(255, 255, 255, .1);
    color: #0b60a9
}

.btDarkSkin .tabsVertical .tabPanes .tabPane,
.btLightSkin .tabsVertical .tabPanes .tabPane {
    border-top: 0
}

.tabsVertical .tabAccordionTitle:before {
    content: "\f067";
    font: 14px/52px FontAwesome;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 56px;
    text-align: center
}

.tabsVertical .tabAccordionTitle.on:before {
    content: "\f068"
}

.tabsVertical .tabPane:last-child .tabAccordionContent {
    border-bottom: 0
}

.btLatestPostsContainer.horizontalPosts .btSingleLatestPostContent {
    padding: 0 20px
}

.btDarkSkin .btLightSkin .btLatestPostsContainer .btSingleLatestPostContent .header.small h4 a,
.btLightSkin .btLatestPostsContainer .btSingleLatestPostContent .header.small h4 a {
    color: #444
}

.btDarkSkin .btLightSkin .btLatestPostsContainer .btSingleLatestPostContent .header.small h4 a:hover,
.btLightSkin .btLatestPostsContainer .btSingleLatestPostContent .header.small h4 a:hover {
    color: #0b60a9
}

.btDarkSkin .btLatestPostsContainer .btSingleLatestPostContent .header.small h4 a,
.btLightSkin .btDarkSkin .btLatestPostsContainer .btSingleLatestPostContent .header.small h4 a {
    color: #fff
}

.btDarkSkin .btLatestPostsContainer .btSingleLatestPostContent .header.small h4 a:hover,
.btLightSkin .btDarkSkin .btLatestPostsContainer .btSingleLatestPostContent .header.small h4 a:hover {
    color: #0b60a9
}

.btLatestPostsContainer.horizontalPosts .btSingleLatestPostImage {
    padding: 0
}

.verticalPosts .btTextIndent .bpgPhoto,
.verticalPosts .btTextIndent .btImage {
    margin: 0
}

.btSingleLatestPostImage {
    margin-bottom: 10px
}

.verticalPosts .btSingleLatestPostImage {
    float: left;
    width: 240px;
    margin: 0 0 20px;
    padding-right: 20px
}

@media(max-width:768px) {
    .verticalPosts .btSingleLatestPostImage {
        width: 100%;
        padding-right: 0;
        float: none
    }
}

.verticalPosts .btSingleLatestPostContent {
    display: table
}

.btGoogleMap {
    width: 100%
}

.btCustomMenu {
    margin-bottom: 20px;
    margin-right: 20px;
    font-family: Lato, Arial, sans-serif
}

.btCustomMenu ul,
.btCustomMenu ul li {
    padding: 0;
    margin: 0
}

.btCustomMenu ul {
    list-style: none;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.btCustomMenu ul li a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 8px 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    font-weight: 700;
    -webkit-box-shadow: 0 0 0 #0b60a9 inset;
    box-shadow: 0 0 0 #0b60a9 inset
}

.btCustomMenu ul li a:hover {
    -webkit-transition: all .3s ease!important;
    -moz-transition: all .3s ease!important;
    transition: all .3s ease!important;
    -webkit-box-shadow: -5px 0 0 #0b60a9 inset;
    box-shadow: -5px 0 0 #0b60a9 inset
}

.btCustomMenu ul li .customSubToggler {
    float: right;
    margin-top: 6px
}

.btCustomMenu ul li .customSubToggler a.btIcoHolder {
    background: 0 0;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    float: right
}

.btCustomMenu ul li .customSubToggler a.btIcoHolder:before {
    font-size: 20px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    line-height: 28px;
    color: #686d7a
}

.btCustomMenu ul li .customSubToggler a.btIcoHolder:hover {
    background: 0 0
}

.btCustomMenu ul li .customSubToggler.on a {
    transform: rotate(180deg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.btCustomMenu ul li.current-menu-item>ul {
    display: block
}

.btCustomMenu ul li.current-menu-item>a {
    color: #0b60a9
}

.btCustomMenu ul ul {
    border-bottom: 1px solid;
    border-radius: 0
}

.btCustomMenu ul ul li ul li {
    text-transform: none
}

.btCustomMenu ul ul li ul li a {
    padding-left: 30px;
    border: 0;
    font-weight: 400
}

.btCustomMenu ul li.current-menu-item>ul.sub-menu.on,
.btCustomMenu ul ul.sub-menu {
    display: none
}

.btCustomMenu ul li.current-menu-item>ul.sub-menu,
.btCustomMenu ul ul.sub-menu.on {
    display: block
}

.btCustomMenu ul li.current-menu-item .customSubToggler a.btIcoHolder {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.btCustomMenu ul li.current-menu-item .customSubToggler.on a.btIcoHolder {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.btHighlight .btCustomMenu {
    margin-left: 10px;
    margin-right: 10px
}

.btDarkSkin .btLightSkin .btCustomMenu ul li,
.btLightSkin .btCustomMenu ul li {
    border-color: rgba(0, 0, 0, .1)
}

.btDarkSkin .btCustomMenu ul li,
.btLightSkin .btDarkSkin .btCustomMenu ul li {
    border-color: rgba(255, 255, 255, .1)
}

.btDarkSkin .btLightSkin .wpcf7-submit,
.btDarkSkin .wpcf7-submit,
.btLightSkin .btDarkSkin .wpcf7-submit,
.btLightSkin .wpcf7-submit {
    background: #0b60a9;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    padding: 3px 20px;
    width: auto;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    -webkit-appearance: none
}

.btDarkSkin .btLightSkin .wpcf7-submit:hover,
.btDarkSkin .wpcf7-submit:hover,
.btLightSkin .btDarkSkin .wpcf7-submit:hover,
.btLightSkin .wpcf7-submit:hover {
    background-color: transparent;
    color: #0b60a9
}

.btGoogleMapsWrapper .btGoogleMapsContent {
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: auto;
    right: 50%;
    width: 373px;
    padding: 30px;
    margin-right: -579px;
    border-radius: 2px 2px 0 0;
    overflow: hidden;
    opacity: .85
}

.btDarkSkin .btLightSkin .btGoogleMapsWrapper .btGoogleMapsContent,
.btLightSkin .btGoogleMapsWrapper .btGoogleMapsContent {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25)
}

.btDarkSkin .btGoogleMapsWrapper .btGoogleMapsContent,
.btLightSkin .btDarkSkin .btGoogleMapsWrapper .btGoogleMapsContent {
    background-color: #313131;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25)
}

.btNewsletter {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.btNewsletter .btNewsletterColumn {
    -webkit-flex: 1 0 46%;
    -ms-flex: 1 0 46%;
    flex: 1 0 46%;
    max-width: 46%;
    padding-right: 10px
}

.btNewsletter .btNewsletterColumn input {
    height: 48px
}

@media(max-width:991px) {
    .btNewsletter {
        display: block
    }
    .btNewsletter .btNewsletterColumn {
        max-width: 100%;
        padding-right: 0;
        padding-bottom: 10px
    }
}

@media(max-width:1200px) {
    .archive.btNoSidebar .btContentHolder,
    .blog.btNoSidebar .btContentHolder,
    .btMenuGutter .mainHeader .port,
    .btMenuGutter .topBar .topBarPort,
    .btNoSidebar .gutter .port,
    .btWithSidebar .btContentHolder,
    .search.btNoSidebar .btContentHolder {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }
    .btSiteFooterWidgets .btBox.widget_bt_text_image img {
        max-width: 100%
    }
}

@media(min-width:1260px) {
    .slidedItem .btSlidePane {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width:1160px) {
    .btSiteFooterCurve {
        display: block
    }
}

@media(max-width:990px) {
    .header.small {
        margin-bottom: 10px
    }
    .header.small h4 {
        font-size: 22px;
        line-height: 32px
    }
    .menuHolder {
        margin-top: 0
    }
    .btGoogleMapsWrapper .btGoogleMapsContent {
        position: relative;
        clear: both;
        width: auto;
        margin: 20px;
        right: 0;
        left: 0;
        top: 0
    }
    .btSiteFooterWidgets .btBox.widget_bt_text_image img {
        max-width: 40%
    }
}

@media(max-width:768px) {
    .btContent,
    .btSidebar {
        width: 100%;
        float: none
    }
    .btSidebarLeft .btSidebar,
    .btSidebarRight .btSidebar {
        padding-left: 0;
        padding-right: 0
    }
    .header.huge h1,
    h1 {
        font-size: 50px;
        line-height: 70px
    }
    .header.extralarge h1 {
        font-size: 40px;
        line-height: 60px
    }
    .header.large h2,
    h2 {
        font-size: 35px;
        line-height: 45px
    }
    .header.extralarge .btSubTitle,
    .header.extralarge .btSuperTitle {
        font-size: 18px
    }
    .nbs {
        display: none!important
    }
    .btBtn {
        padding: 5px 10px
    }
    .btTextLeft .btBtn {
        margin-right: 10px
    }
    .btTextRight .btBtn {
        margin-left: 10px
    }
    .btBtn.btBtnNoBorder {
        padding: 0
    }
    .btArticleMeta dd,
    .btArticleMeta dt {
        display: inline-block;
        padding-right: 5px
    }
    .btArticleMeta dd:after {
        content: "; "
    }
    .btArticleMeta dt:after {
        content: ": "
    }
    .btArticleMeta.onTop dd {
        margin-bottom: 0
    }
    .slidedItem .btSlidePane {
        padding-left: 0;
        padding-right: 0
    }
    .btSiteFooterWidgets .btBox.widget_bt_text_image img {
        max-width: 55%
    }
}

@media(max-width:480px) {
    .comment-respond form {
        width: 100%
    }
    .slided .slick-dots li {
        width: 50px
    }
    .btCatFilter {
        line-height: 2.5
    }
    .btCatFilter .btCatFilterItem,
    .btCatFilter .btCatFilterTitle {
        display: block
    }
    .btCatFilter .btCatFilterItem:after {
        display: none
    }
    .btSiteFooterWidgets .btBox.widget_bt_text_image img {
        max-width: 80%
    }
}

@media(max-width:440px) {
    .btQuoteBooking .btQuoteBookingForm.btActive .btTotalNextWrapper {
        padding-right: 0!important
    }
    .btQuoteBooking .btQuoteBookingForm .btQuoteTotal,
    .btQuoteBooking .btQuoteBookingForm.btActive .btQuoteTotal {
        height: auto
    }
    .btQuoteBooking .btQuoteBookingForm .boldBtn {
        width: 100%!important
    }
    .btQuoteBooking .btQuoteBookingForm .btContactNext,
    .btQuoteBooking .btQuoteBookingForm.btActive .btContactNext {
        width: auto!important
    }
}

.btQuoteBooking .ui-slider-horizontal .ui-slider-handle {
    margin-left: -1px
}

.btQuoteBooking .ddChild ul li span,
.btQuoteBooking .ddTitleText span {
    font-weight: 700
}

.btQuoteBooking .ddChild ul li span.description {
    font-weight: 500
}

.btQuoteBooking .ddTitleText .ddlabel {
    font-weight: 700
}

.btQuoteBooking .ddTitleText .ddlabel .description {
    font-weight: 500
}

.btQuoteBooking .ddChild ul li:first-child span,
.btQuoteBooking .ddTitleText.btNotSelected .ddlabel {
    color: #a9a9a9;
    font-weight: 500
}

.btQuoteBooking .ddTitle .arrow {
    line-height: 38px;
    height: 38px;
    width: 38px;
    text-align: center;
    top: 0;
    right: 0;
    margin: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.btQuoteBooking .borderRadiusBtm .ddTitle .arrow,
.btQuoteBooking .borderRadiusTp .ddTitle .arrow {
    line-height: 38px;
    height: 38px;
    width: 38px;
    text-align: center;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.btQuoteBooking .ddTitle .arrow:before {
    border: 0;
    content: '\f078';
    font: 400 14px/38px FontAwesome;
    display: block;
    position: relative;
    width: 38px;
    height: 38px;
    right: 0;
    top: 0
}

.btDarkSkin .btLightSkin .btQuoteBooking .borderRadiusBtm .ddTitle .arrow:before,
.btDarkSkin .btLightSkin .btQuoteBooking .borderRadiusTp .ddTitle .arrow:before,
.btDarkSkin .btQuoteBooking .borderRadiusBtm .ddTitle .arrow:before,
.btDarkSkin .btQuoteBooking .borderRadiusTp .ddTitle .arrow:before,
.btLightSkin .btDarkSkin .btQuoteBooking .borderRadiusBtm .ddTitle .arrow:before,
.btLightSkin .btDarkSkin .btQuoteBooking .borderRadiusTp .ddTitle .arrow:before,
.btLightSkin .btQuoteBooking .borderRadiusBtm .ddTitle .arrow:before,
.btLightSkin .btQuoteBooking .borderRadiusTp .ddTitle .arrow:before {
    color: #ccc!important
}

.btDarkSkin .btLightSkin .btQuoteBooking .ddTitle .arrow:before,
.btLightSkin .btQuoteBooking .ddTitle .arrow:before,
.mfp-preloader,
.mfp-preloader a {
    color: #ccc
}

.btDarkSkin .btQuoteBooking .ddTitle .arrow:before,
.btLightSkin .btDarkSkin .btQuoteBooking .ddTitle .arrow:before {
    color: #fff
}

.btDatePicker .ui-datepicker-header,
.btQuoteBooking .btContactSubmit,
.btQuoteBooking .btQuoteBookingForm .btQuoteTotal,
.btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner,
.btQuoteBooking .ui-slider .ui-slider-handle {
    background: #0b60a9
}

.btQuoteBooking .btContactNext,
.btQuoteBooking .btSubmitMessage {
    color: #fff!important
}

.btQuoteBooking .btSubmitMessage {
    line-height: 50px
}

.btDarkSkin .btLightSkin .btQuoteBooking .btContactSubmit,
.btDarkSkin .btQuoteBooking .btContactSubmit,
.btLightSkin .btDarkSkin .btQuoteBooking .btContactSubmit,
.btLightSkin .btQuoteBooking .btContactSubmit {
    font-size: 13px;
    line-height: 30px;
    padding: 4px 20px;
    border-radius: 2px;
    font-weight: 600
}

.btDarkSkin .btLightSkin .btQuoteBooking .btContactNext,
.btDarkSkin .btQuoteBooking .btContactNext,
.btLightSkin .btDarkSkin .btQuoteBooking .btContactNext,
.btLightSkin .btQuoteBooking .btContactNext {
    font-size: 13px;
    line-height: 30px;
    padding: 4px 20px;
    border-radius: 2px;
    font-weight: 600;
    color: #fff!important
}

.btQuoteBooking .btQuoteSwitch:hover,
.btQuoteBooking .dd.ddcommon.borderRadius:hover .ddTitleText,
.btQuoteBooking .fancy-select .trigger:hover,
.btQuoteBooking input[type=email]:hover,
.btQuoteBooking input[type=password]:hover,
.btQuoteBooking input[type=text]:hover,
.btQuoteBooking textarea:hover {
    -webkit-box-shadow: 0 0 0 #0b60a9 inset, 0 1px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 #0b60a9 inset, 0 1px 5px rgba(0, 0, 0, .2)
}

.btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText,
.btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
.btQuoteBooking .fancy-select .trigger.open,
.btQuoteBooking input[type=email]:focus,
.btQuoteBooking input[type=text]:focus,
.btQuoteBooking textarea:focus {
    -webkit-box-shadow: 5px 0 0 #0b60a9 inset, 0 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 5px 0 0 #0b60a9 inset, 0 2px 10px rgba(0, 0, 0, .2)
}

.btQuoteBooking .btContactFieldMandatory .dd.ddcommon.borderRadius:hover .ddTitleText,
.btQuoteBooking .btContactFieldMandatory input:hover,
.btQuoteBooking .btContactFieldMandatory textarea:hover {
    -webkit-box-shadow: 0 0 0 1px #aaa inset, 0 0 0 #0b60a9 inset, 0 1px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 1px #aaa inset, 0 0 0 #0b60a9 inset, 0 1px 5px rgba(0, 0, 0, .2)
}

.btQuoteBooking .btContactFieldMandatory .dd.ddcommon.borderRadiusTp .ddTitleText,
.btQuoteBooking .btContactFieldMandatory input:focus,
.btQuoteBooking .btContactFieldMandatory textarea:focus {
    -webkit-box-shadow: 0 0 0 1px #aaa inset, 5px 0 0 #0b60a9 inset, 0 1px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 1px #aaa inset, 5px 0 0 #0b60a9 inset, 0 1px 5px rgba(0, 0, 0, .2)
}

.btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadius .ddTitleText,
.btQuoteBooking .btContactFieldMandatory.btContactFieldError input,
.btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea {
    border: 1px solid #0b60a9;
    -webkit-box-shadow: 0 0 0 1px #0b60a9 inset;
    box-shadow: 0 0 0 1px #0b60a9 inset
}

.btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadius:hover .ddTitleText,
.btQuoteBooking .btContactFieldMandatory.btContactFieldError input:hover,
.btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:hover {
    -webkit-box-shadow: 0 0 0 1px #0b60a9 inset, 0 0 0 #0b60a9 inset, 0 1px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 1px #0b60a9 inset, 0 0 0 #0b60a9 inset, 0 1px 5px rgba(0, 0, 0, .2)
}

.btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadiusTp .ddTitleText,
.btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
.btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus {
    -webkit-box-shadow: 0 0 0 1px #0b60a9 inset, 5px 0 0 #0b60a9 inset, 0 1px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 1px #0b60a9 inset, 5px 0 0 #0b60a9 inset, 0 1px 5px rgba(0, 0, 0, .2)
}

.btPayPalButton:hover {
    -webkit-box-shadow: 0 0 0 #0b60a9 inset, 0 1px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 #0b60a9 inset, 0 1px 5px rgba(0, 0, 0, .2)
}

.btDarkSkin .btQuoteBooking .dd.ddcommon.borderRadius .ddTitleText.btNotSelected,
.btLightSkin .btDarkSkin .btQuoteBooking .dd.ddcommon.borderRadius .ddTitleText.btNotSelected {
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .5)
}

.btDarkSkin .btQuoteBooking input,
.btDarkSkin .btQuoteBooking select,
.btDarkSkin .btQuoteBooking textarea,
.btLightSkin .btDarkSkin .btQuoteBooking input,
.btLightSkin .btDarkSkin .btQuoteBooking select,
.btLightSkin .btDarkSkin .btQuoteBooking textarea {
    color: #333
}

.btDarkSkin .btQuoteBooking .btQuoteWrapper,
.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteWrapper {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .5)
}

.btDarkSkin .btQuoteBooking .btContactFieldMandatory input,
.btDarkSkin .btQuoteBooking .btContactFieldMandatory textarea,
.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory input,
.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory textarea {
    border-color: #aaa
}

.btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input,
.btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea,
.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input,
.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea {
    border-color: #0b60a9
}

.btDarkSkin .btQuoteBooking .btQuoteSwitch,
.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .5)!important;
    -webkit-transition: all 190ms cubic-bezier(.8, .1, .8, .1);
    -moz-transition: all 190ms cubic-bezier(.8, .1, .8, .1);
    transition: all 190ms cubic-bezier(.8, .1, .8, .1)
}

.btDarkSkin .btQuoteBooking .btQuoteSwitch.on,
.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch.on {
    -webkit-transition: all 190ms cubic-bezier(.8, .1, .8, .1);
    -moz-transition: all 190ms cubic-bezier(.8, .1, .8, .1);
    transition: all 190ms cubic-bezier(.8, .1, .8, .1)
}

.btDarkSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner {
    background: rgba(255, 255, 255, .5)
}

.btDarkSkin .btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner,
.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner {
    background: #fff!important
}

.btDarkSkin .btQuoteBooking .btSubmitMessage,
.btLightSkin .btDarkSkin .btQuoteBooking .btSubmitMessage {
    color: #fff
}

.btQuoteBooking .btContactNext,
.btQuoteBooking .btQuoteBookingForm .btQuoteTotal,
.btQuoteBooking .btQuoteBookingForm.btActive .btQuoteTotal {
    border-radius: 2px
}

.btQuoteBooking .btQuoteTotalCalc {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    font-size: 13px;
    line-height: 30px
}

.btQuoteBooking .btQuoteTotalCurrency {
    border-radius: 0;
    font-size: 13px;
    line-height: 30px
}

.btQuoteBooking .btContactNext {
    background: #0b60a9;
    border: 1px solid #0b60a9;
    -webkit-box-shadow: 0 0 0 1px #0b60a9 inset, 0 1px 0 transparent inset;
    box-shadow: 0 0 0 1px #0b60a9 inset, 0 1px 0 transparent inset;
    text-shadow: none;
    margin-left: 10px
}

.btQuoteBooking .btContactNext:hover {
    background: #08487e;
    color: #fff;
    border: 1px solid #08487e;
    -webkit-box-shadow: 0 0 0 1px transparent inset, 0 1px 0 #08487e inset;
    box-shadow: 0 0 0 1px transparent inset, 0 1px 0 #08487e inset;
    text-shadow: none;
    opacity: 1
}

.btQuoteBooking .btContactSubmit {
    color: #fff;
    border: 1px solid #0b60a9;
    -webkit-box-shadow: 0 0 0 1px #0b60a9 inset, 0 1px 0 transparent inset;
    box-shadow: 0 0 0 1px #0b60a9 inset, 0 1px 0 transparent inset;
    text-shadow: none
}

.btQuoteBooking .btContactSubmit:hover {
    background: #08487e;
    color: #fff;
    border: 1px solid #08487e;
    -webkit-box-shadow: 0 0 0 1px transparent inset, 0 1px 0 #08487e inset;
    box-shadow: 0 0 0 1px transparent inset, 0 1px 0 #08487e inset;
    text-shadow: none;
    opacity: 1
}

.btQuoteBooking .ui-slider {
    width: -webkit-calc(100% - 38px);
    width: -moz-calc(100% - 38px);
    width: calc(100% - 38px)
}

.btQuoteBooking .ui-slider-horizontal,
.btQuoteBooking .ui-slider-horizontal:hover {
    background: 0 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0
}

.btQuoteWrapper {
    height: 20px;
    margin-top: 10px;
    cursor: pointer;
    background: #ededed;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .05), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .05), rgba(0, 0, 0, 0));
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .05), rgba(0, 0, 0, 0));
    position: relative;
    text-align: left;
    border: 1px solid #ccc;
    border-radius: 14px;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 rgba(0, 0, 0, .2);
    -webkit-transition: all 190ms ease;
    -moz-transition: all 190ms ease;
    transition: all 190ms ease;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}

.btQuoteWrapper:hover {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    -webkit-transition: all 380ms ease;
    -moz-transition: all 380ms ease;
    transition: all 380ms ease
}

.btQuoteItem.btCCLock {
    position: relative
}

.btQuoteItem.btCCLock:before {
    content: ' ';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: 0;
    right: 0;
    background: 0 0;
    z-index: 999
}

.mfp-bg,
.mfp-wrap {
    position: fixed;
    left: 0
}

.btQuoteBooking .btTotalNextWrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: auto!important;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-right: 0!important;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: initial
}

.btQuoteBooking .btTotalNextWrapper:after {
    display: none
}

.btQuoteBooking .btQuoteBookingForm.btActive .btTotalNextWrapper {
    padding-right: 0!important
}

.btQuoteBooking .btQuoteBookingForm.btActive .boldBtn {
    -webkit-flex: 0 0 160px;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    width: 160px;
    max-width: 160px
}

.btQuoteBooking .btQuoteBookingForm .boldBtn {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 1 0%;
    -ms-flex: 0 1 0%;
    flex: 0 1 0%;
    float: none;
    margin-right: 0!important;
    margin-left: 0!important;
    width: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    max-width: 0
}

.btQuoteBooking .btContactNext {
    -webkit-transform: translate(160px, 0);
    -moz-transform: translate(160px, 0);
    -ms-transform: translate(160px, 0);
    transform: translate(160px, 0)
}

.btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    float: none
}

.btQuoteBooking .btQuoteTotalText {
    font-weight: 600;
    text-transform: uppercase;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.btQuoteBooking .btQuoteContact:not(.btQuoteContactForm7) {
    margin: 0 -10px
}

@media(max-width:440px) {
    .btQuoteBooking .btTotalNextWrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .btQuoteBooking .btQuoteBookingForm .boldBtn,
    .btQuoteBooking .btQuoteBookingForm.btActive .boldBtn {
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        width: 100%;
        max-width: 100%;
        padding-top: 0
    }
    .btQuoteBooking .btQuoteBookingForm .btContactNext,
    .btQuoteBooking .btQuoteBookingForm.btActive .btContactNext {
        width: 100%!important;
        height: 40px
    }
    .btQuoteBooking .btQuoteBookingForm .btContactNext {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0
    }
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
    width: 100%;
    height: 100%
}

.btPayPalButton {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto 0 30px;
    height: 38px;
    -webkit-flex: 0 0 130px;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px
}

.mfp-bg {
    top: 0;
    overflow: hidden;
    background: #151515;
    opacity: .9;
    -webkit-filter: alpha(opacity=90);
    filter: alpha(opacity=90)
}

.mfp-wrap {
    top: 0;
    z-index: 99998;
    outline: 0!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-preloader,
button.mfp-close {
    text-align: center;
    position: absolute
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    top: 50%;
    width: auto;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

button.mfp-close,
button.mfp-close:before {
    width: 44px;
    height: 44px;
    vertical-align: middle
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

button.mfp-close {
    right: 15px;
    top: 5px;
    text-decoration: none;
    padding: 0;
    color: #fff;
    font: 400 55px/1 Icon7Stroke;
    opacity: .8;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.mfp-arrow,
button.mfp-close:hover {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease
}

button.mfp-close:hover {
    opacity: 1;
    transition: all .2s ease
}

button.mfp-close:before {
    display: block;
    line-height: 1;
    content: '\e680';
    float: left;
    margin: -10px 0 0 -5px;
    text-shadow: 0 1px 0 #000
}

button.mfp-close i {
    display: none
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    -webkit-filter: alpha(opacity=65);
    filter: alpha(opacity=65);
    margin: -35px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s ease;
    text-shadow: 0 1px 0 #000
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
    -webkit-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 20px;
    border: none
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
    top: 8px
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow:before {
    color: #fff;
    display: block;
    font: 50px/1 cARGO
}

.mfp-arrow-left:before {
    content: '\e664'
}

.mfp-arrow-right:before {
    content: '\e665'
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

img.mfp-img {
    max-width: 100%;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -moz-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -moz-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

[class*=" icon-"],
[class^=icon-] {
    font-family: cargo;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bt-cargo-icon-24-hrs:before {
    content: "\e600"
}

.bt-cargo-icon-24-full-circle:before {
    content: "\e601"
}

.bt-cargo-icon-24-dashed:before {
    content: "\e602"
}

.bt-cargo-icon-airplane-side:before {
    content: "\e603"
}

.bt-cargo-icon-airplane-top:before {
    content: "\e604"
}

.bt-cargo-icon-airplane-front:before {
    content: "\e605"
}

.bt-cargo-icon-airplane-world:before {
    content: "\e606"
}

.bt-cargo-icon-barscode-search:before {
    content: "\e607"
}

.bt-cargo-icon-umbrella-rain:before {
    content: "\e608"
}

.bt-cargo-icon-cargo-van:before {
    content: "\e609"
}

.bt-cargo-icon-ship-front:before {
    content: "\e60a"
}

.bt-cargo-icon-box-this-way-up:before {
    content: "\e60b"
}

.bt-cargo-icon-boxes-in-cargo-van:before {
    content: "\e60c"
}

.bt-cargo-icon-boxes-in-warehouse:before {
    content: "\e60d"
}

.bt-cargo-icon-call-information:before {
    content: "\e60e"
}

.bt-cargo-icon-call-support:before {
    content: "\e60f"
}

.bt-cargo-icon-chronometer:before {
    content: "\e610"
}

.bt-cargo-icon-clipboard-notes:before {
    content: "\e611"
}

.bt-cargo-icon-commercial-package:before {
    content: "\e612"
}

.bt-cargo-icon-container-lifting:before {
    content: "\e613"
}

.bt-cargo-icon-container-hooked-up:before {
    content: "\e614"
}

.bt-cargo-icon-containers-on-ship:before {
    content: "\e615"
}

.bt-cargo-icon-crane:before {
    content: "\e616"
}

.bt-cargo-icon-crane-on-truck:before {
    content: "\e617"
}

.bt-cargo-icon-delivered-package:before {
    content: "\e618"
}

.bt-cargo-icon-delivery-time:before {
    content: "\e619"
}

.bt-cargo-icon-delivery-truck:before {
    content: "\e61a"
}

.bt-cargo-icon-delivery-truck-with-packages:before {
    content: "\e61b"
}

.bt-cargo-icon-delivery-package-umbrella:before {
    content: "\e61c"
}

.bt-cargo-icon-delivery-forklift:before {
    content: "\e61d"
}

.bt-cargo-icon-delivery-package-up:before {
    content: "\e61e"
}

.bt-cargo-icon-delivery-van-big:before {
    content: "\e61f"
}

.bt-cargo-icon-delivery-van-small:before {
    content: "\e620"
}

.bt-cargo-icon-delivery-package-unopened:before {
    content: "\e621"
}

.bt-cargo-icon-delivery-van-on-time:before {
    content: "\e622"
}

.bt-cargo-icon-delivery-package-in-hand:before {
    content: "\e623"
}

.bt-cargo-icon-delivery-package-every-way:before {
    content: "\e624"
}

.bt-cargo-icon-delivery-package-is-safe:before {
    content: "\e625"
}

.bt-cargo-icon-delivery-package-perspective:before {
    content: "\e626"
}

.bt-cargo-icon-delivery-package-out:before {
    content: "\e627"
}

.bt-cargo-icon-delivery-package-fragile:before {
    content: "\e628"
}

.bt-cargo-icon-delivery-package-this-way-up:before {
    content: "\e629"
}

.bt-cargo-icon-delivery-package-opened:before {
    content: "\e62a"
}

.bt-cargo-icon-delivery-package-weighted:before {
    content: "\e62b"
}

.bt-cargo-icon-delivery-two-persons:before {
    content: "\e62c"
}

.bt-cargo-icon-delivery-hand-forklifter:before {
    content: "\e62d"
}

.bt-cargo-icon-delivery-package-on-time:before {
    content: "\e62e"
}

.bt-cargo-icon-delivery-put-in-package:before {
    content: "\e62f"
}

.bt-cargo-icon-stopwatch:before {
    content: "\e630"
}

.bt-cargo-icon-fragile:before {
    content: "\e631"
}

.bt-cargo-icon-free-van:before {
    content: "\e632"
}

.bt-cargo-icon-truck-trailer-front:before {
    content: "\e633"
}

.bt-cargo-icon-identification-bar-code:before {
    content: "\e634"
}

.bt-cargo-icon-international-van-world:before {
    content: "\e635"
}

.bt-cargo-icon-international-world-map-marker:before {
    content: "\e636"
}

.bt-cargo-icon-international-all-over-the-world:before {
    content: "\e637"
}

.bt-cargo-icon-international-world-phone:before {
    content: "\e638"
}

.bt-cargo-icon-international-world-arrow:before {
    content: "\e639"
}

.bt-cargo-icon-compass:before {
    content: "\e63a"
}

.bt-cargo-icon-locked-package:before {
    content: "\e63b"
}

.bt-cargo-icon-measuring:before {
    content: "\e63c"
}

.bt-cargo-icon-forklifter:before {
    content: "\e63d"
}

.bt-cargo-icon-logistics-van-clock:before {
    content: "\e63e"
}

.bt-cargo-icon-logistics-fast-van:before {
    content: "\e63f"
}

.bt-cargo-icon-logistics-fan-forward:before {
    content: "\e640"
}

.bt-cargo-icon-logistics-package:before {
    content: "\e641"
}

.bt-cargo-icon-man-with-package:before {
    content: "\e642"
}

.bt-cargo-icon-ship-ocean-freight:before {
    content: "\e643"
}

.bt-cargo-icon-package-perspective-one-side:before {
    content: "\e644"
}

.bt-cargo-icon-package-opened:before {
    content: "\e645"
}

.bt-cargo-icon-package-transported:before {
    content: "\e646"
}

.bt-cargo-icon-package-being-moved:before {
    content: "\e647"
}

.bt-cargo-icon-package-in-hand:before {
    content: "\e648"
}

.bt-cargo-icon-package-on-hand-forklifter:before {
    content: "\e649"
}

.bt-cargo-icon-package-put-inside:before {
    content: "\e64a"
}

.bt-cargo-icon-packages-lots-of:before {
    content: "\e64b"
}

.bt-cargo-icon-packages-on-forklifter:before {
    content: "\e64c"
}

.bt-cargo-icon-person-with-package:before {
    content: "\e64d"
}

.bt-cargo-icon-phone-clock:before {
    content: "\e64e"
}

.bt-cargo-icon-phone-clock-bolder:before {
    content: "\e64f"
}

.bt-cargo-icon-placeholder-map:before {
    content: "\e650"
}

.bt-cargo-icon-protection-umbrella:before {
    content: "\e651"
}

.bt-cargo-icon-ship-side:before {
    content: "\e652"
}

.bt-cargo-icon-ship-with-containers:before {
    content: "\e653"
}

.bt-cargo-icon-search-package:before {
    content: "\e654"
}

.bt-cargo-icon-storage:before {
    content: "\e655"
}

.bt-cargo-icon-phone-talking:before {
    content: "\e656"
}

.bt-cargo-icon-telephone-picked-up:before {
    content: "\e657"
}

.bt-cargo-icon-telephone-hang-up:before {
    content: "\e658"
}

.bt-cargo-icon-three-packages:before {
    content: "\e659"
}

.bt-cargo-icon-train-front:before {
    content: "\e65a"
}

.bt-cargo-icon-recycle:before {
    content: "\e65b"
}

.bt-cargo-icon-up-sign:before {
    content: "\e65c"
}

.bt-cargo-icon-verification:before {
    content: "\e65d"
}

.bt-cargo-icon-view-package:before {
    content: "\e65e"
}

.bt-cargo-icon-weight:before {
    content: "\e65f"
}

.bt-cargo-icon-weight-kg-sign:before {
    content: "\e660"
}

.bt-cargo-icon-woman-headphones:before {
    content: "\e661"
}

.bt-cargo-icon-wooden-package:before {
    content: "\e662"
}

.bt-cargo-icon-world-map-pin:before {
    content: "\e663"
}

.bt-cargo-icon-arrow-prev:before {
    content: "\e664"
}

.bt-cargo-icon-arrow-next:before {
    content: "\e665"
}

.bt-cargo-icon-quotes:before {
    content: "\e666"
}

.fullScreenHeight {
    content: 'viewport-units-buggyfill; height: 100vh;'
}

.smallSliderHeight .slidedItem .btSliderPort {
    content: 'viewport-units-buggyfill; height: 40vh;'
}

.mediumSliderHeight .slidedItem .btSliderPort {
    content: 'viewport-units-buggyfill; height: 70vh;'
}

.largeSliderHeight .slidedItem .btSliderPort,
.variableImg {
    content: 'viewport-units-buggyfill; height: 100vh;'
}

.variableImg {
    overflow: hidden
}

.btnIOS {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.dropbtn {
    background-color: #42576A !important;
    color: white !important;
    padding: 16px;
    font-size: 13px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    background-color: white !important;
    bottom: 30px;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content-2 {
    background-color: white !important;
    top: 30px;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content-2 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.btn-li {
    width: 97%;
}

.btn-options {
    background-color: white !important;
    color: black !important;
}

.dropdown-content a:hover {
    background-color: white;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content-2 a:hover {
    background-color: white;
    color: black;
}

.dropdown:hover .dropdown-content-2 {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: rgb(212, 208, 208);
    color: black;
}

a.screen-reader-text:hover {
    color: red;
    cursor: pointer;
}

.fa-down:before {
    position: relative;
    top: 2.7px;
}

.fa-up:before {
    position: relative;
    top: 2px;
}

/* Table items border */

#show_data > tbody > tr, 
.sent-table > tbody > tr,
.billing-table > tbody > tr{
    border-bottom: 1px solid #dcdcdc;
}

.vheight-link:hover{
    color: #FFF!important;
}

/* Hide recaptcha badge*/
.grecaptcha-badge { 
    visibility: hidden;
}

/* img fix for iphone*/
.zoom_item{
    visibility: visible!important;
}

/* img fix for sent detail*/
.zoom-movil{
    width: 100%;
    max-width: 720px;
}

.message-warning-2 {
    border: 1px solid #fc1d00;
    border-radius: 5px;
    padding: 6px;
    margin: 20px -10px;
    background: #ffe57f;
    color: rgb(252, 29, 0);
}

/* tables row alternate colors */ 

#show_data > tbody > tr:not([class="footable-detail-row"]):nth-child(odd){
    background-color: #F9F9F9;
}

@media all and (min-width: 1200px){
    .toggle-all span{
        display: none;
    }
    .toggle-all{
        text-align: center!important;
    }
}

@media all and (max-width: 1199px){
    #show_data tbody .case{
        width: 20px;
    }
}

/* Fix header for 991 - 1124 */

@media all and (max-width: 1124px) and (min-width: 991px){
    .mainHeader{
        position: relative;
    }
    .btContentWrap{
        padding-top: 0px!important;
    }
}

/*Fix plus icon in total row*/
#show_data tbody tr:last-child .fooicon-plus:last-child{
    display: none;
}

/*Fix for space in menu or*/
.mainHeader{
    position: relative!important;
}
.btContentWrap.btClear{
    padding-top:0px!important;
}

/* Remove arrows in number fields */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}    