.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto
}

.container-fluid {
    padding-right: 1em;
    padding-left: 1em
}

.row {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.5em;
    margin-left: -0.5em
}

.row.reverse {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.col.reverse {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.row.gutterless .col-lg,
.row.gutterless .col-lg-1,
.row.gutterless .col-lg-2,
.row.gutterless .col-lg-3,
.row.gutterless .col-lg-4,
.row.gutterless .col-lg-5,
.row.gutterless .col-lg-6,
.row.gutterless .col-lg-7,
.row.gutterless .col-lg-8,
.row.gutterless .col-lg-9,
.row.gutterless .col-lg-10,
.row.gutterless .col-lg-11,
.row.gutterless .col-lg-12,
.row.gutterless .col-md,
.row.gutterless .col-md-1,
.row.gutterless .col-md-2,
.row.gutterless .col-md-3,
.row.gutterless .col-md-4,
.row.gutterless .col-md-5,
.row.gutterless .col-md-6,
.row.gutterless .col-md-7,
.row.gutterless .col-md-8,
.row.gutterless .col-md-9,
.row.gutterless .col-md-10,
.row.gutterless .col-md-11,
.row.gutterless .col-md-12,
.row.gutterless .col-sm,
.row.gutterless .col-sm-1,
.row.gutterless .col-sm-2,
.row.gutterless .col-sm-3,
.row.gutterless .col-sm-4,
.row.gutterless .col-sm-5,
.row.gutterless .col-sm-6,
.row.gutterless .col-sm-7,
.row.gutterless .col-sm-8,
.row.gutterless .col-sm-9,
.row.gutterless .col-sm-10,
.row.gutterless .col-sm-11,
.row.gutterless .col-sm-12,
.row.gutterless .col-xs,
.row.gutterless .col-xs-1,
.row.gutterless .col-xs-2,
.row.gutterless .col-xs-3,
.row.gutterless .col-xs-4,
.row.gutterless .col-xs-5,
.row.gutterless .col-xs-6,
.row.gutterless .col-xs-7,
.row.gutterless .col-xs-8,
.row.gutterless .col-xs-9,
.row.gutterless .col-xs-10,
.row.gutterless .col-xs-11,
.row.gutterless .col-xs-12 {
    padding-left: 0;
    padding-right: 0
}

.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,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5em;
    padding-left: 0.5em
}

.col-xs {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%
}

.col-xs-0 {
    display: none
}

.col-xs-1 {
    -webkit-flex-basis: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
}

.col-xs-2 {
    -webkit-flex-basis: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
}

.col-xs-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4 {
    -webkit-flex-basis: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
}

.col-xs-5 {
    -webkit-flex-basis: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
}

.col-xs-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-xs-7 {
    -webkit-flex-basis: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
}

.col-xs-8 {
    -webkit-flex-basis: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
}

.col-xs-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-xs-10 {
    -webkit-flex-basis: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
}

.col-xs-11 {
    -webkit-flex-basis: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
}

.col-xs-12 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.center-xs {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center
}

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

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

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

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

.around-xs {
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.between-xs {
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.first-xs {
    -webkit-order: -1;
    order: -1
}

.last-xs {
    -webkit-order: 1;
    order: 1
}

@media only screen and (min-width:48em) {
    .container {
        width: 49em
    }
    .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,
    .col-sm-offset-0,
    .col-sm-offset-1,
    .col-sm-offset-2,
    .col-sm-offset-3,
    .col-sm-offset-4,
    .col-sm-offset-5,
    .col-sm-offset-6,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9,
    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12 {
        box-sizing: border-box;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 0.5em;
        padding-left: 0.5em
    }
    .col-sm {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-sm-1 {
        -webkit-flex-basis: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    .col-sm-2 {
        -webkit-flex-basis: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    .col-sm-3 {
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-flex-basis: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    .col-sm-5 {
        -webkit-flex-basis: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    .col-sm-6 {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-flex-basis: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    .col-sm-8 {
        -webkit-flex-basis: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    .col-sm-9 {
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-flex-basis: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    .col-sm-11 {
        -webkit-flex-basis: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    .col-sm-12 {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .start-sm {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        text-align: start
    }
    .center-sm {
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center
    }
    .end-sm {
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        text-align: end
    }
    .show-sm {
        display: block
    }
    .top-sm {
        -webkit-align-items: flex-start;
        align-items: flex-start
    }
    .middle-sm {
        -webkit-align-items: center;
        align-items: center
    }
    .bottom-sm {
        -webkit-align-items: flex-end;
        align-items: flex-end
    }
    .around-sm {
        -webkit-justify-content: space-around;
        justify-content: space-around
    }
    .between-sm {
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
    .first-sm {
        -webkit-order: -1;
        order: -1
    }
    .last-sm {
        -webkit-order: 1;
        order: 1
    }
}

@media only screen and (min-width:64em) {
    .container {
        width: 65em
    }
    .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,
    .col-md-offset-0,
    .col-md-offset-1,
    .col-md-offset-2,
    .col-md-offset-3,
    .col-md-offset-4,
    .col-md-offset-5,
    .col-md-offset-6,
    .col-md-offset-7,
    .col-md-offset-8,
    .col-md-offset-9,
    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12 {
        box-sizing: border-box;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 0.5em;
        padding-left: 0.5em
    }
    .col-md {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-md-1 {
        -webkit-flex-basis: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    .col-md-2 {
        -webkit-flex-basis: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    .col-md-3 {
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-flex-basis: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    .col-md-5 {
        -webkit-flex-basis: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    .col-md-6 {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-flex-basis: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    .col-md-8 {
        -webkit-flex-basis: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    .col-md-9 {
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-flex-basis: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    .col-md-11 {
        -webkit-flex-basis: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    .col-md-12 {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .start-md {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        text-align: start
    }
    .center-md {
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center
    }
    .end-md {
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        text-align: end
    }
    .top-md {
        -webkit-align-items: flex-start;
        align-items: flex-start
    }
    .middle-md {
        -webkit-align-items: center;
        align-items: center
    }
    .bottom-md {
        -webkit-align-items: flex-end;
        align-items: flex-end
    }
    .around-md {
        -webkit-justify-content: space-around;
        justify-content: space-around
    }
    .between-md {
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
    .first-md {
        -webkit-order: -1;
        order: -1
    }
    .last-md {
        -webkit-order: 1;
        order: 1
    }
}

@media only screen and (min-width:75em) {
    .container {
        width: 76em
    }
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-offset-0,
    .col-lg-offset-1,
    .col-lg-offset-2,
    .col-lg-offset-3,
    .col-lg-offset-4,
    .col-lg-offset-5,
    .col-lg-offset-6,
    .col-lg-offset-7,
    .col-lg-offset-8,
    .col-lg-offset-9,
    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12 {
        box-sizing: border-box;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 0.5em;
        padding-left: 0.5em
    }
    .col-lg {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-lg-1 {
        -webkit-flex-basis: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    .col-lg-2 {
        -webkit-flex-basis: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    .col-lg-3 {
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-flex-basis: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    .col-lg-5 {
        -webkit-flex-basis: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    .col-lg-6 {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-flex-basis: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    .col-lg-8 {
        -webkit-flex-basis: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    .col-lg-9 {
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-flex-basis: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    .col-lg-11 {
        -webkit-flex-basis: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    .col-lg-12 {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .start-lg {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        text-align: start
    }
    .center-lg {
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center
    }
    .end-lg {
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        text-align: end
    }
    .top-lg {
        -webkit-align-items: flex-start;
        align-items: flex-start
    }
    .middle-lg {
        -webkit-align-items: center;
        align-items: center
    }
    .bottom-lg {
        -webkit-align-items: flex-end;
        align-items: flex-end
    }
    .around-lg {
        -webkit-justify-content: space-around;
        justify-content: space-around
    }
    .between-lg {
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
    .first-lg {
        -webkit-order: -1;
        order: -1
    }
    .last-lg {
        -webkit-order: 1;
        order: 1
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.Select {
    position: relative
}

.Select,
.Select div,
.Select input,
.Select span {
    box-sizing: border-box
}

.Select.is-disabled>.Select-control {
    background-color: #f9f9f9
}

.Select.is-disabled>.Select-control:hover {
    box-shadow: none
}

.Select.is-disabled .Select-arrow-zone {
    cursor: default;
    pointer-events: none;
    opacity: .35
}

.Select-control {
    border-spacing: 0;
    border-collapse: separate;
    display: table;
    -webkit-appearance: none;
    line-height: 17px;
    font-weight: 400;
    font-size: .9em;
    color: #1f8ccf;
    height: 40px!important;
    border: 1px solid #c7c7c7;
    -webkit-font-smoothing: antialiased;
    padding: 0 1em;
    margin-bottom: .8em;
    outline: 0;
    transition: all .3s ease;
    box-shadow: 0 2px 0 0 transparent;
    width: 100%;
    border-radius: 3px;
    background-color: #fff
}

.Select-control:hover {
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06)
}

.Select-control .Select-input:focus {
    outline: none
}

.is-searchable.is-open>.Select-control {
    cursor: text
}

.is-open>.Select-control .Select-arrow:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%
}

.is-searchable.is-focused:not(.is-open)>.Select-control {
    cursor: text
}

.is-focused:not(.is-open)>.Select-control {
    border-color: #007eff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1)
}

.Select--single>.Select-control .Select-value,
.Select-placeholder {
    bottom: -2px;
    color: #aaa;
    left: 0;
    right: 0;
    line-height: 41px;
    position: absolute;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.Select--single>.Select-control .Select-value {
    left: 1em;
    right: 1em
}

.Select-placeholder {
    padding-left: 1.2em
}

.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label,
.has-value.Select--single>.Select-control .Select-value .Select-value-label {
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 90%;
    display: block
}

.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label,
.has-value.Select--single>.Select-control .Select-value a.Select-value-label {
    cursor: pointer;
    text-decoration: none
}

.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:hover,
.has-value.Select--single>.Select-control .Select-value a.Select-value-label:focus,
.has-value.Select--single>.Select-control .Select-value a.Select-value-label:hover {
    color: #007eff;
    outline: none;
    text-decoration: underline
}

.Select-input {
    height: 25px
}

.Select-input>input {
    width: 100%;
    background: none transparent;
    border: 0 none;
    box-shadow: none;
    cursor: default;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    outline: none;
    line-height: 14px;
    padding: 8px 0 12px!important;
    -webkit-appearance: none;
    height: auto!important
}

.is-focused .Select-input>input {
    cursor: text
}

.has-value.is-pseudo-focused .Select-input {
    opacity: 0
}

.Select-control:not(.is-searchable)>.Select-input {
    outline: none
}

.Select-loading-zone {
    cursor: pointer;
    display: table-cell;
    text-align: center
}

.Select-loading,
.Select-loading-zone {
    position: relative;
    vertical-align: middle;
    width: 16px
}

.Select-loading {
    -webkit-animation: Select-animation-spin .4s infinite linear;
    animation: Select-animation-spin .4s infinite linear;
    height: 16px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-right-color: #333;
    display: inline-block
}

.Select-clear-zone {
    -webkit-animation: Select-animation-fadeIn .2s;
    animation: Select-animation-fadeIn .2s;
    color: #999;
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 17px
}

.Select-clear-zone:hover {
    color: #d0021b
}

.Select-clear {
    display: inline-block;
    font-size: 18px;
    line-height: 1
}

.Select--multi .Select-clear-zone {
    width: 17px
}

.Select--multi .Select-arrow {
    display: none
}

.Select-arrow-zone {
    cursor: pointer;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 25px;
    padding-right: 5px;
    display: none
}

.Select-arrow:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    opacity: .15;
    position: absolute;
    top: 30%;
    right: 5%;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.is-open .Select-arrow,
.Select-arrow-zone:hover>.Select-arrow {
    border-top-color: #666
}

.Select--multi .Select-multi-value-wrapper {
    display: inline-block;
    line-height: 1;
    min-height: 29px
}

.Select .Select-aria-only {
    display: inline-block;
    height: 1px;
    width: 1px;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    float: left
}

@-webkit-keyframes Select-animation-fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes Select-animation-fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.Select-menu-outer {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-color: #e6e6e6;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    box-sizing: border-box;
    margin-top: -1px;
    max-height: 200px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1;
    -webkit-overflow-scrolling: touch
}

.Select-menu {
    max-height: 198px;
    overflow-y: auto
}

.Select-option {
    box-sizing: border-box;
    background-color: #fff;
    color: #666;
    cursor: pointer;
    display: block;
    padding: 8px 10px
}

.Select-option:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.Select-option.is-selected {
    background-color: #f5faff;
    background-color: rgba(0, 126, 255, .04);
    color: #333
}

.Select-option.is-focused {
    background-color: #f2f8fc
}

.Select-option.is-disabled {
    color: #ccc;
    cursor: default
}

.Select-noresults {
    box-sizing: border-box;
    color: #999;
    cursor: default;
    display: block;
    padding: 8px 10px
}

.Select--multi .Select-input {
    vertical-align: middle;
    padding: 0;
    float: left
}

.Select--multi .Select-value {
    background: #a0a2a8;
    position: relative;
    line-height: 10px;
    height: 25px;
    border-radius: 3px;
    display: inline-block;
    padding: .5em;
    padding-right: 20px;
    font-size: .9em;
    color: #fff;
    margin-right: .5em;
    margin-top: .4em;
    float: left
}

.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
    display: inline-block;
    vertical-align: middle
}

.Select--multi .Select-value-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 15px;
    cursor: pointer;
    line-height: 26px
}

@keyframes Select-animation-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes Select-animation-spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

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


/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

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

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

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

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

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

img {
    border-style: none
}

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

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden],
template {
    display: none
}

* {
    box-sizing: border-box
}

a {
    text-decoration: none
}

hr {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #c7c7c7;
    margin: 2em 0
}

button {
    margin: 0;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: none;
    line-height: 1;
    cursor: pointer
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    width: 100%
}

.slick-list,
.slick-slider {
    position: relative;
    display: block;
    height: 100%
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

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

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

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%
}

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

.slick-track:after {
    clear: both
}

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

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

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

.fadeIn {
    opacity: 0;
    -webkit-animation: fadeIn 1s ease forwards;
    animation: fadeIn 1s ease forwards
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, -103%);
        transform: translate(-50%, -103%)
    }
    to {
        opacity: 1;
        -webkit-transform: translate(-50%, -105%);
        transform: translate(-50%, -105%)
    }
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, -103%);
        transform: translate(-50%, -103%)
    }
    to {
        opacity: 1;
        -webkit-transform: translate(-50%, -105%);
        transform: translate(-50%, -105%)
    }
}

@-webkit-keyframes fadeDown {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, 11%);
        transform: translate(-50%, 11%)
    }
    to {
        opacity: 1;
        -webkit-transform: translate(-50%, 13%);
        transform: translate(-50%, 13%)
    }
}

@keyframes fadeDown {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, 11%);
        transform: translate(-50%, 11%)
    }
    to {
        opacity: 1;
        -webkit-transform: translate(-50%, 13%);
        transform: translate(-50%, 13%)
    }
}

@-webkit-keyframes fadeLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate(-100%, -44%);
        transform: translate(-100%, -44%)
    }
    to {
        opacity: 1;
        -webkit-transform: translate(-110%, -44%);
        transform: translate(-110%, -44%)
    }
}

@keyframes fadeLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate(-100%, -44%);
        transform: translate(-100%, -44%)
    }
    to {
        opacity: 1;
        -webkit-transform: translate(-110%, -44%);
        transform: translate(-110%, -44%)
    }
}

@-webkit-keyframes fadeRight {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-44%);
        transform: translateY(-44%)
    }
    to {
        opacity: 1;
        -webkit-transform: translate(10%, -44%);
        transform: translate(10%, -44%)
    }
}

@keyframes fadeRight {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-44%);
        transform: translateY(-44%)
    }
    to {
        opacity: 1;
        -webkit-transform: translate(10%, -44%);
        transform: translate(10%, -44%)
    }
}

.u-category__a--color {
    color: #34a98f!important
}

.u-category__a--background {
    background: #34a98f!important
}

.u-category__a--border {
    border-color: #34a98f!important
}

.u-category__a--background-hover {
    transition: all .3s ease
}

.u-category__a--background-hover:hover {
    background-color: #4eb49e!important
}

.u-category__b--color {
    color: #1f8ccf!important
}

.u-category__b--background {
    background: #1f8ccf!important
}

.u-category__b--border {
    border-color: #1f8ccf!important
}

.u-category__b--background-hover {
    transition: all .3s ease
}

.u-category__b--background-hover:hover {
    background-color: #3c9bd5!important
}

.u-category__c--color {
    color: #c14341!important
}

.u-category__c--background {
    background: #c14341!important
}

.u-category__c--border {
    border-color: #c14341!important
}

.u-category__c--background-hover {
    transition: all .3s ease
}

.u-category__c--background-hover:hover {
    background-color: #c95b5a!important
}

.u-category__d--color {
    color: #dcb571!important
}

.u-category__d--background {
    background: #dcb571!important
}

.u-category__d--border {
    border-color: #dcb571!important
}

.u-category__d--background-hover {
    transition: all .3s ease
}

.u-category__d--background-hover:hover {
    background-color: #e1bf83!important
}

.u-category__e--color {
    color: #932493!important
}

.u-category__e--background {
    background: #932493!important
}

.u-category__e--border {
    border-color: #932493!important
}

.u-category__e--background-hover {
    transition: all .3s ease
}

.u-category__e--background-hover:hover {
    background-color: #a140a1!important
}

.u-category__f--color {
    color: #000!important
}

.u-category__f--background {
    background: #000!important
}

.u-category__f--border {
    border-color: #000!important
}

.u-category__f--background-hover {
    transition: all .3s ease
}

.u-category__f--background-hover:hover {
    background-color: #212121!important
}

.u-category__g--color {
    color: #54a18e!important
}

.u-category__g--background {
    background: #54a18e!important
}

.u-category__g--border {
    border-color: #54a18e!important
}

.u-category__g--background-hover {
    transition: all .3s ease
}

.u-category__g--background-hover:hover {
    background-color: #6aad9d!important
}

.u-category__none--color {
    color: #1f8ccf!important
}

.u-category__none--background {
    background: #1f8ccf!important
}

.u-category__none--border {
    border-color: #1f8ccf!important
}

.u-category__none--background-hover {
    transition: all .3s ease
}

.u-category__none--background-hover:hover {
    background-color: #3c9bd5!important
}

.wrap-lg {
    max-width: 80em;
    margin: 0 auto
}

.wrap-md {
    max-width: 70em;
    margin: 0 auto
}

.wrap-sm {
    max-width: 47em;
    margin: 0 auto
}

.box,
.box-row {
    position: relative;
    box-sizing: border-box;
    min-height: 1em;
    margin-bottom: 0
}

.box-row {
    margin-bottom: .5em
}

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

.divisor {
    border-bottom: 1px solid #eaeaea;
    text-align: center;
    height: 0;
    margin: 2em 0
}

.divisor span {
    padding: 0 1em;
    display: inline-block;
    font-size: .75em;
    background: #fff;
    color: #979797;
    position: relative;
    top: -1.1em
}

.loading {
    text-align: center
}

.loading img {
    width: 3em;
    height: auto;
    display: inline-block
}

.mask-phone {
    position: relative;
    border: 0;
    padding: 0;
    -webkit-appearance: none;
    background: none
}

.mask-phone:after {
    content: "Ver tudo";
    color: #1f8ccf;
    text-transform: uppercase;
    font-size: .6em;
    font-weight: 700;
    position: absolute;
    left: 10em;
    top: 10px;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1
}

.hide {
    display: none!important
}

body,
html {
    background: #f9f9f9;
    color: #3a3a3a;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 22px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    scroll-behavior: smooth
}

html.locked {
    overflow: hidden;
    width: 100vw;
    height: 100vh
}

html.locked body {
    overflow: hidden;
    min-width: 100vw;
    height: 100vh
}

body {
    padding-bottom: 3em
}

@media screen and (min-width:63.9em) {
    body {
        padding-bottom: 0
    }
}

.page-title {
    font-weight: 300;
    font-family: Roboto, sans-serif;
    font-size: 2em;
    line-height: 1.4;
    margin-bottom: 1em
}

.page-title_small {
    font-size: 1em;
    color: #979797;
    margin-bottom: 2em
}

.page-title-2 {
    font-weight: 600;
    font-size: 1.5em
}

.page-title-2,
.page-title-3 {
    line-height: 1.3;
    margin-bottom: .3em
}

.page-title-3 {
    color: #979797;
    font-size: 1.1em;
    letter-spacing: 1px
}

.page-title-3 strong {
    color: #000
}

.page-title-4 {
    font-weight: 600;
    color: #3a3a3a;
    font-size: 1em;
    margin-bottom: .5em
}

.page-title-4--center {
    text-align: center
}

.centered {
    margin: auto;
    width: 50%;
    margin-top: 3em;
    margin-bottom: 3em
}

.author__author {
    display: block;
    width: calc(100% - 36px - .5em)
}

.author:not(body) {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.author:not(body) .author__image {
    display: inline-block;
    min-width: 36px;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: .5em;
    border: 3px solid #a0a2a8
}

.author:not(body) .author__image img {
    border: 2px solid #fff;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    display: block
}

.author:not(body) .author__wrap {
    display: inline-block
}

.author:not(body) .author__name {
    display: block;
    font-size: .8em;
    transition: all .3s ease;
    color: #707480;
    letter-spacing: .8px;
    line-height: 1;
    margin-bottom: .3em;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.author:not(body) .author__city {
    color: #707480;
    text-transform: uppercase;
    font-size: .6em;
    display: block;
    line-height: 1
}

.author:not(body).big .author__image {
    margin-right: 1em;
    min-width: 48px;
    width: 48px;
    height: 48px
}

.author:not(body).big span {
    font-size: 1em
}

.blog-card--simple,
.blog-card--simple a {
    color: inherit
}

.blog-card--simple .image {
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 1em;
    border-radius: 3px;
    height: 12em;
    object-fit: cover
}

.blog-card--simple .title {
    font-weight: 700;
    font-size: 1.5em;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: .5em
}

.blog-card--simple .desc {
    line-height: 1.3;
    font-size: .8em;
    margin-bottom: 1em
}

.blog-card--full {
    background: #fff;
    color: #3a3a3a;
    display: block;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    transition: all .3s ease
}

.blog-card--full:hover {
    border: 1px solid #fff
}

.blog-card--full a {
    color: #3a3a3a
}

.blog-card--full img {
    width: 100%;
    height: auto;
    display: block;
    margin: -1px
}

.blog-card--full .wrap {
    padding: 1.3em;
    position: relative
}

.blog-card--full .title {
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: .2px;
    margin: .5em 0
}

.blog-card--full .category {
    font-size: .75em;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 1.5px
}

.blog-card--full .index {
    font-size: 5em;
    opacity: .08;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    line-height: 1
}

.blog-event {
    background: #fff;
    border: 1px solid #eaeaea;
    border-right: none;
    padding: 2em;
    transition: all .3s ease;
    display: block;
    color: inherit
}

.blog-event:hover {
    background: #f9f9f9;
    box-shadow: inset 0 2px #000
}

.blog-event .date {
    font-size: .8em;
    font-weight: 700;
    line-height: 1.23;
    letter-spacing: 1.2px;
    color: #979797;
    text-transform: uppercase
}

.blog-event .title {
    font-size: 1.2em;
    line-height: 1.39;
    letter-spacing: 1px;
    margin-top: 2.5em;
    height: 160px
}

.blog-event .location {
    font-size: .8em;
    line-height: 1.14;
    letter-spacing: .7px;
    color: #979797
}

@media (min-width:1001px) and (max-width:1049px) {
    .blog-card--simple__horizontal .title {
        height: 56.1px
    }
}

.button {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background-color: #fff;
    cursor: pointer;
    font-size: .8em;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    border-radius: 3px;
    transition: all .3s ease;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative
}

.button.small {
    padding: .5em 1.4em
}

.button.medium {
    padding: .8em 1.4em
}

.button.full,
.button.large {
    padding: 1.35em 2.2em 1.2em
}

.button.full {
    width: 100%
}

.button.default {
    background: #1f8ccf;
    color: #fff
}

.button.default:hover {
    background: #3c9bd5
}

.button.positive {
    color: #fff;
    background: #21ddba
}

.button.positive:hover {
    background: #3ee1c3
}

.button.negative {
    color: #fff;
    background: #f04667
}

.button.negative:hover {
    background: #f25e7b
}

.button.white {
    color: #3d3d3d;
    background: #fff;
    border: 1px solid #3d3d3d
}

.button.white:hover {
    background: #3d3d3d;
    color: #fff
}

.button.facebook {
    color: #fff;
    background: #3a5ba0;
    padding-left: 50px;
    margin-bottom: 1em;
    text-transform: none
}

.button.facebook .icon {
    position: absolute;
    left: 0;
    top: 10px;
    margin: 0;
    border-right: 1px solid #4367b1;
    bottom: 10px;
    width: 40px;
    display: -webkit-flex;
    display: flex
}

.button.facebook .icon svg {
    margin: auto
}

.button.facebook:hover {
    background: #3a5ba0
}

.button.google {
    background: #fff;
    border: 1px solid #3a3a3a;
    color: #3a3a3a;
    padding-left: 50px;
    margin-bottom: 1em;
    text-transform: none
}

.button.google .icon {
    position: absolute;
    left: 0;
    top: 10px;
    margin: 0;
    border-right: 1px solid #e8e8e8;
    bottom: 10px;
    width: 40px;
    display: -webkit-flex;
    display: flex
}

.button.google .icon svg {
    margin: auto
}

.button.google:hover {
    background: #fff
}

.button.disabled,
.button.disabled:hover {
    background: #a0a2a8;
    color: #fff;
    cursor: default
}

.button.grey {
    background: #eee;
    color: #bbb
}

.button.grey:hover {
    background: #f0f0f0
}

.button.dark {
    background: #3a3a3a;
    color: #fff;
    border: 1px solid #eee
}

.button.dark:hover {
    background: #f0f0f0;
    color: #3a3a3a
}

.button.dark__borderless {
    border: 0
}

.button.gutter {
    margin-bottom: 2em
}

.button.rounded.default {
    border: 1px solid #1f8ccf;
    color: #1f8ccf;
    background: #fff
}

.button.rounded.default:hover {
    color: #fff;
    background: #1f8ccf
}

.button.rounded.positive {
    border: 1px solid #21ddba;
    color: #21ddba;
    background: #fff
}

.button.rounded.positive:hover {
    color: #fff;
    background: #21ddba
}

.button.rounded.negative {
    border: 1px solid #f04667;
    color: #f04667;
    background: #fff
}

.button.rounded.negative:hover {
    color: #fff;
    background: #f04667
}

.button.rounded.neutral {
    border: 1px solid #3a3a3a;
    color: #3a3a3a;
    background: none;
    letter-spacing: 1px;
    line-height: .3
}

.button.rounded.neutral:hover {
    color: #fff;
    background: #3a3a3a
}

.button.rounded.white {
    border: 1px solid #fff;
    color: #fff;
    background: none;
    letter-spacing: 1px;
    line-height: .3
}

.button.rounded.white:hover {
    color: #3a3a3a;
    background: #fff
}

.button .icon {
    position: relative;
    margin-top: -10px;
    top: 3px;
    margin-left: 1em;
    margin-right: 1em;
    display: inline-block
}

.button .icon.arrow {
    margin-left: 0;
    top: 0
}

.button:focus,
.button:focus:hover {
    outline: 0
}

.link,
.link a {
    font-size: .9em;
    color: #1f8ccf;
    text-decoration: underline;
    display: inline-block;
    background: none;
    border: 0;
    cursor: pointer;
    outline: 0
}

.link:hover,
.link a:hover {
    text-decoration: none
}

.link.center,
.link a.center {
    width: 100%;
    text-align: center
}

.link.gutter,
.link a.gutter {
    margin-top: 2em;
    margin-bottom: 2em
}

.link.left,
.link a.left {
    text-align: left
}

.link.right,
.link a.right {
    text-align: right
}

.link.black,
.link a.black {
    color: #000
}

.link.back {
    display: block
}

.link.back a {
    padding-top: .5em;
    color: #c7c7c7;
    text-decoration: none;
    font-weight: 700;
    transition: color .3s ease
}

.link.back:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-left: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: .5em;
    position: relative;
    top: -1px;
    left: 2px;
    transition: all .3s ease
}

.link.back:hover a {
    color: #979797
}

.link.back:hover:before {
    border-left: 1px solid #979797;
    border-bottom: 1px solid #979797
}

.photo__status {
    position: absolute;
    border-radius: 50%;
    bottom: -4px;
    left: -14px;
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 4px solid #fff;
    z-index: 1
}

.photo__status.status-1 {
    background: #d3f8f1;
    color: #21ddba
}

.photo__status.status-2 {
    background: #eaeaea;
    color: #979797
}

.photo__status.status-3 {
    background: #fcdae1;
    color: #f04667
}

.photo__status.small {
    left: -5px;
    bottom: -5px
}

.status-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(.7);
    -ms-transform: translate(-50%, -50%) scale(.7);
    transform: translate(-50%, -50%) scale(.7)
}

.dropzone.loading-stage .dropzone__placeholder {
    margin-top: 0
}

.dropzone.loading-stage .dropzone-column:before {
    display: none!important
}

.dropzone.loading-stage .dropzone__loading>div {
    display: none
}

.dropzone__placeholder {
    background: #fff;
    border: 2px dashed #d2d2d2;
    border-radius: 3px;
    padding: .5em;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
    margin-top: 2em
}

.dropzone__placeholder>span {
    background: #1f8ccf;
    border-radius: 3px;
    padding: 1.8em;
    display: block;
    color: #fff
}

.dragged .dropzone__placeholder {
    background: #f2f8fc
}

.dropzone__placeholder-link {
    text-decoration: underline
}

.dropzone__placeholder-icon {
    margin-right: .5em;
    position: relative;
    top: 2px;
    color: #1f8ccf;
    background: #fff;
    display: inline-block;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 47px
}

.dropzone__placeholder-subtext {
    margin-top: .5em;
    font-size: .8em
}

.dropzone.has-photos .dropzone__placeholder {
    display: inline-block;
    width: 100%;
    border: 0;
    margin-top: .5em;
    padding: 0
}

.dropzone.has-photos .dropzone__placeholder>span {
    background: none;
    border: 2px dashed #eaeaea
}

.dropzone.has-photos .dropzone__placeholder .dropzone__placeholder-icon {
    color: #fff;
    margin: 0;
    background: #1f8ccf
}

.dropzone.has-photos .dropzone__placeholder .dropzone__placeholder-subtext,
.dropzone.has-photos .dropzone__placeholder .dropzone__placeholder-text {
    display: none
}

@media (max-width:768px) {
    .dropzone.has-photos {
        position: relative
    }
    .dropzone.has-photos .dropzone-column {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 70px);
        white-space: nowrap;
        overflow: auto;
        padding-right: 70px
    }
    .dropzone.has-photos .dropzone__placeholder {
        display: inline-block;
        margin-top: 0
    }
    .dropzone.has-photos:after {
        content: "";
        display: block;
        width: 50px;
        height: 100%;
        position: absolute;
        bottom: 0;
        right: 70px;
        background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff)
    }
}

@media (min-width:768px) {
    .dropzone.has-photos {
        position: relative
    }
    .dropzone.has-photos .dropzone-column {
        position: relative;
        height: 500px;
        margin: 0 -.6em;
        padding: 0 .6em;
        overflow-y: auto;
        overflow-x: hidden
    }
    .dropzone.has-photos .dropzone-column:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        background-image: url("data:image/gif;base64,R0lGODlheABkAIABAOvr6wAAACH5BAEAAAEALAAAAAB4AGQAAAKxTICpy+0Po5w0mlOz3rxL7IXiSJbmiabqyrbuC8fyTNf2jef6zvf+DwwKh8Si8YhMKpfMpvMJjUqn1Kr1is1qt9yu9wsOi8fksvmMTqvX7Lb7DY/L5/S6/Y7P6/f8vv8PGCg4SFhoeIiYqLjI2Oj4CBkpOUlZaXmJmam5OQbid/F3ITpKWmp6ipqqusra6voKGys7S1tre4ubq7vL2+v7CxwsPExcbHyMnKy8zNzsvFsAADs=");
        background-size: calc(100% - 1.2em) auto;
        background-position: top;
        background-repeat: repeat-y
    }
    .dropzone.has-photos:after {
        content: "";
        display: block;
        width: 100%;
        height: 50px;
        position: absolute;
        bottom: 120px;
        left: 0;
        background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff)
    }
}

.dropzone__item {
    width: 100%;
    display: block;
    height: 99px;
    margin-bottom: 9px;
    position: relative;
    border-radius: 3px;
    background-position: 50%;
    background-size: cover;
    cursor: pointer
}

.dropzone__item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 4px solid transparent;
    transition: all .3s ease
}

.dropzone__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto
}

.dropzone__item span {
    display: none
}

.dropzone__loading {
    width: 100%;
    height: 99px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    border-radius: 3px;
    display: -webkit-flex;
    display: flex
}

.dropzone__loading>div {
    background-position: 50%;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .2;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.dropzone__loading span {
    margin: auto;
    font-size: .8em;
    font-weight: 700;
    color: #1f8ccf;
    text-shadow: 1px 1px 4px #fff
}

.dropzone__item--active:after {
    border: 4px solid #1f8ccf
}

@media (min-width:768px) {
    .dropzone__item--active:before {
        content: "";
        display: block;
        border: 10px solid transparent;
        border-left-color: #1f8ccf;
        position: absolute;
        right: -20px;
        top: calc(50% - 10px)
    }
}

@media screen and (max-width:48em) {
    .dropzone__item {
        width: 70px;
        height: 70px;
        display: inline-block;
        margin-right: .5em
    }
    .dropzone.has-photos .dropzone__placeholder {
        width: 70px!important;
        height: 70px
    }
    .dropzone.has-photos .dropzone__placeholder>span {
        padding: .3em;
        height: 100%
    }
    .dropzone.has-photos .dropzone__placeholder .dropzone__placeholder-icon {
        top: 8px
    }
    .dropzone.has-photos .dropzone__loading {
        display: inline-block;
        width: 70px!important;
        height: 70px
    }
}

.flag__portobello-shop {
    display: inline-block
}

.flag__portobello-shop span {
    font-weight: 700
}

.flag__portobello-shop img {
    max-width: 100px;
    width: 100%;
    height: auto
}

.footer {
    background: #fff;
    padding: 3em 0 0;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

.footer .container-fluid {
    display: none
}

.footer__social-wrap {
    display: -webkit-flex;
    display: flex;
    text-align: center
}

.footer__social-wrap .footer__social {
    margin-right: 1em
}

.footer__social-wrap .footer-menu__item--submenu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row
}

.footer__logo {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.footer__logo a {
    width: 10em
}

.footer__logo p {
    margin: 0 2.5em;
    font-size: 1.1em;
    font-weight: 700
}

.footer__logo img {
    width: 100%
}

.footer__social a {
    cursor: pointer;
    margin: 0 .7em
}

.footer__social a,
.footer__social a svg {
    display: inline-block;
    vertical-align: middle
}

.footer__social a g {
    transition: all .3s ease
}

.footer__social a:last-child {
    margin-right: 0
}

.footer__social a #facebook {
    fill: #3b5998
}

.footer__social a #instagram {
    fill: #c13584
}

.footer__social a #twitter {
    fill: #1da1f2
}

.footer__social a #pinterest {
    fill: #bd081c
}

.footer__social a #youtube {
    fill: #cd201f
}

.footer__social a #linkedin {
    fill: #0077b5
}

.footer-menu {
    display: -webkit-flex;
    display: flex;
    margin-top: 3em
}

.footer-menu__item {
    margin-right: 2em
}

.footer-menu__item.\--color {
    color: #1f8ccf
}

.footer-menu__item:not(.footer-menu__item--submenu)>li>.footer-menu__link {
    display: block;
    width: 100%;
    margin-bottom: 1em;
    margin-right: 3em;
    font-size: 1.1em;
    font-weight: 700;
    position: relative;
    color: inherit
}

.footer-menu__item:not(.footer-menu__item--submenu)>li>.footer-menu__link>span {
    color: inherit;
    display: inline-block;
    line-height: 24px
}

.footer-menu__item:not(.footer-menu__item--submenu)>li>.footer-menu__link>span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid;
    border-bottom-color: inherit;
    margin-top: -1px;
    width: 15%
}

.footer-menu__item--submenu {
    margin-bottom: 1.75rem;
    line-height: 1.8;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    white-space: nowrap
}

.footer-menu__item--submenu>ul {
    width: 50%
}

.footer-menu__item--submenu>ul:first-child {
    margin-right: 1.25em
}

.footer-menu__item--submenu.footer-menu__item--double {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 1;
    flex: 0 1;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 26em;
    margin-right: 1em
}

.footer-menu__item--submenu.footer-menu__item--double li {
    width: 50%
}

.footer-menu__item--submenu .footer-menu__link {
    color: #686868;
    font-size: 1em;
    font-weight: 300;
    margin-right: 2em;
    display: block
}

.footer-menu__item--submenu .footer-menu__link:hover {
    text-decoration: underline
}

.footer__copyright {
    display: none;
    margin-top: -2.4em;
    padding: 0 1em;
    text-align: center;
    border-top: 1px solid #ebebec;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.footer__copyright p {
    color: #8d8e8e;
    font-size: .9em;
    letter-spacing: .05em;
    margin-top: 2.5rem;
    -webkit-font-smoothing: antialiased
}

.footer__copyright a {
    color: inherit
}

.footer__copyright a:hover {
    text-decoration: underline
}

.footer__scroll-top {
    border: 2px solid #000;
    background-color: #fff;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    margin: 1em auto;
    display: block;
    position: relative
}

.footer__scroll-top:after {
    content: "";
    position: absolute;
    top: 26%;
    left: 39.4%;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-right-color: #000;
    border-bottom-color: #000;
    opacity: .5;
    -webkit-transform: rotate(225deg) translate(-50%, -50%);
    -ms-transform: rotate(225deg) translate(-50%, -50%);
    transform: rotate(225deg) translate(-50%, -50%)
}

.footer__languages {
    color: #686868;
    font-size: .75em;
    line-height: 2.6em;
    border: 1px solid #000;
    border-radius: 2px;
    position: relative;
    height: 2.6em;
    padding: 0 2.8em 0 1em;
    margin-left: 5em;
    margin-top: .8em;
    width: 95px
}

.footer__languages img {
    width: 1.7em;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: .5em
}

.footer__languages .footer__languages-select {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%
}

.footer__languages:after {
    content: "";
    display: block;
    width: .6em;
    height: .6em;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: .8em;
    top: .7em
}

@media screen and (min-width:64em) {
    .footer {
        padding: 2.5rem 0
    }
    .footer .container-fluid,
    .footer .footer__copyright {
        display: -webkit-flex;
        display: flex
    }
}

.input-control__holder {
    position: relative;
    display: block;
    width: 100%
}

.floating-label {
    border: 1px solid #cecece;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    position: relative;
    margin-bottom: .5em
}

.floating-label .Select-control,
.floating-label input,
.floating-label textarea {
    border: 0;
    width: 100%;
    height: 48px;
    margin-bottom: 0;
    padding-top: 1.1em;
    padding-left: 1.2em
}

.floating-label .Select-control::-webkit-input-placeholder,
.floating-label input::-webkit-input-placeholder,
.floating-label textarea::-webkit-input-placeholder {
    color: transparent
}

.floating-label .Select-control::-moz-placeholder,
.floating-label input::-moz-placeholder,
.floating-label textarea::-moz-placeholder {
    color: transparent
}

.floating-label .Select-control:-ms-input-placeholder,
.floating-label input:-ms-input-placeholder,
.floating-label textarea:-ms-input-placeholder {
    color: transparent
}

.floating-label .Select-control:-moz-placeholder,
.floating-label input:-moz-placeholder,
.floating-label textarea:-moz-placeholder {
    color: transparent
}

.floating-label.floating-label__full input {
    padding-top: .1em
}

.floating-label.floating-label__full input::-webkit-input-placeholder {
    color: #7c7c7c
}

.floating-label.floating-label__full input::-moz-placeholder {
    color: #7c7c7c
}

.floating-label.floating-label__full input:-ms-input-placeholder {
    color: #7c7c7c
}

.floating-label.floating-label__full input:-moz-placeholder {
    color: #7c7c7c
}

.floating-label.floating-label__full input:placeholder {
    color: #7c7c7c
}

.floating-label.floating-label__prefix label {
    font-size: .75em;
    top: .5em
}

.floating-label.floating-label__prefix input {
    padding-top: .8em
}

.floating-label.floating-label__error {
    border-top: 2px solid #f04667;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.floating-label.floating-label__error label {
    color: #f04667
}

.floating-label .Select-control {
    padding: 1.5em 1em 0!important
}

.floating-label .Select-placeholder {
    bottom: -6px
}

.floating-label label {
    position: absolute;
    left: 1.4em;
    top: 1em;
    text-transform: none;
    color: #7c7c7c;
    font-size: .9em;
    width: auto;
    cursor: pointer;
    transition: all .3s ease
}

.floating-label label span {
    color: #dcdcdc
}

.floating-label.active label,
.floating-label input:focus~label,
.floating-label input:not(:placeholder-shown)~label,
.floating-label textarea:focus~label,
.floating-label textarea:not(:placeholder-shown)~label {
    font-size: .75em;
    top: .5em
}

.floating-label .tooltip {
    position: absolute;
    right: 1.1em;
    top: 1.1em
}

.floating-label__show-password {
    position: absolute;
    right: 5px;
    top: 10px;
    outline: 0;
    color: #5e5e5e
}

.floating-label__show-password svg {
    width: 25px;
    height: 25px
}

.input-control {
    -webkit-appearance: none;
    line-height: 40px;
    font-weight: 400;
    font-size: .9em;
    color: #1f8ccf;
    padding: 0 1em;
    outline: 0;
    -webkit-font-smoothing: antialiased;
    height: 40px;
    border: 1px solid #c7c7c7;
    margin-bottom: .8em;
    transition: all .3s ease;
    box-shadow: 0 2px 0 0 transparent;
    width: 100%;
    border-radius: 3px;
    background-color: #fff
}

.input-control:focus {
    box-shadow: 0 2px 18px 0 rgba(0, 0, 0, .05);
    border-color: rgba(0, 0, 0, .4)
}

.input-control.input-control_error {
    border-color: #f04667
}

.input-control::-webkit-input-placeholder {
    color: #c7c7c7
}

.input-control::-moz-placeholder {
    color: #c7c7c7
}

.input-control:-ms-input-placeholder {
    color: #c7c7c7
}

.input-control:-moz-placeholder {
    color: #c7c7c7
}

.input-control:placeholder {
    color: #c7c7c7
}

.input-control.icon--left {
    padding-left: 3em;
    background-position: 1em
}

.input-control.icon--user {
    background-image: url(e8e69785c386e1e490ea1f130893edc3.svg);
    background-repeat: no-repeat;
    background-size: 1em
}

.input-control.icon--lock {
    background-image: url(a656a95cdf54061f91125e8e15220ddd.svg);
    background-repeat: no-repeat;
    background-size: 1em
}

.input-control.icon--edit {
    background-position: .2em;
    background-image: url(e788f4f2b1594206723f4841ad161ca0.svg);
    background-repeat: no-repeat;
    background-size: .8em;
    padding-left: 1.5em
}

.input-control.disabled {
    background: #eee;
    color: #777;
    border: 1px solid #d6d6d6
}

.input-control--prefix {
    display: -webkit-flex;
    display: flex
}

.input-control--prefix span {
    display: inline-block;
    color: #979797;
    line-height: 60px;
    height: 48px;
    font-size: .85em;
    padding-left: 1.2em
}

.input-control--prefix input {
    border: 0;
    outline: 0;
    font-weight: 400;
    font-size: .9em;
    color: #1f8ccf;
    -webkit-flex: 1;
    flex: 1;
    padding-left: .1em
}

.input-control__captcha {
    margin: 0 auto 1em;
    -webkit-transform: scale(.925);
    -ms-transform: scale(.925);
    transform: scale(.925);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0
}

.textarea-control {
    -webkit-appearance: none;
    line-height: 40px;
    font-weight: 400;
    font-size: .9em;
    color: #1f8ccf;
    outline: 0;
    border: 0;
    width: 100%;
    height: 8.6em!important;
    resize: none;
    margin-top: .5em;
    line-height: 1.2;
    padding: .3em 1.1em
}

.select-control {
    position: relative
}

.select-control select {
    -webkit-appearance: none;
    background: none;
    border: 0;
    line-height: 40px;
    font-weight: 400;
    font-size: .9em;
    color: #1f8ccf;
    height: 48px;
    width: 100%;
    padding: 0 1.2em
}

.select-control:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    opacity: .15;
    position: absolute;
    top: 40%;
    right: 5%;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.label-control {
    font-size: .75em;
    color: #000;
    text-transform: uppercase;
    display: block;
    width: 100%
}

.label-control span {
    font-size: .8em;
    opacity: .5
}

.submit-area .checkbox-control a {
    color: #21ddba;
    border-bottom: 1px solid #21ddba
}

.submit-area .checkbox-control a:hover {
    border-bottom: 1px solid transparent
}

.input-control--error .checkbox-control label:after,
.input-control--error .input-control {
    border-color: #f04667
}

.error-control {
    display: -webkit-flex;
    display: flex;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    padding: 1em;
    font-size: .8em;
    width: 100%;
    margin-bottom: 1em;
    -webkit-animation: .3s ease fadeIn;
    animation: .3s ease fadeIn
}

.error-control .icon {
    color: #f04667;
    margin-right: 1em
}

.error-control li {
    line-height: 1.4;
    margin-top: .5em
}

.error-control li span {
    color: #f04667
}

.error-control__label {
    color: #f04667;
    font-size: .8em;
    display: block;
    line-height: 1.2;
    width: 100%;
    min-height: 25px;
    margin-top: -.6em
}

.error-control__float {
    left: -10px;
    -webkit-transform: translate(-105%, -66%);
    -ms-transform: translate(-105%, -66%);
    transform: translate(-105%, -66%);
    padding: .5em 1em;
    color: #fff;
    -webkit-animation: .3s ease fadeIn;
    animation: .3s ease fadeIn
}

.error-control__float,
.error-control__float:after {
    position: absolute;
    top: 50%;
    background-color: #f04667
}

.error-control__float:after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #f04667;
    border-bottom: 2px solid #f04667;
    -webkit-transform: rotate(-45deg) translate(72%, -6%);
    -ms-transform: rotate(-45deg) translate(72%, -6%);
    transform: rotate(-45deg) translate(72%, -6%);
    right: 0
}

@media screen and (max-width:64em) {
    .error-control__float {
        position: relative;
        left: auto;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 0 0 1em
    }
    .error-control__float:after {
        display: none
    }
}

.form-divider {
    padding: 1em;
    border: 1px solid #e5e5e5;
    border-radius: 5px
}

body:not(.body-page__project) body:not(.body-page__project) [data-reactroot]>nav {
    min-height: 4.5rem
}

.header__container {
    height: 4.5rem;
    width: 100%;
    max-width: 80em;
    margin: auto
}

.headroom {
    background: #fff;
    position: fixed;
    max-width: 80em;
    width: 100%;
    z-index: 99;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    will-change: transform;
    border: 1px solid #f2f2f2;
    border-top-width: 0;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .03)
}

.headroom.headroom--unpinned {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.header--mobile__opened .headroom.headroom--unpinned {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.header {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    height: 4.5rem
}

.header__menu {
    padding: 0;
    margin-left: 0;
    margin-right: 0
}

.header-menu__item {
    margin-right: 1em
}

@media screen and (max-width:64em) {
    .header,
    .header__container,
    body:not(.body-page__project) [data-reactroot]>nav {
        min-height: 3.5rem;
        height: 3.5rem
    }
}

.logo {
    display: -webkit-flex;
    display: flex;
    margin-right: 3em
}

.logo h1 {
    margin: auto
}

.logo img {
    width: 4em;
    height: auto
}

@media screen and (max-width:64em) {
    .logo img {
        width: 6.5rem;
        height: auto
    }
}

@media screen and (min-width:64.1em) {
    .logo img {
        margin-left: .5em
    }
}

@media screen and (min-width:64.1em) {
    .header-menu__item--sitemap {
        display: none!important
    }
    .header-menu {
        color: #979797
    }
    .header-menu__item {
        display: inline-block
    }
    .header-menu__item.\--color {
        color: #1f8ccf
    }
    .header-menu__item li {
        position: relative;
        width: 100%
    }
    .header-menu__item:hover .header-menu__link:after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: 2px
    }
    .header-menu>div>.header-menu__item>li>.header-menu__link:hover:before {
        content: "";
        position: absolute;
        bottom: -1.3em;
        left: 0;
        width: 100%;
        height: 3px;
        border: 0;
        border-bottom: 3px solid;
        border-bottom-color: inherit
    }
    .header-menu__link {
        display: block;
        padding: .5em .25em;
        margin: 0 .3vw;
        font-size: .875em;
        font-weight: 600;
        color: inherit;
        position: relative;
        transition: color .3s ease;
        letter-spacing: .8px
    }
    .header-menu__link.has-children:after {
        content: "";
        display: inline-block;
        width: 7px;
        height: 7px;
        border-right: 2px solid;
        border-bottom: 2px solid;
        border-right-color: inherit;
        border-bottom-color: inherit;
        opacity: .3;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        right: -10px;
        top: -3px
    }
    .header-menu__item--submenu {
        display: none;
        position: absolute;
        left: calc(50% - 125px);
        width: 270px;
        padding: 1.3em 1.6em;
        z-index: 10;
        background: #fff;
        text-align: left;
        box-shadow: 0 2px 18px 0 rgba(0, 0, 0, .1);
        -webkit-flex-direction: column;
        flex-direction: column
    }
    .header-menu__item--submenu:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 7px solid transparent;
        border-bottom-color: #fff;
        position: absolute;
        top: -14px;
        right: calc(50% - 3.5px)
    }
    .header-menu__item--submenu>li>.header-menu__item--submenu {
        -webkit-transform: translate(90%, -50%);
        -ms-transform: translate(90%, -50%);
        transform: translate(90%, -50%);
        left: auto;
        top: 0;
        right: -1em
    }
    .header-menu__item--submenu>li>.header-menu__item--submenu:before {
        content: none
    }
    .header-menu__item--submenu .header-menu__link {
        padding: 0;
        margin: 0;
        line-height: 1.8
    }
    .header-menu__item--submenu .header-menu__link:not(:hover) {
        color: #3a3a3a
    }
    .header-menu__item--submenu .header-menu__link:after {
        display: none
    }
    .header-menu__item:hover>.header-menu__item--submenu,
    .header-menu__item:hover>li>.header-menu__item--submenu {
        display: -webkit-flex;
        display: flex
    }
}

@media screen and (max-width:64em) {
    body.header--mobile__opened {
        overflow: hidden
    }
    .header--mobile__menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 100vh;
        background: #fff;
        z-index: 999;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0!important;
        padding: 5em 1.25em!important;
        -webkit-flex-direction: column!important;
        flex-direction: column!important
    }
    .header--mobile__menu.header--mobile__opened {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .header-menu {
        display: -webkit-flex;
        display: flex;
        padding: 0 1.25em 0 1.6em!important
    }
    .header-menu>.header-menu__item {
        width: 100%;
        margin-bottom: 1.25em
    }
    .header-menu>.header-menu__item.u-category__a--color {
        width: 100%
    }
    .header-menu__submenu-label {
        display: none
    }
    .header-menu__item:not(.header-menu__item--submenu)>li>.header-menu__link {
        color: inherit;
        font-size: 1.5em;
        font-weight: 600;
        line-height: 1.6
    }
    .header-menu__item.u-category__e--color {
        border-bottom: 1px solid #eaeaea;
        margin-top: .7em;
        margin-bottom: .7em;
        padding-top: .7em;
        padding-bottom: .7em;
        display: block
    }
    .header-menu__item.u-category__e--color>li>.header-menu__link {
        color: inherit;
        font-size: 1.3em;
        font-weight: 600;
        line-height: 1.6
    }
    .header-menu__item.u-category__e--color:first-child {
        padding-top: 0
    }
    .header-menu__item--submenu .header-menu__link {
        color: #676767;
        font-size: 1em;
        line-height: 2;
        text-align: left;
        font-weight: 400
    }
    .header-menu__item--submenu .header-menu__item--submenu {
        padding-left: 1em;
        font-size: .9em
    }
    .header-menu__item--sitemap {
        margin-top: .7em;
        padding-top: .7em
    }
    .header-menu__item--sitemap .header-menu__link {
        font-size: .8em!important;
        line-height: 2!important;
        text-align: left!important;
        color: #bbb!important;
        font-weight: 400!important
    }
    .header--mobile__handlers {
        position: fixed;
        top: 0;
        left: 1.25em;
        right: 1.25em;
        height: 3.4rem;
        background: #fff
    }
}

.header--mobile__close,
.header--mobile__open {
    display: none
}

@media screen and (max-width:64em) {
    .header--mobile__open {
        display: block;
        width: 2.5rem;
        height: 2.5rem;
        background: url(664997e09ea38247b4c302fe5c50da83.svg) 50%/20px no-repeat
    }
    .header--mobile__close {
        position: absolute;
        display: block;
        width: 2.25rem;
        height: 2.25rem;
        background: #fbfcfc url(631d92b411913cbfee98b02d43f0a00c.svg) 50%/13px no-repeat;
        border: 1px solid #ebeff2;
        border-radius: 2.25rem;
        top: .7em;
        right: 1em;
        z-index: 2
    }
}

@media screen and (min-width:64.1em) {
    .header--mobile__handlers {
        position: relative;
        z-index: 9
    }
}

.search {
    margin-right: 1rem
}

.search--form {
    width: 100%;
    position: relative;
    height: 2.25rem
}

.search--input {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    width: 3.05em;
    height: 100%;
    padding-left: 20px;
    line-height: 2.25rem;
    border-radius: 2.25rem;
    border: 1px solid #c7c7c7;
    font-size: 12px;
    color: #1f8ccf;
    background: none;
    background-color: #fff;
    outline: 0;
    transition: width .3s ease
}

.search--input::-webkit-input-placeholder {
    color: transparent
}

.search--input::-moz-placeholder {
    color: transparent
}

.search--input:-ms-input-placeholder {
    color: transparent
}

.search--input:-moz-placeholder {
    color: transparent
}

.search--input:focus {
    background-color: #fff;
    width: 300px;
    padding-left: 20px;
    padding-right: 45px
}

.search--input:focus::-webkit-input-placeholder {
    color: #c7c7c7
}

.search--input:focus::-moz-placeholder {
    color: #c7c7c7
}

.search--input:focus:-ms-input-placeholder {
    color: #c7c7c7
}

.search--input:focus:-moz-placeholder {
    color: #c7c7c7
}

.search--input:focus+button {
    z-index: 9999
}

.search--button {
    border: 0;
    width: 2.25rem;
    height: 2.25rem;
    background: url(3af8231f0fda397c30a8be053b2d88d6.svg) 50%/20px no-repeat;
    background-size: 50% 50%;
    position: absolute;
    top: 0;
    right: 1px;
    z-index: 2
}

.search--button span {
    display: none
}

@media screen and (max-width:64em) {
    .search {
        width: calc(100% - 2.8rem - 1em);
        margin-top: .7em;
        margin-bottom: 1.25em;
        margin-right: 0
    }
    .search--input {
        opacity: 1;
        width: 100%;
        border: 1px solid #c7c7c7
    }
    .search--input::-webkit-input-placeholder {
        color: #c7c7c7
    }
    .search--input::-moz-placeholder {
        color: #c7c7c7
    }
    .search--input:-ms-input-placeholder {
        color: #c7c7c7
    }
    .search--input:-moz-placeholder {
        color: #c7c7c7
    }
    .search--button {
        background: url(3af8231f0fda397c30a8be053b2d88d6.svg) 50%/13px no-repeat
    }
}

.header__add-project {
    display: -webkit-flex;
    display: flex;
    margin-right: .8rem;
    line-height: 1.2em;
    text-align: center;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    transition: opacity .3s ease;
    box-shadow: 0 2px 0 rgba(33, 221, 186, 0);
    border-radius: 3px;
    -webkit-align-items: center;
    align-items: center;
    padding: .2em 1em .2em .5em;
    background-color: #1f8ccf!important
}

.header__add-project .icon {
    color: #fff
}

.header__add-project .icon img {
    width: 100%;
    height: 100%
}

.header__add-project .caption {
    color: #fff;
    font-weight: 700;
    letter-spacing: .1em;
    font-size: .8em;
    margin-left: .5em
}

.header__add-project:hover {
    opacity: .8
}

@media screen and (max-width:64em) {
    .header__add-project {
        display: none
    }
}

.header__user {
    margin-left: 1.1rem
}

.header__user .logged {
    display: none;
    position: relative;
    width: 2.6rem;
    height: 2.6rem;
    border: 3px solid #999a9f;
    border-radius: 2.6rem;
    padding: 2px;
    transition: box-shadow .3s ease;
    box-shadow: 0 2px 0 hsla(0, 0%, 59%, 0);
    text-align: center;
    background: #fff;
    color: #fff;
    line-height: 2.3rem;
    font-size: 1rem
}

.header__user .logged:after {
    content: "";
    width: 5px;
    height: 5px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-right-color: #c7c7c7;
    border-bottom-color: #c7c7c7;
    opacity: 1;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    right: -13px;
    top: 50%
}

.header__user .logged:hover {
    box-shadow: 0 2px 11px hsla(0, 0%, 59%, .3)
}

.header__user .logged--no-arrow {
    margin-right: 0
}

.header__user .logged--no-arrow:after {
    display: none
}

.header__user .logged__avatar {
    border-radius: 2.6rem;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
    display: block;
    background: #1f8ccf;
    color: #fff;
    line-height: 2em
}

.header__user .logged__avatar img {
    width: 100%;
    height: 100%
}

.header__user .logged__options {
    display: none;
    position: absolute;
    top: 45px;
    right: -27px;
    width: 250px;
    padding: 0;
    background: #fff;
    text-align: left;
    box-shadow: 0 2px 18px 0 rgba(0, 0, 0, .1)
}

.header__user .logged__options:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: -14px;
    right: calc(5% - 3.5px)
}

.header__user .logged__options .logged__option {
    border-bottom: 1px solid #eaeaea;
    color: #1f8ccf;
    font-size: .85em;
    line-height: 1.5em;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 1.1em 1.2em
}

.header__user .logged__options .logged__option--profile {
    color: #c7c7c7
}

.header__user .logged__options .logged__option--profile a {
    color: #3d3d3d
}

.header__user .logged__options .logged__option--profile>span {
    max-width: 70%;
    overflow: hidden
}

.header__user .logged__options .logged__option-icon {
    margin: 0 .7em;
    display: block
}

.header__user .logged__options .logged__option-avatar {
    margin-right: .7em;
    -webkit-flex-basis: 2.6rem;
    flex-basis: 2.6rem
}

.header__user .logged__options .logged__option-link {
    font-size: 1em;
    color: #1f8ccf
}

.header__user .logged--show-profile:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    right: -15px
}

.header__user .logged--show-profile .logged__options {
    display: block
}

.header__user .login {
    font-size: .8em;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    border-radius: 3px;
    transition: all .3s ease;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    position: relative;
    padding: 1.15em 2.2em 1em;
    border: 1px solid #3a3a3a;
    color: #3a3a3a;
    letter-spacing: 1px;
    line-height: .3
}

.header__user .login span {
    background-image: url(943f0c437cfb47d66539e933874fac41.svg);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 7px;
    padding-left: 1.2em
}

.header__user .login:hover {
    color: #fff;
    background: #3a3a3a
}

.header__user--logged {
    padding-right: 13px
}

.header__user--logged .logged {
    display: inline-block
}

.header__user--logged .login {
    display: none
}

.header__user--logged .join
{
    display: none;
}
.publish {
    display: none;
}
.search-action {
    display: none;
}
.header__user--logged .publish
{
    display: flex;
}

.header__user--logged .search-action
{
    display: flex;
}
@media screen and (max-width:64em) {
    .header__user .login {
        width: auto;
        line-height: 3.2;
        padding: .7em .9em
    }
}

.header-fixed__container {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100000
}

.header-fixed__container .row {
    margin-left: 0;
    margin-right: 0
}

.header-fixed__options {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border-top: 1px solid #f2f2f2;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .05)
}

.header-fixed__container-hide {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.header-fixed__container-hide--visible {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.header-fixed__column {
    border-left: 1px solid #f2f2f2;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 1em;
    height: 3.5em;
    font-size: .9em;
    font-weight: 700;
    color: #36393f;
    transition: background .2s
}

.header-fixed__column:first-of-type {
    border-left: 0
}

.header-fixed__column.header-fixed__column--active {
    background-color: #f5f5f5
}

.header-fixed__item {
    padding: 2em;
    height: calc(100vh - 3em);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.header-fixed__item>.header-menu__item {
    margin-bottom: 1em;
    padding-bottom: 1em;
    margin-right: 0
}

.header-fixed__item .search--form {
    margin-top: 2em
}

@media screen and (min-width:64.1em) {
    .header-fixed__container {
        display: none
    }
}

.slidable {
    overflow: hidden
}

.slidable,
.slidable__container {
    width: 100%;
    height: 100%
}

.slidable__container--animation {
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.slidable__item {
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    float: left
}

.image-crop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 200;
    background-color: hsla(0, 0%, 78%, .7)
}

.image-crop__container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 95%;
    max-height: 100%;
    padding: 1.5em;
    background-color: #fff;
    border-radius: 4px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.image-crop__title {
    margin: 0;
    color: #2e3946;
    font-family: Roboto, sans-serif;
    font-size: 2em;
    font-weight: 600;
    line-height: 1.2
}

.image-crop__description {
    font-size: 1.1em;
    color: #979797;
    line-height: 1.5;
    margin: 0 0 1em;
    width: 100%;
    display: block;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: .5em
}

.image-crop__crop-area {
    text-align: center
}

.image-crop__options {
    padding-top: 1em;
    border-top: 1px solid #eaeaea;
    margin-top: 1em
}

.label {
    font-size: .6em;
    color: #1f8ccf;
    display: inline-block;
    font-size: .8rem;
    background: none;
    border: 0;
    line-height: 2.2
}

.label.grey {
    color: #979797
}

.label.negative--bg {
    color: #f04667;
    background: #fcdae1;
    border-radius: 3px;
    padding: 0 .8em
}

.label.grey--bg {
    color: #979797;
    background: #eaeaea;
    border-radius: 3px;
    padding: 0 .8em
}

.label.positive--bg {
    color: #21ddba;
    background: #d3f8f1;
    border-radius: 3px;
    padding: 0 .8em
}

.label.center {
    width: 100%;
    text-align: center
}

.label.gutter {
    margin-top: 2em;
    margin-bottom: 2em
}

.label.left {
    text-align: left
}

.label.right {
    text-align: right
}

.label.bold {
    font-weight: 700
}

.label .icon {
    position: relative;
    top: 3px;
    margin-right: .3em
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
        max-height: 50px
    }
    80% {
        max-height: 0
    }
    to {
        opacity: 0;
        max-height: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        max-height: 50px
    }
    80% {
        max-height: 0
    }
    to {
        opacity: 0;
        max-height: 0
    }
}

.message {
    overflow: hidden
}

.modal-login {
    background: #fff;
    border-radius: 3px;
    padding: 0!important
}

.modal-login__container {
    width: 100%
}

.modal-login__wrap {
    padding: 2em 1.5em
}

.modal-login__logo {
    max-width: 135px;
    display: block;
    height: 2.8em;
    margin-bottom: 2em
}

.modal-login__footer {
    background: #f6f6f6;
    border-top: 1px solid #e9e9e9;
    font-size: .95em;
    color: #7c7c7c;
    text-align: center;
    padding: 1.5em 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.modal-login__footer button {
    color: #000;
    text-decoration: underline
}

.modal-login__footer button:hover {
    text-decoration: none
}

@media screen and (min-width:768px) {
    .modal-login__column {
        border-right: 1px solid #e9e9e9;
        padding-right: 2em
    }
    .modal-login__column--right {
        padding-left: 2em
    }
}

@media screen and (max-width:768px) {
    .modal-login__container {
        display: block
    }
    .modal-login__column {
        margin-bottom: 2em
    }
}

.login-form__forget-password {
    margin: .7em 0
}

.login-form__p {
    font-size: .9em;
    color: #7c7c7c;
    margin: 1.5em 0 0
}

.login-form__create-account {
    text-align: center
}

.modal-register__container .modal-wrap {
    max-height: 100%
}

.slide-in__form {
    -webkit-animation: slideDown .5s ease forwards;
    animation: slideDown .5s ease forwards;
    overflow: hidden;
    height: 0
}

@-webkit-keyframes slideDown {
    0% {
        height: 0;
        opacity: 0
    }
    30% {
        opacity: 1
    }
    to {
        height: 450px;
        opacity: 1
    }
}

@keyframes slideDown {
    0% {
        height: 0;
        opacity: 0
    }
    30% {
        opacity: 1
    }
    to {
        height: 450px;
        opacity: 1
    }
}

.select-profile {
    text-align: center;
    margin-bottom: 2em
}

.select-profile p {
    font-size: .9em;
    color: #7c7c7c
}

.select-profile__col-1 {
    padding-right: 1em;
    border-right: 1px solid #e9e9e9
}

.select-profile__button {
    margin-top: .5em;
    outline: 0
}

.select-profile__icon {
    display: -webkit-inline-flex;
    display: inline-flex;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    width: 90px;
    height: 90px;
    margin-bottom: 1em;
    position: relative;
    color: #a0a2a8
}

.select-profile__icon svg {
    margin: auto
}

.select-profile__icon:after {
    content: "";
    width: 85%;
    height: 85%;
    border-radius: 100%;
    border: 4px solid #1f8ccf;
    position: absolute;
    left: 4%;
    top: 4%;
    opacity: 0;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease
}

.select-profile__icon--active {
    color: #1f8ccf
}

.select-profile__icon--active:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.main-content {
    padding-bottom: 4em;
    position: relative;
    z-index: 2
}

@media screen and (max-width:48em) {
    .main-content {
        overflow-x: hidden;
        padding: 1em 0
    }
}

.main-content--white {
    background-color: #fff
}

.main-content--negative-top {
    margin-top: -20px
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(25, 25, 25, .95);
    z-index: 5000;
    display: none;
    overflow: auto
}

.modal>.wrap-sm {
    width: 100%
}

.modal.modal--opened {
    display: -webkit-flex;
    display: flex;
    -webkit-animation: fadeIn .3s ease;
    animation: fadeIn .3s ease
}

@media screen and (max-width:768px) {
    .modal {
        padding-top: 5em
    }
}

.modal__close {
    width: 1em;
    height: 1em!important;
    line-height: .95em;
    border-radius: 1em;
    border: 1px solid #fff;
    color: #fff;
    font-size: 2.375em;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: -2em;
    right: -2em
}

.modal-container {
    position: relative
}

.modal-wrap {
    background: #fff;
    box-shadow: 0 1px 1px 0 hsla(0, 0%, 46%, .1);
    border-radius: 3px;
    text-align: left;
    padding: 2em;
    max-height: 80vh;
    overflow: auto
}

.modal__title {
    margin: 0 0 .5em;
    line-height: 1em
}

.modal__buttons {
    margin: 1em 0 0;
    padding: 0;
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.modal-wrap--confirmation {
    width: 35vw;
    min-width: 300px
}

@media screen and (max-width:48em) {
    .modal-wrap {
        max-height: 100%
    }
    .modal__close {
        top: -1.5em;
        right: 0
    }
}

.navigate {
    padding: 1em 0 2em
}

.navigate .navigate__arrow {
    color: transparent;
    text-indent: -99999px;
    overflow: hidden;
    background: none;
    border: 0;
    position: relative;
    height: 55px;
    width: 55px;
    display: inline-block;
    cursor: pointer
}

.navigate .navigate__arrow:after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    border-right: 3px solid #1f8ccf;
    border-bottom: 3px solid #1f8ccf;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 14px;
    left: 12px;
    transition: all .3s ease
}

.navigate .navigate__arrow.navigate__arrow--prev:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.navigate .navigate__arrow.navigate__arrow--disabled {
    cursor: default
}

.navigate .navigate__arrow.navigate__arrow--disabled:after {
    border-right: 3px solid #eaeaea;
    border-bottom: 3px solid #eaeaea
}

.navigate .navigate__arrow:focus {
    outline: 0
}

.navigate .navigate__slider {
    display: inline-block;
    max-width: calc(100% - 110px);
    overflow-x: hidden
}

.navigate .navigate__list {
    display: -webkit-flex;
    display: flex;
    position: relative;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: left .2s linear
}

@media screen and (max-width:48em) {
    .navigate .navigate__arrow {
        display: none!important
    }
    .navigate .navigate__list {
        overflow-x: scroll;
        left: 0!important
    }
    .navigate .navigate__slider {
        max-width: 100%
    }
}

.navigate__title {
    font-size: .8em;
    color: #c7c7c7;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 1em
}

.navigate__item,
.navigate__list {
    display: -webkit-flex;
    display: flex
}

.navigate__item {
    float: left;
    height: 45px;
    padding: 0 1.5em;
    font-size: .8em;
    color: #c7c7c7;
    background: #f9f9f9;
    border-radius: 3px;
    line-height: 1.1;
    margin-right: .7em;
    font-weight: 700;
    white-space: nowrap;
    transition: all .3s ease;
    -webkit-align-items: center;
    align-items: center;
    outline: none
}

.navigate__item:hover {
    background: #eaeaea;
    color: #979797
}

.navigate__item.active {
    background: #1f8ccf;
    color: #fff
}

.navigate__item:focus {
    outline: none
}

.navigate__item a {
    color: inherit;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%
}

.navigate__item span {
    margin: auto;
    line-height: 45px
}

.ReactCrop {
    position: relative;
    display: inline-block;
    cursor: crosshair;
    overflow: hidden;
    height: 46vh;
    width: auto;
    max-width: 100%;
    background-color: #000
}

.ReactCrop:focus {
    outline: none
}

.ReactCrop--disabled {
    cursor: inherit
}

.ReactCrop__image {
    display: block;
    width: auto;
    height: 100%
}

.ReactCrop--crop-invisible .ReactCrop__image {
    opacity: .5
}

.ReactCrop__crop-selection {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-sizing: border-box;
    cursor: move;
    box-shadow: 0 0 0 9999em rgba(0, 0, 0, .5);
    border: 1px solid;
    border-image-source: url("data:image/gif;base64,R0lGODlhCgAKAJECAAAAAP///////wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEI5RDc5MTFDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEI5RDc5MTBDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEBQoAAgAsAAAAAAoACgAAAhWEERkn7W3ei7KlagMWF/dKgYeyGAUAIfkEBQoAAgAsAAAAAAoACgAAAg+UYwLJ7RnQm7QmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYgLJHdiinNSAVfOEKoUCACH5BAUKAAIALAAAAAAKAAoAAAIRVISAdusPo3RAzYtjaMIaUQAAIfkEBQoAAgAsAAAAAAoACgAAAg+MDiem7Q8bSLFaG5il6xQAIfkEBQoAAgAsAAAAAAoACgAAAg+UYRLJ7QnQm7SmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYBLJDdiinNSEVfOEKoECACH5BAUKAAIALAAAAAAKAAoAAAIRFISBdusPo3RBzYsjaMIaUQAAOw==");
    border-image-slice: 1;
    border-image-repeat: repeat
}

.ReactCrop--disabled .ReactCrop__crop-selection {
    cursor: inherit
}

.ReactCrop__drag-handle {
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: rgba(0, 0, 0, .2);
    border: 1px solid hsla(0, 0%, 100%, .7);
    box-sizing: border-box;
    outline: 1px solid transparent
}

.ReactCrop .ord-nw {
    left: 0;
    cursor: nw-resize
}

.ReactCrop .ord-n,
.ReactCrop .ord-nw {
    top: 0;
    margin-top: -5px;
    margin-left: -5px
}

.ReactCrop .ord-n {
    left: 50%;
    cursor: n-resize
}

.ReactCrop .ord-ne {
    top: 0;
    cursor: ne-resize
}

.ReactCrop .ord-e,
.ReactCrop .ord-ne {
    right: 0;
    margin-top: -5px;
    margin-right: -5px
}

.ReactCrop .ord-e {
    top: 50%;
    cursor: e-resize
}

.ReactCrop .ord-se {
    bottom: 0;
    right: 0;
    margin-bottom: -5px;
    margin-right: -5px;
    cursor: se-resize
}

.ReactCrop .ord-s {
    left: 50%;
    cursor: s-resize
}

.ReactCrop .ord-s,
.ReactCrop .ord-sw {
    bottom: 0;
    margin-bottom: -5px;
    margin-left: -5px
}

.ReactCrop .ord-sw {
    left: 0;
    cursor: sw-resize
}

.ReactCrop .ord-w {
    top: 50%;
    left: 0;
    margin-top: -5px;
    margin-left: -5px;
    cursor: w-resize
}

.ReactCrop__disabled .ReactCrop__drag-handle {
    cursor: inherit
}

.ReactCrop__drag-bar {
    position: absolute
}

.ReactCrop__drag-bar.ord-n {
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    margin-top: -4px
}

.ReactCrop__drag-bar.ord-e {
    right: 0;
    top: 0;
    width: 6px;
    height: 100%;
    margin-right: -4px
}

.ReactCrop__drag-bar.ord-s {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    margin-bottom: -4px
}

.ReactCrop__drag-bar.ord-w {
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    margin-left: -4px
}

.ReactCrop--fixed-aspect .ReactCrop__drag-bar,
.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,
.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,
.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,
.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w,
.ReactCrop--new-crop .ReactCrop__drag-bar,
.ReactCrop--new-crop .ReactCrop__drag-handle {
    display: none
}

@media (max-width:768px) {
    .ReactCrop__drag-handle {
        width: 17px;
        height: 17px
    }
    .ReactCrop .ord-n,
    .ReactCrop .ord-nw {
        margin-top: -9px;
        margin-left: -9px
    }
    .ReactCrop .ord-e,
    .ReactCrop .ord-ne {
        margin-top: -9px;
        margin-right: -9px
    }
    .ReactCrop .ord-se {
        margin-bottom: -9px;
        margin-right: -9px
    }
    .ReactCrop .ord-s,
    .ReactCrop .ord-sw {
        margin-bottom: -9px;
        margin-left: -9px
    }
    .ReactCrop .ord-w {
        margin-top: -9px;
        margin-left: -9px
    }
    .ReactCrop__drag-bar.ord-n {
        height: 14px;
        margin-top: -12px
    }
    .ReactCrop__drag-bar.ord-e {
        width: 14px;
        margin-right: -12px
    }
    .ReactCrop__drag-bar.ord-s {
        height: 14px;
        margin-bottom: -12px
    }
    .ReactCrop__drag-bar.ord-w {
        width: 14px;
        margin-left: -12px
    }
}

.grid-references {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap
}

.grid-references__item {
    display: inline-block;
    position: relative;
    background: #fff;
    box-shadow: 0 1px 1px 0 hsla(0, 0%, 46%, .1);
    border-radius: 3px;
    width: 200px;
    margin-right: 1em;
    margin-bottom: 1em;
    overflow: hidden;
    color: inherit;
    vertical-align: top
}

.grid-references__item .image {
    width: 100%;
    height: 160px;
    background-size: cover;
    background-position: 50%;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.grid-references__item .content {
    padding: 1em
}

.grid-references__item .user img {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    border: 3px solid #c7c7c7;
    float: left;
    margin-right: .5em
}

.grid-references__item .user .name {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis
}

.grid-references__item .user .title {
    font-size: .8em;
    line-height: 1.2;
    margin-top: .5em;
    white-space: normal;
    clear: both;
    height: 30px;
    overflow: hidden
}

@media screen and (min-width:48em) {
    .grid-references {
        display: grid;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(4, 220px) 300px;
        grid-gap: 10px
    }
    .grid-references__item:first-child {
        grid-column: 1/4;
        grid-row: 1/3
    }
    .grid-references__item:nth-child(2) {
        grid-column: 4/6;
        grid-row: 1/2
    }
    .grid-references__item:nth-child(3) {
        grid-column: 4/6;
        grid-row: 2/3
    }
    .grid-references__item:nth-child(4) {
        grid-column: 1/3;
        grid-row: 3/5
    }
    .grid-references__item:nth-child(5) {
        grid-column: 3/6;
        grid-row: 3/5
    }
    .grid-references__item:nth-child(6) {
        grid-column: 1/6;
        grid-row: 5/6
    }
    .grid-references__item {
        position: relative;
        width: 100%;
        margin: 0;
        box-shadow: none;
        border-radius: 3px
    }
    .grid-references__item .image {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: 50%
    }
    .grid-references__item .content {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 1em;
        background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .65));
        transition: all .3s ease
    }
    .grid-references__item:hover .image {
        -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02)
    }
    .grid-references__item:hover .content {
        padding-top: 3em
    }
    .grid-references__item .user {
        height: 40px
    }
    .grid-references__item .user img {
        width: 35px;
        height: 35px;
        border-radius: 35px;
        border: 3px solid #c7c7c7;
        float: left;
        margin-right: .5em
    }
    .grid-references__item .user .name {
        font-weight: 700;
        font-size: .8em;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: .98px;
        line-height: 1.6;
        height: auto
    }
    .grid-references__item .user .title {
        font-size: .85em;
        color: #c7c7c7;
        height: 16px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 1;
        margin-top: 0;
        clear: none
    }
}

.search {
    position: relative
}

.search_input {
    padding: 1.2em 1.4em 1.2em 3.2em;
    border-radius: 4px;
    border: 1px solid #eee;
    width: 100%
}

.search_icon {
    top: 54%;
    left: 1.2em
}

.search_button,
.search_icon {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.search_button {
    top: 50%;
    right: 2em;
    font-size: .75em;
    font-weight: 700;
    color: #666;
    letter-spacing: .1em;
    opacity: 0;
    transition: opacity .5s
}

.search_button_icon {
    margin-right: .5em;
    font-weight: 700
}

@media screen and (min-width:64.1em) {
    .search {
        display: block
    }
}

.loaderSearch {
    display: none
}

@media screen and (min-width:64.1em) {
    .loaderSearch {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 600px;
        display: block
    }
}

.tabs {
    margin-bottom: 2em;
    border-bottom: 1px solid #eaeaea;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden
}

.tabs li {
    list-style: none;
    padding: 0;
    text-align: center;
    display: inline-block;
    margin-right: 1em;
    margin-bottom: -3px
}

.tabs button {
    display: block;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: .8em;
    width: 100%;
    font-family: Roboto, sans-serif;
    color: #3a3a3a;
    text-align: center;
    font-weight: 700;
    outline: none;
    border-radius: 0;
    border-bottom: 3px solid transparent;
    transition: border .3s ease
}

.tabs .active button {
    border-bottom: 3px solid #1f8ccf;
    color: #1f8ccf;
    padding-bottom: calc(.8em - 2px)
}

@media screen and (min-width:48em) {
    .tabs li {
        margin-right: 3em
    }
}

.taggable-image {
    position: relative;
    display: inline-block
}

.taggable-image__add-tag-informations {
    position: absolute;
    z-index: 4;
    left: 0;
    background: #fff;
    box-shadow: 0 2px 18px 0 rgba(0, 0, 0, .14);
    border-radius: 3px;
    width: 250px;
    padding: 1.3em;
    top: 0;
    left: 50%
}

.taggable-image__add-tag-informations img {
    width: 100%!important;
    height: auto!important
}

.taggable-image__add-tag-informations.top {
    -webkit-transform: translate(-50%, -105%);
    -ms-transform: translate(-50%, -105%);
    transform: translate(-50%, -105%);
    -webkit-animation: fadeUp .3s ease;
    animation: fadeUp .3s ease;
    margin-top: -30px
}

.taggable-image__add-tag-informations.top:after {
    content: "";
    border: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    left: calc(50% - 10px);
    bottom: -19px
}

.taggable-image__add-tag-informations.top:before {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: -50px
}

.taggable-image__add-tag-informations.bottom {
    -webkit-transform: translate(-50%, 13%);
    -ms-transform: translate(-50%, 13%);
    transform: translate(-50%, 13%);
    -webkit-animation: fadeDown .3s ease;
    animation: fadeDown .3s ease;
    margin-top: 15px
}

.taggable-image__add-tag-informations.bottom:after {
    content: "";
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    left: calc(50% - 10px);
    top: -19px
}

.taggable-image__add-tag-informations.bottom:before {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    top: -50px
}

.taggable-image__add-tag-informations .title {
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-size: .7em;
    font-weight: 700;
    margin-bottom: 1.5em;
    line-height: 1
}

.taggable-image__add-tag-informations .close {
    color: #c7c7c7;
    position: absolute;
    right: .9em;
    top: .9em;
    border: 0;
    background: none;
    cursor: pointer
}

.taggable-image__clickable-layer {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: copy;
    color: transparent;
    text-indent: -99999px
}

.taggable-image__image {
    display: block;
    height: auto
}

.taggable-image__tag {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border-radius: 100px;
    background: #3a3a3a;
    border: 5px solid #fff;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, .2);
    display: -webkit-flex;
    display: flex
}

.taggable-image__tag:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 100%;
    margin: auto
}

.taggable-image__view-tag-informations {
    position: absolute;
    z-index: 4;
    left: 0;
    background: #fff;
    box-shadow: 0 2px 18px 0 rgba(0, 0, 0, .14);
    border-radius: 3px;
    width: 250px;
    padding: 1.3em;
    top: 0;
    left: 50%
}

.taggable-image__view-tag-informations.top {
    -webkit-transform: translate(-50%, -105%);
    -ms-transform: translate(-50%, -105%);
    transform: translate(-50%, -105%);
    -webkit-animation: fadeUp .3s ease;
    animation: fadeUp .3s ease
}

.taggable-image__view-tag-informations.top:after {
    content: "";
    border: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    left: calc(50% - 10px);
    bottom: -19px
}

.taggable-image__view-tag-informations.top:before {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: -50px
}

.taggable-image__view-tag-informations.bottom {
    -webkit-animation: fadeDown .3s ease;
    animation: fadeDown .3s ease;
    -webkit-transform: translate(-50%, 13%);
    -ms-transform: translate(-50%, 13%);
    transform: translate(-50%, 13%)
}

.taggable-image__view-tag-informations.bottom:after {
    content: "";
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    left: calc(50% - 10px);
    top: -19px
}

.taggable-image__view-tag-informations.bottom:before {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    top: -50px
}

.taggable-image__view-tag-informations img {
    width: 100%!important;
    height: auto!important
}

.taggable-image__view-tag-informations .name {
    color: #3a3a3a;
    font-size: 1.1em;
    font-weight: 300;
    margin-bottom: 1em
}

.taggable-image__view-tag-informations .desc {
    color: #3a3a3a;
    font-size: .9em;
    margin: 1em 0
}

.taggable-image__view-tag-informations .action {
    margin-top: 1em
}

@media screen and (max-width:48em) {
    .taggable-image__tag {
        display: none
    }
}

.phototag__container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 50%;
    width: 280px;
    padding: .7em;
    box-shadow: 0 2px 18px 0 rgba(0, 0, 0, .14);
    border-radius: 3px;
    background: #fff;
    z-index: 100
}

.phototag__container.left {
    -webkit-animation: fadeLeft .3s ease forwards;
    animation: fadeLeft .3s ease forwards
}

.phototag__container.left:after {
    content: "";
    border: 10px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    bottom: calc(50% - 10px);
    right: -19px
}

.phototag__container.left:before {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: -50px
}

.phototag__container.right {
    -webkit-animation: fadeRight .3s ease forwards;
    animation: fadeRight .3s ease forwards
}

.phototag__container.right:after {
    content: "";
    border: 10px solid transparent;
    border-right: 10px solid #fff;
    position: absolute;
    top: calc(50% - 10px);
    left: -19px
}

.phototag__container.right:before {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    top: -50px
}

.phototag__container .info {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.phototag__container .info__text {
    width: 150px
}

.phototag__container .info__button {
    position: absolute;
    bottom: 0
}

.phototag__container .product__img {
    width: 100px!important;
    height: 100px!important;
    max-height: 100px!important;
    margin-right: .7em
}

.phototag__container .name {
    color: #3a3a3a;
    font-size: .8em;
    font-weight: 300
}

.phototag__container .edit_panel {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-align-items: center;
    align-items: center
}

@media screen and (max-width:48em) {
    .phototag__container {
        display: none
    }
}

.tagged-prodcts__title {
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-size: .7em;
    margin-bottom: 1.5em;
    color: #3a3a3a
}

.tagged-prodcts__title .icon {
    color: #1f8ccf;
    top: 4px;
    margin-right: .5em
}

.tagged-prodcts__item {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 1em
}

.tagged-prodcts__image {
    width: 100px;
    height: 100px
}

.tagged-prodcts__content {
    width: calc(100% - 100px - 1em);
    margin-left: 1em
}

.tagged-prodcts__content .title {
    font-weight: 700;
    height: 2.6em;
    overflow: hidden;
    -webkit-font-smoothing: auto
}

.tagged-prodcts__content .spaced {
    margin-bottom: 1.1em
}

.tagged-prodcts__content .flag {
    font-size: .8em;
    color: #979797
}

.tagged-prodcts__content .button {
    padding: 1.25em 0 1em;
    min-width: 11em
}

.tooltip {
    position: relative
}

.tooltip__button {
    background: #fff;
    border: 1px solid #5d5d5d;
    color: #5d5d5d;
    text-align: center;
    width: 1.3em;
    height: 1.3em;
    line-height: 1.3em;
    font-size: .9em;
    border-radius: 100%;
    display: inline-block;
    box-shadow: 0 0 0 2px #fff
}

.tooltip__button:hover+.tooltip__bubble {
    display: block;
    -webkit-animation: fadeIn .3s ease;
    animation: fadeIn .3s ease
}

.tooltip__bubble {
    position: absolute;
    z-index: 9;
    background: #fff;
    padding: .7em;
    width: 20em;
    text-align: center;
    color: #5d5d5d;
    border: 1px solid #eee;
    border-radius: 3px;
    display: none
}

.tooltip__bubble:before {
    z-index: 1
}

.tooltip__bubble:after,
.tooltip__bubble:before {
    content: "";
    display: block;
    border: 10px solid transparent;
    position: absolute
}

.tooltip__bubble:after {
    z-index: 2
}

.tooltip__bubble p {
    margin: 0
}

.tooltip__bubble--top {
    right: -9.4em;
    bottom: calc(100% + 1em)
}

.tooltip__bubble--top:before {
    border-top-color: #eee;
    bottom: -20px;
    left: calc(50% - 10px)
}

.tooltip__bubble--top:after {
    border-top-color: #fff;
    bottom: -19px;
    left: calc(50% - 10px)
}

.tooltip__bubble--bottom {
    right: -9.4em;
    top: calc(100% + 1em)
}

.tooltip__bubble--bottom:before {
    border-bottom-color: #eee;
    top: -20px;
    left: calc(50% - 10px)
}

.tooltip__bubble--bottom:after {
    border-bottom-color: #fff;
    top: -19px;
    left: calc(50% - 10px)
}

.tooltip__bubble--left {
    right: calc(100% + 1em);
    top: -1.4em
}

.tooltip__bubble--left:before {
    border-left-color: #eee;
    right: -20px;
    top: calc(50% - 10px)
}

.tooltip__bubble--left:after {
    border-left-color: #fff;
    right: -19px;
    top: calc(50% - 10px)
}

.tooltip__bubble--right {
    left: calc(100% + 1em);
    top: -1.4em
}

.tooltip__bubble--right:before {
    border-right-color: #eee;
    left: -20px;
    top: calc(50% - 10px)
}

.tooltip__bubble--right:after {
    border-right-color: #fff;
    left: -19px;
    top: calc(50% - 10px)
}

.author-header--background {
    position: relative;
    margin-bottom: -4em
}

@media screen and (max-width:48em) {
    .author-header--background {
        margin-bottom: 0
    }
}

.author-header {
    padding: 10em 0;
    position: relative
}

.author-header .section-header {
    position: absolute;
    top: 0;
    z-index: 22
}

@media screen and (max-width:48em) {
    .author-header {
        padding: 3em 0 0;
        border: 0
    }
}

.author-header h3 {
    font-weight: 700;
    margin: 0 0 .25em;
    text-transform: uppercase;
    letter-spacing: 1px
}

.author-header h1 {
    font-weight: 700;
    margin: .2em 0;
    font-size: 3em;
    line-height: 1em
}

@media screen and (max-width:48em) {
    .author-header h1 {
        font-size: 2.2em
    }
}

.author-header p {
    font-size: 1em;
    line-height: 1.3
}

@media screen and (max-width:48em) {
    .author-header p {
        font-size: .8em
    }
}

.author-header__informations {
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 2em 0;
    position: relative;
    z-index: 2
}

@media screen and (max-width:48em) {
    .author-header__informations {
        border: 0
    }
}

.author-header__image {
    position: absolute;
    top: 0;
    right: -5vw;
    height: 100%
}

@media screen and (max-width:48em) {
    .author-header__image {
        position: relative;
        height: auto;
        width: 80%;
        display: block;
        right: calc(-20% - 1em)
    }
    .author-header__image:after {
        content: "";
        display: block;
        clear: both
    }
}

.author-medium {
    font-size: .9em;
    font-weight: 600;
    letter-spacing: .8px;
    color: #3a3a3a;
    background-color: #f9f9f9;
    width: 100%;
    padding: 3em;
    margin: 4em 0 6em;
    border-radius: 2px
}

.author-medium,
.author-medium a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.author-medium a {
    color: inherit
}

.author-medium a,
.author-medium a:hover {
    text-decoration: none!important
}

.author-medium a img {
    border-radius: 50%;
    overflow: hidden;
    width: 75px;
    height: auto;
    margin: 0 1em 0 0
}

.author-medium .author-medium__description {
    width: 90%
}

.author-medium .author-medium__description h4 {
    text-transform: inherit;
    font-size: 1.2em;
    padding: 0;
    margin: 0 0 .4em
}

.author-medium .author-medium__description p {
    font-size: 1em;
    font-weight: lighter;
    padding: 0;
    margin: 0;
    color: #979797
}

.author-small {
    font-size: .9em;
    font-weight: 400;
    letter-spacing: .8px;
    color: #3a3a3a;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    text-transform: uppercase
}

.author-small img {
    border-radius: 50%;
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin: 0 1em 0 0
}

.author-small a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: inherit
}

.more-posts {
    margin-top: 5em;
    margin-bottom: 2em
}

@media screen and (max-width:48em) {
    .more-posts .row {
        overflow: auto;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch
    }
    .more-posts .row>* {
        min-width: 40vw
    }
}

@media screen and (max-width:30em) {
    .more-posts .row>* {
        min-width: 80vw
    }
}

.blog-card__title {
    margin-bottom: 2em;
    font-size: .8em
}

.blog-card {
    background: #fff;
    display: block;
    border: 1px solid #eaeaea
}

.blog-card,
.blog-card a {
    color: #3a3a3a
}

.blog-card .author-small {
    border-top: 1px solid #eaeaea;
    padding: 1em 2em
}

.blog-card__image {
    height: 215px;
    display: block;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.blog-card__post-title {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: .5px;
    padding: 1.5em;
    min-height: 8em;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.comments__title {
    font-weight: 700;
    font-size: 1.3em;
    color: #3d3d3d;
    margin-bottom: 1.5em
}

.comments {
    margin-top: 4em
}

.comments .comment,
.comments .comment-respond {
    background: #fff;
    border: 1px solid #eaeeef;
    border-radius: 3px;
    margin-bottom: 1.5em;
    padding: 1.5em;
    position: relative
}

.comments .comment .comment {
    margin-bottom: 0
}

.comments .comment-author {
    line-height: 1.4em
}

.comments .comment-author .avatar,
.comments .comment-author .says {
    display: none
}

.comments .comment-author .fn {
    color: #3d3d3d;
    font-weight: 600;
    line-height: 1
}

.comments .comment-author .fn a {
    color: inherit
}

.comments .commentmetadata {
    line-height: 1;
    margin-bottom: 1.25em
}

.comments .commentmetadata a {
    color: #3d3d3d;
    opacity: .4;
    line-height: 1
}

.comments p {
    color: #3d3d3d;
    line-height: 1.5;
    margin-bottom: 1.5em
}

.comments p a {
    color: inherit;
    text-decoration: underline;
    word-break: break-all
}

.comments p a:hover {
    text-decoration: none
}

.comments .reply a {
    display: inline-block;
    border: 1px solid #eaeeef;
    background: #f9f9f9;
    color: #c7c7c7;
    border-radius: 3px;
    padding: .5em 1em;
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    transition: all .3s ease
}

.comments .reply a:hover {
    color: #6b91b7;
    border-color: #6b91b7
}

.comment-reply-title {
    color: #3d3d3d;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1.3em
}

.comment-form input,
.comment-form textarea {
    line-height: 40px;
    font-weight: 400;
    font-size: .9em;
    color: #1f8ccf;
    height: 40px;
    border: 1px solid #979797;
    -webkit-font-smoothing: antialiased;
    padding: 0 1em;
    margin-bottom: .5em;
    outline: 0;
    transition: all .3s ease;
    width: 100%;
    border-radius: 2px
}

.comment-form input:focus,
.comment-form textarea:focus {
    box-shadow: 0 2px 18px 0 rgba(0, 0, 0, .05)
}

.comment-form input.input-control_error,
.comment-form textarea.input-control_error {
    border-color: #f04667
}

.comment-form input::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
    color: #c7c7c7
}

.comment-form input::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
    color: #c7c7c7
}

.comment-form input:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder {
    color: #c7c7c7
}

.comment-form input:-moz-placeholder,
.comment-form textarea:-moz-placeholder {
    color: #c7c7c7
}

.comment-form textarea {
    height: 120px;
    resize: none
}

.comment-form label {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: .75em
}

.comment-form .form-submit {
    text-align: right;
    margin-bottom: 0
}

.comment-form .form-submit:before {
    content: "";
    display: block;
    clear: both
}

.comment-form .submit {
    height: auto;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background-color: #fff;
    cursor: pointer;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: #21ddba;
    display: inline-block;
    width: auto;
    padding: 1.65em 2.2em;
    transition: all .3s ease
}

.comment-form .submit:hover {
    background: #3ee1c3
}

.comment-form .comment-notes {
    font-size: .6em;
    color: #3d3d3d;
    opacity: .4;
    line-height: 1.6;
    position: absolute;
    bottom: 2.7em;
    left: 2.7em;
    width: 50%;
    margin-bottom: 0
}

.comment-form .comment-form-author,
.comment-form .comment-form-comment,
.comment-form .comment-form-email {
    width: 100%;
    float: left;
    padding-right: .5em
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
    padding-left: .5em;
    padding-right: 0;
    float: right
}

.comment-form .comment-form-url {
    display: none
}

@media screen and (max-width:48em) {
    .comment-author,
    .comment-meta {
        padding-right: 100px
    }
    .comments__title {
        margin-bottom: 1em
    }
    .comment-form .comment-notes {
        position: static;
        width: 100%;
        margin-bottom: 1.3em
    }
    .comment-form .comment-form-author,
    .comment-form .comment-form-comment,
    .comment-form .comment-form-email {
        width: 100%;
        float: none;
        padding-right: 0;
        margin-bottom: .6em
    }
    .comment-form .comment-form-author,
    .comment-form .comment-form-email {
        padding-left: 0;
        padding-right: 0
    }
}

.master-slider-parent {
    background: #fff;
    box-shadow: 0 1px 1px 0 hsla(0, 0%, 46%, .1);
    margin-top: 3.9em;
    margin-bottom: 3.9em;
    width: calc(100% + 7.8em);
    padding: 3.9em
}

.master-slider-parent .ms-slide-info {
    min-height: 0!important
}

.master-slider-parent .master-slider {
    background: #fff
}

.master-slider-parent .ms-info {
    font-size: .9em;
    font-family: Roboto, sans-serif;
    color: #979797
}

.master-slider-parent .ms-info.ms-info-empty {
    display: none
}

.master-slider-parent .ms-thumb-frame {
    opacity: 1;
    box-sizing: border-box;
    position: relative;
    padding-top: 8px
}

.master-slider-parent .ms-thumb-frame:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 4px solid;
    border-color: inherit;
    opacity: 0;
    transition: all .3s ease
}

.master-slider-parent .ms-thumb-frame.ms-thumb-frame-selected:after,
.master-slider-parent .ms-thumb-frame.ms-thumb-frame-selected:before {
    opacity: 1
}

.master-slider-parent .master-slider-parent__label {
    font-size: .7em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #979797;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    margin-bottom: .6em
}

.master-slider-parent .master-slider-parent__title {
    font-size: 1.6em;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1.5em
}

@media screen and (max-width:48em) {
    .master-slider-parent {
        margin-top: 3em;
        margin-bottom: 3em;
        width: 100vw;
        width: 100%;
        padding: 1em
    }
}

.post-navigation {
    overflow: hidden;
    width: 100%;
    margin: 3em 0 0;
    border: 1px solid #efefef
}

.post-navigation__item,
.post-navigation__item a {
    height: 250px;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    position: relative;
    padding: 0!important
}

.post-navigation__wrap {
    margin: auto;
    width: 50%;
    position: relative
}

.post-navigation__wrap:after {
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    border-right: 3px solid #000;
    border-top: 3px solid #000;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: -45px;
    top: calc(50% - 10px)
}

.post-navigation__image,
.post-navigation__image span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    background-color: #f9f9f9
}

.post-navigation__image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    transition: all .3s ease
}

.post-navigation__image span {
    opacity: .8
}

.post-navigation__item.next {
    text-align: right;
    border-left: 1px solid #eaeaea
}

.post-navigation__item.next .post-navigation__wrap:after {
    left: auto;
    right: -45px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.post-navigation__label {
    font-size: .7em;
    text-transform: uppercase;
    color: #c7c7c7;
    letter-spacing: .06em
}

.post-navigation__label,
.post-navigation__title {
    font-weight: 600;
    margin-bottom: 1em;
    transition: all .3s ease
}

.post-navigation__title {
    font-size: 1.2em;
    line-height: 1.2em;
    color: #2e3946
}

.post-navigation__category {
    font-size: .8em;
    font-weight: 600;
    letter-spacing: .06em;
    transition: all .3s ease
}

.post-navigation__item:hover .post-navigation__image {
    opacity: 1
}

.post-navigation__item:hover .post-navigation__image span {
    opacity: .8
}

.post-navigation__item:hover .post-navigation__wrap:after,
.post-navigation__item:hover .post-navigation__wrap:before {
    border-color: inherit
}

@media screen and (max-width:30em) {
    .post-navigation__item,
    .post-navigation__item a {
        height: auto
    }
    .post-navigation__item.next {
        border-top: 1px solid #eaeaea
    }
    .post-navigation__wrap {
        padding: 1em 0;
        width: 70%
    }
}

.category .container-fluid {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05)
}

.blog-post.section-header {
    padding: 2em 0 0
}

.single-post .container-fluid.wrap-lg {
    position: relative;
    background-color: #fff;
    padding-bottom: 1em;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05)
}

.post-header,
.post-header__container {
    position: relative;
    margin-bottom: 3em
}

.post-header:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -5em;
    width: calc(100% + 6em);
    height: 1px;
    background-color: #efefef
}

@media screen and (min-width:48em) {
    .post-header__container {
        background: #fff;
        padding: 2.8em 0;
        margin-bottom: 2.6em
    }
    .post-header:after {
        width: calc(100% + 10em)
    }
}

.post-header__title {
    position: relative;
    font-size: 1rem;
    display: block;
    padding-top: 1.5em;
    padding-right: 1em
}

.post-header__title span {
    color: #2e3946;
    font-family: Roboto, sans-serif;
    font-size: 2em;
    font-weight: 600;
    line-height: 1.2
}

.post-header__title:after {
    content: "";
    display: block;
    width: 32px;
    border-bottom: 4px solid;
    border-bottom-color: inherit;
    margin-top: 2em;
    margin-bottom: 1.5em;
    border-radius: 4px
}

.post-header__date {
    position: relative;
    bottom: 1em
}

@media (min-width:48em) and (max-width:70em) {
    .post-header__title {
        margin-top: 0
    }
}

@media screen and (max-width:48em) {
    .post-header__title {
        padding: 0;
        margin: 0;
        margin-top: 1em;
        background: none
    }
}

.post-header__description {
    font-size: 1.1em;
    color: #979797;
    line-height: 1.5;
    margin-bottom: 3em;
    width: 85%;
    display: block
}

.post-header__image img {
    width: 100%
}

@media (min-width:48em) and (max-width:70em) {
    .post-header__description {
        margin-bottom: 2em
    }
}

@media screen and (max-width:48em) {
    .post-header__description {
        width: 100%;
        margin-bottom: 1.5em
    }
}

@media screen and (min-width:48em) {
    .post-header__image {
        position: absolute;
        top: 2.8em;
        bottom: 2.8em;
        left: 100%;
        width: 140%;
        height: 91%
    }
    .post-header__image img {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        border-radius: 3px;
        object-fit: cover
    }
}

@media (min-width:48em) and (max-width:70em) {
    .post-header__container {
        width: 50vw
    }
    .post-header__image img {
        height: auto;
        max-width: 50vw
    }
}

@media (min-width:48em) and (max-width:64em) {
    .post-header__image {
        position: absolute;
        top: 2.8em;
        bottom: 2.8em;
        left: 100%;
        width: calc(100% - 4em)
    }
    .post-header__image img {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media screen and (max-width:48em) {
    .post-header__image {
        margin: 0 -1em 1em
    }
}

.post-content {
    padding: 0 5rem
}

.post-content .alignnone {
    margin: 5px 20px 20px 0
}

.post-content .broken_link,
.post-content a.broken_link {
    text-decoration: underline
}

.post-content .aligncenter,
.post-content div.aligncenter {
    display: block;
    margin: 5px auto;
    text-align: center
}

.post-content .alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.post-content .alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

.post-content a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.post-content a img.alignnone {
    margin: 5px 20px 20px 0
}

.post-content a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

.post-content a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.post-content .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.post-content .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    text-transform: uppercase;
    margin-bottom: 1em;
    font-weight: 600;
    margin-top: 3em;
    color: #3a3a3a;
    line-height: 1.2
}

.post-content h1,
.post-content h2 {
    font-size: 2em;
    font-weight: 700;
    text-transform: none
}

.post-content li,
.post-content p {
    color: #3a3a3a;
    font-size: 1.3em;
    line-height: 1.6;
    margin-bottom: 1.3em
}

.post-content .wp-caption {
    font-size: 1.3em;
    width: auto!important
}

.post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 3px
}

.post-content img.size-full {
    display: block;
    margin-top: 3.9em;
    margin-bottom: 3.9em;
    margin-left: -3.9em;
    width: calc(100% + 7.8em);
    max-width: none;
    height: auto
}

.post-content img.size-full~p {
    margin-top: -4.25em
}

.post-content .wp-caption-text {
    font-size: .8em;
    font-family: Roboto, sans-serif;
    opacity: .8;
    width: 100%;
    margin-bottom: 3em;
    text-align: center
}

.post-content ol,
.post-content ul {
    margin-left: 1em;
    padding-left: 1em;
    margin-bottom: 1.3em
}

.post-content li {
    list-style: circle;
    font-size: 1em;
    margin-bottom: 0
}

.post-content ol li {
    list-style: decimal
}

.post-content a {
    font-weight: 700;
    color: inherit;
    text-decoration: underline
}

.post-content em {
    font-style: italic
}

.post-content blockquote {
    font-size: 1.4em;
    position: relative;
    padding-left: 1.5em;
    margin-left: -1.5em;
    margin-bottom: 3em;
    margin-top: 3em;
    width: 70%
}

.post-content blockquote:before {
    content: "\201C";
    font-size: 3.2em;
    font-family: Roboto, sans-serif;
    padding-top: .26em;
    display: block
}

.post-content blockquote:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-left: 3px solid;
    border-left-color: inherit
}

.post-content blockquote p {
    font-size: 1.1em;
    line-height: 1.4
}

.post-content blockquote em {
    color: #3a3a3a
}

.post-content blockquote strong {
    font-family: Roboto, sans-serif;
    font-size: .7em;
    margin-top: 1.2em;
    display: block;
    color: inherit;
    font-style: normal
}

@media screen and (max-width:48em) {
    .post-content {
        padding: 0 1em
    }
    .post-content h1,
    .post-content h2,
    .post-content h3,
    .post-content h4,
    .post-content h5,
    .post-content h6 {
        margin-top: 2em
    }
    .post-content h1,
    .post-content h2 {
        font-size: 1.7em
    }
    .post-content .wp-caption,
    .post-content p {
        font-size: 1em
    }
    .post-content img.size-full {
        margin-top: 2em;
        margin-bottom: 2em;
        margin-left: -2em;
        width: 100vw;
        height: auto
    }
    .post-content .wp-caption-text {
        margin-top: -1em!important;
        margin-left: 0;
        width: 100%
    }
    .post-content blockquote {
        margin-left: 0;
        width: 100%;
        margin-bottom: 2em;
        margin-top: 2em
    }
}

.post-content__end {
    text-align: center
}

.post-content__end img {
    display: inline-block;
    width: 1.2em;
    height: auto;
    margin: 4em 0
}

@media screen and (max-width:48em) {
    .post-content__end img {
        margin: 2em 0
    }
}

.list-items {
    padding: 0
}

.list-items__item-content {
    position: relative;
    padding-bottom: 2.5em
}

.list-items__item-content .author-small {
    position: absolute;
    bottom: 0
}

.list-items__filter {
    margin-bottom: 1.5em
}

@media screen and (max-width:48em) {
    .list-items__filter {
        margin-bottom: 0
    }
}

.list-items__filter-item {
    display: block;
    padding: .8em 0;
    font-size: 1em;
    color: #c7c7c7;
    border-radius: 6px;
    text-decoration: none
}

@media screen and (max-width:48em) {
    .list-items__filter-item {
        margin-bottom: 1em
    }
}

.list-items__filter-item--active,
.list-items__filter-item:hover {
    color: #fff
}

.list-items__item {
    border-bottom: 1px solid hsla(0, 0%, 59%, .2);
    padding: 2em 0
}

.list-items__item-content h2 {
    font-size: 1.2em;
    line-height: 1em;
    line-height: 1.33;
    font-weight: 700;
    letter-spacing: 1px;
    color: #3d3d3d;
    margin-bottom: .5em
}

.list-items__item-content h2 a {
    color: inherit
}

.list-items__item-content p {
    font-size: .9em;
    line-height: 1.38;
    color: #3d3d3d;
    font-family: Roboto, sans-serif;
    margin-bottom: 1.1em
}

.list-items__item-thumbnail a,
.list-items__item-thumbnail img {
    display: block;
    width: 100%;
    border-radius: 3px
}

.list-items__more-details {
    margin-left: .4em;
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px
}

.list-items__more-details.\--color {
    color: #979797
}

@media screen and (max-width:48em) {
    .list-items__item {
        background: #fff;
        border: 0;
        margin-bottom: 1em;
        padding: 1em
    }
    .list-items__item-thumbnail {
        margin-bottom: 1em
    }
    .list-items__item-content {
        -webkit-flex: auto;
        flex: auto
    }
}

.pagination {
    margin: 2em 0 0
}

.pagination .page-numbers {
    display: block;
    text-decoration: none;
    color: #c7c7c7;
    font-size: 1em;
    padding: .8em;
    font-weight: 700;
    margin: 2em 0;
    width: 2.7em;
    height: 2.7em;
    margin: .2em;
    border-radius: 4px
}

.pagination .page-numbers path {
    fill: #1f8ccf
}

.pagination .next,
.pagination .prev {
    color: #1f8ccf;
    padding: .6em 1em 1.4em
}

.pagination .next svg,
.pagination .prev svg {
    top: 4px;
    position: relative
}

.pagination .current,
.pagination .page-numbers:hover {
    background-color: #1f8ccf;
    color: #fff
}

.pagination .current path,
.pagination .page-numbers:hover path {
    fill: #fff
}

.pagination .prev svg {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.section-header__subtitle a {
    color: #c7c7c7;
    text-decoration: none;
    font-size: .8em;
    font-weight: 500;
    letter-spacing: .05em
}

.section-header__subtitle a:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-right-color: #c7c7c7;
    border-bottom-color: #c7c7c7;
    opacity: .3;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    margin: 0 .7em
}

.section-header__title a {
    font-size: 2em;
    font-weight: 700;
    letter-spacing: .05em;
    text-decoration: none;
    line-height: 1.2em;
    padding: .2em 0 .5em;
    display: block;
    position: relative
}

.section-header__title a.\--color {
    color: #979797
}

@media screen and (max-width:48em) {
    .section-header__title a {
        font-size: 8vw
    }
    .section-header__title a:after {
        font-size: 13vw;
        -webkit-transform: translate(-5%, 300%);
        -ms-transform: translate(-5%, 300%);
        transform: translate(-5%, 300%)
    }
}

.section-header.blog-post .section-header__subtitle a {
    font-size: .75em
}

.section-header.blog-post .section-header__title a {
    font-size: .75em;
    display: inline-block;
    padding: 0
}

.section-header.blog-post .section-header__title a.\--color {
    color: #979797
}

.section-header.author-page .section-header__subtitle a {
    font-size: .75em;
    color: #000;
    opacity: .2
}

.section-header.author-page .section-header__subtitle a:after {
    opacity: .5;
    border-right-color: #000;
    border-bottom-color: #000
}

.section-header.author-page .section-header__title a {
    font-size: .72em;
    display: inline-block;
    padding: 0;
    color: #000;
    opacity: .2;
    font-weight: 400
}

.slider {
    padding: 0 0 2em;
    margin: 0 0 3em;
    position: relative;
    overflow: hidden
}

.slider a {
    color: inherit
}

@media screen and (max-width:48em) {
    .slider {
        margin-right: -1em;
        margin-left: -1em;
        width: 100vw;
        margin-bottom: 2em;
        padding-bottom: 3em
    }
}

.slider__item-image {
    width: 100%;
    height: auto;
    display: block
}

.slider__item-description {
    width: 85%;
    padding: 2em 0;
    position: relative
}

.slider__item-description h1 {
    margin: .2em 0 .5em;
    font-weight: 600;
    line-height: 1.1;
    font-size: 2.5em;
    overflow: hidden;
    color: #2e3946
}

@media screen and (max-width:48em) {
    .slider__item-description {
        width: 100%;
        margin: 0;
        padding: 1em
    }
    .slider__item-description h1 {
        font-size: 1.65em;
        margin-top: 0
    }
}

.slider__item-category {
    font-weight: 700;
    text-transform: uppercase;
    font-size: .7em;
    color: inherit
}

@media screen and (max-width:48em) {
    .slider__next,
    .slider__previous {
        display: none
    }
}

.section-header__title {
    line-height: .5em;
    font-size: 1.2em;
    color: #2e3946
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    text-indent: -99999px;
    height: 25px;
    width: 25px;
    border-top: 2px solid;
    border-right: 2px solid;
    border-top-color: inherit;
    border-right-color: inherit;
    position: absolute;
    top: 30%
}

.owl-nav .owl-prev {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.owl-nav .owl-next {
    right: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media screen and (max-width:48em) {
    .owl-nav {
        display: none
    }
}

.owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-flex;
    display: flex
}

.owl-dots .owl-dot {
    border: 2px solid;
    border-color: inherit;
    width: 18px;
    height: 18px;
    margin: 0 .4em;
    display: block;
    border-radius: 50%
}

.owl-dots .owl-dot.active {
    border-width: 9px;
    box-sizing: inherit
}

.page-create-project {
    margin-top: 2em;
    background: #fff;
    padding-top: 2em;
    padding-bottom: 2em;
    min-height: 20em;
    border-right: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2
}

.create-project__section {
    padding: 2em;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 hsla(0, 0%, 46%, .1);
    margin-bottom: 2em
}

@media (min-width:768px) {
    .create-project__section {
        margin-top: 2em
    }
}

.create-project__padding {
    padding: 0 1.5em
}

.create-project__photo {
    margin-bottom: 1em;
    z-index: 1
}

.create-project__photo .taggable-image {
    margin: 0 -2em
}

.create-project__photo .taggable-image img {
    width: 100%
}

.create-project__dropzone-loaded {
    width: 100%;
    margin-bottom: 1em
}

@media (min-width:768px) {
    .create-project__dropzone-loaded {
        width: 130px;
        margin-bottom: 0
    }
    .create-project__photo-container {
        width: calc(100% - 130px - 1em);
        margin-left: 1em;
        text-align: center
    }
    .create-project__photo {
        position: relative;
        height: 553px;
        opacity: 0;
        margin-bottom: 0;
        text-align: left
    }
    .create-project__photo .create-project__photo-wrap {
        height: 100%;
        position: relative
    }
    .create-project__photo.landscape {
        display: -webkit-flex;
        display: flex;
        min-height: 553px;
        height: auto;
        -webkit-animation: fadeIn .3s ease forwards;
        animation: fadeIn .3s ease forwards
    }
    .create-project__photo.landscape .taggable-image,
    .create-project__photo.landscape .taggable-image img {
        width: 100%;
        margin: 0
    }
    .create-project__photo.portrait {
        height: 547px;
        min-height: auto;
        display: inline-block;
        -webkit-animation: fadeIn .3s ease forwards;
        animation: fadeIn .3s ease forwards
    }
    .create-project__photo.portrait .taggable-image,
    .create-project__photo.portrait .taggable-image img {
        height: 100%;
        width: auto;
        margin: 0
    }
}

.create-project__photo-container .floating-label .Select-control,
.create-project__photo-container .floating-label input {
    height: 55px
}

.create-project__photo-container .floating-label .Select-control label {
    top: .5em
}

.create-project__photo--actions>* {
    display: inline-block;
    vertical-align: middle
}

.create-project__photo--actions .tooltip {
    margin: 0 1em
}

@media (min-width:768px) {
    .create-project__photo--actions {
        position: absolute;
        left: 1em;
        right: 1em;
        top: 1em;
        z-index: 4
    }
}

.create-project__check-cover {
    background: #fff;
    border-radius: 50px;
    padding-left: 1.5em;
    padding-right: 1em;
    margin: 0
}

.create-project__check-cover.checkbox-control label:after {
    border-radius: 20px
}

.create-project__link-remove {
    z-index: 9;
    background: #fff;
    border-radius: 100%;
    color: #000;
    width: 2em;
    height: 2em;
    float: right
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.create-project__centered-text {
    -webkit-align-self: center;
    align-self: center;
    color: #979797
}

.summit-wrapper {
    background-color: #fff;
    background-image: url(c917e4b4e6dd71c1f17253a01da1aa4f.svg);
    background-position-y: -30%;
    background-position-x: 20%;
    background-repeat: no-repeat
}

.home-slider__wrap .slick-arrow {
    border: 0;
    text-indent: -99999px;
    color: transparent;
    overflow: hidden;
    width: 40px;
    height: 31px;
    border-radius: 3px;
    border: 1px solid #000;
    outline: none;
    cursor: pointer;
    transition: all .3s ease;
    position: absolute;
    top: -48px;
    right: .5em
}

.home-slider__wrap .slick-arrow.slick-next:after {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    top: 11px;
    left: 14px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.home-slider__wrap .slick-arrow.slick-prev {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px)
}

.home-slider__wrap .slick-arrow.slick-prev:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    top: 11px;
    left: 17px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.home-slider__wrap .slick-arrow.slick-disabled {
    box-shadow: none;
    opacity: .3
}

.body-page__project {
    overflow: auto
}

.body-page__project .footer,
.body-page__project .header-fixed__container,
.body-page__project .header__container {
    display: none
}

.page-picture__image-wrap {
    z-index: 2
}

.page-picture {
    background: #fff
}

.page-picture .loading {
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 20px)
}

.page-picture .author__section {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2em
}

.page-picture .author__section .author {
    margin-right: 1em;
    margin-bottom: 1em
}

.page-picture .author__section .button {
    padding: 1.25em 1.5em 1em
}

.page-picture__section {
    border-bottom: 1px solid #f2f2f2;
    padding: 1em 0
}

.page-picture__section:last-child {
    border: 0
}

.page-picture__label {
    font-size: .8em;
    color: #7c7c7c;
    text-transform: uppercase;
    letter-spacing: .6px;
    margin-bottom: 1em
}

.page-picture__header {
    border-bottom: 1px solid #f2f2f2;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center
}

.page-picture__link-home {
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .8em;
    background: url(3950fc727f82b2f5fa5f34d94eab841b.svg) no-repeat;
    background-position: 0 calc(50% - 2px);
    background-size: 1.05em;
    padding-left: 1.6em;
    cursor: pointer;
    line-height: 71px;
    color: inherit
}

.page-picture__link-back {
    background: #f9f9f9;
    display: inline-block;
    width: 90px;
    height: 74px;
    line-height: 70px;
    text-align: center;
    color: #3d3d3d;
    font-size: 2.6em;
    font-weight: 300;
    border-left: 1px solid #f2f2f2;
    cursor: pointer
}

.page-picture__image-next {
    right: 10%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.page-picture__image-next,
.page-picture__image-prev {
    position: absolute;
    top: calc(50% - 15px);
    z-index: 9999999;
    width: 30px;
    height: 30px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    box-shadow: 1px -1px 4px rgba(0, 0, 0, .05), inset -4px 3px 2px 0 rgba(0, 0, 0, .05);
    z-index: 1000
}

.page-picture__image-prev {
    left: 10%;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.page-picture__actions-buttons .row {
    margin-left: -1em
}

.page-picture__actions-buttons .button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

.page-picture__actions-buttons .label {
    margin-bottom: 1em
}

@media screen and (min-width:63.9em) {
    .page-picture__section {
        padding: 2em
    }
    .page-picture__see-more {
        padding: 1em 2em;
        height: 90px;
        overflow: auto
    }
    .body-page__project {
        overflow: hidden
    }
    .page-picture {
        height: 100vh;
        background: none
    }
    .page-picture>.row {
        height: 100%;
        margin-right: -1em;
        margin-left: -1em
    }
    .page-picture>.row>* {
        padding-left: 0;
        padding-right: 0;
        height: 100%
    }
    .page-picture__image {
        height: 100%;
        position: relative;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        padding-top: 75px
    }
    .page-picture__image-wrap {
        position: relative;
        max-height: 100vh;
        margin: 0;
        opacity: 0
    }
    .page-picture__image-wrap:not(.landscape):not(.portrait),
    .page-picture__image-wrap:not(.landscape):not(.portrait) .taggable-image {
        width: 100%;
        height: 100%
    }
    .page-picture__image-wrap img {
        width: 100%;
        height: auto
    }
    .page-picture__image-wrap .flag__portobello-shop {
        position: absolute;
        right: 0;
        top: 30px;
        z-index: 1
    }
    .page-picture__image-wrap.landscape {
        width: 100%;
        margin: auto;
        -webkit-animation: fadeIn .5s ease forwards;
        animation: fadeIn .5s ease forwards
    }
    .page-picture__image-wrap.landscape .taggable-image,
    .page-picture__image-wrap.landscape .taggable-image img {
        width: 100%
    }
    .page-picture__image-wrap.portrait {
        height: calc(100% - 90px);
        margin: 0 auto;
        -webkit-animation: fadeIn .5s ease forwards;
        animation: fadeIn .5s ease forwards
    }
    .page-picture__image-wrap.portrait .taggable-image,
    .page-picture__image-wrap.portrait .taggable-image img {
        height: 100%;
        width: auto;
        max-height: 100%;
        max-width: 100%
    }
    .page-picture__image-wrap.portrait .page-picture__image-legend {
        margin: 1em auto;
        position: fixed;
        left: 0;
        width: 75%
    }
    .page-picture__content {
        height: 100%;
        background: #fff;
        border-left: 1px solid #f2f2f2
    }
    .page-picture__favorite-button {
        margin-right: auto;
        padding-left: 10px
    }
    .page-picture__favorite-button svg {
        width: 26px;
        height: 26px
    }
    .page-picture__content-scroll {
        overflow-y: auto;
        overflow-x: hidden;
        height: calc(100% - 165px)
    }
    .page-picture__content-scroll::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #f5f5f5
    }
    .page-picture__content-scroll::-webkit-scrollbar {
        width: 7px
    }
    .page-picture__content-scroll::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #dbdbdb
    }
}

@media screen and (max-width:63.9em) {
    .page-picture .author__section {
        margin-bottom: 0
    }
    .page-picture .author__section .button,
    .page-picture__image-next,
    .page-picture__image-prev {
        display: none
    }
    .page-picture__image {
        height: 100%;
        position: relative;
        display: -webkit-flex;
        display: flex;
        margin-left: -1em;
        margin-right: -1em
    }
    .page-picture__image-wrap {
        position: relative;
        opacity: 0
    }
    .page-picture__image-wrap img {
        width: 100%;
        height: auto
    }
    .page-picture__image-wrap .flag__portobello-shop {
        position: absolute;
        right: 0;
        top: 30px;
        z-index: 1
    }
    .page-picture__image-wrap.landscape,
    .page-picture__image-wrap.portrait {
        width: 100%;
        margin: 0 auto;
        -webkit-animation: fadeIn 1s ease forwards;
        animation: fadeIn 1s ease forwards
    }
    .page-picture__image-wrap.portrait img {
        width: 100vw;
        max-height: 75vh
    }
    .page-picture__image-wrap.landscape img {
        width: 100vw
    }
    .page-picture__content-scroll {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .page-picture__content-scroll>* {
        width: 100%
    }
    .page-picture__favorite-button {
        margin-right: auto;
        padding-left: 10px
    }
    .page-picture__gallery {
        -webkit-order: -3;
        order: -3
    }
}

.page-picture__desc-title {
    color: #3a3a3a;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: .2em
}

.page-picture__desc-content {
    color: #7c7c7c;
    font-size: .8em
}

.page-picture__image-legend {
    margin: 1em auto 2em;
    display: block;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: unset;
    width: 100%;
    font-size: .8em;
    line-height: 1.3;
    color: #979797
}

.page-picture__see-more {
    border-top: 1px solid #f2f2f2
}

.page-picture__see-more div {
    display: inline-block
}

.page-picture__see-more .page-picture__label {
    margin-bottom: .3em
}

.page-picture__see-more a {
    display: inline-block;
    background: #fafafa;
    border: 1px solid #f2f2f2;
    color: #7c7c7c;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: .75em;
    padding: .7em 1em .6em;
    line-height: 1;
    margin-right: .5em
}

.page-picture__gallery {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 1em;
    position: relative
}

.page-picture__gallery:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2px;
    width: 10%;
    z-index: 999;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff)
}

.page-picture__gallery .slick-arrow {
    border: 0;
    text-indent: -99999px;
    color: transparent;
    overflow: hidden;
    width: 15px;
    height: 15px;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    outline: none;
    cursor: pointer;
    transition: all .3s ease;
    position: absolute;
    top: calc(50% - 7px);
    z-index: 999999;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.page-picture__gallery .slick-arrow.slick-next {
    right: -20px
}

.page-picture__gallery .slick-arrow.slick-next:after {
    content: "";
    display: block;
    border: 6px solid transparent;
    border-left: 6px solid #bbb;
    position: absolute;
    top: 12px;
    left: 15px
}

.page-picture__gallery .slick-arrow.slick-prev {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -20px
}

.page-picture__gallery .slick-arrow.slick-prev:after {
    content: "";
    display: block;
    border: 6px solid transparent;
    border-right: 6px solid #bbb;
    position: absolute;
    top: 12px;
    left: 9px
}

.page-picture__gallery .slick-arrow.slick-disabled {
    box-shadow: none;
    opacity: .3
}

.page-picture__gallery-item {
    width: 106px;
    height: 100px;
    padding: 0;
    padding-right: 6px;
    position: relative;
    border-radius: 3px;
    overflow: hidden
}

.page-picture__gallery-item span {
    width: 100%;
    height: 100%;
    display: block;
    opacity: .2;
    transition: all .3s ease;
    background-size: cover;
    background-position: 50%
}

.page-picture__gallery-item:hover span {
    opacity: 1
}

.page-picture__gallery-item:after {
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 4px;
    bottom: 0;
    position: absolute;
    border: 4px solid transparent;
    transition: all .3s ease
}

.page-picture__gallery-item.active span {
    opacity: 1
}

.page-picture__gallery-item.active:after {
    border: 4px solid #1f8ccf;
    transition: all .3s ease
}

@media screen and (max-width:48em) {
    .page-picture .page-picture__image-legend:empty {
        display: none
    }
    .page-picture .slick-arrow {
        display: none!important
    }
    .page-picture .page-picture__header {
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin: -.3em -1em 1em
    }
    .page-picture .page-picture__link-home {
        line-height: 35px;
        margin-left: 1em
    }
    .page-picture .page-picture__link-back {
        width: 40px;
        height: 40px;
        line-height: 35px
    }
    .page-picture .page-picture__see-more {
        padding: 1em 0
    }
}

@media (pointer:coarse) and (hover:none) {
    .page-picture__gallery .slick-arrow {
        display: none!important
    }
}

.page-search__section {
    margin: 2em 0;
    padding-bottom: 1em;
    border-bottom: 1px solid #eaeaea
}

@media screen and (max-width:30em) {
    .page-search__section .row:not(.page-search__section-header) {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        margin-left: -1em;
        margin-right: -1em;
        padding-left: .5em;
        -webkit-overflow-scrolling: touch
    }
    .page-search__section .row:not(.page-search__section-header)>* {
        width: 80vw;
        -webkit-flex-basis: auto;
        flex-basis: auto;
        max-width: 100%;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto
    }
}

.page-search__section-header {
    margin-bottom: 1em
}

.page-search__section-title {
    font-size: 2em;
    font-weight: 300
}

.page-projects .projects-content,
.page-register {
    background: #fff;
    padding-bottom: 2em;
    min-height: 20em;
    border-right: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2
}

.page-projects .projects-content {
    padding-top: 2em
}

.page-projects .projects-header {
    max-width: 80em;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #f2f2f2;
    border-top-width: 0
}

/* Correção do menu para ficar igual ao do Archtrends */
@media screen and (min-width:64.1em) {
    .header-menu__item>li>ul>li>.header-menu__item--submenu
    {
        left: initial;
        transform: initial;
        -webkit-transform: initial;
        position: initial;
        width: initial;
        box-shadow: initial;
        left: initial;
        display: block;
        padding: 10px;
        padding-top: 5px;
        padding-left: 40px;
        list-style-type: square;
        display: none;
    }
    .header-menu__item>li>ul>li>.header-menu__item--submenu li a.header-menu__link
    {
        font-weight: 400;
    }

}