/* @font-face{font-family:'open sans';src:url("../fonts/OpenSans-Light.ttf");font-weight:300}@font-face{font-family:'open sans';src:url("../fonts/OpenSans-Regular.ttf");font-weight:400}@font-face{font-family:'open sans';src:url("../fonts/OpenSans-SemiBold.ttf");font-weight:600}@font-face{font-family:'open sans';src:url("../fonts/OpenSans-Italic.ttf");font-style:italic}@font-face{font-family:'open sans';src:url("../fonts/OpenSans-Bold.ttf");font-weight:700} */
*,:after,:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: transparent
}

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

body {
    margin: 0;
    font-size: 18px;
    font-family: 'open sans', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #555;
    background-color: #fff
}

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

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

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

a {
    background-color: transparent
}

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

b,strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

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

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],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: 0.35em 0.75em 0.625em
}

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    -webkit-box-sizing: border-box;
    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-decoration {
    -webkit-appearance: none
}

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

ul {
    list-style: none
}

a {
    text-decoration: none;
    color: inherit
}

.p-relative {
    position: relative
}

.p-absolute {
    position: absolute
}

.p-fixed {
    position: fixed
}

.z-index-1 {
    z-index: 1
}

.first-letter p:first-of-type:first-letter {
    float: left;
    font-size: 3.15em;
    margin-right: 10px;
    line-height: 1
}

.letter-s-n-1 {
    letter-spacing: -1px
}

.letter-s-1 {
    letter-spacing: 1px
}

.letter-s-2 {
    letter-spacing: 2px
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.word-break {
    word-break: break-word
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-ellipsis {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.text-rendering {
    text-rendering: geometricPrecision
}

.text-l-h-1-2 {
    line-height: 1.2
}

.text-l-h-1-5 {
    line-height: 1.5
}

.text-l-h-2 {
    line-height: 2
}

.text-l-h-2-5 {
    line-height: 2.5
}

.text-l-h-3 {
    line-height: 3
}

.text-italic {
    font-style: italic
}

.f-w-3 {
    font-weight: 300
}

.f-w-4 {
    font-weight: 400
}

.f-w-6 {
    font-weight: 600
}

.f-w-7 {
    font-weight: 700
}

.dc-line,.dc-line-2 {
    margin-bottom: 28px;
    position: relative
}

.center-md .dc-line:after,.center-xs .dc-line:after,.end-md .dc-line:after,.end-xs .dc-line:after,.start-md .dc-line:after,.start-xs .dc-line:after {
    content: "";
    position: relative;
    width: 60px;
    height: 3px;
    border-radius: 20px;
    line-height: 6;
    display: table;
    margin: 25px auto 0
}

.dc-line-c-primary:after,.dc-line-c-primary:before {
    background-color: #0082bf
}

.dc-line-c-secondary:after,.dc-line-c-secondary:before {
    background-color: #e42934
}

.dc-line-side:before {
    content: '';
    height: 4px;
    width: 45px;
    border-radius: 2px;
    position: absolute;
    top: 23px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
/*
    -webkit-transition: transform 0.75s cubic-bezier(0.77, 0, 0.23, 1.005);
    -o-transition: transform 0.75s cubic-bezier(0.77, 0, 0.23, 1.005);
    -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.77, 0, 0.23, 1.005);
    transition: -webkit-transform 0.75s cubic-bezier(0.77, 0, 0.23, 1.005);
    transition: transform 0.75s cubic-bezier(0.77, 0, 0.23, 1.005);
    transition: transform 0.75s cubic-bezier(0.77, 0, 0.23, 1.005), -webkit-transform 0.75s cubic-bezier(0.77, 0, 0.23, 1.005);
*/
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.dc-line-side-c-primary:before {
    background-color: #0082bf
}

.dc-line-side-c-secondary:before {
    background-color: #e42934
}

.dc-line-side-c-white:before {
    background-color: #fff
}

.dc-line-side-right:before {
    right: calc(100% + 10px)
}

.dc-line-side-left:before {
    left: calc(100% + 10px)
}

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

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

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

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

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

.row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

.row.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

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

.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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-12 {
    -ms-flex-preferred-size: 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%
}

.center-xs .dc-line:after {
    margin: 25px auto 0
}

.end-xs .dc-line:after {
    margin: 25px 0 0 auto
}

.start-xs .dc-line:after {
    margin: 25px auto 0 0
}

.invisible-xs {
    visibility: hidden;
    height: 0;
    width: 0
}

.visible-xs {
    visibility: visible;
    height: auto;
    width: auto
}

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

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

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

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

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

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

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

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

.first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media only screen and (min-width: 48em) {
    .invisible-sm {
        visibility:hidden;
        height: 0;
        width: 0
    }

    .visible-sm {
        visibility: visible;
        height: auto;
        width: auto
    }

    .center-sm .dc-line:after {
        margin: 25px auto 0
    }

    .end-sm .dc-line:after {
        margin: 25px 0 0 auto
    }

    .start-sm .dc-line:after {
        margin: 25px auto 0 0
    }

    .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 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 0.5rem;
        padding-left: 0.5rem
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-12 {
        -ms-flex-preferred-size: 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-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

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

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

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

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

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

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

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

    .first-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (min-width: 65em) {
    .invisible-md {
        visibility:hidden;
        height: 0;
        width: 0
    }

    .visible-md {
        visibility: visible;
        height: auto;
        width: auto
    }

    .center-md .dc-line:after {
        margin: 25px auto 0
    }

    .end-md .dc-line:after {
        margin: 25px 0 0 auto
    }

    .start-md .dc-line:after {
        margin: 25px auto 0 0
    }

    .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 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 0.5rem;
        padding-left: 0.5rem
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-12 {
        -ms-flex-preferred-size: 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-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

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

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

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

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

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

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

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

    .first-md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (min-width: 75em) {
    .invisible-lg {
        visibility:hidden;
        height: 0;
        width: 0
    }

    .visible-lg {
        visibility: visible;
        height: auto;
        width: auto
    }

    .center-lg .dc-line:after {
        margin: 25px auto 0
    }

    .end-lg .dc-line:after {
        margin: 25px 0 0 auto
    }

    .start-lg .dc-line:after {
        margin: 25px auto 0 0
    }

    .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 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 0.5rem;
        padding-left: 0.5rem
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-12 {
        -ms-flex-preferred-size: 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-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

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

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

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

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

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

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

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

    .first-lg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-lg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.p-0 {
    padding: 0!important
}

.p-header {
    padding-top: 80
}

.p-5px {
    padding: 5px
}

.p-10px {
    padding: 10px
}

.p-15px {
    padding: 15px
}

.p-20px {
    padding: 20px
}

.p-25px {
    padding: 25px
}

.p-30px {
    padding: 30px
}

.p-35px {
    padding: 35px
}

.p-40px {
    padding: 40px
}

.p-45px {
    padding: 45px
}

.p-50px {
    padding: 50px
}

.p-55px {
    padding: 55px
}

.p-60px {
    padding: 60px
}

.p-65px {
    padding: 65px
}

.p-70px {
    padding: 70px
}

.p-75px {
    padding: 75px
}

.p-80px {
    padding: 80px
}

.p-85px {
    padding: 85px
}

.p-90px {
    padding: 90px
}

.p-95px {
    padding: 95px
}

.p-100px {
    padding: 100px
}

.p-105px {
    padding: 105px
}

.p-110px {
    padding: 110px
}

.p-115px {
    padding: 115px
}

.p-120px {
    padding: 120px
}

.p-125px {
    padding: 125px
}

.p-130px {
    padding: 130px
}

.p-135px {
    padding: 135px
}

.p-140px {
    padding: 140px
}

.p-145px {
    padding: 145px
}

.p-150px {
    padding: 150px
}

.p-l-5px {
    padding-left: 5px
}

.p-l-10px {
    padding-left: 10px
}

.p-l-15px {
    padding-left: 15px
}

.p-l-20px {
    padding-left: 20px
}

.p-l-25px {
    padding-left: 25px
}

.p-l-30px {
    padding-left: 30px
}

.p-l-35px {
    padding-left: 35px
}

.p-l-40px {
    padding-left: 40px
}

.p-l-45px {
    padding-left: 45px
}

.p-l-50px {
    padding-left: 50px
}

.p-l-55px {
    padding-left: 55px
}

.p-l-60px {
    padding-left: 60px
}

.p-l-65px {
    padding-left: 65px
}

.p-l-70px {
    padding-left: 70px
}

.p-l-75px {
    padding-left: 75px
}

.p-l-80px {
    padding-left: 80px
}

.p-l-85px {
    padding-left: 85px
}

.p-l-90px {
    padding-left: 90px
}

.p-l-95px {
    padding-left: 95px
}

.p-l-100px {
    padding-left: 100px
}

.p-l-105px {
    padding-left: 105px
}

.p-l-110px {
    padding-left: 110px
}

.p-l-115px {
    padding-left: 115px
}

.p-l-120px {
    padding-left: 120px
}

.p-l-125px {
    padding-left: 125px
}

.p-l-130px {
    padding-left: 130px
}

.p-l-135px {
    padding-left: 135px
}

.p-l-140px {
    padding-left: 140px
}

.p-l-145px {
    padding-left: 145px
}

.p-l-150px {
    padding-left: 150px
}

.p-l-0 {
    padding-left: 0
}

.p-r-5px {
    padding-right: 5px
}

.p-r-10px {
    padding-right: 10px
}

.p-r-15px {
    padding-right: 15px
}

.p-r-20px {
    padding-right: 20px
}

.p-r-25px {
    padding-right: 25px
}

.p-r-30px {
    padding-right: 30px
}

.p-r-35px {
    padding-right: 35px
}

.p-r-40px {
    padding-right: 40px
}

.p-r-45px {
    padding-right: 45px
}

.p-r-50px {
    padding-right: 50px
}

.p-r-55px {
    padding-right: 55px
}

.p-r-60px {
    padding-right: 60px
}

.p-r-65px {
    padding-right: 65px
}

.p-r-70px {
    padding-right: 70px
}

.p-r-75px {
    padding-right: 75px
}

.p-r-80px {
    padding-right: 80px
}

.p-r-85px {
    padding-right: 85px
}

.p-r-90px {
    padding-right: 90px
}

.p-r-95px {
    padding-right: 95px
}

.p-r-100px {
    padding-right: 100px
}

.p-r-105px {
    padding-right: 105px
}

.p-r-110px {
    padding-right: 110px
}

.p-r-115px {
    padding-right: 115px
}

.p-r-120px {
    padding-right: 120px
}

.p-r-125px {
    padding-right: 125px
}

.p-r-130px {
    padding-right: 130px
}

.p-r-135px {
    padding-right: 135px
}

.p-r-140px {
    padding-right: 140px
}

.p-r-145px {
    padding-right: 145px
}

.p-r-150px {
    padding-right: 150px
}

.p-r-0 {
    padding-right: 0
}

.p-t-5px {
    padding-top: 5px
}

.p-t-10px {
    padding-top: 10px
}

.p-t-15px {
    padding-top: 15px
}

.p-t-20px {
    padding-top: 20px
}

.p-t-25px {
    padding-top: 25px
}

.p-t-30px {
    padding-top: 30px
}

.p-t-35px {
    padding-top: 35px
}

.p-t-40px {
    padding-top: 40px
}

.p-t-45px {
    padding-top: 45px
}

.p-t-50px {
    padding-top: 50px
}

.p-t-55px {
    padding-top: 55px
}

.p-t-60px {
    padding-top: 60px
}

.p-t-65px {
    padding-top: 65px
}

.p-t-70px {
    padding-top: 70px
}

.p-t-75px {
    padding-top: 75px
}

.p-t-80px {
    padding-top: 80px
}

.p-t-85px {
    padding-top: 85px
}

.p-t-90px {
    padding-top: 90px
}

.p-t-95px {
    padding-top: 95px
}

.p-t-100px {
    padding-top: 100px
}

.p-t-105px {
    padding-top: 105px
}

.p-t-110px {
    padding-top: 110px
}

.p-t-115px {
    padding-top: 115px
}

.p-t-120px {
    padding-top: 120px
}

.p-t-125px {
    padding-top: 125px
}

.p-t-130px {
    padding-top: 130px
}

.p-t-135px {
    padding-top: 135px
}

.p-t-140px {
    padding-top: 140px
}

.p-t-145px {
    padding-top: 145px
}

.p-t-150px {
    padding-top: 150px
}

.p-t-0 {
    padding-top: 0
}

.p-b-5px {
    padding-bottom: 5px
}

.p-b-10px {
    padding-bottom: 10px
}

.p-b-15px {
    padding-bottom: 15px
}

.p-b-20px {
    padding-bottom: 20px
}

.p-b-25px {
    padding-bottom: 25px
}

.p-b-30px {
    padding-bottom: 30px
}

.p-b-35px {
    padding-bottom: 35px
}

.p-b-40px {
    padding-bottom: 40px
}

.p-b-45px {
    padding-bottom: 45px
}

.p-b-50px {
    padding-bottom: 50px
}

.p-b-55px {
    padding-bottom: 55px
}

.p-b-60px {
    padding-bottom: 60px
}

.p-b-65px {
    padding-bottom: 65px
}

.p-b-70px {
    padding-bottom: 70px
}

.p-b-75px {
    padding-bottom: 75px
}

.p-b-80px {
    padding-bottom: 80px
}

.p-b-85px {
    padding-bottom: 85px
}

.p-b-90px {
    padding-bottom: 90px
}

.p-b-95px {
    padding-bottom: 95px
}

.p-b-100px {
    padding-bottom: 100px
}

.p-b-105px {
    padding-bottom: 105px
}

.p-b-110px {
    padding-bottom: 110px
}

.p-b-115px {
    padding-bottom: 115px
}

.p-b-120px {
    padding-bottom: 120px
}

.p-b-125px {
    padding-bottom: 125px
}

.p-b-130px {
    padding-bottom: 130px
}

.p-b-135px {
    padding-bottom: 135px
}

.p-b-140px {
    padding-bottom: 140px
}

.p-b-145px {
    padding-bottom: 145px
}

.p-b-150px {
    padding-bottom: 150px
}

.p-b-0 {
    padding-bottom: 0
}

.p-l-r-5px {
    padding-left: 5px;
    padding-right: 5px
}

.p-l-r-10px {
    padding-left: 10px;
    padding-right: 10px
}

.p-l-r-15px {
    padding-left: 15px;
    padding-right: 15px
}

.p-l-r-20px {
    padding-left: 20px;
    padding-right: 20px
}

.p-l-r-25px {
    padding-left: 25px;
    padding-right: 25px
}

.p-l-r-30px {
    padding-left: 30px;
    padding-right: 30px
}

.p-l-r-35px {
    padding-left: 35px;
    padding-right: 35px
}

.p-l-r-40px {
    padding-left: 40px;
    padding-right: 40px
}

.p-l-r-45px {
    padding-left: 45px;
    padding-right: 45px
}

.p-l-r-50px {
    padding-left: 50px;
    padding-right: 50px
}

.p-l-r-55px {
    padding-left: 55px;
    padding-right: 55px
}

.p-l-r-60px {
    padding-left: 60px;
    padding-right: 60px
}

.p-l-r-65px {
    padding-left: 65px;
    padding-right: 65px
}

.p-l-r-70px {
    padding-left: 70px;
    padding-right: 70px
}

.p-l-r-75px {
    padding-left: 75px;
    padding-right: 75px
}

.p-l-r-80px {
    padding-left: 80px;
    padding-right: 80px
}

.p-l-r-85px {
    padding-left: 85px;
    padding-right: 85px
}

.p-l-r-90px {
    padding-left: 90px;
    padding-right: 90px
}

.p-l-r-95px {
    padding-left: 95px;
    padding-right: 95px
}

.p-l-r-100px {
    padding-left: 100px;
    padding-right: 100px
}

.p-l-r-105px {
    padding-left: 105px;
    padding-right: 105px
}

.p-l-r-110px {
    padding-left: 110px;
    padding-right: 110px
}

.p-l-r-115px {
    padding-left: 115px;
    padding-right: 115px
}

.p-l-r-120px {
    padding-left: 120px;
    padding-right: 120px
}

.p-l-r-125px {
    padding-left: 125px;
    padding-right: 125px
}

.p-l-r-130px {
    padding-left: 130px;
    padding-right: 130px
}

.p-l-r-135px {
    padding-left: 135px;
    padding-right: 135px
}

.p-l-r-140px {
    padding-left: 140px;
    padding-right: 140px
}

.p-l-r-145px {
    padding-left: 145px;
    padding-right: 145px
}

.p-l-r-150px {
    padding-left: 150px;
    padding-right: 150px
}

.p-t-b-5px {
    padding-top: 5px;
    padding-bottom: 5px
}

.p-t-b-10px {
    padding-top: 10px;
    padding-bottom: 10px
}

.p-t-b-15px {
    padding-top: 15px;
    padding-bottom: 15px
}

.p-t-b-20px {
    padding-top: 20px;
    padding-bottom: 20px
}

.p-t-b-25px {
    padding-top: 25px;
    padding-bottom: 25px
}

.p-t-b-30px {
    padding-top: 30px;
    padding-bottom: 30px
}

.p-t-b-35px {
    padding-top: 35px;
    padding-bottom: 35px
}

.p-t-b-40px {
    padding-top: 40px;
    padding-bottom: 40px
}

.p-t-b-45px {
    padding-top: 45px;
    padding-bottom: 45px
}

.p-t-b-50px {
    padding-top: 50px;
    padding-bottom: 50px
}

.p-t-b-55px {
    padding-top: 55px;
    padding-bottom: 55px
}

.p-t-b-60px {
    padding-top: 60px;
    padding-bottom: 60px
}

.p-t-b-65px {
    padding-top: 65px;
    padding-bottom: 65px
}

.p-t-b-70px {
    padding-top: 70px;
    padding-bottom: 70px
}

.p-t-b-75px {
    padding-top: 75px;
    padding-bottom: 75px
}

.p-t-b-80px {
    padding-top: 80px;
    padding-bottom: 80px
}

.p-t-b-85px {
    padding-top: 85px;
    padding-bottom: 85px
}

.p-t-b-90px {
    padding-top: 90px;
    padding-bottom: 90px
}

.p-t-b-95px {
    padding-top: 95px;
    padding-bottom: 95px
}

.p-t-b-100px {
    padding-top: 100px;
    padding-bottom: 100px
}

.p-t-b-105px {
    padding-top: 105px;
    padding-bottom: 105px
}

.p-t-b-110px {
    padding-top: 110px;
    padding-bottom: 110px
}

.p-t-b-115px {
    padding-top: 115px;
    padding-bottom: 115px
}

.p-t-b-120px {
    padding-top: 120px;
    padding-bottom: 120px
}

.p-t-b-125px {
    padding-top: 125px;
    padding-bottom: 125px
}

.p-t-b-130px {
    padding-top: 130px;
    padding-bottom: 130px
}

.p-t-b-135px {
    padding-top: 135px;
    padding-bottom: 135px
}

.p-t-b-140px {
    padding-top: 140px;
    padding-bottom: 140px
}

.p-t-b-145px {
    padding-top: 145px;
    padding-bottom: 145px
}

.p-t-b-150px {
    padding-top: 150px;
    padding-bottom: 150px
}

.m-0 {
    margin: 0!important
}

.m-auto {
    margin: auto!important
}

.m-l-auto {
    margin-left: auto!important
}

.m-r-auto {
    margin-right: auto!important
}

.m-l-r-auto {
    margin-right: auto!important;
    margin-left: auto!important
}

.m-5px {
    margin: 5px
}

.m-10px {
    margin: 10px
}

.m-15px {
    margin: 15px
}

.m-20px {
    margin: 20px
}

.m-25px {
    margin: 25px
}

.m-30px {
    margin: 30px
}

.m-35px {
    margin: 35px
}

.m-40px {
    margin: 40px
}

.m-45px {
    margin: 45px
}

.m-50px {
    margin: 50px
}

.m-55px {
    margin: 55px
}

.m-60px {
    margin: 60px
}

.m-65px {
    margin: 65px
}

.m-70px {
    margin: 70px
}

.m-75px {
    margin: 75px
}

.m-80px {
    margin: 80px
}

.m-85px {
    margin: 85px
}

.m-90px {
    margin: 90px
}

.m-95px {
    margin: 95px
}

.m-100px {
    margin: 100px
}

.m-105px {
    margin: 105px
}

.m-110px {
    margin: 110px
}

.m-115px {
    margin: 115px
}

.m-120px {
    margin: 120px
}

.m-125px {
    margin: 125px
}

.m-130px {
    margin: 130px
}

.m-135px {
    margin: 135px
}

.m-140px {
    margin: 140px
}

.m-145px {
    margin: 145px
}

.m-150px {
    margin: 150px
}

.m-155px {
    margin: 155px
}

.m-160px {
    margin: 160px
}

.m-165px {
    margin: 165px
}

.m-170px {
    margin: 170px
}

.m-175px {
    margin: 175px
}

.m-180px {
    margin: 180px
}

.m-185px {
    margin: 185px
}

.m-190px {
    margin: 190px
}

.m-195px {
    margin: 195px
}

.m-200px {
    margin: 200px
}

.m-205px {
    margin: 205px
}

.m-210px {
    margin: 210px
}

.m-215px {
    margin: 215px
}

.m-220px {
    margin: 220px
}

.m-225px {
    margin: 225px
}

.m-230px {
    margin: 230px
}

.m-235px {
    margin: 235px
}

.m-240px {
    margin: 240px
}

.m-245px {
    margin: 245px
}

.m-250px {
    margin: 250px
}

.m-l-0px {
    margin-left: 0px
}

.m-l-5px {
    margin-left: 5px
}

.m-l-10px {
    margin-left: 10px
}

.m-l-15px {
    margin-left: 15px
}

.m-l-20px {
    margin-left: 20px
}

.m-l-25px {
    margin-left: 25px
}

.m-l-30px {
    margin-left: 30px
}

.m-l-35px {
    margin-left: 35px
}

.m-l-40px {
    margin-left: 40px
}

.m-l-45px {
    margin-left: 45px
}

.m-l-50px {
    margin-left: 50px
}

.m-l-55px {
    margin-left: 55px
}

.m-l-60px {
    margin-left: 60px
}

.m-l-65px {
    margin-left: 65px
}

.m-l-70px {
    margin-left: 70px
}

.m-l-75px {
    margin-left: 75px
}

.m-l-80px {
    margin-left: 80px
}

.m-l-85px {
    margin-left: 85px
}

.m-l-90px {
    margin-left: 90px
}

.m-l-95px {
    margin-left: 95px
}

.m-l-100px {
    margin-left: 100px
}

.m-l-105px {
    margin-left: 105px
}

.m-l-110px {
    margin-left: 110px
}

.m-l-115px {
    margin-left: 115px
}

.m-l-120px {
    margin-left: 120px
}

.m-l-125px {
    margin-left: 125px
}

.m-l-130px {
    margin-left: 130px
}

.m-l-135px {
    margin-left: 135px
}

.m-l-140px {
    margin-left: 140px
}

.m-l-145px {
    margin-left: 145px
}

.m-l-150px {
    margin-left: 150px
}

.m-l-155px {
    margin-left: 155px
}

.m-l-160px {
    margin-left: 160px
}

.m-l-165px {
    margin-left: 165px
}

.m-l-170px {
    margin-left: 170px
}

.m-l-175px {
    margin-left: 175px
}

.m-l-180px {
    margin-left: 180px
}

.m-l-185px {
    margin-left: 185px
}

.m-l-190px {
    margin-left: 190px
}

.m-l-195px {
    margin-left: 195px
}

.m-l-200px {
    margin-left: 200px
}

.m-l-205px {
    margin-left: 205px
}

.m-l-210px {
    margin-left: 210px
}

.m-l-215px {
    margin-left: 215px
}

.m-l-220px {
    margin-left: 220px
}

.m-l-225px {
    margin-left: 225px
}

.m-l-230px {
    margin-left: 230px
}

.m-l-235px {
    margin-left: 235px
}

.m-l-240px {
    margin-left: 240px
}

.m-l-245px {
    margin-left: 245px
}

.m-l-250px {
    margin-left: 250px
}

.m-r-0px {
    margin-right: 0px
}

.m-r-5px {
    margin-right: 5px
}

.m-r-10px {
    margin-right: 10px
}

.m-r-15px {
    margin-right: 15px
}

.m-r-20px {
    margin-right: 20px
}

.m-r-25px {
    margin-right: 25px
}

.m-r-30px {
    margin-right: 30px
}

.m-r-35px {
    margin-right: 35px
}

.m-r-40px {
    margin-right: 40px
}

.m-r-45px {
    margin-right: 45px
}

.m-r-50px {
    margin-right: 50px
}

.m-r-55px {
    margin-right: 55px
}

.m-r-60px {
    margin-right: 60px
}

.m-r-65px {
    margin-right: 65px
}

.m-r-70px {
    margin-right: 70px
}

.m-r-75px {
    margin-right: 75px
}

.m-r-80px {
    margin-right: 80px
}

.m-r-85px {
    margin-right: 85px
}

.m-r-90px {
    margin-right: 90px
}

.m-r-95px {
    margin-right: 95px
}

.m-r-100px {
    margin-right: 100px
}

.m-t-0px {
    margin-top: 0px
}

.m-n-t-0px {
    margin-top: 0px
}

.m-t-5px {
    margin-top: 5px
}

.m-n-t-5px {
    margin-top: -5px
}

.m-t-10px {
    margin-top: 10px
}

.m-n-t-10px {
    margin-top: -10px
}

.m-t-15px {
    margin-top: 15px
}

.m-n-t-15px {
    margin-top: -15px
}

.m-t-20px {
    margin-top: 20px
}

.m-n-t-20px {
    margin-top: -20px
}

.m-t-25px {
    margin-top: 25px
}

.m-n-t-25px {
    margin-top: -25px
}

.m-t-30px {
    margin-top: 30px
}

.m-n-t-30px {
    margin-top: -30px
}

.m-t-35px {
    margin-top: 35px
}

.m-n-t-35px {
    margin-top: -35px
}

.m-t-40px {
    margin-top: 40px
}

.m-n-t-40px {
    margin-top: -40px
}

.m-t-45px {
    margin-top: 45px
}

.m-n-t-45px {
    margin-top: -45px
}

.m-t-50px {
    margin-top: 50px
}

.m-n-t-50px {
    margin-top: -50px
}

.m-t-55px {
    margin-top: 55px
}

.m-n-t-55px {
    margin-top: -55px
}

.m-t-60px {
    margin-top: 60px
}

.m-n-t-60px {
    margin-top: -60px
}

.m-t-65px {
    margin-top: 65px
}

.m-n-t-65px {
    margin-top: -65px
}

.m-t-70px {
    margin-top: 70px
}

.m-n-t-70px {
    margin-top: -70px
}

.m-t-75px {
    margin-top: 75px
}

.m-n-t-75px {
    margin-top: -75px
}

.m-t-80px {
    margin-top: 80px
}

.m-n-t-80px {
    margin-top: -80px
}

.m-t-85px {
    margin-top: 85px
}

.m-n-t-85px {
    margin-top: -85px
}

.m-t-90px {
    margin-top: 90px
}

.m-n-t-90px {
    margin-top: -90px
}

.m-t-95px {
    margin-top: 95px
}

.m-n-t-95px {
    margin-top: -95px
}

.m-t-100px {
    margin-top: 100px
}

.m-n-t-100px {
    margin-top: -100px
}

.m-t-105px {
    margin-top: 105px
}

.m-n-t-105px {
    margin-top: -105px
}

.m-t-110px {
    margin-top: 110px
}

.m-n-t-110px {
    margin-top: -110px
}

.m-t-115px {
    margin-top: 115px
}

.m-n-t-115px {
    margin-top: -115px
}

.m-t-120px {
    margin-top: 120px
}

.m-n-t-120px {
    margin-top: -120px
}

.m-t-125px {
    margin-top: 125px
}

.m-n-t-125px {
    margin-top: -125px
}

.m-t-130px {
    margin-top: 130px
}

.m-n-t-130px {
    margin-top: -130px
}

.m-t-135px {
    margin-top: 135px
}

.m-n-t-135px {
    margin-top: -135px
}

.m-t-140px {
    margin-top: 140px
}

.m-n-t-140px {
    margin-top: -140px
}

.m-t-145px {
    margin-top: 145px
}

.m-n-t-145px {
    margin-top: -145px
}

.m-t-150px {
    margin-top: 150px
}

.m-n-t-150px {
    margin-top: -150px
}

.m-t-155px {
    margin-top: 155px
}

.m-n-t-155px {
    margin-top: -155px
}

.m-t-160px {
    margin-top: 160px
}

.m-n-t-160px {
    margin-top: -160px
}

.m-t-165px {
    margin-top: 165px
}

.m-n-t-165px {
    margin-top: -165px
}

.m-t-170px {
    margin-top: 170px
}

.m-n-t-170px {
    margin-top: -170px
}

.m-t-175px {
    margin-top: 175px
}

.m-n-t-175px {
    margin-top: -175px
}

.m-t-180px {
    margin-top: 180px
}

.m-n-t-180px {
    margin-top: -180px
}

.m-t-185px {
    margin-top: 185px
}

.m-n-t-185px {
    margin-top: -185px
}

.m-t-190px {
    margin-top: 190px
}

.m-n-t-190px {
    margin-top: -190px
}

.m-t-195px {
    margin-top: 195px
}

.m-n-t-195px {
    margin-top: -195px
}

.m-t-200px {
    margin-top: 200px
}

.m-n-t-200px {
    margin-top: -200px
}

.m-t-205px {
    margin-top: 205px
}

.m-n-t-205px {
    margin-top: -205px
}

.m-t-210px {
    margin-top: 210px
}

.m-n-t-210px {
    margin-top: -210px
}

.m-t-215px {
    margin-top: 215px
}

.m-n-t-215px {
    margin-top: -215px
}

.m-t-220px {
    margin-top: 220px
}

.m-n-t-220px {
    margin-top: -220px
}

.m-t-225px {
    margin-top: 225px
}

.m-n-t-225px {
    margin-top: -225px
}

.m-t-230px {
    margin-top: 230px
}

.m-n-t-230px {
    margin-top: -230px
}

.m-t-235px {
    margin-top: 235px
}

.m-n-t-235px {
    margin-top: -235px
}

.m-t-240px {
    margin-top: 240px
}

.m-n-t-240px {
    margin-top: -240px
}

.m-t-245px {
    margin-top: 245px
}

.m-n-t-245px {
    margin-top: -245px
}

.m-t-250px {
    margin-top: 250px
}

.m-n-t-250px {
    margin-top: -250px
}

.m-b-0px {
    margin-bottom: 0px
}

.m-b-5px {
    margin-bottom: 5px
}

.m-b-10px {
    margin-bottom: 10px
}

.m-b-15px {
    margin-bottom: 15px
}

.m-b-20px {
    margin-bottom: 20px
}

.m-b-25px {
    margin-bottom: 25px
}

.m-b-30px {
    margin-bottom: 30px
}

.m-b-35px {
    margin-bottom: 35px
}

.m-b-40px {
    margin-bottom: 40px
}

.m-b-45px {
    margin-bottom: 45px
}

.m-b-50px {
    margin-bottom: 50px
}

.m-b-55px {
    margin-bottom: 55px
}

.m-b-60px {
    margin-bottom: 60px
}

.m-b-65px {
    margin-bottom: 65px
}

.m-b-70px {
    margin-bottom: 70px
}

.m-b-75px {
    margin-bottom: 75px
}

.m-b-80px {
    margin-bottom: 80px
}

.m-b-85px {
    margin-bottom: 85px
}

.m-b-90px {
    margin-bottom: 90px
}

.m-b-95px {
    margin-bottom: 95px
}

.m-b-100px {
    margin-bottom: 100px
}

.m-b-105px {
    margin-bottom: 105px
}

.m-b-110px {
    margin-bottom: 110px
}

.m-b-115px {
    margin-bottom: 115px
}

.m-b-120px {
    margin-bottom: 120px
}

.m-b-125px {
    margin-bottom: 125px
}

.m-b-130px {
    margin-bottom: 130px
}

.m-b-135px {
    margin-bottom: 135px
}

.m-b-140px {
    margin-bottom: 140px
}

.m-b-145px {
    margin-bottom: 145px
}

.m-b-150px {
    margin-bottom: 150px
}

.m-b-155px {
    margin-bottom: 155px
}

.m-b-160px {
    margin-bottom: 160px
}

.m-b-165px {
    margin-bottom: 165px
}

.m-b-170px {
    margin-bottom: 170px
}

.m-b-175px {
    margin-bottom: 175px
}

.m-b-180px {
    margin-bottom: 180px
}

.m-b-185px {
    margin-bottom: 185px
}

.m-b-190px {
    margin-bottom: 190px
}

.m-b-195px {
    margin-bottom: 195px
}

.m-b-200px {
    margin-bottom: 200px
}

.m-b-205px {
    margin-bottom: 205px
}

.m-b-210px {
    margin-bottom: 210px
}

.m-b-215px {
    margin-bottom: 215px
}

.m-b-220px {
    margin-bottom: 220px
}

.m-b-225px {
    margin-bottom: 225px
}

.m-b-230px {
    margin-bottom: 230px
}

.m-b-235px {
    margin-bottom: 235px
}

.m-b-240px {
    margin-bottom: 240px
}

.m-b-245px {
    margin-bottom: 245px
}

.m-b-250px {
    margin-bottom: 250px
}

.m-l-r-0px {
    margin-left: 0px;
    margin-right: 0px
}


.m-l-r-5px {
    margin-left: 5px;
    margin-right: 5px
}

.m-l-r-10px {
    margin-left: 10px;
    margin-right: 10px
}

.m-l-r-15px {
    margin-left: 15px;
    margin-right: 15px
}

.m-l-r-20px {
    margin-left: 20px;
    margin-right: 20px
}

.m-l-r-25px {
    margin-left: 25px;
    margin-right: 25px
}

.m-l-r-30px {
    margin-left: 30px;
    margin-right: 30px
}

.m-l-r-35px {
    margin-left: 35px;
    margin-right: 35px
}

.m-l-r-40px {
    margin-left: 40px;
    margin-right: 40px
}

.m-l-r-45px {
    margin-left: 45px;
    margin-right: 45px
}

.m-l-r-50px {
    margin-left: 50px;
    margin-right: 50px
}

.m-l-r-55px {
    margin-left: 55px;
    margin-right: 55px
}

.m-l-r-60px {
    margin-left: 60px;
    margin-right: 60px
}

.m-l-r-65px {
    margin-left: 65px;
    margin-right: 65px
}

.m-l-r-70px {
    margin-left: 70px;
    margin-right: 70px
}

.m-l-r-75px {
    margin-left: 75px;
    margin-right: 75px
}

.m-l-r-80px {
    margin-left: 80px;
    margin-right: 80px
}

.m-l-r-85px {
    margin-left: 85px;
    margin-right: 85px
}

.m-l-r-90px {
    margin-left: 90px;
    margin-right: 90px
}

.m-l-r-95px {
    margin-left: 95px;
    margin-right: 95px
}

.m-l-r-100px {
    margin-left: 100px;
    margin-right: 100px
}

.m-l-r-105px {
    margin-left: 105px;
    margin-right: 105px
}

.m-l-r-110px {
    margin-left: 110px;
    margin-right: 110px
}

.m-l-r-115px {
    margin-left: 115px;
    margin-right: 115px
}

.m-l-r-120px {
    margin-left: 120px;
    margin-right: 120px
}

.m-l-r-125px {
    margin-left: 125px;
    margin-right: 125px
}

.m-l-r-130px {
    margin-left: 130px;
    margin-right: 130px
}

.m-l-r-135px {
    margin-left: 135px;
    margin-right: 135px
}

.m-l-r-140px {
    margin-left: 140px;
    margin-right: 140px
}

.m-l-r-145px {
    margin-left: 145px;
    margin-right: 145px
}

.m-l-r-150px {
    margin-left: 150px;
    margin-right: 150px
}

.m-l-r-155px {
    margin-left: 155px;
    margin-right: 155px
}

.m-l-r-160px {
    margin-left: 160px;
    margin-right: 160px
}

.m-l-r-165px {
    margin-left: 165px;
    margin-right: 165px
}

.m-l-r-170px {
    margin-left: 170px;
    margin-right: 170px
}

.m-l-r-175px {
    margin-left: 175px;
    margin-right: 175px
}

.m-l-r-180px {
    margin-left: 180px;
    margin-right: 180px
}

.m-l-r-185px {
    margin-left: 185px;
    margin-right: 185px
}

.m-l-r-190px {
    margin-left: 190px;
    margin-right: 190px
}

.m-l-r-195px {
    margin-left: 195px;
    margin-right: 195px
}

.m-l-r-200px {
    margin-left: 200px;
    margin-right: 200px
}

.m-l-r-205px {
    margin-left: 205px;
    margin-right: 205px
}

.m-l-r-210px {
    margin-left: 210px;
    margin-right: 210px
}

.m-l-r-215px {
    margin-left: 215px;
    margin-right: 215px
}

.m-l-r-220px {
    margin-left: 220px;
    margin-right: 220px
}

.m-l-r-225px {
    margin-left: 225px;
    margin-right: 225px
}

.m-l-r-230px {
    margin-left: 230px;
    margin-right: 230px
}

.m-l-r-235px {
    margin-left: 235px;
    margin-right: 235px
}

.m-l-r-240px {
    margin-left: 240px;
    margin-right: 240px
}

.m-l-r-245px {
    margin-left: 245px;
    margin-right: 245px
}

.m-l-r-250px {
    margin-left: 250px;
    margin-right: 250px
}

.m-t-b-0px {
    margin-top: 0px;
    margin-bottom: 0px
}

.m-t-b-5px {
    margin-top: 5px;
    margin-bottom: 5px
}

.m-t-b-10px {
    margin-top: 10px;
    margin-bottom: 10px
}

.m-t-b-15px {
    margin-top: 15px;
    margin-bottom: 15px
}

.m-t-b-20px {
    margin-top: 20px;
    margin-bottom: 20px
}

.m-t-b-25px {
    margin-top: 25px;
    margin-bottom: 25px
}

.m-t-b-30px {
    margin-top: 30px;
    margin-bottom: 30px
}

.m-t-b-35px {
    margin-top: 35px;
    margin-bottom: 35px
}

.m-t-b-40px {
    margin-top: 40px;
    margin-bottom: 40px
}

.m-t-b-45px {
    margin-top: 45px;
    margin-bottom: 45px
}

.m-t-b-50px {
    margin-top: 50px;
    margin-bottom: 50px
}

.m-t-b-55px {
    margin-top: 55px;
    margin-bottom: 55px
}

.m-t-b-60px {
    margin-top: 60px;
    margin-bottom: 60px
}

.m-t-b-65px {
    margin-top: 65px;
    margin-bottom: 65px
}

.m-t-b-70px {
    margin-top: 70px;
    margin-bottom: 70px
}

.m-t-b-75px {
    margin-top: 75px;
    margin-bottom: 75px
}

.m-t-b-80px {
    margin-top: 80px;
    margin-bottom: 80px
}

.m-t-b-85px {
    margin-top: 85px;
    margin-bottom: 85px
}

.m-t-b-90px {
    margin-top: 90px;
    margin-bottom: 90px
}

.m-t-b-95px {
    margin-top: 95px;
    margin-bottom: 95px
}

.m-t-b-100px {
    margin-top: 100px;
    margin-bottom: 100px
}

.m-t-b-105px {
    margin-top: 105px;
    margin-bottom: 105px
}

.m-t-b-110px {
    margin-top: 110px;
    margin-bottom: 110px
}

.m-t-b-115px {
    margin-top: 115px;
    margin-bottom: 115px
}

.m-t-b-120px {
    margin-top: 120px;
    margin-bottom: 120px
}

.m-t-b-125px {
    margin-top: 125px;
    margin-bottom: 125px
}

.m-t-b-130px {
    margin-top: 130px;
    margin-bottom: 130px
}

.m-t-b-135px {
    margin-top: 135px;
    margin-bottom: 135px
}

.m-t-b-140px {
    margin-top: 140px;
    margin-bottom: 140px
}

.m-t-b-145px {
    margin-top: 145px;
    margin-bottom: 145px
}

.m-t-b-150px {
    margin-top: 150px;
    margin-bottom: 150px
}

.m-t-b-155px {
    margin-top: 155px;
    margin-bottom: 155px
}

.m-t-b-160px {
    margin-top: 160px;
    margin-bottom: 160px
}

.m-t-b-165px {
    margin-top: 165px;
    margin-bottom: 165px
}

.m-t-b-170px {
    margin-top: 170px;
    margin-bottom: 170px
}

.m-t-b-175px {
    margin-top: 175px;
    margin-bottom: 175px
}

.m-t-b-180px {
    margin-top: 180px;
    margin-bottom: 180px
}

.m-t-b-185px {
    margin-top: 185px;
    margin-bottom: 185px
}

.m-t-b-190px {
    margin-top: 190px;
    margin-bottom: 190px
}

.m-t-b-195px {
    margin-top: 195px;
    margin-bottom: 195px
}

.m-t-b-200px {
    margin-top: 200px;
    margin-bottom: 200px
}

.m-t-b-205px {
    margin-top: 205px;
    margin-bottom: 205px
}

.m-t-b-210px {
    margin-top: 210px;
    margin-bottom: 210px
}

.m-t-b-215px {
    margin-top: 215px;
    margin-bottom: 215px
}

.m-t-b-220px {
    margin-top: 220px;
    margin-bottom: 220px
}

.m-t-b-225px {
    margin-top: 225px;
    margin-bottom: 225px
}

.m-t-b-230px {
    margin-top: 230px;
    margin-bottom: 230px
}

.m-t-b-235px {
    margin-top: 235px;
    margin-bottom: 235px
}

.m-t-b-240px {
    margin-top: 240px;
    margin-bottom: 240px
}

.m-t-b-245px {
    margin-top: 245px;
    margin-bottom: 245px
}

.m-t-b-250px {
    margin-top: 250px;
    margin-bottom: 250px
}

.header-text-white {
/*
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
*/
}

.header-text-white #main-menu ul li a {
    color: #fff
}

.header-text-white .sub-menu-item a:after,.header-text-white .sub-menu-item a:before {
    background-color: #fff
}

.header-text-white #action.header-side-right>span {
    color: #fff
}

.scroll {
    background: #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
/*
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
*/
}

.scroll #main-menu ul li a {
    color: #555;
    cursor: pointer
}

.scroll .sub-menu-item a:after,.scroll .sub-menu-item a:before {
    background-color: #555
}

header {
    height: 80px;
    background-color: transparent;
    width: 100%;
/*
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
*/
}

header .header-inner {
    height: 80px;
    line-height: 80px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .header-inner .header-side-left {
    line-height: 1.5
}

header .header-inner .header-side-center {
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

header .header-inner .header-side-right {
    text-align: right;
    line-height: 1.1
}

header .header-inner .header-side-right .call-full {
    line-height: 67px;
    width: 250px;
    margin-right: -2px
}

header .header-inner .menu-icon {
    position: relative;
    width: 45px
}

header #brand {
    font-size: 24px;
    font-weight: 700;
    color: #777
}

header #brand #logo-mobile {
    visibility: hidden;
    height: 0;
    width: 0
}

header .main-menu ul {
    list-style-type: none
}

header .main-menu ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 10px
}

header .main-menu ul li a {
    color: #555;
    cursor: pointer
}

.main-menu ul li.sub-menu-item {
    position: relative
}

.main-menu ul li.sub-menu-item a {
    padding-right: 20px;
    position: relative
}

.sub-menu-item>a:after,.sub-menu-item>a:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: 1px;
    display: inline-block;
    height: 2px;
    width: 8px;
    background-color: #555;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.sub-menu-item>a:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 5px
}

.sub-menu-item>a:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 0
}

.dropdown ul,.main-menu ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 0;
    width: 200px;
    left: 50%;
    max-width: 200px;
    -webkit-transform: translate(-100px, -13px);
    -ms-transform: translate(-100px, -13px);
    transform: translate(-100px, -13px);
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)
}

.dropdown ul li,.main-menu ul ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    line-height: 1.4rem;
    font-weight: 400;
    outline: none;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.dropdown ul li:hover,.main-menu ul ul li:hover {
    background: rgba(0, 0, 0, 0.0509804)
}

.dropdown ul a,.main-menu ul ul a {
    line-height: 120%;
    padding: 10px 15px
}

.dropdown ul ul,.main-menu ul ul ul {
    top: 0;
    left: 100%
}

.dropdown:hover>ul,.main-menu ul li:hover>ul {
    display: block
}

.mobile-menu {
    visibility: hidden;
    height: 0;
    width: 0
}

.mobile-menu nav {
    overflow-y: auto;
    max-height: calc(100vh - 60px)
}

.mobile-menu nav ul li {
    min-height: 48px;
    padding: 13px 16px;
    -webkit-font-smoothing: antialiased;
    line-height: 1.4rem;
    font-weight: 400;
    letter-spacing: .00937em;
    outline: none;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border-bottom: 1px solid #eee
}

.mobile-menu nav ul .sub-menu-item ul {
    z-index: 99;
    position: relative;
    top: 0;
    padding: 10px 0;
    max-height: inherit;
    width: 100%;
    max-width: inherit;
    left: 0;
    right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit
}

.mobile-menu nav ul .sub-menu-item ul li {
    border: none
}

.mobile-menu.checked {
    visibility: visible;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 60px
}

#menu-toggle {
    display: none
}

label #menu-ico {
    cursor: pointer
}

#menu-toggle:checked+nav {
    left: 0;
/*
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
*/
}

#menu-ico {
    position: absolute;
    width: 33px;
    height: 27px;
    top: -11px;
    left: 0px;
    padding: 10px 10px;
/*
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
*/
    z-index: 2;
    cursor: pointer
}

#menu-ico:hover {
/*
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
*/
}

.bar,.bars:after,.bars:before {
    position: absolute;
    display: block;
    width: 28px;
    height: 2px;
    top: -8px;
    left: 0;
    margin-bottom: 5px;
    background: #777777;
    border-radius: 100px
}

.bars {
    top: -1px;
    width: 20px;
/*
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
*/
}

.bars:after {
    content: '';
    top: 8px;
    margin-bottom: 0
}

#menu-toggle:checked~.bars {
    top: -1px;
    width: 0px;
/*
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
*/
}

#menu-toggle~.bars:before {
    content: '';
/*
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
*/
}

#menu-toggle:checked~.bars:before {
    width: 28px;
    margin-top: 0px;
    left: -2px;
/*
    -moz-transform: rotate(-46deg) translateX(-5px) translateY(8px);
    -webkit-transform: rotate(-46deg) translateX(-5px) translateY(8px);
    -o-transform: rotate(-46deg) translateX(-5px) translateY(8px);
    -ms-transform: rotate(-46deg) translateX(-5px) translateY(8px);
    transform: rotate(-46deg) translateX(-5px) translateY(8px);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
*/
}

#menu-toggle~.bars:after {
/*
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
*/
}

#menu-toggle:checked~.bars:after {
    content: '';
    left: -3px;
    width: 28px;
/*
    -moz-transform: rotate(44deg) translateY(-4px);
    -webkit-transform: rotate(44deg) translateY(-4px);
    -o-transform: rotate(44deg) translateY(-4px);
    -ms-transform: rotate(44deg) translateY(-4px);
    transform: rotate(44deg) translateY(-4px);
*/
    margin-top: -4px;
/*
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
*/
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: .44rem 1.3rem;
    line-height: 1.5;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
/*
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
*/
}

.btn span {
    vertical-align: middle;
    display: inline-block;
    padding: 0 5px 0 5px
}

.btn-small {
    padding: .2rem 0.8rem
}

.btn-lg {
    padding: 1rem
}

.btn-primary {
    background-color: #0082bf;
    color: #fff
}

.btn-circle {
    padding: 0;
    width: 43px;
    height: 43px;
    line-height: 43px
}

.btn .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.btn .icon-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 45em) {
    .btn-icon-resp {
        width:43px;
        height: 43px;
        line-height: 40px;
        padding: 0
    }
}

.btn-w-auto {
    width: auto
}

.btn-w-full {
    width: 100%
}

.btn-max-content {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

d-table {
    display: table
}

.d-table-cell {
    display: table-cell
}

.vertical-middle {
    vertical-align: middle
}

.d-block {
    display: block
}

.d-inline {
    display: inline
}

.d-inline-block {
    display: inline-block;
    vertical-align: middle
}

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

.d-none {
    display: none
}

.b-w-1px {
    border-width: 1px
}

.b-w-2px {
    border-width: 2px
}

.b-w-3px {
    border-width: 3px
}

.b-w-4px {
    border-width: 4px
}

.b-w-5px {
    border-width: 5px
}

.b-l-w-1px {
    border: 0;
    border-left-width: 1px
}

.b-l-w-2px {
    border: 0;
    border-left-width: 2px
}

.b-l-w-3px {
    border: 0;
    border-left-width: 3px
}

.b-l-w-4px {
    border: 0;
    border-left-width: 4px
}

.b-l-w-5px {
    border: 0;
    border-left-width: 5px
}

.b-r-w-1px {
    border: 0;
    border-right-width: 1px
}

.b-r-w-2px {
    border: 0;
    border-right-width: 2px
}

.b-r-w-3px {
    border: 0;
    border-right-width: 3px
}

.b-r-w-4px {
    border: 0;
    border-right-width: 4px
}

.b-r-w-5px {
    border: 0;
    border-right-width: 5px
}

.b-t-w-1px {
    border: 0;
    border-top-width: 1px
}

.b-t-w-2px {
    border: 0;
    border-top-width: 2px
}

.b-t-w-3px {
    border: 0;
    border-top-width: 3px
}

.b-t-w-4px {
    border: 0;
    border-top-width: 4px
}

.b-t-w-5px {
    border: 0;
    border-top-width: 5px
}

.b-b-w-1px {
    border: 0;
    border-bottom-width: 1px
}

.b-b-w-2px {
    border: 0;
    border-bottom-width: 2px
}

.b-b-w-3px {
    border: 0;
    border-bottom-width: 3px
}

.b-b-w-4px {
    border: 0;
    border-bottom-width: 4px
}

.b-b-w-5px {
    border: 0;
    border-bottom-width: 5px
}

.b-l-r-w-1px {
    border: 0;
    border-left-width: 1px;
    border-right-width: 1px
}

.b-l-r-w-2px {
    border: 0;
    border-left-width: 2px;
    border-right-width: 2px
}

.b-l-r-w-3px {
    border: 0;
    border-left-width: 3px;
    border-right-width: 3px
}

.b-l-r-w-4px {
    border: 0;
    border-left-width: 4px;
    border-right-width: 4px
}

.b-l-r-w-5px {
    border: 0;
    border-left-width: 5px;
    border-right-width: 5px
}

.b-t-b-w-1px {
    border: 0;
    border-top-width: 1px;
    border-bottom-width: 1px
}

.b-t-b-w-2px {
    border: 0;
    border-top-width: 2px;
    border-bottom-width: 2px
}

.b-t-b-w-3px {
    border: 0;
    border-top-width: 3px;
    border-bottom-width: 3px
}

.b-t-b-w-4px {
    border: 0;
    border-top-width: 4px;
    border-bottom-width: 4px
}

.b-t-b-w-5px {
    border: 0;
    border-top-width: 5px;
    border-bottom-width: 5px
}

.b-t-l-w-1px {
    border: 0;
    border-top-width: 1px;
    border-left-width: 1px
}

.b-t-l-w-2px {
    border: 0;
    border-top-width: 2px;
    border-left-width: 2px
}

.b-t-l-w-3px {
    border: 0;
    border-top-width: 3px;
    border-left-width: 3px
}

.b-t-l-w-4px {
    border: 0;
    border-top-width: 4px;
    border-left-width: 4px
}

.b-t-l-w-5px {
    border: 0;
    border-top-width: 5px;
    border-left-width: 5px
}

.b-t-r-w-1px {
    border: 0;
    border-top-width: 1px;
    border-right-width: 1px
}

.b-t-r-w-2px {
    border: 0;
    border-top-width: 2px;
    border-right-width: 2px
}

.b-t-r-w-3px {
    border: 0;
    border-top-width: 3px;
    border-right-width: 3px
}

.b-t-r-w-4px {
    border: 0;
    border-top-width: 4px;
    border-right-width: 4px
}

.b-t-r-w-5px {
    border: 0;
    border-top-width: 5px;
    border-right-width: 5px
}

.b-b-l-w-1px {
    border: 0;
    border-bottom-width: 1px;
    border-left-width: 1px
}

.b-b-l-w-2px {
    border: 0;
    border-bottom-width: 2px;
    border-left-width: 2px
}

.b-b-l-w-3px {
    border: 0;
    border-bottom-width: 3px;
    border-left-width: 3px
}

.b-b-l-w-4px {
    border: 0;
    border-bottom-width: 4px;
    border-left-width: 4px
}

.b-b-l-w-5px {
    border: 0;
    border-bottom-width: 5px;
    border-left-width: 5px
}

.b-b-r-w-1px {
    border: 0;
    border-bottom-width: 1px;
    border-right-width: 1px
}

.b-b-r-w-2px {
    border: 0;
    border-bottom-width: 2px;
    border-right-width: 2px
}

.b-b-r-w-3px {
    border: 0;
    border-bottom-width: 3px;
    border-right-width: 3px
}

.b-b-r-w-4px {
    border: 0;
    border-bottom-width: 4px;
    border-right-width: 4px
}

.b-b-r-w-5px {
    border: 0;
    border-bottom-width: 5px;
    border-right-width: 5px
}

.b-solid {
    border-style: solid
}

.b-dashed {
    border-style: dashed
}

.b-c-white {
    border-color: white
}

.b-c-black {
    border-color: black
}

.b-c-primary {
    border-color: #0082bf
}

.b-c-secondary {
    border-color: #e42934
}

.b-c-gray {
    border-color: gray
}

.b-c-gray-flat {
    border-color: #dcdcdc
}

.b-c-gray-medium {
    border-color: #9a9a9a
}

.b-c-trans {
    border-color: transparent
}

.b-c-gray-line-life {
    border-color: #ededed
}

.rounded-1px {
    border-radius: 1px
}

.rounded-2px {
    border-radius: 2px
}

.rounded-3px {
    border-radius: 3px
}

.rounded-4px {
    border-radius: 4px
}

.rounded-5px {
    border-radius: 5px
}

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

.rounded-7px {
    border-radius: 7px
}

.rounded-8px {
    border-radius: 8px
}

.rounded-9px {
    border-radius: 9px
}

.rounded-10px {
    border-radius: 10px
}

.rounded-t-l-1px {
    border-radius: 1px 0 0 0
}

.rounded-t-l-2px {
    border-radius: 2px 0 0 0
}

.rounded-t-l-3px {
    border-radius: 3px 0 0 0
}

.rounded-t-l-4px {
    border-radius: 4px 0 0 0
}

.rounded-t-l-5px {
    border-radius: 5px 0 0 0
}

.rounded-t-l-6px {
    border-radius: 6px 0 0 0
}

.rounded-t-l-7px {
    border-radius: 7px 0 0 0
}

.rounded-t-l-8px {
    border-radius: 8px 0 0 0
}

.rounded-t-l-9px {
    border-radius: 9px 0 0 0
}

.rounded-t-l-10px {
    border-radius: 10px 0 0 0
}

.rounded-t-r-1px {
    border-radius: 0 1px 0 0
}

.rounded-t-r-2px {
    border-radius: 0 2px 0 0
}

.rounded-t-r-3px {
    border-radius: 0 3px 0 0
}

.rounded-t-r-4px {
    border-radius: 0 4px 0 0
}

.rounded-t-r-5px {
    border-radius: 0 5px 0 0
}

.rounded-t-r-6px {
    border-radius: 0 6px 0 0
}

.rounded-t-r-7px {
    border-radius: 0 7px 0 0
}

.rounded-t-r-8px {
    border-radius: 0 8px 0 0
}

.rounded-t-r-9px {
    border-radius: 0 9px 0 0
}

.rounded-t-r-10px {
    border-radius: 0 10px 0 0
}

.rounded-b-l-1px {
    border-radius: 0 0 1px 0
}

.rounded-b-l-2px {
    border-radius: 0 0 2px 0
}

.rounded-b-l-3px {
    border-radius: 0 0 3px 0
}

.rounded-b-l-4px {
    border-radius: 0 0 4px 0
}

.rounded-b-l-5px {
    border-radius: 0 0 5px 0
}

.rounded-b-l-6px {
    border-radius: 0 0 6px 0
}

.rounded-b-l-7px {
    border-radius: 0 0 7px 0
}

.rounded-b-l-8px {
    border-radius: 0 0 8px 0
}

.rounded-b-l-9px {
    border-radius: 0 0 9px 0
}

.rounded-b-l-10px {
    border-radius: 0 0 10px 0
}

.rounded-b-l-11px {
    border-radius: 0 0 11px 0
}

.rounded-b-l-12px {
    border-radius: 0 0 12px 0
}

.rounded-b-l-13px {
    border-radius: 0 0 13px 0
}

.rounded-b-l-14px {
    border-radius: 0 0 14px 0
}

.rounded-b-l-15px {
    border-radius: 0 0 15px 0
}

.rounded-b-l-16px {
    border-radius: 0 0 16px 0
}

.rounded-b-l-17px {
    border-radius: 0 0 17px 0
}

.rounded-b-l-18px {
    border-radius: 0 0 18px 0
}

.rounded-b-l-19px {
    border-radius: 0 0 19px 0
}

.rounded-b-l-20px {
    border-radius: 0 0 20px 0
}

.rounded-t-1px {
    border-radius: 1px 1px 0 0
}

.rounded-t-2px {
    border-radius: 2px 2px 0 0
}

.rounded-t-3px {
    border-radius: 3px 3px 0 0
}

.rounded-t-4px {
    border-radius: 4px 4px 0 0
}

.rounded-t-5px {
    border-radius: 5px 5px 0 0
}

.rounded-t-6px {
    border-radius: 6px 6px 0 0
}

.rounded-t-7px {
    border-radius: 7px 7px 0 0
}

.rounded-t-8px {
    border-radius: 8px 8px 0 0
}

.rounded-t-9px {
    border-radius: 9px 9px 0 0
}

.rounded-t-10px {
    border-radius: 10px 10px 0 0
}

.rounded-t-11px {
    border-radius: 11px 11px 0 0
}

.rounded-t-12px {
    border-radius: 12px 12px 0 0
}

.rounded-t-13px {
    border-radius: 13px 13px 0 0
}

.rounded-t-14px {
    border-radius: 14px 14px 0 0
}

.rounded-t-15px {
    border-radius: 15px 15px 0 0
}

.rounded-t-16px {
    border-radius: 16px 16px 0 0
}

.rounded-t-17px {
    border-radius: 17px 17px 0 0
}

.rounded-t-18px {
    border-radius: 18px 18px 0 0
}

.rounded-t-19px {
    border-radius: 19px 19px 0 0
}

.rounded-t-20px {
    border-radius: 20px 20px 0 0
}

.rounded-b-1px {
    border-radius: 0 0 1px 1px
}

.rounded-b-2px {
    border-radius: 0 0 2px 2px
}

.rounded-b-3px {
    border-radius: 0 0 3px 3px
}

.rounded-b-4px {
    border-radius: 0 0 4px 4px
}

.rounded-b-5px {
    border-radius: 0 0 5px 5px
}

.rounded-b-6px {
    border-radius: 0 0 6px 6px
}

.rounded-b-7px {
    border-radius: 0 0 7px 7px
}

.rounded-b-8px {
    border-radius: 0 0 8px 8px
}

.rounded-b-9px {
    border-radius: 0 0 9px 9px
}

.rounded-b-10px {
    border-radius: 0 0 10px 10px
}

.rounded-b-11px {
    border-radius: 0 0 11px 11px
}

.rounded-b-12px {
    border-radius: 0 0 12px 12px
}

.rounded-b-13px {
    border-radius: 0 0 13px 13px
}

.rounded-b-14px {
    border-radius: 0 0 14px 14px
}

.rounded-b-15px {
    border-radius: 0 0 15px 15px
}

.rounded-b-16px {
    border-radius: 0 0 16px 16px
}

.rounded-b-17px {
    border-radius: 0 0 17px 17px
}

.rounded-b-18px {
    border-radius: 0 0 18px 18px
}

.rounded-b-19px {
    border-radius: 0 0 19px 19px
}

.rounded-b-20px {
    border-radius: 0 0 20px 20px
}

.rounded-100px {
    border-radius: 100px
}

.rounded-200px {
    border-radius: 200px
}

.bx-shadow-0 {
    -webkit-box-shadow: 0;
    box-shadow: 0
}

.bx-shadow-1 {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2)
}

.bx-shadow-2 {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3)
}

.bx-shadow-3 {
    -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2)
}

.bx-shadow-4 {
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2)
}

.bx-shadow-5 {
    -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2)
}

.bx-shadow-1-c-primary {
    -webkit-box-shadow: 0 2px 2px 0 #0082bf;
    box-shadow: 0 2px 2px 0 #0082bf
}

.bx-shadow-fly {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
/*
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
*/
}

.bx-shadow-exp {
    -webkit-box-shadow: 0 4px 20px rgba(50, 50, 93, 0.11);
    box-shadow: 0 4px 20px rgba(50, 50, 93, 0.11)
}

.f-s-12px {
    font-size: 12px
}

.f-s-14px {
    font-size: 14px
}

.f-s-16px {
    font-size: 16px
}

.f-s-18px {
    font-size: 18px
}

.f-s-20px {
    font-size: 20px
}

.f-s-22px {
    font-size: 22px
}

.f-s-24px {
    font-size: 24px
}

.f-s-26px {
    font-size: 26px
}

.f-s-28px {
    font-size: 28px
}

.f-s-30px {
    font-size: 30px
}

.f-s-32px {
    font-size: 32px
}

.f-s-34px {
    font-size: 34px
}

.f-s-36px {
    font-size: 36px
}

.f-s-38px {
    font-size: 38px
}

.f-s-40px {
    font-size: 40px
}

.f-s-42px {
    font-size: 42px
}

.f-s-44px {
    font-size: 44px
}

.f-s-46px {
    font-size: 46px
}

.f-s-48px {
    font-size: 48px
}

.f-s-50px {
    font-size: 50px
}

.f-s-60px {
    font-size: 60px
}

.f-s-70px {
    font-size: 70px
}

.f-s-80px {
    font-size: 80px
}

.f-s-90px {
    font-size: 90px
}

.f-s-100px {
    font-size: 100px
}

.f-s-110px {
    font-size: 110px
}

.f-s-120px {
    font-size: 120px
}

.f-s-130px {
    font-size: 130px
}

.f-s-140px {
    font-size: 140px
}

.f-s-150px {
    font-size: 150px
}

.f-s-160px {
    font-size: 160px
}

.f-s-170px {
    font-size: 170px
}

.f-s-180px {
    font-size: 180px
}

.f-s-190px {
    font-size: 190px
}

.f-s-200px {
    font-size: 200px
}

.f-c-white {
    color: white
}

.f-c-black {
    color: black
}

.f-c-primary {
    color: #0082bf
}

.f-c-secondary {
    color: #e42934
}

.f-c-gray {
    color: gray
}

.f-c-gray-flat {
    color: #dcdcdc
}

.f-c-gray-medium {
    color: #9a9a9a
}

.f-c-trans {
    color: transparent
}

.f-c-gray-line-life {
    color: #ededed
}

.bg-c-white {
    background-color: white
}

.bg-c-black {
    background-color: black
}

.bg-c-primary {
    background-color: #0082bf
}

.bg-c-secondary {
    background-color: #e42934
}

.bg-c-gray {
    background-color: gray
}

.bg-c-gray-flat {
    background-color: #dcdcdc
}

.bg-c-gray-medium {
    background-color: #9a9a9a
}

.bg-c-trans {
    background-color: transparent
}

.bg-c-gray-line-life {
    background-color: #ededed
}

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

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

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

.flx-align-i-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.min-w-100px {
    min-width: 100px
}

.min-w-200px {
    min-width: 200px
}

.min-w-300px {
    min-width: 300px
}

.min-w-400px {
    min-width: 400px
}

.min-w-500px {
    min-width: 500px
}

.min-w-600px {
    min-width: 600px
}

.min-w-700px {
    min-width: 700px
}

.min-w-800px {
    min-width: 800px
}

.min-w-900px {
    min-width: 900px
}

.min-w-1000px {
    min-width: 1000px
}

.max-w-100px {
    min-width: 100px
}

.max-w-200px {
    min-width: 200px
}

.max-w-300px {
    min-width: 300px
}

.max-w-400px {
    min-width: 400px
}

.max-w-500px {
    min-width: 500px
}

.max-w-600px {
    min-width: 600px
}

.max-w-700px {
    min-width: 700px
}

.max-w-800px {
    min-width: 800px
}

.max-w-900px {
    min-width: 900px
}

.max-w-1000px {
    min-width: 1000px
}

.min-h-100px {
    min-height: 100px
}

.min-h-200px {
    min-height: 200px
}

.min-h-300px {
    min-height: 300px
}

.min-h-400px {
    min-height: 400px
}

.min-h-500px {
    min-height: 500px
}

.min-h-600px {
    min-height: 600px
}

.min-h-700px {
    min-height: 700px
}

.min-h-800px {
    min-height: 800px
}

.min-h-900px {
    min-height: 900px
}

.min-h-1000px {
    min-height: 1000px
}

.max-h-100px {
    max-height: 100px
}

.max-h-200px {
    max-height: 200px
}

.max-h-300px {
    max-height: 300px
}

.max-h-400px {
    max-height: 400px
}

.max-h-500px {
    max-height: 500px
}

.max-h-600px {
    max-height: 600px
}

.max-h-700px {
    max-height: 700px
}

.max-h-800px {
    max-height: 800px
}

.max-h-900px {
    max-height: 900px
}

.max-h-1000px {
    max-height: 1000px
}

form label {
    font-weight: 300;
    color: #8a9ba2
}

.input-field {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.input-field input {
    font-weight: 300
}

.input-field select {
    color: #757575;
    font-weight: 300
}

.input-field input,.input-field select,.input-field textarea {
    margin: 0;
    width: auto;
    height: auto;
    vertical-align: inherit;
    border: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    width: 100%;
    font-size: 18px;
    margin: 0;
    padding: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.form-horizontal .input-field {
    padding: 20px 20px;
    position: relative
}

.form-horizontal .input-field:after {
    content: '';
    position: absolute;
    right: 0;
    height: 36px;
    width: 1px;
    background: #cfcfcf
}

.form-horizontal .input-field:last-child:after {
    opacity: 0
}

.form-horizontal .submit-field button {
    height: 100%;
    border: 0;
    padding: 0 40px;
    border-radius: 0px 5px 5px 0;
    outline: none;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    background: #0082bf
}

.flickity-viewport {
    padding: 2em 0
}

.flickity-prev-next-button.next,.flickity-prev-next-button.previous {
    background: #fff;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    outline: none
}

.flickity-prev-next-button svg {
    fill: #0082bf
}

@media only screen and (max-width: 75em) {
    #main-menu {
        visibility:hidden;
        height: 0;
        width: 0
    }
}





/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #333;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}


/*
Theme Name: Ajuster
Theme URI: https://www.seo-miami.com/
Author: Emme
Author URI:
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: Ajuster

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


.location-single .hero .loc-right-side{
	width: 50%;
}
.location-single .hero .image{
	width: 500px;
	height: 500px;
	border-radius: 500px;
	margin:0 auto;
	background-size: cover;
	position: relative;
	background-position: center;
}

.location-single .hero .image:before{
	background-color: rgba(228, 41, 52, 0.12);
	position: absolute;
	left: -1em;
	top: 0em;
	width: 100%;
	height: 100%;
	content: '';
	border-radius: 600px;
	z-index: -1;
}

.location-single .hero{
	display: flex;
	max-width: 1200px;
	padding: 7em 1em;
	align-items: center;
	margin:0 auto; 
	justify-content: space-around;
}

.location-single .hero .desc a{
	color:#0082bf;
	font-family: georgia;
	font-style: italic;	
}

.location-single .hero .desc{
	line-height: 1.8em;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #f4f4f4;
}	

.location-single .hero .top-red-title{
	color:#e42934;	
	font-weight: 400;
	
}

.location-single h1{
	color:#0082bf;
	line-height: 1em;
	font-weight:300;
	font-size: 60px;
}
.location-single .loc-btn-call img{
	width: 20px; 
	height: 20px; 
	vertical-align: middle;
	margin-right: .5em; 
}
.location-single .loc-btn-call{
	background-color:#e42934;
	display: inline-block;
	padding: .5em 1em;
	width: 200px;
	border-radius: 4px;
	box-shadow: 1px 1px 1px black;
	color:white; 
}

.location-single .hero .under-call-btn{
	font-style: italic;
	font-weight: 400;
	font-family:georgia;
	color: #929292;
	margin-top: .5em;
}


main.location-single .wp-content div.content ol li:last-child{
		border-bottom: none; 
	}
	main.location-single .wp-content div.content ol li{
		border-bottom: 1px dashed #d8d8d8;
		padding: .5em;
	}
	main.location-single .wp-content div.content ol{
		
		line-height: 1.8em; 
		font-weight:300; 	
		
	}
	
	main.location-single .wp-content div.content ul li:last-child{
		border-bottom: none; 
	}
	main.location-single .wp-content div.content ul li{
		border-bottom: 1px dashed #d8d8d8;
		padding: .5em;
	}
	main.location-single .wp-content div.content ul{
		
		line-height: 1.8em; 
		font-weight:300; 	
		
	}
	
@media screen and (max-width: 1020px){
	main.contact-single iframe{
		position: relative !important;
	}
}

.completed-form.active{
display:block; 
}
.forms-lead{
	position: relative;
}
.fields-wrap input[type="text"]{
	font-size:16px; 
	height:2em; 
}
main.contact-single iframe{
	position:absolute;
	height:100%;
	width:100%;
	left:0;
	min-height:300px;
}
.completed-form{

    background-color: #33d233bf;
    width: 100%;
/*     transition:.1s; */ 
    height: 100%;
    z-index: 5;
    pointer-events: none; 
    display:none;
    padding: 1.5em;
    border-radius: 4px;
    text-align: center;
}

header nav.main-menu ul li.sub-menu-item:nth-child(2) ul.sub-menu {
       width: 320px !important;
    left: 0%;
    max-width: none;
}

header nav.main-menu ul li.sub-menu-item:nth-child(2) ul.sub-menu li {
    width: 50%;
    display: inline-block;
    float: left;

}

header nav.main-menu ul li.sub-menu-item:nth-child(2) ul.sub-menu a {
    padding: 1em .3em;
    display: block;
    text-overflow: ellipsis;
    width: 145px;
    overflow: hidden;
    white-space: nowrap;
}

body{
	letter-spacing: -0.5px
}
header{
	z-index: 99
}
#logo-desktop{
	max-width: 165px;
	display: block
}
#logo-desktop img{
	width: 100%
}
footer .logotype img{
	width: 100%
}

footer .footer-sec-tit{
	font-weight: 600;
}

.object-logo::before {
	content: '';
	position: relative;
	text-align: center;
	background-image: url('../img/object-logo.svg');
	background-repeat: no-repeat;
	width: 33px;
	height: 65px;
	display: block;
	margin: 0 auto 10px
}
#welcome{
	background-image: url('../img/bg-welcome.svg');
	background-repeat: no-repeat;
	background-position: right
}


#welcome .image img{
	height: 356px;
	padding-top: 2em;
}
#welcome .nf-before-form-content, #welcome .ninja-forms-req-symbol{
	display: none
}
#welcome nf-fields-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
#welcome nf-field{
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 20px 20px;
	position: relative
}
#welcome nf-field::after {
	content: '';
	position: absolute;
	right: 0;
	height: 46px;
	width: 1px;
	background: #cfcfcf
}
#welcome nf-field:last-child::after {
	background: transparent
}
#welcome nf-field:nth-child(5n+5) {
	border: 0;
	border-radius: 0px 5px 5px 0;
	outline: none;
	cursor: pointer;
	background-color: #0082bf;
	background-image: url('../img/arrow-right.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 36%;
	color: white;
	/* flex-grow: 0; */
    padding: 0;
    max-width: 100px;
}
#welcome .nf-field-label{
	margin-bottom: 0
}
#welcome .nf-field-label label{
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	font-weight: 300;
	color: #8a9ba2
}
#welcome .nf-field-element input,#welcome .nf-field-element select,#welcome .nf-field-element textarea{
	margin: 0;
	width: 100%;
	height: auto;
	vertical-align: inherit;
	border: none;
	background-color: transparent;
	border-radius: 0;
	outline: none;
	font-size: 18px;
	padding: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
    font-weight: 300;
}
#welcome .nf-field-element input[type=button], #welcome .nf-field-element input[type=submit]{
    width: 100%;
    height: 79px;
    opacity: 0;
}

#welcome .nf-field-container {
	margin-bottom: 0
}
#welcome .nf-input-limit {
	margin-top: 0px
}
#welcome .nf-after-field .nf-error-msg {
	margin-right: auto;
	font-size: 12px;
	text-align: left
}
#welcome .nf-form-content {
	box-shadow: 0 4px 20px rgba(50, 50, 93, 0.11);
	background-color: white
}
#welcome .nf-after-form-content{
	margin-top: 20px;
	text-align: center;
	font-size: 14px
}
#service .carousel-service .carousel-cell {
	margin: 0 1em 0;
	min-height: 220px
}
#service .row article > p {
	line-height: 1.5
}
#service .carousel-service .carousel-cell .item{
	height: 124px;
	width: 488px;
	display: flex;
	align-items: center;
	padding: 15px;
	z-index: 5
}
#service .carousel-service .carousel-cell .item .image{
	position: absolute;
	width: 74px;
	height: 74px;
	border-radius: 5px;
	top: 24px;
	left: 18px;
	border: 1px solid rgba(204, 204, 204, 0.3686274509803922);
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center
}
#service .carousel-service .carousel-cell .item .image img{
	width: auto
}
#service .carousel-service .carousel-cell .item .content{
	width: 100%;
	max-width: 367px;
	margin-left: auto;
	max-height: 96px;
	overflow: hidden;
	position: relative;
	z-index: 1
}
#service .carousel-service .carousel-cell .item .content::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0
}
#service .carousel-service .carousel-cell .item .content a{
	z-index: 5;
	position: relative
}

#service .carousel-service .carousel-cell .item .content .service-tit{
	justify-content: center;
	display: flex;
}

#service .flickity-page-dots {
	bottom: 25px
}
.flickity-page-dots .dot.is-selected {
	background: #0082bf;
	width: 26px;
	border-radius: 50px;
/*
	-webkit-transition: all 0.2s ease 0.15s;
	-o-transition: all 0.2s ease 0.15s;
	transition: all 0.2s ease 0.15s
*/
}
.flickity-page-dots .dot {
/*
	-webkit-transition: all 0.2s ease 0.15s;
	-o-transition: all 0.2s ease 0.15s;
	transition: all 0.2s ease 0.15s
*/
}
#service .flickity-prev-next-button.next {
	right: 50px
}
#service .flickity-prev-next-button.previous {
	left: 50px
}
#call-action .row{
	background-image: url('../img/bg-call-action.svg');
	background-repeat: no-repeat;
	background-position: 20%;
	background-size: 15%;
	box-shadow: 0px 2px 13px rgba(0, 130, 191, 0.6)
}
#location{
	background-image: url('../img/bg-location.svg');
	background-repeat: no-repeat;
	background-size: 36%;
	background-position: 20% 20%
}
#location .image img{
	height: 471px
}
#testimonies .flickity-prev-next-button.previous {
	left: 0px
}
#testimonies > .row{
	background-image: url('../img/bg-testimonies.svg');
	background-repeat: no-repeat;
	background-position: 450px 0
}
#testimonies .carousel-testimonies .carousel-cell {
	min-height: 380px;
	padding: 0 20px;
	opacity: 0.5
}
#testimonies .carousel-testimonies .carousel-cell.is-selected {
	opacity: 1
}
#testimonies .carousel-testimonies .carousel-cell .item{
	height: 330px;
	width: 512px;
	display: flex;
	flex-flow: column;
	align-items: center;
	padding: 40px;
	justify-content: center;
	text-align: center
}
#testimonies .carousel-testimonies .carousel-cell .item .image{
	height: 95px;
	width: 95px;
	background-color: #f3f3f3;
	position: absolute;
	top: -35px;
	z-index: 1;
	border-radius: 100px
}
#testimonies .carousel-testimonies .carousel-cell .item .star{
	position: absolute;
	bottom: 30px;
	right: 40px
}
#work .step-list .step h3 span.numb{
	position: absolute;
	width: 41px;
	height: 41px;
	border-radius: 50px;
	top: -8px;
	display: flex;
	align-items: center;
	justify-content: center
}
#work .step-list .step-left h3 span.numb{
	right: -70px
}
#work .step-list .step-right h3 span.numb{
	left: -70px
}
#work .step-list .step-right{
	border-left: 1px solid #ccc;
	position: relative;
	left: -1px
}
#work .step-list .step-left{
	border-right: 1px solid #ccc
}
#work .step-list .step:last-child{
	border: none
}
#blog .item .image{
	width: 100%;
	min-height: 112px;
	max-height: 112px;
/* 	background: #ccc */
}



#blog .item.featured .image{
	min-height: 342px;
	max-height: 342px
}
#blog .mini-article .content{
	min-height: 148px;
	max-height: 148px;
	overflow: hidden
}
#blog .mini-article .content p{
	min-height: 50px;
	max-height: 50px;
	overflow: hidden
}

.location-single .call-action.object-image::before,.testimonies-single .call-action.object-image::before,.article-single .call-action.object-image::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	background-image: url('../img/welcome.svg');
	background-repeat: no-repeat;
	background-position: right -80%;
	z-index: -1;
	background-size: 50%
}

.testimonies-single .call-action.object-image::before, .article-single .call-action.object-image::before {
	background-size: 36%
}

.location-single .wp-content .content p a , .location-single .object-hero .text-main a{
	color: #0082bf; 
	font-family:georgia;
	font-style: italic;	
}
.location-single .wp-content .content{
	padding-top:2em; 
}



.location-single .content > h2,
.location-single .content > h3
{
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	color: #202a3b;
	margin-bottom: 20px;
	position: relative
}
.location-single .content > h2::after{
	content: '';
	position: absolute;
	width: 5px;
	height: 100%;
	left: -18px;
	top: 0;
	background: #e42934
}
.location-single .content > p{
	line-height: 1.8;
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 40px
}
.location-single .content > p:last-child{
	margin-bottom: 0px
}
.location-single .content ul{
	margin-bottom: 40px;
	list-style: circle
}
.location-single .content ul li{
	margin-bottom: 20px;
}
.aside .widget{
	padding: 20px;
	border-radius: 5px;
	-webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
	box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
/*
	-webkit-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
*/
	margin-bottom: 20px
}
.aside .widget h4 {
	padding: 10px;
	background: #e42934;
	text-align: center;
	color: #fff;
	margin: 0 -20px 20px;
	position: relative;
	font-weight: 300
}
.aside .widget ul li {
	margin-bottom: 0.5em;
	position: relative;
	padding: 10px 10px 20px;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
	display: block
}
.aside .widget ul li:last-child {
	border-bottom: none
}
.aside .widget ul li a {
	font-weight: 300
}
.aside .widget h4{
	position: relative
}
.aside .widget .object-logo::before {
    margin-top: -64px;
}
.location-single .call-action{
	position: relative;
	padding: 20px
}
.location-single .call-action p.main-tit{
	font-size: 24px
}
.testimonies-single .carousel-testimonies-single .carousel-cell .item{
	width: 428px;
	display: flex;
	flex-flow: column;
	align-items: stretch;
	text-align: center
}
.testimonies-single .carousel-testimonies-single .carousel-cell .item .testimony{
	padding: 40px;
	background-color: #f7f7f7;
	min-height: 252px;
	align-items: center;
	display: flex;
	color: #9d9d9d;
	line-height: 1.5
}
.testimonies-single .carousel-testimonies-single .carousel-cell .item .title-testimony{
	padding: 36px;
	margin-top: -73px
}
.testimonies-single .carousel-testimonies-single .carousel-cell .item .title-testimony .avatar{
	width: 73px;
	height: 73px;
	background: #d8d8d8;
	border-radius: 100px;
	margin: auto
}
.testimonies-single .carousel-testimonies-single .carousel-cell{
	min-height: 500px;
	margin: 0 1em 0;
	opacity: 0.6;
	position: relative;
	z-index: 1
}
.testimonies-single .carousel-testimonies-single .carousel-cell.is-selected{
	opacity: 1
}
.testimonies-single .carousel-testimonies-single .flickity-prev-next-button svg {
	fill: #ffffff
}
.testimonies-single .carousel-testimonies-single .flickity-prev-next-button.next, .testimonies-single .carousel-testimonies-single .flickity-prev-next-button.previous {
	background: #e42934
}
.testimonies-single .carousel-testimonies-single .flickity-page-dots .dot.is-selected {
	background: #e42934
}
.faqs-single .hero::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	background-image: url('../img/object-faqs.svg');
	background-repeat: no-repeat;
	z-index: -1
}
.faqs-single .list-faqs .item{
	-webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
	box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
/*
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
*/
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 40px
}
.faqs-single .list-faqs .item h2{
	position: relative;
	padding: 14px 0 14px 65px
}
.faqs-single .list-faqs .item h2::after{
	content: 'Q';
	color: #0082bf;
	font-size: 32px;
	font-weight: 400;
	position: absolute;
	height: 100%;
	line-height: 1.75;
	width: 50px;
	text-align: center;
	left: 0;
	top: 0;
	background: #e3f3fd;
	border-radius: 5px
}
.faqs-single .list-faqs .item p{
	position: relative;
	padding: 14px 0 14px 65px;
	line-height: 1.5
}
.faqs-single .list-faqs .item p::after{
	content: 'A';
	color: #0082bf;
	font-size: 32px;
	font-weight: 400;
	position: absolute;
	height: 100%;
	line-height: 1.75;
	width: 50px;
	text-align: center;
	left: 0;
	top: 0;
	background: #e3f3fd;
	border-radius: 5px
}
.contact-single .hero .image{
	margin-left: 130px
}

.contact-single .hero .image iframe {
	height: 600px;
    width: 450px;
}

.contact-single .hero .image .text{
	position: absolute;
	text-align: left;
	padding: 40px;
	bottom: 0;
	line-height: 1.6;
	color: #ffff;
	font-weight: 300
}
.contact-single .hero .image .text .icon,.contact-single .hero .email .icon{
	position: relative;
	top: 4px;
	margin-right: 5px
}
.contact-single .object-hero::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	background-image: url('../img/bg-call-action.svg');
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
	background-size: 17%;
	opacity: 0.3
}
.blog-single .article-top .card .image {
	height: 215px;
	background: #ccc;
	overflow: hidden;
	background-size:cover; 
}
.blog-single .article-top .top-blog-post:first-child {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}
.blog-single .article-top .top-blog-post:last-child {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.blog-single .article-top .text-body,.blog-single .article-feed .text-body{
	min-height: 110px;
	max-height: 110px
}
.blog-single .article-top .text-footer{
	padding: 0px 0 0px;
	box-shadow: 0px -5px 9px 5px #fff;
	z-index: 3;
	position: relative;
	background: #fff
}
.blog-single .article-feed .card .image {
	height: 160px;
	background: #ccc;
	overflow: hidden;
	border-radius: 5px
}
.blog-single .article-feed > h2::after {
	content: 'Recent Articles';
	position: absolute;
	width: 100%;
	height: 100%;
	left: -24px;
	font-size: 72px;
	top: -25px;
	z-index: -1;
	color: #f5f5f5;
	font-weight: 300;
	text-transform: uppercase
}
.blog-single .article-feed .content {
	overflow: hidden;
	min-height: 170px;
	max-height: 170px
}
#infscr-loading{
	width: 100%;
	text-align: center
}
.article-single .article-content{
	margin-left: 120px;
	padding: 0;
	margin-top: -150px;
	border-radius: 5px 0 0 0;
	margin-bottom: 80px
}
.article-single .article-content h1::after, .article-single .article-content .content h3::after{
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	left: -40px;
	top: 0;
	background: #e42934
}
.article-single .article-content .content p{
	margin-bottom: 40px
}

.article-single .article-content .content ul{
	padding:1em; 
	background-color:rgba(0, 130, 191, 0.10);
}

.article-single .article-content .content ul li{
	padding: 0em 0em 0em .5em;
    border-bottom: 1px solid white;
}

.article-single .article-content .content ul li:last-child{
 	border-bottom: 0px solid; 
 
}
.article-single .article-content .content p a{
	font-weight: 600;
	color: #0082bf; 
}
.article-single .first-letter p:first-of-type:first-letter{
	color: #0082bf
}
.article-single .article-content .content h3{
	font-size: 34px;
	font-weight: 400;
	color: #0082bf;
	margin-bottom: 20px;
	position: relative;
	line-height: 1
}
.article-single .article-content .content img{
	width: 100%;
	height: 100%;
	border-radius: 5px
}
.article-single .article-relation{
	background: #f6f9fc
}
.article-single .article-relation .item{
	height: 262px;
	position: relative
}
.article-single .article-relation .item .image{
	width: 190px;
	height: 100%;
	background: #ccc;
	position: absolute;
	overflow: hidden;
	border-radius: 5px 0px 0px 5px
}
.article-single .article-relation .item .text-body{
	padding-left: 220px;
	padding-right: 20px
}
.article-single .content > h2{
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	color: #0082bf;
	margin-bottom: 20px;
	position: relative
}
.article-single .content > h2::after{
	content: '';
	position: absolute;
	width: 5px;
	height: 100%;
	left: -18px;
	top: 0;
	background: #e42934
}
.article-single .content ol{
	    margin-bottom: 1em;
    line-height: 1.8em;
    font-weight: 300;
    font-size: 20px;
    list-style: circle;
}
.article-single .content > p{
	line-height: 1.8em;
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 40px
}
.article-single .content > p:last-child{
	margin-bottom: 0px
}

.article-single .article-relation .item .text-body .related-article-tit{
	font-weight: 600;
}

.article-single .article-relation .item .text-body .related-article-tit::after{
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	left: -30px;
	top: 0;
	background: #e42934
}


.article-single .hero::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 600px;
	left: 0;
	top: 0;
	background-color: #202a3b;
	z-index: 0;
	opacity: 0.2
}

footer .footer-social img{
	width: 100%;
    padding: .5em .5em .6em;
    vertical-align: middle; 
}

footer .footer--bbb-block{
	display: block;
	margin-top: 1em;
}

footer .bbb-link{
	display: block;	
	max-width: 150px;
}

footer .bbb-logo{
	display: block;
	width: 100%;

}


.social-logo-circle img{
	width: 100%;
    padding: .5em .5em .6em;
    vertical-align: middle; 
}
.social-logo-circle{
	border-radius: 100px;
    display: inline-block;
    background-color: #dadada;
    width: 34px;
    line-height: 30px;
}

footer .footer-social{
    border-radius: 100px;
    display: inline-block;
    background-color: #dadada;
    width: 34px;
    line-height: 30px;
}

footer .contain-foot{
	margin-bottom: 3em;
}

footer .footer-menu-option{
	margin-bottom: 18px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -.4px;
    color: grey;
}


footer .footer-final{
	    font-size: 14px;
    color: #d2d2d2;
 
    font-weight: 300;
    letter-spacing: .4px;
}
.footer-email img{
	width: 18px;
    vertical-align: middle;
    opacity: .3;
    margin-right: .5em;
	
}
.social-facebook{
	background-color:#3b5998 !important;
}

.social-linkedin{
	background-color: #0077B5 !important; 
}

.social-yelp{
	background-color: #d32323 !important; 
}

.footer-phone{
	font-size:14px;
margin-top:1em; 
text-align: left;
}
.footer-phone img{
	width: 18px;
    vertical-align: middle;
    opacity: .3;
    margin-right: .5em;
} 
.footer-final-pages{
	display: inline-block;

}
.header-btn-call span{
	vertical-align: middle; 
	font-weight:600; 
}

@media screen and (max-width: 1030px){
body.home.page-template-home-page .carousel-testimonies .flickity-viewport{
	height:450px !important; 

}
body.home.page-template-home-page #testimonies .carousel-testimonies .carousel-cell .item{
	height:380px; 
}
body.home.page-template-home-page #testimonies .carousel-testimonies .carousel-cell .item .star{
	bottom: 20px; 	
}
}
body.home.page-template-home-page .testimonial-recovered-values p:nth-child(2){
	font-size: 1em;
    color: #66c766;
}
body.home.page-template-home-page .testimonial-recovered-values p:first-child{
	text-decoration: line-through;
}

body.home.page-template-home-page .testimonial-recovered-values{
	text-align: right; 
	width: 100%;
	margin-top: 1em; 
}

main.testimonies-single .testimonial-recovered-values p{
	display: inline-block; 	
}
main.testimonies-single .testimonial-recovered-values{
	position: absolute;
    left: 0;
    width: 100%; 
    bottom: 0;
    padding: .2em 1em;
}
main.testimonies-single .testimonial-recovered-values p:first-child{
	text-decoration: line-through;
}
main.testimonies-single .testimonial-recovered-values p:nth-child(2){
	margin-left:1em; 
    color: #66c766;
}


.btn-call-us-bnner{
    color: #0082bf;
    background-color: White;
    padding: 1em 1em;
    border-radius: 4px;
    font-weight: 600;
    margin:0 auto; 
    box-shadow: 1px 1px 31px -10px black;

}
.header-btn-call img{
	vertical-align: middle; 
}
.header-btn-call:before{
	content:'';
	position:absolute;
	right:-1em;
	top:1.2em;
	width:40px;
	height:40px; 
	pointer-events: none; 
	background-size:cover;
	background-image:url('../svgs/click-adjuster-black.svg');
}
.header-btn-call{
	background-color: #0082bf;
    color: white;
    width: 100%;
    box-shadow: inset 0px -2px 0px 1px #096b9a;
    padding: .5em 1em;
    text-align: center;
    display: block;
    border-radius: 4px;
    border-bottom: 1px solid #066b9a;
}

.header-under-btn-call-txt{
	    color: #656565;
    display: block;
    text-align: center;
    font-size: 13px;
    margin-top: .2em;
    font-style: italic; 
}
.header--phone-icon{
	display:inline-block; 
	width:20px; 
	margin-right:.5em; 
}
.footer-email{
font-size:14px;
margin-top:1.5em; 
text-align: left;
}
footer .title-contact{
	font-weight: 600; 
	font-size:18px;
	color:#0082bf; 
	text-align: left;
	margin-top:1em;
}
	
.phone-icon--span{
	line-height: 1em;
    width: 30px;
    vertical-align: middle;
}

.phone-icon--span img{
	width: 100%; 
}

footer .footer--address{
	line-height: 1.5em; 
	font-size:14px;
}



body.page-template-home-page .home-top-form-desc .call:before{
	
	content:'';
	position:absolute;
	right:-1em;
	top:1.2em;
	width:40px;
	height:40px; 
	pointer-events: none; 
	background-size:cover;
	background-image:url('../svgs/click-adjuster-black.svg');
}
body.page-template-home-page .home-top-form-desc .call{
	background-color: #0082bf;
	color: white;
	
	position: relative;
	padding: .5em .8em;
	text-align: center;
	box-shadow: 0px 0px 16px -5px #0281bf;
	margin-left: .5em;
	display: inline-block;
	border-radius: 4px;
	border-bottom: 1px solid #096b9a;
}

body.page-template-home-page .home-top-form-desc img{
	display: inline-block; 
	width:18px; 
	margin-right:.5em; 
	vertical-align: middle; 
} 
body.page-template-home-page .home-top-form-desc{
	text-align: center; 
	color: #555; 
	margin-top:1em; 
	font-weight:400; 

}

.form-horizontal .input-field label{
	font-weight:600; 
}
body.page-template-home-page #welcome .desc{
	font-size: 20px;
    color: #575757;
    font-style: italic;
    font-family: 'Georgia';
    font-weight: 400;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.5em; 
}
body.page-template-home-page #welcome h1{

	margin-top: .5em;
	font-size: 50px;
	margin-bottom: 0.1em;
	font-weight: 300;
}
body.page-template-home-page #service .desc-top{
	margin-bottom: 2em;
	margin-top:1em;
 font-size:1.1em; 

}

.top-form-arrow-img {
    width: 43px;
}
body.page-template-home-page #service .desc-bottom{
	margin-top:2em;
	font-size:1.1em; 
}
body.page-template-home-page #welcome .image{
	position: relative; 
}
body.page-template-home-page #welcome .image:before{
	content:'';
	position: absolute; 
	bottom:0;
	left:0;
	width: 100%;
	height:100%; 
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+54,ffffff+100&0+54,1+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 40%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 40%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 40%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	
}
body.page-template-home-page #welcome .img-contain{
	margin-top:100px; 
}
body.page-template-home-page #welcome .image img{
	height: 350px; 	
	
}
body.page-template-home-page #welcome .form-all-pro{
	margin-top:-5em; 
	position: relative;
	z-index: 2;
}
#welcome .image img{
	height: 356px;
	padding-top: 2em;
}

body.page-template-home-page #blog .item.bx-shadow-exp{
	overflow: hidden; 
}
body.page-template-home-page #testimonies{
	padding: 5em 0em 10em; 
}

body.page-template-home-page #service{
	
	padding: 10em 0em; 
}

#blog .image.thumb-blog-bg-img{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

body.page-template-home-page #blog .image.thumb-blog-bg-img{

	display: flex;
	overflow: hidden;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;

}

body.page-template-home-page #blog .image.thumb-blog-bg-img img{
	width: 100%;
	height: auto;
	display: inline-flex;
}


 .call-action .banner-call-btn img{
	width: 20px;
	margin-right: .5em;  
	vertical-align: middle;
	display: inline-block; 	            
 }


img.contact-page-svg-icon{
	display: inline-block;
	width:20px; 
}


.widget-sidebar-call-icon{
	display: inline-block;
	vertical-align: middle; 
	width:18px; 
	margin-right:.5em; 
}

body.single-locations .wp-content .content .call-action:after{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffa8;
    z-index: 1;
}
body.single-locations .wp-content .content .call-action .row{
	position: relative;
	z-index: 2;
}
body.single-locations .wp-content .content  .call-action div.col-md-8{
	padding:0; 
}

.public-adjuster-service-footer a{
	background-color: #0082bf; 
	color: white;	
	border-radius:4px; 
	box-shadow:inset 0px -2px 0px 1px #096b9a;
	padding: .5em .7em; 
	display: inline-block; 
	vertical-align: middle;
}
.public-adjuster-service-footer div.txt p:first-child{
	color: #0282bf;
	font-weight: 600;
}
.public-adjuster-service-footer div.txt .sec{
	color: #a7a7a7;
font-size: 14px;
margin-top: .2em;
} 
.public-adjuster-service-footer div.txt{
	display: inline-block; 
	vertical-align: middle;
	padding-right:1em;
	max-width:350px; 
	text-align: left; 
}
.public-adjuster-service-footer{
	text-align: center;
	position: fixed;
	z-index: 99999; 
	bottom:0;
	padding: .8em 0em; 
	left:0;
	display: none; 
	width: 100%; 
	background-color:white; 
	box-shadow: 1px -2px 13px -10px black; 
	transform: translateY(100px);
	-moz-transform: translateY(100px);
	-webkit-transform: translateY(100px); 
/* 	transition:0.2s ease-in-out;  */
}
.public-adjuster-service-footer.active{
	transform: translateY(0px); 	
}

main.location-single .top-img{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #f4f4f4;
}

@media (min-width: 700px){
	
	#service .carousel-service .carousel-cell .item .content .service-tit{
		justify-content: flex-start;
	}
}

@media screen and (max-width: 900px){
	.location-single .loc-btn-call{
		margin:0 auto;	
	}
}



.service-single .service-first-section{
	padding: 0em 1em 5em;
	max-width: 1200px;
	margin:0 auto 2em;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #dede;
}
.service-single .main-subtitle{
	font-size:.9em;
	font-weight: 600;
	color:#e42934;	
}	
.service-single h1{
	color:#0082bf;
	font-size: 3em;
	font-weight: 300;
}
.service-single .service-first-section .under-btn-msg{
	font-style: italic;
	font-size: .9em;
	margin-top: .5em;
	padding: 0.5em 0em 0em 0em;	
}
.service-single .service-first-section .service-btn-call img{
	margin-right: .5em;	
}

.service-single .service-first-section .service-btn-call{
	
	background-color:#e42934;
	color:white; 
	font-weight: 400;
	display: inline-block;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
	border-radius: 4px;
	padding: .5em 1em; 
	
}

.service-single .service-first-section .service-main-desc:before{
	content:'';
	position: absolute;
	left:0;
	top:0em;
	border-radius: 4px;
	background-color:#e42934;
	height: 3px;
	width: 100px;

}
.service-single .service-first-section .service-main-desc{
	line-height: 1.8em;	
	margin-bottom: 1em; 
	padding-top:1em;
	position: relative;
		
}
.service-single .service-first-section .left-side{
	width: 50%;
	padding-top:8em;
}
.service-single .service-first-section .right-side{
	width: 45%;
	text-align: center;
	position: relative;
	padding-top: 8em;
}	
.service-single .service-first-section .right-side:before{
	content:'';
	position: absolute; 
	left:0;
	top:0;
	height: 600px; 
	width: 300px;
}


.service-single .banner-call-btn{
	box-shadow:0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}


.service-single .service-img{
	width: 450px;
	height: 450px;
	border-radius: 450px;
	margin:0 auto;
	background-size: cover;
	max-width: 100%;
	background-position: center;

}

.service-single .service-img:before{
	content:'';
	position: absolute;
	left:0em;
	bottom: -2em;	
	width: 100%;
	height: 110%;
	background-color:#fbf0f1;
	border-radius: 0px 0px 400px 400px;
	z-index: -1;
}

main.service-single .service-content{
	max-width: 1100px;
	margin:0 auto;
}

main.service-single .service-content > .service-top-title{
	color:	#e42934;
	font-weight: 400;
}


main.service-single .service-content h2:first-child{
	margin-top: 0em;	
}

main.service-single .service-content .service-top-title:first-child{
	margin-bottom: .5em;
		
}
	
main.service-single .service-content > h2{
	color: #0082bf;
	font-weight: 400;
	margin-bottom: .5em;
	margin-top: 1em;
}

main.service-single .service-content p{
	margin-bottom: 1.5em;
	line-height: 2em;
}

main.service-single .service-content .call-action{
	box-shadow: 1px 1px 31px -19px #000;
    border: 0 solid;
    margin-top: 4em;
    position: relative;
    margin-bottom: 4em;
    
}


main.service-single .service-content .call-action.object-image::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-size: 36%;
    top: 0;
    z-index: 0;
    background-image: url(../img/welcome.svg);
    background-repeat: no-repeat;
    background-position: right -80%;
    z-index: -1;
    background-size: 50%;
}

main.service-single .service-content p:first-child{
	margin-bottom: .5em;
}

main.service-single .extra-services--box{
	border-top:1px solid #f4f4f4;
	padding: 3em 0em;
}

main.service-single .extra-services--box .extra-services--subtitle{
	font-size: .8em;
	font-weight: 400;
	text-align: center;
	color:#e42934;
}

main.service-single .extra-services--box .extra-services--title{
	font-size: 2.2em;
	text-align: center;
	font-weight: 300;
	color:#0082bf;
	margin-bottom: 1em;
}

#h-cities .cities--container{
     max-width:1200px;
     margin:0 auto 5em;
     display: flex;
	 justify-content: space-between;
	 flex-direction: column;
	 border-top: 1px solid #dedede;
	 padding:4em 1em 0em;
 }
 
#h-cities .city--sec-title{
    color:#e42934;
 	font-size: 1.2em;
 	font-weight: 300;
 	text-align: center;
 	margin-bottom: 2em;
 	font-weight: 600;
     
 }
 
#h-cities .city--sec-title-sub{
  	font-size: 2.5em;
  	font-weight: 300;
  	display: block;   
 }

#h-cities .cities--container .ct-right--card{
     width: 100%;
     max-width: 1000px;
     margin:0 auto;
     box-shadow: 0px 0px 10px 0px;
 }
 
#h-cities .city--point.c-t-left .city--img{
 	
 	order: 0;   
 }
 
#h-cities .city--point.c-t-left .city--content{
 	
 	order: 1;
 }
 
#h-cities .city--point.c-t-right .city--img{
 	
 	order: 1;   
 }
 
#h-cities .city--point.c-t-right .city--content{
 	text-align: right;
 	order: 0;
 }
 	         
#h-cities .city--point{
     display: flex;
     align-items: center;
     padding: 1em 0em;
     
 }
 
#h-cities .city--img img{
 	width: 100%;
 	height: 100%; 
 }
#h-cities .city--img{
     width: 35%;
     border-radius: 4px;
     overflow: hidden;
     display: block;
     height: 270px;
 }
#h-cities .city--content{
     padding: 2em;
     width: 65%;
 }
 
#h-cities .city--point-title{
     font-size: 1.5em;
     font-style: italic;
     font-family: georgia;
     color:#0082bf;
     padding: 0em 0em .3em;
     border-bottom:1px solid #dedede;
     margin-bottom: .5em;
     display: block;
 }
 
#h-cities .city--point-desc{
     line-height: 1.5em;
     font-weight: 300;
 }


#comparison{
     max-width: 1200px;
     margin:0 auto;
     display: flex;
     padding: 3em 1em 5em;
     justify-content: space-around;
     align-items: center;
     border-top:1px solid #f4f4f4;
     border-bottom: 1px solid #f4f4f4;
     margin-bottom: 3em;

 }
 #comparison .comparison--left{
     width: 50%
 }
 #comparison .comparison--right{
     width: 50%;
     text-align: center;
 } 
 #comparison .comparison--title{
     font-size: 2em;
     color:#e42934;
     font-weight: 300;
     margin-bottom: .5em;
 }
 
 #comparison .comparison--desc{
     color:#353535;
     line-height: 1.8em;
     font-weight: 300;
     
 }
 
 #comparison .comparison--btn-call{
   	background-color: #0082bf;
    color: white;
    margin-top: .5em;
    box-shadow: inset 0px -2px 0px 1px #096b9a;
    padding: .5em 1em;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    border-bottom: 1px solid #066b9a;
 }
 
 #comparison .comparison--cta{
     padding-top: .5em;
     margin-top: 1em;
     border-top: 1px solid #f4f4f4;
 }
 
 #comparison .comparison--tag{
     margin-right: .5em;
     font-weight: 600;
 }


@media (max-width: 1200px) {
	header .header-inner{
		padding: 0 22px
}
	.mobile-menu.checked {
		top: 0;
		padding: 110px 80px 69px;
		z-index: 98
}
	header #brand{
		padding-left: 10px
}
	.mobile-menu .main-menu ul li.sub-menu-item a{
		width: 100%;
		display: block
}
	#testimonies .title{
		padding-left: 80px;
		padding-right: 0
}
	footer .btn{
		padding-left: 0;
		padding-right: 0
}
	footer .btn > span:first-child{
		display: none
}
}
@media (max-width: 1199px) {


.aside .ads .btn > span:first-child{
	display: none
}

}

@media (max-width: 1040px) {
	
	.service-single .service-first-section{
		max-width: 800px;
		margin:0 auto;
		padding: 1em 2em 2em;
		margin-bottom: 2em;
		border-bottom: 1px solid #f4f4f4;
	}
	
	main.service-single .service-content{
		max-width: 800px;
		margin:0 auto;
		padding: 2em;
		
	}
	
	main.service-single .banner-call-btn{
		margin:0 auto;
	}
	
	.service-single .service-first-section .right-side{
		display: none;
	}
	
	.service-single .service-first-section .left-side{
		width: 100%;
		padding-top: 6em;
	}
	
	.location-single .hero{
		flex-direction: column;
	}
	.location-single .hero {
		text-align: center;
	}
	.location-single .hero .image:before{
		display: none;	
	}
	.location-single .hero .image{
		width: 100%;
		height: 200px;
		border-radius: 4px;
		box-shadow: 0px 0px 10px 0px;
		margin-bottom: 1em;
	}
	.location-single .hero .loc-right-side{
		width: 100%;
	}
	#welcome {
		background-repeat: no-repeat;
		background-position: top center
}
	#location .image{
		display: none
}
	
	
	
	.testimonies-single .hero .image{
		width: 50%;
		margin: auto
}
	.testimonies-single .hero .title .btn,.faqs-single .hero .title .btn{
		margin-left: auto;
		margin-right: auto
}
/*
	.aside{
		display: none
}
*/
	.blog-single .top-blog-post{
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
}
	.contact-single .hero .container .row{
		margin: 0;
		box-shadow: none;
		padding: 20px
}
	.contact-single .hero .container .row .btn{
		margin-left: auto;
		margin-right: auto
}
	.contact-single .hero .container .row .image{
		text-align: center;
		background: #0082bf;
		border-radius: 5px;
		margin: auto
}
	.contact-single .hero .image .text {
		text-align: center;
		width: 100%
}


}
@media (max-width: 1025px) {
	#location{
		background-image: none; 
	}
	#testimonies .btn{
		margin: auto
}
	#testimonies .title {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 30px
}
	#testimonies h1 {
		font-size: 45px
}
	#testimonies .flickity-prev-next-button.previous {
		left: 10px
}
	#blog .container .row > div > h2{
		margin-bottom: 15px
}
	.testimonies-single .call-action.object-image::before,.location-single .call-action.object-image::before,.article-single .call-action.object-image::before {
		background-size: 42%;
		opacity: 0.13
}
	.testimonies-single .call-action .btn, .location-single .call-action .btn,.article-single .call-action .btn{
		margin-left: auto;
		margin-right: auto
}
	.blog-single .article-feed > h2 {
		text-align: center
}

footer .company{
	padding-left: 0;
	padding-right: 0;
}


#welcome .form-all-pro{
	padding: 0 50px
}

}
@media (max-width: 990px) {
	.testimonies-single .call-action.object-image::before,.article-single .call-action.object-image::before {
		background-size: 56%;
		background-position: center -200%
}
	
	footer > .container{
		padding: 0
}
	#call-action .row {
		background-position: center;
		background-size: 35%
}
	#blog{
		padding-bottom: 0
}
	#blog .item.featured .image {
		min-height: 230px;
		max-height: 230px
}

	
	.article-single .article-content {
		margin-left: 0;
		margin-top: 0
}
	.article-single .article-content .container {
		padding: 40px
}
	.article-single .hero {
		min-height: 400px
}

.contact-single .hero .image iframe {
    height: 600px;
    width: 100%;
}
main.service-single .service-content .call-action .row{
	position: relative;
	z-index: 2;
}
main.service-single .service-content .call-action:after{
	content:'';
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-color:rgba(255,255,255,0.8); 
}
main.service-single .service-content p:first-child{
	line-height: 1em;
}
main.service-single .service-content p:first-child span{
	display: block;
}

main.service-single .service-content .call-action.object-image::before{
	background-size: contain;
	background-position: center bottom;
}

}
@media (max-width: 830px) {
	.btn-more-testimonials-home{
		display: none; 
	}
	header .header-inner .header-side-right .call-full {
		line-height: 47px;
		width: auto ;
		margin-right: -2px
}
	.faqs-single .hero::after {
		background-size: 120%
}



}
@media (max-width: 767px) {
	
	
	#h-cities .city--point.c-t-right .city--img{
		order:0;
	}
	
	#h-cities .city--point .city--content{
		padding: 2em 0em;
		width: 100%;
		max-width: 700px;
	}
	#h-cities .city--point.c-t-right .city--content{
		text-align: left;
		
		order:1;
	}
	
	#h-cities .city--point{
		flex-direction: column;
		border-bottom:1px solid #dedede;
	}
	
	#h-cities .city--img{
		width: 100%;
		max-width: 350px;
	}
	
	.public-adjuster-service-footer{
		display: block; 
	}
	
	body.page-template-home-page #welcome .img-contain{
		margin-top:50px; 
	}

	header{ 
		padding-left:20px !important; 
		padding-right:20px !important; 
	}

	body.page-template-home-page #welcome .image img {
		height: 220px; 
	}
	#welcome .image img {
		height: 220px
}
	#welcome h3 {
		margin: 20px 0
}
	#welcome .fields-wrap {
		flex-flow: column
}
	#welcome .input-field::after {
		bottom: 0;
		height: 1px;
		width: 100%;
		background: #efefef
}
	#welcome .input-field:nth-child(5n+5) {
		border-radius: 0px 0px 5px 5px;
		background-size: 8%;
	
		max-width: inherit
}
	#location .image{
		display: none
}
	#work .step-list .step-left {
		border-right: none;
		padding: 0 0 30px
}
	#work .step-list .step-right {
		border-left: none;
		padding: 0 0 30px
}
	#work .step-list .step h3 span.numb {
		position: relative;
		margin-bottom: 20px
}
	#work .step-list .step-left h3 span.numb, #work .step-list .step-right h3 span.numb {
		right: inherit;
		left: 50%;
		margin-left: -20.5px;
		top: 0
}
	#service{
		padding-top: 50px
}
	.testimonies-single .call-action.object-image::before,.location-single .call-action.object-image::before,.article-single .call-action.object-image::before {
		background-size: 100%
}

	.location-single .content > p {
		font-size: 18px
}

	#welcome .submit-field button {
	height: 70px;
	margin-top: 0px;
	border-radius: 0px 0px 5px 5px;
	width: 100%;
}

	.bbb-link{
		text-align: center;	
		margin:0 auto;
	}

	.footer--bbb-block{
		text-align: center;	
	}

}
@media (max-width: 765px) {
	
	.location-single .hero h1{
		font-size: 2.2em;
	}
	footer p.title-contact , footer p.footer-email, footer p.footer-phone{
		text-align: center; 
	}
	
	footer .logotype img {
		width: 250px
}
	footer .footer-sec-tit{
		margin: 25px 0 15px
}
	.article-single .article-content .container > h1 {
		font-size: 38px
}
}
@media (max-width: 700px) {
	#service .carousel-service .carousel-cell .item {
		height: 334px;
		flex-flow: column;
		align-items: center;
		justify-content: center;
		overflow: hidden
}
	#service .carousel-service .carousel-cell {
		min-height: 420px
}
	#service .carousel-service .carousel-cell .item .content {
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin-left: inherit;
		min-height: 110px;
		max-height: 110px;
		padding: 0 30px;
		margin-top: 78px
}
	#service .carousel-service .carousel-cell .item .image {
		position: absolute;
		top: 30px;
		left: 50%;
		margin-left: -37px;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #fff;
		border: none;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14901960784313725)
}
	#service .carousel-service .carousel-cell .item::before {
		content: '';
		position: absolute;
		height: 135px;
		top: 25px;
		left: 0;
		width: 100%;
		background: #f3f5f7;
		-webkit-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
		transform: rotate(0deg)translateX(0px) translateY(-75px)
}
	#service .carousel-service .carousel-cell .item .content > p > a {
		display: none
}

	#service .carousel-service .carousel-cell .item .content .service-tit a{
		display: inline-flex;
	}
	
	

	#service .carousel-service .carousel-cell .item > a {
		display: block;
		padding: .5rem 3.3rem
}
	#service .carousel-service .carousel-cell .item .content::before {
		content: '';
		position: absolute;
		height: 100%;
		width: 100%;
		bottom: 0;
		left: 0;
		z-index: 1;
		box-shadow: inset 0px -9px 15px 3px #fff
}
	#testimonies .carousel-testimonies .carousel-cell .item .image {
		height: 65px;
		width: 65px;
		top: -17px
}
	#location {
		background-size: 70%
}
	.faqs-single .hero .image{
		padding: 30px 30px 0
}
	.faqs-single .hero .image img{
		width: 100%
}



	#comparison{
		flex-direction: column;	
		padding: 3em 1em;
		text-align: center;
	}
	
	#comparison .comparison--left{
		width: 100%;
	}
	
	#comparison .comparison--right{
		display: none;
	}
}
@media (max-width: 640px) {

	#welcome .form-all-pro{
			padding: 0 10px
	}
	body.page-template-home-page #welcome .form-all-pro{
	
		margin-top: 0em; 
	}
	body.page-template-home-page #welcome .image:before{
		display: none; 
	
	}

}
@media (max-width: 600px) {
	
	
	.location-single .content{
		padding: 30px
}
	.faqs-single .hero::after {
		background-size: 150%
}
}
@media (max-width: 560px) {
	header .header-inner .header-side-right {
		flex: 0 0 126px;
		text-align: center
}
	header .header-inner .header-side-right .btn {
		margin: 0;
		padding-left: 0;
		padding-right: 0
}
	header .header-inner .header-side-right .btn span:first-child,header .header-inner .header-side-right > span{
		display: none
}
	#welcome h1{
		font-size: 40px
}
	#welcome h3 {
		font-size: 20px
}
	#service h2{
		font-size: 42px
}
	#service .flickity-prev-next-button.next {
		right: 15px
}
	#service .flickity-prev-next-button.previous {
		left: 15px
}
	#testimonies .carousel-testimonies .carousel-cell .item .star {
		right: inherit
}
	#testimonies .carousel-testimonies .carousel-cell .item {
		width: 340px
}
	#testimonies .title p {
		padding: 0 15px
}
	#blog .container .row > div > h2{
		font-size: 38px
}
	.testimonies-single .call-action.object-image::before,.location-single .call-action.object-image::before,.article-single .call-action.object-image::before {
		background-size: 100%;
		background-position: center 20px
}
	
	.testimonies-single .hero .title{
		padding: 34px 34px 0
}
	.testimonies-single .hero h1{
		font-size: 40px
}
	.faqs-single .hero .title h1{
		font-size: 40px
}
.header--phone-icon{
	display:none; 
}
header .header-btn-call{
	
    width: 100%;
    display: inline-block;
    font-size: 15px;
    padding: .5em .5em;
	}
}
@media (max-width: 500px){
	
	
	.service-single .main-subtitle{
		text-align: center;
	}
	main.service-single h1{
		font-size: 2em;
		text-align: center;
	}
	
	main.service-single .service-content .call-action .main-tit{
	   line-height: 1em;
   }
   	main.service-single .service-content .call-action span{
	font-size: .8em;   
	}
   main.service-single .service-content .call-action{
	   padding: 1em;
   }
   
	
	header {
		height: 65px;
}
	header .header-inner{
		padding: 0;
		height: 65px;
		padding-right:.5em; 
}
	header .header-inner .menu-icon {
		position: absolute;
		left: 20px;
}
	header #logo-desktop {
		margin: auto
}
	header #brand {
		padding-left: 0
}
	.mobile-menu.checked {
		padding: 110px 15px 69px
}

	header #brand {
		flex-grow: inherit;
		flex-basis: inherit;
		width: 100%;
		text-align: center
}
	#service .carousel-service .carousel-cell .item {
		width: 319px
}
	#service .flickity-prev-next-button.next {
		right: 32px
}
	#service .flickity-prev-next-button.previous {
		left: 32px
}
	#service {
		padding-bottom: 50px
}
	#location h2{
		font-size: 38px
}
	#location .slogan{
		font-size: 22px;
}
	#location p:not(.slogan){
		font-size: 16px
}
	
	.testimonies-single .carousel-testimonies-single .flickity-prev-next-button.next, .testimonies-single .carousel-testimonies-single .flickity-prev-next-button.previous {
		transform: scale(0.8)
}
	.testimonies-single .carousel-testimonies-single .carousel-cell .item {
		width: 310px
}
	.testimonies-single .carousel-testimonies-single .carousel-cell .item .title-testimony .avatar {
		width: 50px;
		height: 50px;
		top: 10px
}
	.article-single .article-relation .item .image {
		width: 100%;
		height: 95px;
		top: 0
}
	.article-single .article-relation .item .text-body {
		padding: 110px 20px
}
	.contact-single .hero .image .text {
		padding: 40px 10px
}
	.contact-single .hero .image img {
		width: 100%
}
	.contact-single .hero h1 {
		font-size: 40px
}
	.contact-single .hero .image iframe {
		height: 340px;
}
}
@media (max-width: 421px) {
	
	
	.header-btn-call:before {
    content: '';
    position: absolute;
    left: -1em;
    top: 1em;
    width: 30px;
    height: 30px;
    transform: rotate(90deg);
    background-size: cover;
    background-image: url(../svgs/click-adjuster-black.svg);
   }
   
	
	body.page-template-home-page #welcome .image img{
		height: 100%;
		width: 100%
	}
	
	#welcome .image img {
		height: 100%;
		width: 100%
	}
	#service .flickity-prev-next-button.next {
		right: 10px
}
	#service .flickity-prev-next-button.previous {
		left: 10px
}
	#call-action .container .row{
		padding: 25px
}
	#testimonies h1 {
		font-size: 38px
}
	#testimonies .flickity-prev-next-button.next {
		transform: scale(0.8)
}
	#testimonies .flickity-prev-next-button.previous{
		transform: scale(0.8)
}
	.faqs-single .wp-content .container,.faqs-single .wp-content .container .content{
		padding-left: 0;
		padding-right: 0
}
	.faqs-single .list-faqs .item {
		box-shadow: none
}
	.faqs-single .list-faqs .item h2 {
		font-size: 20px
}
	.faqs-single .list-faqs .item h2::after,.faqs-single .list-faqs .item p::after{
		font-size: 28px
}

	header .header-inner .header-side-right .btn {
    width: 107px;
    margin-left: auto;
    margin-right: 5px;
    font-size: 16px;
	}
header {
    padding-left: 67px !important;
	 padding-right: 0px !important;
}

}


@media (max-width: 380px){
	
	.public-adjuster-service-footer div.txt .sec{
		font-size:12px; 
	}
	.public-adjuster-service-footer div.txt {
    padding-right: .2em;
    font-size: 16px;
	}
}


@media (max-width: 360px) {
	header .header-btn-call{
	
    width: 80%;
    display: inline-block;
    font-size: 13px;
	}
	#service .flickity-prev-next-button.next {
		right: 5px;
		transform: scale(0.8)
}
	#service .flickity-prev-next-button.previous {
		left: 5px;
		transform: scale(0.8)
}
	#call-action{
		padding-bottom: 30px
}
	#call-action .container .row h2{
		font-size: 22px
}
	#call-action .container .row p{
		font-size: 16px
}
	#testimonies .flickity-prev-next-button.next {
		right: 0px
}
	#testimonies .flickity-prev-next-button.previous{
		left: 0px
}
	#testimonies .carousel-testimonies .carousel-cell .item {
		width: 310px
}
	#work h2{
		font-size: 38px
}
	#blog .content h2{
		font-size: 20px
}
	#blog .container .row > div > h2 {
		font-size: 34px
}
	
	
	.call-action {
		padding: 27px 10px !important
}
	.testimonies-single .call-action.object-image::before, .location-single .call-action.object-image::before, .article-single .call-action.object-image::before {
		background-size: 0
}
	.testimonies-single .hero h1 {
		font-size: 36px
}
	.blog-single .hero h1{
		font-size: 40px
}
	.blog-single .article-top .text-body, .blog-single .article-feed .text-body {
		min-height: inherit;
		max-height: inherit
}
	.public-adjuster-service-footer div.txt .sec{
		font-size:12px; 
	}
	.public-adjuster-service-footer div.txt{
		padding-right:.2em;
		font-size:16px; 
	}
	.public-adjuster-service-footer{
		padding:.6em .1em; 
	}
	.public-adjuster-service-footer a{
		font-size:13px;
		padding: .5em; 
	}
	
}
