/*!
Theme Name: ngaire2.0
Theme URI: http://underscores.me/
Author: Rhys Clay
Author URI: http://breezydesigns.com.au
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ngaire-2-0
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ngaire2.0 is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

.text__white,
.post-thumb-wrapper-overlay>span,
.post-thumb-wrapper-overlay>span a {
    color: #fff
}

.text__light {
    color: #ece5dc
}

.block__white {
    background-color: #fff
}

.block__grey {
    background-color: #636466
}

.block__light {
    background-color: #ece5dc
}

.block__dark {
    background-color: #bcbbbb
}

.flex,
.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.container-fluid,
.container,
body:not(.full-width) .site-content,
.navbar-inner,
body.full-width .panel-grid-cell {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem
}

@media all and (max-width: 544px) {
    .container-fluid,
    .container,
    body:not(.full-width) .site-content,
    .navbar-inner,
    body.full-width .panel-grid-cell {
        padding-right: 0;
        padding-left: 0
    }
}

@media all and (max-width: 544px) {
    footer .container,
    footer body:not(.full-width) .site-content,
    body:not(.full-width) footer .site-content,
    footer .navbar-inner,
    footer body.full-width .panel-grid-cell,
    body.full-width footer .panel-grid-cell,
    header .container,
    header body:not(.full-width) .site-content,
    body:not(.full-width) header .site-content,
    header .navbar-inner,
    header body.full-width .panel-grid-cell,
    body.full-width header .panel-grid-cell {
        padding-right: 15px;
        padding-left: 15px
    }
}

.row {
    box-sizing: border-box;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem
}

.row.reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

.col.reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse
}

.hidden-lg,
.hidden-md,
.hidden-sm,
.logo .site-description,
.layout-sidebar-content aside.widget-area,
.team-title,
.hidden-xs,
.layout-sidebar-content aside.widget-area {
    display: none
}

.text-center-xs,
.text-center-sm {
    text-align: center !important
}

.text-left-sm,
.text-left-md {
    text-align: left !important
}

.offset-top-xs,
.offset-top-sm,
.offset-top-md {
    margin-top: 1em
}

.offset-bottom {
    margin-bottom: 1em
}

.row.no-gutters,
.row.internal {
    margin-right: 0;
    margin-left: 0
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
    padding-right: 0;
    padding-left: 0
}

.row.small-gutters {
    margin-left: -10px;
    margin-right: -10px
}

.row.small-gutters>[class^="col-"],
.row.small-gutters>[class*=" col-"] {
    padding-right: 10px;
    padding-left: 10px
}

.row.col-collapsed>[class^="col-"],
.row.col-collapsed>[class*=" col-"] {
    margin-bottom: 0
}

.row.col-collapsed>[class^="col-"]>div,
.row.col-collapsed>[class*=" col-"]>div {
    margin-bottom: 0
}

@media all and (max-width: 992px) {
    .first-md-down {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .text-center-md {
        text-align: center
    }
}

@media all and (min-width: 993px) {
    .hidden-md-up {
        display: none
    }
    .text-center-md {
        text-align: left
    }
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.layout-sidebar-content .content-area,
.layout-sidebar-content aside.widget-area {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem
}

.col-xs {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%
}

.col-xs-12,
.layout-sidebar-content .content-area,
.layout-sidebar-content aside.widget-area {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start
}

.center-xs {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center
}

.end-xs {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end
}

.top-xs {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
}

.middle-xs {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.bottom-xs {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.between-xs {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.first-xs,
.layout-sidebar-content aside.widget-area {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
}

.last-xs,
.layout-sidebar-content .content-area {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
}

@media only screen and (min-width: 544px) {
    .container,
    body:not(.full-width) .site-content,
    .navbar-inner,
    body.full-width .panel-grid-cell {
        width: 576px
    }
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .layout-sidebar-content .content-area,
    .layout-sidebar-content aside.widget-area {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem
    }
    .col-sm {
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-sm-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }
    .col-sm-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }
    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }
    .col-sm-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }
    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }
    .col-sm-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }
    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }
    .col-sm-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }
    .col-sm-12,
    .layout-sidebar-content .content-area,
    .layout-sidebar-content aside.widget-area {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-sm-offset-1 {
        margin-left: 8.333%
    }
    .col-sm-offset-2 {
        margin-left: 16.667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.333%
    }
    .col-sm-offset-5 {
        margin-left: 41.667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.333%
    }
    .col-sm-offset-8 {
        margin-left: 66.667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.333%
    }
    .col-sm-offset-11 {
        margin-left: 91.667%
    }
    .start-sm {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .center-sm,
    .layout-sidebar-content aside.widget-area {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-sm {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-sm {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start
    }
    .middle-sm {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }
    .bottom-sm {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end
    }
    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-sm {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between
    }
    .first-sm {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .last-sm {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .text-center-xs {
        text-align: inherit
    }
    .hidden-xs,
    .layout-sidebar-content aside.widget-area {
        display: inherit
    }
    .offset-top-xs {
        margin-top: inherit
    }
}

@media only screen and (min-width: 767px) {
    .container,
    body:not(.full-width) .site-content,
    .navbar-inner,
    body.full-width .panel-grid-cell {
        width: 720px
    }
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .post-block .no-post-thumb .block__text-wrapper,
    .layout-content-sidebar .content-area,
    .layout-sidebar-content .content-area,
    .layout-sidebar-content aside.widget-area,
    .layout-full-width .content-area {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem
    }
    .col-md {
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-md-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }
    .col-md-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }
    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }
    .col-md-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }
    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }
    .col-md-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }
    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }
    .col-md-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }
    .col-md-12,
    .post-block .no-post-thumb .block__text-wrapper,
    .layout-content-sidebar .content-area,
    .layout-sidebar-content .content-area,
    .layout-sidebar-content aside.widget-area,
    .layout-full-width .content-area {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-md-offset-1 {
        margin-left: 8.333%
    }
    .col-md-offset-2 {
        margin-left: 16.667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.333%
    }
    .col-md-offset-5 {
        margin-left: 41.667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.333%
    }
    .col-md-offset-8 {
        margin-left: 66.667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.333%
    }
    .col-md-offset-11 {
        margin-left: 91.667%
    }
    .start-md {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .center-md {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center
    }
    .end-md {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-md {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start
    }
    .middle-md {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }
    .bottom-md {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end
    }
    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-md {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between
    }
    .first-md {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .last-md {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .text-left-sm {
        text-align: inherit
    }
    .hidden-sm,
    .logo .site-description,
    .layout-sidebar-content aside.widget-area,
    .team-title {
        display: inherit
    }
    .offset-top-sm {
        margin-top: inherit
    }
}

@media only screen and (min-width: 992px) {
    .container,
    body:not(.full-width) .site-content,
    .navbar-inner,
    body.full-width .panel-grid-cell {
        width: 940px
    }
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .layout-sidebar-content aside.widget-area,
    .col-lg-4,
    .layout-content-sidebar aside.widget-area,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .layout-content-sidebar .content-area,
    .col-lg-9,
    .layout-sidebar-content .content-area,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem
    }
    .col-lg {
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-lg-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }
    .col-lg-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }
    .col-lg-3,
    .layout-sidebar-content aside.widget-area {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-lg-4,
    .layout-content-sidebar aside.widget-area {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }
    .col-lg-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }
    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }
    .col-lg-8,
    .layout-content-sidebar .content-area {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }
    .col-lg-9,
    .layout-sidebar-content .content-area {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }
    .col-lg-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }
    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-lg-offset-1 {
        margin-left: 8.333%
    }
    .col-lg-offset-2 {
        margin-left: 16.667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.333%
    }
    .col-lg-offset-5 {
        margin-left: 41.667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.333%
    }
    .col-lg-offset-8 {
        margin-left: 66.667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.333%
    }
    .col-lg-offset-11 {
        margin-left: 91.667%
    }
    .start-lg,
    .layout-sidebar-content aside.widget-area {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .center-lg {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-lg {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-lg {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start
    }
    .middle-lg,
    .footer-widget-area>div>.row {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }
    .bottom-lg {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end
    }
    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-lg {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between
    }
    .first-lg {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .last-lg {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .hidden-md {
        display: inherit
    }
    .text-left-md {
        text-align: inherit
    }
    .offset-top-md {
        margin-top: inherit
    }
    .no-padding-right-md,
    .layout-content-sidebar aside.widget-area,
    .layout-sidebar-content .content-area {
        padding-right: 0
    }
    .no-padding-left-md,
    .layout-content-sidebar .content-area {
        padding-left: 0
    }
    .xtra-padding-right-md,
    .layout-content-sidebar .content-area,
    .layout-sidebar-content aside.widget-area {
        padding-right: 2rem
    }
    .xtra-padding-left-md,
    .layout-content-sidebar aside.widget-area,
    .layout-sidebar-content .content-area,
    .layout-sidebar-content aside.widget-area {
        padding-left: 2rem
    }
}

@media only screen and (min-width: 1200px) {
    .container,
    body:not(.full-width) .site-content,
    .navbar-inner,
    body.full-width .panel-grid-cell {
        width: 1160px
    }
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem
    }
    .col-xl {
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-xl-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }
    .col-xl-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }
    .col-xl-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }
    .col-xl-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }
    .col-xl-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }
    .col-xl-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }
    .col-xl-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }
    .col-xl-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }
    .col-xl-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-xl-offset-1 {
        margin-left: 8.333%
    }
    .col-xl-offset-2 {
        margin-left: 16.667%
    }
    .col-xl-offset-3 {
        margin-left: 25%
    }
    .col-xl-offset-4 {
        margin-left: 33.333%
    }
    .col-xl-offset-5 {
        margin-left: 41.667%
    }
    .col-xl-offset-6 {
        margin-left: 50%
    }
    .col-xl-offset-7 {
        margin-left: 58.333%
    }
    .col-xl-offset-8 {
        margin-left: 66.667%
    }
    .col-xl-offset-9 {
        margin-left: 75%
    }
    .col-xl-offset-10 {
        margin-left: 83.333%
    }
    .col-xl-offset-11 {
        margin-left: 91.667%
    }
    .start-xl {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .center-xl {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-xl {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-xl {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start
    }
    .middle-xl {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }
    .bottom-xl {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end
    }
    .around-xl {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-xl {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between
    }
    .first-xl {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .last-xl {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .hidden-lg {
        display: inherit
    }
}

.eq-height,
.eq-height>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.transition-color,
a,
.dropdown-menu>li>a,
.footer-widget-area a,
.site-info a {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease
}

.transition-background-color,
.btt-icon:hover {
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease
}

.transition-top,
.post-thumb-wrapper.show-on-hover .post-thumb-wrapper-overlay span {
    -webkit-transition: top 0.5s ease;
    transition: top 0.5s ease
}

.transition-padding {
    -webkit-transition: padding 0.5s ease;
    transition: padding 0.5s ease
}

.transition-transform,
.post-thumb.animated-on-hover .post-thumb-wrapper img {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease
}

.transition-opacity,
.post-thumb-wrapper.hide-img-on-hover img,
.post-thumb-wrapper.hide-img-on-hover span {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease
}

.center-block,
.text-max-width,
.preview .logo {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important
}

.text-center,
.section__after-section .widget-title,
.preview .logo,
.site-info {
    text-align: center
}

.pull-right,
.navbar-nav__right {
    float: right
}

.no-margin-left,
.c-menu__items,
.c-menu__items>ul,
.c-menu .sub-menu,
.footer-widget-area ul.menu,
aside.sidebar .widget_recent_comments ul,
aside.sidebar .widget_categories ul,
aside.sidebar .widget_recent_entries ul,
aside.sidebar .widget_nav_menu ul {
    margin-left: 0 !important
}

.no-margin-bottom,
.logo .site-title,
.navbar-primary .navbar-nav__socials,
.table-responsive+p,
.testimonial-block.hentry,
.site-info .textwidget p,
.site-info .textwidget ul {
    margin-bottom: 0 !important
}

.no-margin-top,
.entry-title,
.logo .site-title,
.row-testimonials .widget-title,
.site-info .textwidget p,
.site-info .textwidget ul {
    margin-top: 0 !important
}

.no-padding-left,
.widget ul {
    padding-left: 0 !important
}

.no-padding-right {
    padding-right: 0 !important
}

.no-padding-bottom {
    padding-bottom: 0 !important
}

.no-padding-top {
    padding-top: 0 !important
}

.no-padding {
    padding: 0
}

.last-of-type-no-margin-bottom *:last-of-type {
    margin-bottom: 0
}

.admin-bar .admin-bar__fix,
.admin-bar .navbar-fixed-top {
    top: 32px
}

@media screen and (max-width: 782px) {
    .admin-bar .admin-bar__fix,
    .admin-bar .navbar-fixed-top {
        top: 46px
    }
}

.inline {
    display: inline-block;
    float: left
}

.vertical-align-middle {
    vertical-align: middle
}

.stagger-1 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

@media all and (max-width: 767px) {
    .stagger-1 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }
}

.stagger-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

@media all and (max-width: 767px) {
    .stagger-2 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }
}

.stagger-3 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

@media all and (max-width: 767px) {
    .stagger-3 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }
}

.stagger-4 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

@media all and (max-width: 767px) {
    .stagger-4 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }
}

.stagger-5 {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

@media all and (max-width: 767px) {
    .stagger-5 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }
}

.stagger-6 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

@media all and (max-width: 767px) {
    .stagger-6 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }
}

.stagger-7 {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s
}

@media all and (max-width: 767px) {
    .stagger-7 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }
}

.stagger-8 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

@media all and (max-width: 767px) {
    .stagger-8 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }
}

.stagger-9 {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s
}

@media all and (max-width: 767px) {
    .stagger-9 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }
}

.icon-animated {
    display: inline-block
}

.icon-spin {
    -webkit-animation: fa-spin 1s infinite linear;
    animation: fa-spin 1s infinite linear
}

.icon-pulse {
    -webkit-animation: pulse 1s infinite steps(8);
    animation: pulse 1s infinite steps(8)
}

.icon-bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes pulse {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes pulse {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

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

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

body {
    margin: 0
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong,
.strong,
.post-meta ul>li {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}

.o-wrapper {
    overflow-x: hidden
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots li {
    width: 12px;
    height: 12px;
    padding: 0;
    margin-right: 6px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: none;
    cursor: pointer
}

.slick-dots li.slick-active {
    background: #ccc
}

.slick-dots li button {
    display: none
}

.slick-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0;
    line-height: 0
}

.slick-arrow.slick-prev:before,
.slick-arrow.slick-next:before {
    font-size: 12px;
    line-height: 1
}

.slick-arrow.slick-prev {
    right: 54px
}

.slick-arrow.slick-prev:before {
    content: '\f2ca'
}

.slick-arrow.slick-next:before {
    content: '\f30f'
}

.testimonials-center .slick-arrow {
    display: none !important
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

#cboxWrapper {
    max-width: none
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#cboxTitle {
    margin: 0
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#cboxOverlay {
    background: #000;
    opacity: 0.9;
    filter: alpha(opacity=90)
}

#colorbox {
    outline: 0
}

#cboxContent {
    margin-top: 20px;
    background: #000
}

.cboxIframe {
    background: #fff
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    border: 5px solid #000;
    background: #fff
}

#cboxTitle {
    position: absolute;
    top: -20px;
    left: 0;
    color: #ccc
}

#cboxCurrent {
    position: absolute;
    top: -20px;
    right: 0px;
    color: #ccc
}

#cboxLoadingGraphic {
    background: url(assets/img/loading.gif) no-repeat center center
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0
}

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff
}

#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    background: url(assets/img/controls.png) no-repeat top left;
    width: 28px;
    height: 65px;
    text-indent: -9999px
}

#cboxPrevious:hover {
    background-position: bottom left
}

#cboxNext {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    background: url(assets/img/controls.png) no-repeat top right;
    width: 28px;
    height: 65px;
    text-indent: -9999px
}

#cboxNext:hover {
    background-position: bottom right
}

#cboxClose {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background: url(assets/img/controls.png) no-repeat top center;
    width: 38px;
    height: 19px;
    text-indent: -9999px
}

#cboxClose:hover {
    background-position: bottom center
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url("assets/fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("assets/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("assets/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("assets/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right,
.navbar-nav__right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right,
.fa.navbar-nav__right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #ffffff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

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

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

body,
button,
input,
select,
textarea {
    color: #58585a;
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4em
}

@font-face {
    font-family: 'Amaze';
    src: url("assets/fonts/AmazeNormal.eot");
    src: url("assets/fonts/AmazeNormal.eot?#iefix") format("embedded-opentype"), url("assets/fonts/AmazeNormal.woff") format("woff"), url("assets/fonts/AmazeNormal.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.page-title,
.team-title,
.row-testimonials .widget-title,
.h3,
.entry-title,
.comments-title,
.logo .site-title,
.h4,
.comments-reply-title,
.h5,
.h6 {
    font-family: "Open Sans", san-serif;
    font-weight: 600;
    margin: 0 0 21px 0;
    clear: both;
    letter-spacing: 0px;
    text-transform: normal
}

h1,
.h1 {
    font-size: 5.625em;
    line-height: 1.16666667em;
    margin-top: 0.23333333em;
    margin-bottom: 0.46666666em
}

h2,
.h2,
.page-title,
.team-title,
.row-testimonials .widget-title {
    font-size: 3.1875em;
    line-height: 1.23529412em;
    margin-top: 0.41176471em;
    margin-bottom: 0.41176471em
}

h3,
.h3,
.entry-title,
.comments-title,
.logo .site-title {
    font-size: 1.875em;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0.75em
}

h4,
.h4,
.comments-reply-title {
    font-size: 1em;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0.75em
}

h5,
.h5 {
    font-size: 1em;
    line-height: 1.3125em;
    margin-top: 1.3125em;
    margin-bottom: 0em
}

.widget-title {
    text-transform: normal
}

.font__amaze,
.footer-widget-area .widget-title,
.pre-footer-widget-area .widget-title,
.row-testimonials .widget-title {
    font-family: 'Amaze', serif;
    font-weight: 500
}

.footer-widget-area .widget-title,
.pre-footer-widget-area .widget-title {
    font-size: 40px
}

html {
    font-size: 16px;
    line-height: 21px
}

body {
    font-size: 1em;
    line-height: 1.4em;
    margin: auto
}

p,
ul,
ol,
pre,
table,
blockquote {
    margin-bottom: 21px
}

dfn,
cite,
em,
i {
    font-style: italic
}

blockquote {
    margin: 0 1.5em
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: .9375rem
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none
}

big,
.section__after-section p,
.big {
    font-size: 125%
}

small,
.small,
.post-meta ul>li,
.nav-item.menu-item-has-children>a:after {
    font-size: 80%
}

med,
.med,
.search-bar-wrapper .form-control {
    font-size: 90%
}

.fw {
    width: 1.28571429em;
    text-align: center
}

.text-max-width {
    max-width: 514px
}

.icon:before,
.slick-arrow:before,
.nav-item.menu-item-has-children>a:before,
.c-menu li.menu-item-has-children>a:before,
.btt-icon:before,
.widget_recent_entries .post-date:before,
.icon:after,
.slick-arrow:after,
.nav-item.menu-item-has-children>a:after,
.c-menu li.menu-item-has-children>a:after,
.btt-icon:after,
.widget_recent_entries .post-date:after {
    font-family: 'Ionicons'
}

.icon-left,
.opening-hours li .icon,
.opening-hours li .slick-arrow,
.opening-hours li .nav-item.menu-item-has-children>a,
.opening-hours .c-menu li.menu-item-has-children>a,
.c-menu .opening-hours li.menu-item-has-children>a,
.opening-hours li .btt-icon,
.opening-hours li .widget_recent_entries .post-date,
.widget_recent_entries .opening-hours li .post-date {
    margin-right: 6px
}

.text-uppercase,
.post-meta ul>li {
    text-transform: uppercase
}

.text-justify {
    text-align: justify
}

.italic {
    font-style: italic
}

html {
    box-sizing: border-box
}

*,
*:before,
*:after {
    box-sizing: inherit
}

body {
    background: #fff
}

blockquote,
q {
    quotes: "" ""
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ""
}

.list-unstyled,
.slick-dots,
.nav,
.c-menu__items,
.c-menu__items>ul,
.c-menu .sub-menu,
.footer-widget-area ul.menu {
    padding-left: 0;
    list-style: none
}

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

.list-inline>li:first-child,
.slick-dots>li:first-child {
    padding-left: 0
}

ul.double {
    float: left
}

ul.double li {
    width: 50%;
    margin: 5px 0px 0px;
    float: left;
    padding-right: 20px
}

ul.icons li:before {
    margin: 0 5px 0 -15px
}

.checkmark li:before {
    font-family: 'Ionicons';
    content: '\f383'
}

.checkmark-circle li:before {
    font-family: 'Ionicons';
    content: '\f375'
}

.plus-outline li:before {
    font-family: 'Ionicons';
    content: '\f48a'
}

.icon-list__light li:before {
    color: #ece5dc
}

ul,
ol {
    margin: 0 0 1.5em 1.5em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 0.75em
}

dt {
    font-weight: bold
}

dd {
    margin: 0 1.5em 1.5em
}

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

table {
    margin: 0 0 1.5em;
    width: 100%
}

.table-responsive thead>tr>th:last-of-type,
.table-responsive tbody>tr>td:last-of-type {
    text-align: right
}

article.has-post-thumbnail .post-thumb-wrapper {
    margin-bottom: 2em
}

article.has-post-thumbnail:last-child {
    border-bottom: 0
}

.post-block .no-post-thumb .block__img-wrapper {
    display: none
}

.section {
    float: left;
    width: 100%
}

.section-header {
    padding: 0;
    overflow: hidden
}

.section-header .post-thumb-wrapper {
    height: 100%
}

.section-row,
.layout-full-width .content-area,
body:not(.full-width) .content-area .panel-grid>div {
    padding: 40px 0 40px 0
}

@media all and (max-width: 992px) {
    .section-row,
    .layout-full-width .content-area,
    body:not(.full-width) .content-area .panel-grid>div {
        padding: 20px 0 20px 0
    }
}

.panel-grid {
    float: left;
    width: 100%
}

.panel-grid:first-of-type {
    padding-top: 0
}

@media all and (max-width: 767px) {
    .panel-grid {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

@media all and (max-width: 767px) {
    .siteorigin-panels-stretch .testimonial-block,
    .siteorigin-panels-stretch .widget-title {
        padding-left: 1em;
        padding-right: 1em
    }
}

.header__text-only {
    padding: 30px 0;
    background: #ece5dc;
    color: #fff
}

.section__sidebar {
    padding: 40px 0
}

.section-header__image {
    background-color: rgba(236, 229, 220, 0.7);
    padding-top: 40px;
    padding-bottom: 40px
}

.section__video {
    position: relative
}

.section__video video {
    width: 100%;
    height: auto;
    vertical-align: middle;
    background-size: cover
}

.video-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section__no-padding .panel-grid-cell {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.panel-row-style-container {
    padding-left: 0;
    padding-right: 0
}

.section__after-section {
    background-color: rgba(146, 146, 146, 0.5);
    position: absolute;
    bottom: 0;
    padding: 20px 0
}

.section__after-section a {
    color: #fff
}

@media all and (max-width: 992px) {
    .section__after-section {
        padding: 30px 0;
        position: relative;
        background-color: #929292
    }
    .section__after-section .fa {
        margin-bottom: 10px
    }
}

.block__content {
    padding: 36px 12px
}

.block__content-widget,
.sidebar .widget,
.layout-full-width .content-area main {
    margin-bottom: 48px
}

.post-thumb {
    overflow: hidden;
    background-color: #333
}

.post-thumb-wrapper {
    position: relative;
    width: 100%;
    float: left
}

.post-thumb-wrapper img {
    display: block
}

.post-thumb-wrapper .post-thumb-wrapper-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%
}

.post-thumb-wrapper .post-thumb-wrapper-overlay>span {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    position: absolute;
    left: 0;
    padding: 0 40px
}

.overlay__shaded {
    background-color: rgba(188, 187, 187, 0.5)
}

.post-thumb-wrapper.show-on-hover .post-thumb-wrapper-overlay span {
    top: 70%
}

.post-thumb-wrapper.show-on-hover .post-thumb-wrapper-overlay:hover span {
    top: 50%
}

.post-thumb.animated-on-hover .post-thumb-wrapper:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.post-thumb-wrapper.hide-img-on-hover img {
    opacity: 1;
    -webkit-backface-visibility: hidden
}

.post-thumb-wrapper.hide-img-on-hover span {
    opacity: 0;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-backface-visibility: hidden
}

.post-thumb-wrapper.hide-img-on-hover:hover img {
    opacity: 0
}

.post-thumb-wrapper.hide-img-on-hover:hover span {
    opacity: 1
}

.logo a {
    color: #ece5dc
}

.logo-link {
    float: left;
    max-width: 300px
}

.logo svg {
    max-width: 100%;
    height: auto
}

.logo .site-title {
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -1px
}

.logo .site-description {
    font-weight: 300
}

hr {
    background-color: rgba(130, 130, 130, 0.14);
    border: 0;
    height: 1px;
    margin: 1.5em 0
}

.line__xs:after,
.line__sm:after,
.line__md:after {
    background: #bcbbbb;
    content: '';
    height: 1px;
    display: block
}

.line__xs:after {
    width: 16px;
    margin: 0 auto
}

.line__sm:after {
    width: 40px
}

.line__md:after {
    width: 240px
}

.nav-item__border-left {
    border-left: 1px solid rgba(255, 255, 255, 0.4)
}

.nav-item__border-right {
    border-right: 1px solid #c9c8c8
}

.block__border-bottom,
article.has-post-thumbnail {
    border-bottom: 1px solid #58585a
}

.block__border-right {
    border-right: 1px solid #ECF0F1
}

.block__border-left,
.layout-content-sidebar aside.widget-area {
    border-left: 1px solid #ECF0F1
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: none;
    overflow: hidden;
    outline: 0;
    -webkit-overflow-scrolling: touch
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 40px
}

@media all and (max-width: 767px) {
    .modal-dialog {
        margin: 5px
    }
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #636466;
    outline: 0;
    padding: 2rem
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background-color: rgba(0, 0, 0, 0.6)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .8
}

.modal-header {
    padding: 12px;
    border-bottom: 2px solid #636466;
    content: "";
    display: table;
    table-layout: fixed
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0
}

.modal-body {
    position: relative;
    padding: 24px
}

.modal-footer {
    padding: 24px;
    text-align: right;
    border-top: 2px solid #636466;
    content: "";
    display: table;
    table-layout: fixed
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    text-transform: normal;
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: normal;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    padding: 10px 10px;
    border-radius: 12px
}

.button,
.button:active,
.button.active,
.button:hover,
.button:focus,
.button.focus,
button,
button:active,
button.active,
button:hover,
button:focus,
button.focus,
input[type="button"],
input[type="button"]:active,
input[type="button"].active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"].focus,
input[type="reset"],
input[type="reset"]:active,
input[type="reset"].active,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"].focus,
input[type="submit"],
input[type="submit"]:active,
input[type="submit"].active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"].focus {
    text-decoration: none
}

.button__primary,
.slick-arrow.slick-prev,
.slick-arrow.slick-next,
.navbar-nav__socials>.nav-item a {
    color: #fff;
    background-color: #58585a;
    border-color: #58585a
}

.button__primary:focus,
.slick-arrow.slick-prev:focus,
.slick-arrow.slick-next:focus,
.navbar-nav__socials>.nav-item a:focus,
.button__primary.focus,
.focus.slick-arrow.slick-prev,
.focus.slick-arrow.slick-next,
.navbar-nav__socials>.nav-item a.focus,
.button__primary:hover,
.slick-arrow.slick-prev:hover,
.slick-arrow.slick-next:hover,
.navbar-nav__socials>.nav-item a:hover {
    color: #fff;
    background-color: #3a3a3b;
    border-color: #3a3a3b
}

.button__border {
    color: #58585a;
    background-color: transparent;
    border-color: #58585a
}

.button__border:focus,
.button__border.focus,
.button__border:hover {
    color: #fff;
    background-color: #0a0a0a;
    border-color: #0a0a0a
}

.button__white {
    color: #fff;
    background-color: transparent;
    border-color: #fff
}

.button__white:focus,
.button__white.focus,
.button__white:hover {
    color: #ece5dc;
    background-color: #fff;
    border-color: #fff
}

.button__grey {
    color: #58585a;
    background-color: transparent;
    border-color: #636466
}

.button__grey:focus,
.button__grey.focus,
.button__grey:hover {
    color: #fff;
    background-color: #636466;
    border-color: #636466
}

.button__block {
    display: block;
    width: 100%
}

.button__small {
    font-size: 60%;
    padding: 5px 5px;
    margin: 3px 3px
}

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

.button__group .button+.button {
    margin-left: .5rem
}

@media all and (max-width: 992px) {
    .button__group .button+.button {
        margin-left: auto;
        margin-top: .5rem
    }
}

.button__toolbar,
.button__toolbar-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2em
}

.button__toolbar>a,
.button__toolbar-vertical>a {
    position: relative;
    float: left
}

.button__toolbar>a:hover,
.button__toolbar>a:focus,
.button__toolbar>a:active,
.button__toolbar>a.active,
.button__toolbar-vertical>a:hover,
.button__toolbar-vertical>a:focus,
.button__toolbar-vertical>a:active,
.button__toolbar-vertical>a.active {
    z-index: 2
}

.button__toolbar .button+.button,
.button__toolbar .button+.button__toolbar,
.button__toolbar .button__toolbar+.button,
.button__toolbar .button__toolbar+.button__toolbar {
    margin-left: -1px
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    background-color: #eee;
    width: 100%;
    display: block;
    color: #a6a6a6;
    border: 2px solid transparent;
    border-radius: 0px;
    padding: 16px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #999;
    border-bottom: 2px solid #0a0a0a;
    outline: none
}

select {
    background-color: #eee;
    color: #a6a6a6;
    border: 0px solid #ddd;
    padding: 16px;
    width: 100%
}

textarea {
    width: 100%
}

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

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

.form-small .search-form .form-control,
.form-small .search-form .input-group-btn .button {
    height: 36px
}

.form-small .form-control {
    padding: 8px 16px
}

.form-small .button {
    padding: 8px 12px
}

.wpcf7-form p {
    margin-bottom: 0;
    margin-top: 0
}

.wpcf7-form .wpcf7-form-control-wrap {
    float: left;
    width: 100%;
    margin-bottom: 1.5em
}

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

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

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

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

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

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

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

.input-group .button {
    border-radius: 0
}

.search-form .form-control,
.search-form .input-group-btn .button {
    height: 48px
}

.search-bar-wrapper {
    font-weight: 500;
    padding-top: 16px
}

.navbar {
    position: relative;
    margin-bottom: 0;
    border-bottom: 0px solid #ECF0F1;
    background-color: transparent;
    padding: 16px 0;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transition-property: opacity, padding, background-color, color;
    transition-property: opacity, padding, background-color, color
}

.navbar-nav .nav-item {
    float: left;
    padding-left: 1rem;
    padding-right: 1rem;
    letter-spacing: 0px
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%
}

.navbar-primary {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .5px
}

.navbar-primary ul.navbar-nav>li {
    border-right: 1px solid #58585a
}

.navbar-primary ul.navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0
}

.navbar-preheader {
    font-size: 15px;
    padding: 0px 0;
    background-color: #fff;
    color: #58585a
}

.navbar-preheader .nav-item {
    padding: 8px 12px
}

.navbar-preheader .nav-item>a {
    padding: 0;
    color: #58585a
}

.navbar-preheader .nav-item>a:hover {
    color: #bebec0
}

.navbar-preheader,
.navbar-primary {
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif
}

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

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

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

.navbar-nav__left {
    margin-left: 0;
    float: left
}

.navbar-nav__left>li:first-child {
    padding-left: 0 !important
}

.navbar-nav__right>li:last-child {
    padding-right: 0
}

.navbar-nav__center {
    text-align: center;
    width: 100%;
    float: left
}

.navbar-nav__center .nav-item {
    display: inline-block;
    float: none
}

.navbar-fixed-top.navbar-is-at-top {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: background-color 1s ease, color 1s ease;
    transition: background-color 1s ease, color 1s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4)
}

.navbar-fixed-top.navbar-is-at-top .logo a {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    color: #fff
}

.navbar-fixed-top.navbar-is-at-top .navbar-nav>.nav-item>a {
    color: rgba(255, 255, 255, 0.8)
}

.navbar-fixed-top.navbar-is-at-top .navbar-nav>.nav-item>a:hover,
.navbar-fixed-top.navbar-is-at-top .navbar-nav>.nav-item>a:focus,
.navbar-fixed-top.navbar-is-at-top .navbar-nav>.nav-item>a:active {
    color: #fff
}

.navbar-fixed-top.navbar-is-at-top .nav-link,
.navbar-fixed-top.navbar-is-at-top .nav-item.current-menu-item>a {
    color: #fff
}

a {
    color: #c8b49a;
    text-decoration: none
}

a:hover,
a:focus,
a:active {
    color: #daccbb
}

a:focus {
    outline: thin dotted
}

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

.nav-item.active>a {
    color: #bcbbbb
}

.nav-link,
.nav-item>a {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    color: #58585a;
    text-transform: uppercase
}

.nav-link:visited,
.nav-item>a:visited {
    color: #58585a
}

.nav-link:hover,
.nav-link:focus,
.nav-link:active,
.nav-item>a:hover,
.nav-item>a:focus,
.nav-item>a:active {
    color: #bcbbbb
}

.nav-link,
.nav-item.current-menu-item>a {
    color: #bcbbbb
}

.nav-item.menu-item-has-children>a:after {
    content: '\f125'
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 12px 0;
    margin: 2px 0 0;
    list-style: none;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 0px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.dropdown-menu {
	visibility: hidden;
    opacity: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: block;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear
}

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

.dropdown-menu .divider {
    overflow: hidden;
    margin-top: 12px
}

.dropdown-menu .divider>a {
    color: #0a0a0a;
    font-weight: 600;
    margin-left: 0
}

.dropdown-menu .divider>a:visited,
.dropdown-menu .divider>a:hover {
    color: #0a0a0a
}

.dropdown-menu .divider:first-of-type {
    margin-top: 0
}

.dropdown-menu>li {
    width: 100%
}

.dropdown-menu>li>a {
    display: block;
    padding: 8px 16px;
    margin-left: 6px;
    clear: both;
    font-weight: normal;
    color: #58585a;
    white-space: nowrap
}

.dropdown-menu>li>a:visited {
    color: #58585a
}

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

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

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

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

.open>.dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
	visibility: visible;
}

.open>a {
    outline: 0
}

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

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

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

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

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

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

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

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

@media all and (max-width: 1200px) {
    .navbar__collapse,
    .toggle__breakpoint-off {
        display: none
    }
}

.navbar__toggle,
.toggle__breakpoint-on {
    display: none
}

@media all and (max-width: 1200px) {
    .navbar__toggle,
    .toggle__breakpoint-on {
        display: inherit
    }
}

.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 72px;
    height: 64px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background .3s;
    transition: background .3s;
    background-color: transparent
}

.c-hamburger:focus {
    outline: none
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 30px;
    left: 18px;
    right: 18px;
    height: 4px;
    background: #636466;
    border-radius: 6px
}

.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #636466;
    content: "";
    border-radius: 6px
}

.c-hamburger span::before {
    top: -10px
}

.c-hamburger span::after {
    bottom: -10px
}

@media all and (max-width: 544px) {
    .c-hamburger span {
        background: #fff
    }
    .c-hamburger span::before,
    .c-hamburger span::after {
        background-color: #fff
    }
}

.c-menu {
    position: fixed;
    -webkit-backface-visibility: hidden;
    z-index: 200;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    text-align: center;
    background-color: #fff;
    overflow: hidden !important;
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    font-size: 14px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0)
}

.c-menu .hidden-mobile {
    display: none
}

.c-menu__items li>a,
.c-menu__items>ul li>a {
    display: block;
    padding: 12px 24px;
    color: #58585a
}

.c-menu__button {
    margin: 20px 0;
    font-size: 150%;
    padding-top: 10px;
    padding-bottom: 10px
}

.c-menu__items li.current_page_item>a,
.c-menu__items li>a:hover {
    background-color: #0a0a0a;
    color: #fff
}

.c-menu__close {
    color: #fff;
    background-color: #0a0a0a;
    font-size: 14px;
    border: none;
    box-shadow: none;
    border-radius: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.c-menu__close:focus {
    outline: none
}

body.has-active-menu {
    overflow: hidden
}

.c-mask {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: width 0s 0.3s, height 0s 0.3s;
    transition: width 0s 0.3s, height 0s 0.3s
}

.c-mask.is-active {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.c-menu--slide-left,
.c-menu--slide-right,
.c-menu--push-left,
.c-menu--push-right {
    width: 100%;
    height: 100%
}

.c-menu--slide-left,
.c-menu--slide-right,
.c-menu--push-left,
.c-menu--push-right {
    width: 100%;
    height: 100%;
    overflow-y: scroll
}

@media all and (min-width: 320px) {
    .c-menu--slide-left,
    .c-menu--slide-right,
    .c-menu--push-left,
    .c-menu--push-right {
        width: 300px
    }
}

.c-menu--slide-left,
.c-menu--push-left {
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media all and (min-width: 320px) {
    .c-menu--slide-left,
    .c-menu--push-left {
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px)
    }
}

.c-menu--slide-left.is-active,
.c-menu--push-left.is-active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.o-wrapper.has-push-left {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@media all and (min-width: 320px) {
    .o-wrapper.has-push-left {
        -webkit-transform: translateX(300px);
        transform: translateX(300px)
    }
}

.o-wrapper.has-push-right {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media all and (min-width: 320px) {
    .o-wrapper.has-push-right {
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px)
    }
}

.c-menu li.menu-item-has-children {
    position: relative
}

.c-menu li.menu-item-has-children>a:after {
    content: '\f217';
    margin-left: 12px
}

.c-menu .sub-menu {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.5s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    transition: all 0.5s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s
}

.c-menu .sub-menu.show {
    max-height: 999px;
    visibility: visible;
    opacity: 1;
    z-index: 1;
    -webkit-transition-delay: 0s, 0s, 0.5s;
    transition-delay: 0s, 0s, 0.5s
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

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

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

#content[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both
}

.widget select {
    max-width: 100%
}

.sidebar .widget {
    background-color: transparent;
    border: 1px solid transparent;
    margin: 0 0 1.5em
}

body.full-width .panel-grid div:not(.section__no-padding) .panel-grid-cell {
    padding-left: 2rem !important;
    padding-right: 2rem !important
}

.content-area {
    float: left;
    width: 100%;
    background-color: #fff
}

.content-only .panel-grid {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.content-only .site-content {
    padding: 50px 0 50px 0
}

@media all and (max-width: 992px) {
    .content-only .site-content {
        padding: 40px 0
    }
}

.siteorigin-panels.content-only .site-content {
    padding-top: 0;
    padding-bottom: 0
}

.preview {
    background-color: #bcbbbb;
    color: #fff
}

.layout-content-sidebar aside.widget-area {
    float: left
}

@media all and (max-width: 767px) {
    .layout-content-sidebar aside.widget-area {
        width: 100%
    }
}

.layout-content-sidebar .site-footer {
    clear: both;
    width: 100%
}

@media all and (min-width: 993px) {
    .layout-sidebar-content .inner-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.layout-sidebar-content aside.widget-area {
    float: left;
    background-color: #c7c8ca;
    padding-top: 40px;
    padding-bottom: 40px
}

@media all and (max-width: 992px) {
    .layout-sidebar-content aside.widget-area {
        width: 100%
    }
}

.layout-sidebar-content .site-footer {
    clear: both;
    width: 100%
}

.layout-full-width .content-area .panel-grid {
    padding: 0 0 20px 0
}

.layout-full-width .content-area main {
    background-color: transparent;
    border: 1px solid transparent
}

.layout-full-width .widget-area {
    display: none
}

.footer-widget-area {
    background-color: #fff;
    color: #58585a;
    padding: 30px 0
}

.footer-widget-area .widget-title {
    color: #58585a;
    text-transform: uppercase
}

.site-info {
    background-color: #636466;
    color: #fff;
    padding: 12px 0
}

.footer-widget-area a,
.site-info a {
    color: inherit
}

.footer-widget-area a:hover,
.site-info a:hover {
    color: #ece5dc
}

.sticky {
    display: block
}

body:not(.full-width) .hentry {
    margin: 0 0 2em
}

.hentry-offset {
    margin-bottom: -2em
}

.page.siteorigin-panels article.hentry {
    margin-bottom: 0
}

.byline,
.updated:not(.published) {
    display: none
}

.single .byline,
.group-blog .byline {
    display: inline
}

.page-content,
body:not(.full-width):not(.siteorigin-panels).page .entry-content,
.entry-summary {
    margin: 1.5em 0 0
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.post-meta {
    padding: 1em 0
}

.post-meta ul>li:after {
    content: ' | ';
    margin: 0 6px;
    color: #efefef
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.footer-widget-area,
.site-info {
    font-size: 16px
}

.footer-widget-area .widget-title {
    padding-bottom: 3px;
    margin-bottom: 12px
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed,
iframe,
object {
    max-width: 100%
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.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-caption {
    display: block
}

.b-lazy {
    -webkit-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    max-width: 100%;
    opacity: 0
}

.b-lazy.b-loaded {
    opacity: 1
}

.panel-row-style.row {
    margin-left: 0;
    margin-right: 0
}

.navbar-preheader .navbar-contact.navbar-first .nav-item:first-child {
    border-left: 0
}

.navbar-preheader .widget {
    width: 100%
}

.site-branding {
    display: none
}

.navbar-preheader {
    margin-bottom: 60px
}

.navbar-preheader .widget ul,
.navbar-preheader .widget p {
    margin-top: 0;
    margin-bottom: 0
}

.navbar-preheader a {
    color: #58585a
}

.navbar-preheader a:hover {
    color: #ece5dc
}

.navbar-preheader .widget {
    clear: left
}

.navbar-preheader .pre-header-middle-widget {
    position: relative;
    top: 8px;
    z-index: 10;
    background-color: #fff;
    margin-bottom: -40px
}

@media all and (max-width: 544px) {
    .navbar-preheader .pre-header-middle-widget {
        top: 0;
        margin-bottom: 0;
        background-color: transparent;
        z-index: 0
    }
}

@media all and (max-width: 544px) {
    .navbar-preheader {
        background-color: #0a0a0a;
        margin-bottom: 0
    }
}

.navbar-preheader .logo {
    padding-top: 12px
}

.navbar-preheader .logo:after {
    content: '';
    width: 100%;
    top: 4px;
    border-bottom: 1px solid #898e90;
    position: absolute;
    z-index: 1;
    left: 0
}

@media all and (max-width: 992px) {
    .navbar-preheader .logo {
        border-top-width: 0px !important
    }
    .navbar-preheader .logo:before,
    .navbar-preheader .logo:after {
        display: none
    }
}

.navbar-preheader .search-form {
    background-color: #ebebeb;
    margin-top: 6px;
    border-radius: 12px;
    float: left;
    width: 100%
}

.navbar-preheader .search-form input,
.navbar-preheader .search-form .button {
    background-color: transparent;
    height: 32px
}

.navbar-preheader .search-form .button {
    padding-top: 8px;
    border-width: 0px;
    color: #58585a
}

.navbar-preheader .search-form .form-control {
    padding: 6px 16px
}

.navbar-preheader .search-form .form-control:focus {
    border-radius: 0 0 0px 12px
}

.c-menu__close {
    border-radius: 0
}

.navbar-primary {
    margin-top: 24px
}

.navbar-primary .navbar-nav .nav-item {
    line-height: 1
}

.navbar-primary .navbar-nav .nav-item:last-child {
    border-right-width: 0px
}

.navbar-nav-appointment li>a {
    position: relative
}

.navbar-nav-appointment li>a:before {
    content: url("assets/img/book-appointment.png");
    position: absolute;
    left: -86px;
    top: -25px;
    width: 72px;
    height: 48px
}

.nav-item.menu-item-has-children>a:after {
    margin-left: 3px
}

.team-block .block__content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative
}

.panel-grid__no-padding>div {
    padding: 0
}

.panel-grid__no-padding .row>div {
    margin-bottom: 0
}

.panel-grid__no-padding .row>div .hentry {
    margin-bottom: 0
}

.c-menu li.divider {
    display: none
}

.section-header h2:first-of-type,
.section-header h3:first-of-type {
    margin-top: 0
}

.section-header h3 {
    margin-bottom: 0
}

.section-header h2 ~ p,
.section-header h3 ~ p {
    margin-top: 0.5em
}

.after-section-relative {
    position: relative
}

.site {
    background: url("assets/img/background.jpg")
}

.site-content {
    clear: both
}

.fancy-border,
.navbar-preheader .logo,
.site-footer,
.navbar-preheader {
    position: relative
}

.fancy-border:before,
.navbar-preheader .logo:before,
.site-footer:before,
.navbar-preheader:before {
    content: " ";
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0
}

.fancy-border-top,
.navbar-preheader .logo,
.site-footer {
    border-top: 1px solid #535b5e
}

.fancy-border-top:before,
.navbar-preheader .logo:before,
.site-footer:before {
    top: 1px;
    border-top: 2px solid #898e90
}

.fancy-border-bottom,
.navbar-preheader {
    border-bottom: 2px solid #898e90
}

.fancy-border-bottom:before,
.navbar-preheader:before {
    bottom: 1px;
    border-bottom: 1px solid #535b5e
}

@media all and (max-width: 544px) {
    .navbar-preheader {
        border-bottom: 0px
    }
    .navbar-preheader:after {
        display: none
    }
}

#row-banner,
#row-banner-2,
#row-banner-3 {
    margin-bottom: 0 !important
}

#row-banner>div,
#row-banner-2>div,
#row-banner-3>div {
    padding: 20px 0
}

#row-banner .font__amaze,
#row-banner .footer-widget-area .widget-title,
.footer-widget-area #row-banner .widget-title,
#row-banner .pre-footer-widget-area .widget-title,
.pre-footer-widget-area #row-banner .widget-title,
#row-banner .row-testimonials .widget-title,
.row-testimonials #row-banner .widget-title,
#row-banner-2 .font__amaze,
#row-banner-2 .footer-widget-area .widget-title,
.footer-widget-area #row-banner-2 .widget-title,
#row-banner-2 .pre-footer-widget-area .widget-title,
.pre-footer-widget-area #row-banner-2 .widget-title,
#row-banner-2 .row-testimonials .widget-title,
.row-testimonials #row-banner-2 .widget-title,
#row-banner-3 .font__amaze,
#row-banner-3 .footer-widget-area .widget-title,
.footer-widget-area #row-banner-3 .widget-title,
#row-banner-3 .pre-footer-widget-area .widget-title,
.pre-footer-widget-area #row-banner-3 .widget-title,
#row-banner-3 .row-testimonials .widget-title,
.row-testimonials #row-banner-3 .widget-title {
    margin-top: 0;
    border-bottom: 1px solid #58585a;
    padding-bottom: 16px;
    text-align: center
}

@media all and (max-width: 992px) {
    #row-banner>div,
    #row-banner-2>div,
    #row-banner-3>div {
        padding: 120px 0
    }
    #row-banner .button,
    #row-banner-2 .button,
    #row-banner-3 .button {
        margin-top: 0px
    }
}

@media all and (max-width: 767px) {
    #row-banner>div,
    #row-banner-2>div,
    #row-banner-3>div {
        position: relative;
        padding: 0
    }
    #row-banner .panel-grid-cell-mobile-last,
    #row-banner-2 .panel-grid-cell-mobile-last,
    #row-banner-3 .panel-grid-cell-mobile-last {
        bottom: 0;
        background-color: rgba(99, 100, 102, 0.5);
        width: 100% !important
    }
    #row-banner .panel-grid-cell-mobile-last .button,
    #row-banner-2 .panel-grid-cell-mobile-last .button,
    #row-banner-3 .panel-grid-cell-mobile-last .button {
        color: #fff;
        border-color: #fff
    }
    #row-banner .textwidget,
    #row-banner-2 .textwidget,
    #row-banner-3 .textwidget {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%
    }
    #row-banner .footer-widget-area .widget-title,
    .footer-widget-area #row-banner .widget-title,
    #row-banner .pre-footer-widget-area .widget-title,
    .pre-footer-widget-area #row-banner .widget-title,
    #row-banner .row-testimonials .widget-title,
    .row-testimonials #row-banner .widget-title,
    #row-banner-2 .footer-widget-area .widget-title,
    .footer-widget-area #row-banner-2 .widget-title,
    #row-banner-2 .pre-footer-widget-area .widget-title,
    .pre-footer-widget-area #row-banner-2 .widget-title,
    #row-banner-2 .row-testimonials .widget-title,
    .row-testimonials #row-banner-2 .widget-title,
    #row-banner-3 .footer-widget-area .widget-title,
    .footer-widget-area #row-banner-3 .widget-title,
    #row-banner-3 .pre-footer-widget-area .widget-title,
    .pre-footer-widget-area #row-banner-3 .widget-title,
    #row-banner-3 .row-testimonials .widget-title,
    .row-testimonials #row-banner-3 .widget-title {
        display: none
    }
    #row-banner p,
    #row-banner-2 p,
    #row-banner-3 p {
        margin: 32px 0
    }
    #row-banner .button,
    #row-banner-2 .button,
    #row-banner-3 .button {
        margin-top: 0
    }
	
	.row-banner-body {
		padding: 40px 0 !important;
	}
}

.row-banner-text-right .button {
    float: right
}

@media all and (max-width: 992px) {
    .row-banner-text-right .textwidget {
        float: right;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }
    .row-banner-text-right .textwidget .button-wrapper {
        text-align: center
    }
    .row-banner-text-right .textwidget .button {
        float: none !important
    }
}

.row-banner-text-left .button {
    float: left
}

@media all and (max-width: 992px) {
    .row-banner-text-left .textwidget {
        float: left;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }
    .row-banner-text-left .textwidget .button-wrapper {
        text-align: center
    }
    .row-banner-text-left .textwidget .button {
        float: none !important
    }
}

@media all and (max-width: 992px) {
    .row-banner-hair {
        background-position: 30% 10%
    }
}

@media all and (max-width: 767px) {
    .row-banner-hair {
        background-image: url("assets/img/hair-banner-mobile.jpg") !important;
        background-position: center center
    }
}

@media all and (max-width: 992px) {
    .row-banner-beauty {
        background-image: url("assets/img/beauty-tablet-bg-compressed.jpg") !important
    }
}

@media all and (max-width: 767px) {
    .row-banner-beauty {
        background-image: url("assets/img/beauty-banner-mobile.jpg") !important;
        background-position: center center
    }
}

.row-banner-body {
    padding: 50px 0 !important
}

@media all and (max-width: 992px) {
    .row-banner-body {
        background-position: 30% 10%;
        padding: 94px 0 !important
    }
}

@media all and (max-width: 767px) {
    .row-banner-body {
        background-image: url("assets/img/body-banner-mobile.jpg") !important;
        background-position: center center
    }
}

.relative {
    position: relative
}

.section__after-section .fa {
    font-size: 2em
}

aside.sidebar li,
.footer-sidebar-widget li {
    list-style: none;
    margin-bottom: 8px;
    padding: 0 0 8px
}

.widget-area .row.col-collapsed {
    margin-top: 1em
}

aside.sidebar .widget_nav_menu .menu li>a:hover {
    color: #c8b49a
}

aside.sidebar .widget_nav_menu>div>.menu>li {
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px
}

aside.sidebar .widget_nav_menu>div>.menu>li:first-of-type {
    margin-top: 0
}

aside.sidebar .widget_nav_menu .menu li {
    margin: 12px 0;
    padding: 0
}

aside.sidebar .widget_nav_menu .menu li>a {
    padding: 12px 0
}

aside.sidebar .widget_nav_menu .sub-menu>li {
    margin-left: 6px;
    font-weight: 500
}

aside.sidebar .widget_nav_menu .sub-menu>li>a {
    color: #58585a
}

.team-title {
    background-color: #636466;
    color: #fff;
    padding: 6px 24px;
    border: 2px solid #fff
}

@media all and (min-width: 768px) {
    .team-title {
        margin-top: 20px;
        margin-left: -80px;
        width: calc(100% + 80px)
    }
}

@media all and (min-width: 993px) {
    .team-title {
        margin-top: 20px;
        margin-left: -120px;
        width: calc(100% + 120px)
    }
}

.row-testimonials .widget-title {
    border-bottom: 1px solid #58585a;
    padding-bottom: 18px;
    margin-bottom: 10px
}

.services-title {
    padding-top: 40px;
    margin-bottom: -40px
}

@media all and (max-width: 992px) {
    .services-title {
        padding-top: 20px;
        margin-bottom: -20px
    }
}

@media all and (min-width: 1201px) {
    .fulljustify {
        text-align: justify;
        line-height: 6px
    }
    .fulljustify:after {
        content: "";
        display: inline-block;
        width: 100%
    }
}

.footer-widget-area img {
    margin-bottom: 21px
}

.footer-sidebar-widget li {
    border-bottom: 1px solid #c9c8c8
}

.footer-widget-area .button {
    font-size: 12px
}

.footer-widget-area .widget-title,
.pre-footer-widget-area .widget-title {
    text-transform: capitalize;
    font-weight: 500
}

@media all and (max-width: 992px) {
    .footer-widget-area .widget-title,
    .pre-footer-widget-area .widget-title {
        text-align: center
    }
}

@media all and (max-width: 544px) {
    .btt-widget {
        position: absolute;
        top: -80px;
        z-index: 999;
        right: 15px
    }
}

.btt {
    text-align: center;
    float: left;
    width: 100%
}

.btt .btt-text {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 10px
}

@media all and (max-width: 544px) {
    .btt .btt-text {
        display: none
    }
}

.btt-icon {
    float: left;
    padding: 20px 29px;
    border-radius: 50%;
    background-color: #636466;
    font-size: 3em;
    color: #fff;
    display: block;
    margin: 0 auto
}

@media all and (max-width: 544px) {
    .btt-icon {
        padding: 15px 20px;
        font-size: 2em
    }
}

.btt-icon:hover {
    background-color: #ece5dc
}

.pre-footer-widget-area {
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px
}

aside.sidebar .widget_recent_comments li,
aside.sidebar .widget_categories li,
aside.sidebar .widget_recent_entries li,
aside.sidebar .widget_nav_menu li {
    margin: 8px 0;
    padding: 0 0 8px 0
}

aside.sidebar .widget_recent_comments li a,
aside.sidebar .widget_categories li a,
aside.sidebar .widget_recent_entries li a,
aside.sidebar .widget_nav_menu li a {
    color: #636466
}

aside.sidebar .widget_recent_comments li a:hover,
aside.sidebar .widget_categories li a:hover,
aside.sidebar .widget_recent_entries li a:hover,
aside.sidebar .widget_nav_menu li a:hover {
    color: #ece5dc
}

footer hr {
    height: 1px;
    background-color: transparent;
    margin: 0.5em 0
}

.navbar-nav__socials>.nav-item {
    padding: 0px 2px
}

.navbar-nav__socials>.nav-item a {
    color: #fff;
    padding: 4px 3px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 16px;
    width: 28px;
    height: 28px;
    text-align: center
}

.navbar-preheader .navbar-nav__socials {
    margin-left: 6px !important
}

.latest-tweets {
    position: relative
}

.latest-tweets-icon {
    right: 0;
    position: absolute;
    top: -76px;
    color: #ece5dc;
    font-size: 2em
}

.latest-tweets .time-ago,
.widget_recent_entries .post-date {
    display: inline-block;
    font-size: 12px;
    width: 100%
}

.widget_recent_entries .post-date:before {
    content: '\f3f3';
    margin-right: 6px
}

.opening-hours li .opening-hour {
    float: right
}

.opening-hours li .icon,
.opening-hours li .slick-arrow,
.opening-hours li .nav-item.menu-item-has-children>a,
.opening-hours .c-menu li.menu-item-has-children>a,
.c-menu .opening-hours li.menu-item-has-children>a,
.opening-hours li .btt-icon,
.opening-hours li .widget_recent_entries .post-date,
.widget_recent_entries .opening-hours li .post-date {
    color: #ece5dc
}

div.wpcf7 img.ajax-loader {
    display: none
}

.ajax-loader-custom {
    display: none
}