@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}



a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

h1 {
    color: #666666
}

h1,
h2 {
    font-size: 36px;
    text-align: center;
    text-transform: uppercase
}

h2 {
    margin-bottom: 0
}

h3 {
    font-size: 24px;
    color: #416766
}

h4 {
    font-size: 14px;
    color: #333;
    text-transform: uppercase
}

p {
    line-height: 1.4rem;
    text-align: center
}

a,
p {
    color: #666666
}

a {
    text-decoration: none;
    transition: all .2s ease-out
}

a:hover {
    color: #e76e3a
}

body {
    background-repeat: no-repeat;
    font-family: pt_sans, roboto, Helvetica, serif
}

img {
    max-width: 100%;
    height: auto
}

.container.narrow {
    max-width: 800px;
    padding-top: 72px
}

.txt-narrow {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    /*position: absolute;*/
    /*top:0;*/
    /*left:0;*/
    /*right: 0;*/
}

.equal-padding {
    padding: 1rem!important
}

.color-primary {
    color: #e76e3a
}

.color-orange {
    color: #f2a14d
}

.listing {
    padding: 40px 0
}

.listing .box-nested {
    text-align: center;
    padding: 30px
}

.listing .box-nested p {
    line-height: 2rem
}

.tooltip {
    position: relative;
    display: inline-block;
    text-transform: unset!important
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 320px;
    background-color: #8ec7c2;
    color: #fff;
    padding: 30px;
    border-radius: 6px;
    box-sizing: border-box;
    position: absolute;
    left: 105%;
    z-index: 1
}

.tooltip .tooltiptext:after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #8ec7c2 transparent transparent
}

.tooltip:hover .tooltiptext {
    visibility: visible
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    transition: opacity .5s;
    visibility: hidden;
    opacity: 0;
    z-index:9999;
    overflow: scroll;
    overflow-x: hidden;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
    overflow-x: hidden;
}

.popup {
    box-sizing: border-box;
    margin: 20px auto;
    position: relative;
    transition: all 5s ease-in-out 0s;
    width: 90%;
    z-index: 4
}

.popup .close {
    position: absolute;
    top: 0;
    right: 15px;
    transition: all .2s;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    color: #666666;
    z-index: 3
}

.popup .close:hover {
    color: #e76e3a
}

.popup .content {
    max-height: 30%;
    overflow: auto
}

.social-media-hori {
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 1rem;
    list-style: none!important
}

.social-media-hori li {
    padding: 10px
}

#slider {
    margin: 0 auto 20px;
    list-style: none;
    position: relative;
    padding-left: 0;
    height: 380px;
    overflow: hidden
}

#slider,
#slider h4,
#slider p {
    text-align: center
}
#slider .box-nested h4 {
    max-width: unset;
    width: 100%;
}
#slider .btn {
    margin-bottom: 40px
}

#dots {
    list-style: none;
    padding: 30px 0;
    margin-bottom: 8px;
    text-align: center
}

#dots li {
    display: inline-block;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border: none;
    background: #fff;
    cursor: pointer;
    background: #e9e9e9
}

#dots li.active {
    background: #e76e3a
}

.container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0
}

.wrapper {
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem
}

.row {
    box-sizing: border-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.row.reverse {
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.col.reverse {
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.col-xs {
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.col-xs,
.col-xs-1 {
    box-sizing: border-box;
    padding-right: .5rem;
    padding-left: .5rem
}

.col-xs-1 {
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%
}

.col-xs-2 {
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%
}

.col-xs-2,
.col-xs-3 {
    box-sizing: border-box;
    padding-right: .5rem;
    padding-left: .5rem
}

.col-xs-3 {
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4 {
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%
}

.col-xs-4,
.col-xs-5 {
    box-sizing: border-box;
    padding-right: .5rem;
    padding-left: .5rem
}

.col-xs-5 {
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%
}

.col-xs-6 {
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-xs-6,
.col-xs-7 {
    box-sizing: border-box;
    padding-right: .5rem;
    padding-left: .5rem
}

.col-xs-7 {
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%
}

.col-xs-8 {
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%
}

.col-xs-8,
.col-xs-9 {
    box-sizing: border-box;
    padding-right: .5rem;
    padding-left: .5rem
}

.col-xs-9 {
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-xs-10 {
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%
}

.col-xs-10,
.col-xs-11 {
    box-sizing: border-box;
    padding-right: .5rem;
    padding-left: .5rem
}

.col-xs-11 {
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%
}

.col-xs-12 {
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.col-xs-12,
.col-xs-offset-1 {
    box-sizing: border-box;
    padding-right: .5rem;
    padding-left: .5rem
}

.col-xs-offset-1 {
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-2,
.col-xs-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-4,
.col-xs-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-6,
.col-xs-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-8,
.col-xs-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-10,
.col-xs-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 100%
}

.col-xs {
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

.start-xs {
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start
}

.center-xs {
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center
}

.end-xs {
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end
}

.top-xs {
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start
}

.middle-xs {
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center
}

.bottom-xs {
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end
}

.around-xs {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around
}

.between-xs {
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between
}

.first-xs {
    -ms-flex-order: -1;
    order: -1
}

.last-xs {
    -ms-flex-order: 1;
    order: 1
}

@media only screen and (min-width:32em) {
    .container {
        width: 30rem
    }
    .col-xs {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .col-xs,
    .col-xs-1 {
        box-sizing: border-box;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-xs-1 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }
    .col-xs-2 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }
    .col-xs-2,
    .col-xs-3 {
        box-sizing: border-box;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-xs-3 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-xs-4 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
    .col-xs-4,
    .col-xs-5 {
        box-sizing: border-box;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-xs-5 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }
    .col-xs-6 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-xs-6,
    .col-xs-7 {
        box-sizing: border-box;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-xs-7 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }
    .col-xs-8 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }
    .col-xs-8,
    .col-xs-9 {
        box-sizing: border-box;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-xs-9 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-xs-10 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }
    .col-xs-10,
    .col-xs-11 {
        box-sizing: border-box;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-xs-11 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }
    .col-xs-12 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-xs-12,
    .col-xs-offset-1 {
        box-sizing: border-box;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-xs-offset-1 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 8.33333%
    }
    .col-xs-offset-2 {
        margin-left: 16.66667%
    }
    .col-xs-offset-2,
    .col-xs-offset-3 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-xs-offset-3 {
        margin-left: 25%
    }
    .col-xs-offset-4 {
        margin-left: 33.33333%
    }
    .col-xs-offset-4,
    .col-xs-offset-5 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-xs-offset-5 {
        margin-left: 41.66667%
    }
    .col-xs-offset-6 {
        margin-left: 50%
    }
    .col-xs-offset-6,
    .col-xs-offset-7 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-xs-offset-7 {
        margin-left: 58.33333%
    }
    .col-xs-offset-8 {
        margin-left: 66.66667%
    }
    .col-xs-offset-8,
    .col-xs-offset-9 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-xs-offset-9 {
        margin-left: 75%
    }
    .col-xs-offset-10 {
        margin-left: 83.33333%
    }
    .col-xs-offset-10,
    .col-xs-offset-11 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-xs-offset-11 {
        margin-left: 91.66667%
    }
    .col-xs-offset-12 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 100%
    }
    .col-xs {
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .start-xs {
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: start
    }
    .center-xs {
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center
    }
    .end-xs {
        -ms-flex-pack: end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: end
    }
    .top-xs {
        -ms-flex-align: start;
        -moz-align-items: flex-start;
        align-items: flex-start
    }
    .middle-xs {
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center
    }
    .bottom-xs {
        -ms-flex-align: end;
        -moz-align-items: flex-end;
        align-items: flex-end
    }
    .around-xs {
        -ms-flex-pack: distribute;
        -moz-justify-content: space-around;
        justify-content: space-around
    }
    .between-xs {
        -ms-flex-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between
    }
    .first-xs {
        -ms-flex-order: -1;
        order: -1
    }
    .last-xs {
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (min-width:48em) {
    .container {
        width: 46rem
    }
    .col-sm {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .col-sm,
    .col-sm-1 {
        box-sizing: border-box;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-sm-1 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-2,
    .col-sm-3 {
        box-sizing: border-box;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-sm-3 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-4,
    .col-sm-5 {
        box-sizing: border-box;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-sm-5 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-sm-6,
    .col-sm-7 {
        box-sizing: border-box;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-sm-7 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-8,
    .col-sm-9 {
        box-sizing: border-box;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-sm-9 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-10,
    .col-sm-11 {
        box-sizing: border-box;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-sm-11 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-sm-12,
    .col-sm-offset-1 {
        box-sizing: border-box;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-sm-offset-1 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-2,
    .col-sm-offset-3 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-4,
    .col-sm-offset-5 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-6,
    .col-sm-offset-7 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-8,
    .col-sm-offset-9 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-10,
    .col-sm-offset-11 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 100%
    }
    .col-sm {
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .start-sm {
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: start
    }
    .center-sm {
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center
    }
    .end-sm {
        -ms-flex-pack: end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: end
    }
    .top-sm {
        -ms-flex-align: start;
        -moz-align-items: flex-start;
        align-items: flex-start
    }
    .middle-sm {
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center
    }
    .bottom-sm {
        -ms-flex-align: end;
        -moz-align-items: flex-end;
        align-items: flex-end
    }
    .around-sm {
        -ms-flex-pack: distribute;
        -moz-justify-content: space-around;
        justify-content: space-around
    }
    .between-sm {
        -ms-flex-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between
    }
    .first-sm {
        -ms-flex-order: -1;
        order: -1
    }
    .last-sm {
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (min-width:62em) {
    .container {
        width: 61rem
    }
    .col-md {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .col-md,
    .col-md-1 {
        box-sizing: border-box;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-md-1 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }
    .col-md-2,
    .col-md-3 {
        box-sizing: border-box;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-md-3 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-md-4 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
    .col-md-4,
    .col-md-5 {
        box-sizing: border-box;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-md-5 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-md-6,
    .col-md-7 {
        box-sizing: border-box;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-md-7 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }
    .col-md-8,
    .col-md-9 {
        box-sizing: border-box;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-md-9 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-md-10 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }
    .col-md-10,
    .col-md-11 {
        box-sizing: border-box;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-md-11 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-md-12,
    .col-md-offset-1 {
        box-sizing: border-box;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-md-offset-1 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-2,
    .col-md-offset-3 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-4,
    .col-md-offset-5 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-6,
    .col-md-offset-7 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-8,
    .col-md-offset-9 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-10,
    .col-md-offset-11 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 100%
    }
    .col-md {
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .start-md {
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: start
    }
    .center-md {
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center
    }
    .end-md {
        -ms-flex-pack: end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: end
    }
    .top-md {
        -ms-flex-align: start;
        -moz-align-items: flex-start;
        align-items: flex-start
    }
    .middle-md {
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center
    }
    .bottom-md {
        -ms-flex-align: end;
        -moz-align-items: flex-end;
        align-items: flex-end
    }
    .around-md {
        -ms-flex-pack: distribute;
        -moz-justify-content: space-around;
        justify-content: space-around
    }
    .between-md {
        -ms-flex-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between
    }
    .first-md {
        -ms-flex-order: -1;
        order: -1
    }
    .last-md {
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (min-width:75em) {
    .container {
        width: 71rem
    }
    .col-lg {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .col-lg,
    .col-lg-1 {
        box-sizing: border-box;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-lg-1 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-2,
    .col-lg-3 {
        box-sizing: border-box;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-lg-3 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-4,
    .col-lg-5 {
        box-sizing: border-box;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-lg-5 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-lg-6,
    .col-lg-7 {
        box-sizing: border-box;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-lg-7 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-8,
    .col-lg-9 {
        box-sizing: border-box;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-lg-9 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-10,
    .col-lg-11 {
        box-sizing: border-box;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-lg-11 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-lg-12,
    .col-lg-offset-1 {
        box-sizing: border-box;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-lg-offset-1 {
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-2,
    .col-lg-offset-3 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-4,
    .col-lg-offset-5 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-6,
    .col-lg-offset-7 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-8,
    .col-lg-offset-9 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-10,
    .col-lg-offset-11 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .col-lg-offset-12 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 100%
    }
    .col-lg {
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .start-lg {
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: start
    }
    .center-lg {
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center
    }
    .end-lg {
        -ms-flex-pack: end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: end
    }
    .top-lg {
        -ms-flex-align: start;
        -moz-align-items: flex-start;
        align-items: flex-start
    }
    .middle-lg {
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center
    }
    .bottom-lg {
        -ms-flex-align: end;
        -moz-align-items: flex-end;
        align-items: flex-end
    }
    .around-lg {
        -ms-flex-pack: distribute;
        -moz-justify-content: space-around;
        justify-content: space-around
    }
    .between-lg {
        -ms-flex-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between
    }
    .first-lg {
        -ms-flex-order: -1;
        order: -1
    }
    .last-lg {
        -ms-flex-order: 1;
        order: 1
    }
}

@font-face {
    font-family: pt_sans;
    src: url(../fonts/pt_sans-web-bold-webfont.woff2) format("woff2"), url(../fonts/pt_sans-web-bold-webfont.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: pt_sans;
    src: url(../fonts/pt_sans-web-bolditalic-webfont.woff2) format("woff2"), url(../fonts/pt_sans-web-bolditalic-webfont.woff) format("woff");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: pt_sans;
    src: url(../fonts/pt_sans-web-italic-webfont.woff2) format("woff2"), url(../fonts/pt_sans-web-italic-webfont.woff) format("woff");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: pt_sans;
    src: url(../fonts/pt_sans-web-regular-webfont.woff2) format("woff2"), url(../fonts/pt_sans-web-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: roboto;
    src: url(../fonts/roboto-black-webfont.woff2) format("woff2"), url(../fonts/roboto-black-webfont.woff) format("woff");
    font-weight: bolder;
    font-style: normal
}

@font-face {
    font-family: roboto;
    src: url(../fonts/roboto-bold-webfont.woff2) format("woff2"), url(../fonts/roboto-bold-webfont.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: roboto;
    src: url(../fonts/roboto-light-webfont.woff2) format("woff2"), url(../fonts/roboto-light-webfont.woff) format("woff");
    font-weight: lighter;
    font-style: normal
}

@font-face {
    font-family: roboto;
    src: url(../fonts/roboto-regular-webfont.woff2) format("woff2"), url(../fonts/roboto-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2) format("woff2"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

form {
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex
}

form input,
form textarea {
    background: transparent;
    border: none;
    font-weight: 700;
    box-sizing: border-box;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: 100%;
    color: #fff;
    opacity: 1
}

form input:active,
form textarea:active {
    color: #fff
}

form input:focus,
form textarea:focus {
    border: none;
    outline: none
}

form input[type=text]:focus {
    outline: none
}

form textarea {
    resize: none;
    min-height: 55px;
    padding: 1rem;
    overflow: hidden;
}
form .form-group {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #fff;
    min-height: 65px;
    height: 100%
}

form .form-group .icon-wrapper {
    min-width: 35px
}

form .form-group input {
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

form .form-group .icon-wrapper,
form .form-group a,
form .form-group input {
    padding: 1rem;
    color: #fff
}
form .form-group input#homegoogleaddress,
form .form-group textarea#billamount{
    padding: 1rem 1rem 1rem 0.2rem;
}
form .form-group .fa {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem
}

form .form-group,
form>input {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%
}
.calculator textarea::-moz-placeholder{color: #fff;}
::-webkit-placeholder { /* WebKit browsers */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}
textarea::-webkit-input-placeholder {  color: #fff;}
form::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
    text-transform: uppercase;
    font-family: roboto, Helvetica, Arial, sans-serif;
    vertical-align: middle
}

form:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
    text-transform: uppercase;
    font-family: roboto, Helvetica, Arial, sans-serif;
    vertical-align: middle
}

form::placeholder {
    color: #fff;
    opacity: 1;
    text-transform: uppercase;
    font-family: roboto, Helvetica, Arial, sans-serif;
    vertical-align: middle
}
form span.currency-add {
    line-height: 3.4em!important;
    color: white!important;
    font-weight: bold!important;
    display: none;
}
.range-slider {
    width: 100%;
    position: relative
}

.range-slider i {
    background-color: #fff;
    padding: 5px;
    border-radius: 11px;
    color: #e76e3a;
    position: absolute
}

.range-slider i.left {
    left: 0
}

.range-slider i.right {
    right: 0
}

.range-slider .title:before {
    display: block;
    content: "";
    width: 35px;
    height: 30px;
    margin-right: 15px;
    background-image: url(../images/sprite-icon-list.png);
    background-repeat: no-repeat;
    left: 0
}

.range-slider__range {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    outline: none;
    padding: 0;
    margin: 4px 0 0
}

.range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 48px;
    height: 27px;
    background-image: url(../images/slider-button.png);
    cursor: pointer;
    transition: background .15s ease-in-out;
    border: transparent;
}

.range-slider__range::-moz-range-thumb {
    content: "";
    background-image: url(../images/slider-button.png);
    width: 48px;
    height: 27px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    transition: background .15s ease-in-out
    border: transparent;
}

.range-slider__range::-moz-range-progress {
    background: #9c5533!important;
    height: 4px
}

.range-slider__range::-moz-range-track {
    background-color: #fff
}

.range-slider__range::-moz-upper {
    background: #9c5533!important
}

input[type=range]::-webkit-slider-thumb {
    margin-top: -10px
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: #fff;
    border: none;
    margin-top: -6px
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #fff;
    border: none
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    box-shadow: none;
    background: #fff;
    border: none
}

input[type=range]::-ms-track {
    width: 100%;
    height: 4px;
    margin-top: -8px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent
}

input[type=range]::-ms-fill-lower {
    background: #9c5533;
    border: none;
    box-shadow: none
}

input[type=range]:focus::-ms-fill-lower {
    background: #9c5533
}

input[type=range]::-ms-fill-upper {
    background: #fff;
    border: none;
    border-radius: 2.6px;
    box-shadow: none
}

input[type=range]:focus::-ms-fill-upper {
    background: #fff
}

input[type=range]::-ms-thumb {
    box-shadow: none;
    border: none;
    width: 48px;
    height: 27px;
    background-position: 0 3px;
    border-radius: 3px;
    background-color: transparent;
    background-image: url(../images/slider-button.png);
    cursor: pointer
}

.range-slider__value {
    display: block;
    float: right;
    position: relative;
    top: -80px;
    color: #f26866;
    line-height: 20px;
    text-align: right;
    border-radius: 10px;
    background: #fff;
    padding: 10px;
    font-size: 22px;
    font-weight: 900
}

.range-slider__value:before {
    content: "R"
}

.range-slider__value:after {
    position: absolute;
    top: 40px;
    right: 10px;
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    border-left: 7px solid transparent;
    content: ""
}

@media (max-width:768px) {
    .update-details {
        min-height: unset!important;
        background-color: transparent!important;
        color: #666666
    }
    .update-details [class*=col-] {
        padding: 0;
        background-color: #e9e9e9
    }
    .update-details .col-xs-12:first-of-type {
        background-color: transparent
    }
    .update-details .col-xs-12:nth-child(2n) {
        background-color: #fff
    }
    .update-details h4 {
        color: #666666
    }
    .update-details .row {
        min-height: unset!important
    }
    .update-details .wrapper-dropdown {
        margin: 0;
        color: #666666;
        border-bottom: 1px solid #e49755
    }
    .update-details .wrapper-dropdown ul.dropdown {
        margin: 0;
        padding: 0;
        box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .5)
    }
    .update-details .wrapper-dropdown ul.dropdown li {
        text-align: center!important
    }
    .update-details .wrapper-dropdown ul.dropdown li:after,
    .update-details .wrapper-dropdown ul.dropdown li:before {
        content: ""
    }
    .update-details .wrapper-dropdown ul.dropdown a {
        width: 100%
    }
    .update-details .wrapper-dropdown:before {
        background-position: -83px 0
    }
    .update-details .wrapper-dropdown:after {
        color: #e49755
    }
    .update-details .wrapper-dropdown [class*=col-].active {
        border-top: 1px solid #d2d2d2
    }
    .update-details .wrapper-dropdown.active {
        box-shadow: 0 -5px 20px -10px rgba(0, 0, 0, .5);
        text-align: center
    }
    .update-details .wrapper-dropdown.active:before {
        width: 0;
        background-image: none
    }
    .update-details .wrapper-dropdown.active:after {
        content: none
    }
    .update-details .popup {
        background-color: #fff
    }
    .update-details .box-padding {
        position: inherit
    }
    .update-details .dropdown,
    .update-details .radiobox,
    .update-details .range-slider {
        padding: 30px 20px;
        box-sizing: border-box;
        text-align: left
    }
    .update-details .radiobox,
    .update-details .range-slider {
        background-color: #e9e9e9
    }
    .update-details .radiobox .radio-custom:checked+.radio-custom-label:before {
        background: #fff;
        border-color: #e76e3a
    }
    .update-details .radiobox .radio-custom+.radio-custom-label:before {
        border-color: #e76e3a;
        background: #e76e3a;
    }
    .range-slider__range {
        background: none
    }
    .range-slider__range::-moz-range-progress {
        background: #e49755!important
    }
    .range-slider__range::-moz-range-track {
        background-color: none
    }
    .range-slider__range::-webkit-slider-thumb {
        background-image: url(../images/slider-button-orange.png);
        background-color: : none;
    }
    .range-slider__range::-moz-range-thumb {
        background-image: url(../images/slider-button-orange.png);
        background-color: : none;
    }
    .range-slider .title {
        text-align: left
    }
    .range-slider .title:before {
        margin-right: 20px;
        background-position: -37px 0
    }
    .range-slider i {
        background-color: #e49755;
        color: #fff
    }
}

.wrapper-dropdown {
    position: relative;
    padding: 10px;
    margin: 0 0 0 15px;
    display: inline-block;
    background: none;
    color: #fff;
    border-color: #fff;
    border-bottom: 4px solid #fff;
    cursor: pointer;
    font-weight: 400
}

.wrapper-dropdown:before {
    content: "";
    width: 40px;
    height: 30px;
    margin-right: 10px;
    background-image: url(../images/sprite-icon-compass.png);
    background-repeat: no-repeat;
    left: 0
}

.wrapper-dropdown:after {
    content: "\f0d7";
    font-family: FontAwesome;
    float: right
}

.wrapper-dropdown.active {
    padding: 0;
    border: 0 none;
    color: #666666!important;
    background: #fff;
    box-sizing: border-box
}

.wrapper-dropdown.active:before {
    background-position: -40px 0
}

.wrapper-dropdown.active:after {
    border-color: #fff transparent;
    border-width: 10px 10px 0;
    margin-top: -3px
}

.wrapper-dropdown.active .dropdown {
    margin-top: 0;
    opacity: 1;
    pointer-events: auto
}

.wrapper-dropdown:focus {
    outline: none!important
}

.wrapper-dropdown #selection {
    width: 100%
}

.wrapper-dropdown .dropdown {
    width: 100%;
    position: absolute;
    top: 100%;
    left: unset;
    right: 0;
    padding-left: 0;
    background: #fff;
    list-style: none;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    box-sizing: border-box
}

.wrapper-dropdown li {
    display: -ms-flexbox;
    display: flex;
    padding: 10px 25px;
    font-weight: 400;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    z-index: 2
}

.wrapper-dropdown li a {
    padding: 8px 0;
    margin: 0 15px;
    display: block;
    text-decoration: none;
    text-transform: uppercase
}

.wrapper-dropdown li:first-child {
    padding: 17px 25px;
    box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, .1);
    color: #60b3af
}

.wrapper-dropdown li:hover a {
    background: none;
    color: #c47c2a
}

.wrapper-dropdown li:before {
    content: "\f111";
    font-family: FontAwesome;
    color: #e76e3a;
    font-size: .3rem
}

.wrapper-dropdown li:after {
    content: "";
    display: block;
    border-bottom: 1px solid #eee
}

.wrapper-dropdown li:first-child:before {
    content: ""
}

.radiobox .radio-custom {
    opacity: 0;
    position: absolute
}

.radiobox .radio-custom,
.radiobox .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer
}

.radiobox .radio-custom-label {
    position: relative
}

.radiobox .radio-custom+.radio-custom-label:before {
    content: "";
    background: none;
    border: 4px solid #9d5735;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    border-radius: 50%
}

.radiobox .radio-custom:checked+.radio-custom-label:before {
    content: "";
    background: #fff;
    border: 4px solid #fff
}

.radiobox .radio-custom:focus+.radio-custom-label {
    outline: 1px solid #ddd
}

button.btn {
    min-height: 53px
}

.btn {
    display: -ms-flexbox;
    xdisplay: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2rem;
    border: none;
    transition: all .2s ease-out;
    vertical-align: top;
    -ms-flex-item-align: center;
    align-self: center;
    line-height: 1.2rem;
    font-family: roboto, Helvetica, Arial, sans-serif;
    min-height: 16px
}

.btn:not(.read-more) {
    padding: 1rem 2rem
}

.btn.arrow,
.btn.arrow-down:after,
.btn.arrow-right:after {
    font-family: FontAwesome;
    font-size: 1.4rem
}

.btn.arrow-right:after {
    content: "\f0da";
    padding-left: 1.2rem
}

.btn.arrow-down:after {
    content: "\f0d7";
    padding-left: 1.2rem
}

.btn.bg-white {
    background-color: #fff;
    color: #e76e3a
}

.btn.bg-white:hover {
    color: #fff;
    background-color: #e76e3a
}

.btn.bg-blue {
    background-color: #60b3af;
    color: #fff
}

.btn.bg-blue:hover {
    color: #fff;
    background-color: #e76e3a
}

.btn.bg-orange-light {
    background-color: #ffb45b;
    color: #fff
}

.btn.bg-blue-light,
.btn.bg-orange-light:hover {
    color: #fff;
    background-color: #8ec7c2
}

.btn.bg-blue-light:hover {
    color: #fff;
    background-color: #60b3af
}

.btn.border-orange {
    border: 1px solid #e76e3a
}

.btn.white {
    color: #fff
}

@media (max-width:480px) {
    .btn {
        font-size: 14px
    }
    form .form-group .icon-wrapper,
    form .form-group a,
    form .form-group input {
        padding: 1rem .5rem
    }
    .form-group.bill .icon-wrapper {
        padding: .5rem!important
    }
    .form-group .fa:before {
        font-size: 2rem
    }
    section.service-providers .profile h4{ line-height: 1rem; }

    section.service-providers .accordion .address,
    section.service-providers .accordion .email,
    section.service-providers .accordion .phone {
        line-height: 0.7rem!important;
        font-size: 12px;
    }
}

input::-webkit-input-placeholder {
    color: #fff
}

input::-moz-placeholder {
    color: #fff
}

input:-ms-input-placeholder {
    color: #fff
}

.blog .breadcrumbs ul {
    display: -ms-flexbox;
    display: flex;
    list-style: outside none none;
    margin: 100px 0 0;
    padding: 0
}

.blog .breadcrumbs ul li {
    color: #666666;
    display: block;
    padding: 6px;
    text-transform: uppercase
}

.blog .breadcrumbs ul a.active {
    color: #8ec7c2
}

.blog .header,.header.blog-detail {
    width: 100%;
    height: 100%;
    background: url(../images/bg-blog.jpg) no-repeat;
    background-size: cover
}

.blog .header p,.header.blog-detail p {
    color: #fff;
    line-height: 2rem
}

.blog .header h1,.header.blog-detail h1 {
    font-size: 3.125rem;
    color: #fff
}

.blog .header .row,.header.blog-detail .row {
    min-height: 419px
}

.blog .btn {
    max-width: 125px
}

.blog .content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: inherit;
    flex-direction: inherit
}

.blog .content .social-media-hori {
    bottom: 0
}

.blog .social-media-hori {
    -ms-flex-item-align: right;
    align-self: right;
    bottom: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 1rem;
    list-style: outside none none;
    padding-left: 0;
    position: absolute;
    right: 10px
}

.blog .social-media-hori li a:not(.btn) {
    color: #8ec7c2
}

.blog .social-media-hori li a:hover:not(.btn) {
    color: #e76e3a
}

.blog .featured.box-nested {
    max-width: 1280px
}

.blog .featured [class*=col-]:last-of-type {
    padding-left: 25px
}
.blog-listing .featured [class*=col-]{
    padding-left: 0; 
    padding-right: 0;
}


.blog .featured .date {
    top: 0;
    right: 0;
    left: auto!important;
    bottom: auto!important
}

.blog .featured h4 {
    margin: 0;
    text-transform: uppercase;
    color: #333
}

.blog .featured .social-media-hori {
    margin: 20px 0;
    bottom: 13px
}

.blog .row.featured [class*=col-] {
    -ms-flex-direction: column;
    flex-direction: column
}

.blog .box-nested {
    position: relative;
    max-width: unset!important
}

.blog h3 {
    margin-bottom: 60px;
    position: relative;
    font-size: 18px;
    z-index: 0;
    overflow: hidden;
    text-align: center;
    color: #666666;
    text-transform: uppercase;
    width: 100%;
}

.blog h3:before {
    margin-left: -50%;
    text-align: right
}

.blog h3:after {
    margin-left: 4%
}

.blog h3:after, 
.blog h3:before{
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 45%;
    height: 1px;
    content: "\a0";
    background-color: #e9e9e9
}

.blog .social-media-hori.mobile {
    display: none
}
.blog .btn.arrow-right::after{ top: 1px; }
.detail h1,
.detail h2 {
    text-align: left;
    color: #333
}

.detail h2 {
    font-size: 1.625rem;
    margin: 0 0 20px
}

.detail h2 span {
    color: #666666
}

.detail p {
    line-height: 1.9rem!important
}

.detail ul.post-info {
    display: -ms-flexbox;
    display: flex;
    list-style: outside none none;
    padding: 0
}

.detail ul.post-info li {
    color: #666666;
    display: block;
    padding: 6px;
    text-transform: uppercase
}

.detail ul.post-info li:first-of-type {
    padding-left: 0
}

.detail ul.post-info a.active {
    color: #8ec7c2
}

.detail .row:first-of-type [class*=col-] {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.detail .featured.main {
    min-height: 435px!important
}

.detail p img {
    padding: 40px 0
}

.detail img.right {
    float: right;
    width: 368px;
    padding: 40px 0 40px 40px
}

.detail .quote {
    display: block;
    font-size: 22px;
    margin: 20px 0
}

.detail .related .social-media-hori.desktop {
    bottom: auto!important;
    position: absolute;
    margin-top: -37px
}

.detail .box-nested.main .col-sm-12 {
    padding-left: 0;
    padding-right: 0
}

.detail .box-nested.main .social-media-hori.desktop {
    bottom: auto!important;
    position: unset;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

@media (max-width:992px) {
    .blog .box-nested {
        padding-top: 30px
    }
    .blog h4 {
        font-size: 1rem;
        margin: 20px 0 10px!important
    }
    .blog .header h1, .header.blog-detail h1 {
        font-size: 1.8rem
    }
    .blog .header p, .header.blog-detail p {
        font-size: 14px;
        line-height: 18px
    }
    .blog .content {
        margin-bottom: 20px;
        position: relative
    }
    .blog .featured [class*=col-]:last-of-type {
        padding-left: 0px
    }
}

@media (max-width:480px) {
    .blog .margingrid { margin-bottom: 0; }
    .blog .breadcrumbs ul {
        margin-top: 30px!important;
        font-size: 14px;
        -ms-flex-pack: center;
        justify-content: center
    }
    .blog .header, .header.blog-detail {
        padding: 0 15px;
        box-sizing: border-box;
        background-size: unset
    }
    .blog .header h1, .header.blog-detail h1 {
        font-size: 1.125rem;
        width: 100%
    }
    .blog .header p, .header.blog-detail p {
        font-size: 14px;
        line-height: 16px;
        text-align: center!important
    }
    .blog .header .row, .header.blog-detail .row {
        min-height: 230px
    }
    .blog .row:last-of-type {
        padding-top: 0
    }
    .blog .latest {
        display: none
    }
    .blog .social-media-hori.mobile {
        display: -ms-flexbox;
        display: flex;
        top: 0;
        bottom: auto;
        margin: 5px 0
    }
    .blog .social-media-hori.desktop {
        display: none
    }
    .blog h1 {
        font-size: 14px;
        width: 60%
    }
    .blog h3 {
        margin-bottom: 20px
    }
    .blog .recent h3, .blog-detail .related h3 {
        margin-bottom: 0!important;
    }
    .blog h4 {
        font-size: 14px!important
    }
    .blog main [class*=col-]:last-of-type {
        position: relative;
        padding-top: 15px
    }
    .blog main [class*=col-]:last-of-type h4 {
        text-align: left!important;
    }
    .blog main [class*=col-]:last-of-type p {
        text-align: left
    }
    .detail .featured.main{
        min-height:0!important;
    }
    section.blog .box-nested h4{ 
        margin-top: 4px!important; 
        max-width: 185px;
    }
    .blog hr {
        display: none
    }
    .blog .featured [class*="col-"]:last-of-type{ padding-left: 0; }
    .blog .related .btn { margin-top: 30px; }
    .blog-detail .row>.box-nested {
        padding: 20px 0
    }
    .blog-detail .box-nested:first-of-type {
        max-width: unset!important
    }
    .blog-detail .post-info {
        font-size: 14px
    }
    .blog-detail h2,
    .blog-detail p {
        font-size: 14px!important;
        line-height: 22px!important
    }
    .blog-detail h2 span,
    .blog-detail p span {
        line-height: 2rem!important
    }
    .blog-detail img.right,
    .blog-detail p img {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .blog-detail .row.related {
        padding: 0!important
    }
    .blog-detail .row.related .date {
        bottom: auto!important;
        top: 0;
        left: auto!important;
        right: 0
    }
    .blog-detail .row.related .social-media-hori.desktop {
        display: none!important
    }
    .blog-detail .social-media-hori.desktop {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        position: unset
    }
    .blog-detail .social-media-hori {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .blog-welcome p{ padding-left:20px;padding-right:20px; }
    .blog-detail button{ margin-top: 35px; }
}

header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    background: white;
}

header .row {
    height: 112px;
    -ms-flex-align: center;
    align-items: center
}

header nav {
    text-align: right;
    width: 75%;
    float: right;
    z-index: 1;
}

header nav ul {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    float: right
}

header nav ul li ul {
    color: #60b3af
}

header nav ul li ul li a {
    color: #60b3af;
    padding: 0 .5rem
}

header nav ul li ul li a.fb-xfbml-parse-ignore {
    padding: 0
}

@media (min-width:769px) {
    #hamburger,
    .nav-mobile {
        display: none
    }
}

@media (max-width:768px) {
    header .nav-main {
        display: none
    }
    header nav {
        position: absolute;
        top: 110px;
        left: 0;
        background: #fff;
        border-top: 2px solid #e9e9e9
    }
    header .nav-mobile ul {
        display: none;
        width: 100%;
        max-width: 150px;
        height: auto;
        overflow: hidden;
        float: none;
        -ms-flex-direction: column;
        flex-direction: column;
        list-style-type: none;
        margin: 0 auto;
        padding: 60px 0;
        text-align: center;
        transition: 0 ease-out .5s
    }
    header .nav-mobile ul li {
        display: block;
        padding: 20px 0;
        width: 100%
    }
    header .nav-mobile ul li:last-child {
        border-bottom: none;
        padding: 0
    }
    header .nav-mobile ul li ul {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: normal;
        justify-content: normal;
        width: 100%;
        padding: 0;
        position: unset;
        left: 0;
        display: -ms-flexbox;
        display: flex;
        border-top: none
    }
    header .nav-mobile ul li ul li {
        width: 100%;
        display: -ms-inline-flexbox;
        display: inline-flex;
        float: left
    }
    header .nav-mobile ul li ul li a {
        padding: 10px
    }
    header .nav-mobile ul.expanded {
        overflow: normal;
        height: auto;
        transition: 0 ease-in .5s
    }
    header .nav-mobile a {
        display: block;
        padding: 10px 30px
    }

    .blog-listing .read-more-btn, .blog .related .read-more-btn { margin-top: 15px; }
}

@media (max-width:480px) {
    img.logo {
        max-width: 75%
    }
}

#hamburger {
    width: 25px;
    height: 45px;
    position: absolute;
    top: 40px;
    right: 25px;
    margin: 0 auto;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer
}

#hamburger span:nth-child(0) {
    top: 0;
    transform-origin: left center
}

#hamburger span:first-child {
    top: 8px;
    transform-origin: left center
}

#hamburger span:nth-child(2) {
    top: 16px;
    transform-origin: left center
}

#hamburger.open span:first-child {
    transform: rotate(45deg);
    top: 0;
    left: 4px
}

#hamburger.open span:nth-child(2) {
    width: 0;
    opacity: 0
}

#hamburger.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 9px;
    left: 0
}

#hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ffb45b;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out
}

section.calculator,
section.step4,
section.step5 {
    font-family: roboto, Helvetica, Arial, sans-serif;
    width: 100%;
    height: 100%;
    background: url(../images/bg-calc.jpg) no-repeat;
    background-size: cover
}

section.calculator p,
section.step4 p,
section.step5 p {
    color: #fff;
    padding: 0 35px
}

section.calculator form,
section.step4 form,
section.step5 form {
    width: 100%;
    max-width: 600px;
    float: right
}

section.calculator form .btn,
section.calculator form .form-group,
section.step4 form .btn,
section.step4 form .form-group,
section.step5 form .btn,
section.step5 form .form-group {
    margin: 1.6rem
}

section.calculator .row:first-of-type,
section.step4 .row:first-of-type,
section.step5 .row:first-of-type {
    min-height: 890px;
    /*height: 100px*/
}

section.calculator .row:last-of-type,
section.step4 .row:last-of-type,
section.step5 .row:last-of-type {
    width: 100%;
    text-align: center
}

section.calculator [class*=col-] h2,
section.step4 [class*=col-] h2,
section.step5 [class*=col-] h2 {
    font-weight: lighter
}

section.calculator [class*=col-] h2 span,
section.step4 [class*=col-] h2 span,
section.step5 [class*=col-] h2 span {
    font-weight: bolder
}

section.calculator [class*=col-]:first-child,
section.step4 [class*=col-]:first-child,
section.step5 [class*=col-]:first-child {
    text-align: center;
    color: #fff
}

section.calculator .read-more,
section.step4 .read-more,
section.step5 .read-more {
    display: block
}

section.calculator .read-more .btn,
section.step4 .read-more .btn,
section.step5 .read-more .btn {
    margin: 0.5rem 0
}

section.features .box-nested {
    padding: 0 30px
}

section.features .listing {
    padding: 40px 0
}

section.features .listing .box-nested {
    text-align: center;
    padding: 30px
}

section.features .listing .box-nested p {
    line-height: 2rem
}
section.features.main-page h1{ xfont-size: 22px; }
section.features.main-page{
    xfont-size: 12px;
    color: #999999;
    text-align: center;
}

section.about {
    color: #fff;
    background-image: url(../images/bg-about.jpg);
    background-position: top
}
section.about h2 {
    margin-bottom: 30px
}

section.about p {
    font-size: 18px;
    line-height: 2rem;
    color: #fff
}
section.about .box-nested {
    text-align: center;
    padding: 30px
}
section.features.about-page{
    color: #666666;
    text-align: center;
}

section.steps-home {
    padding: 40px 0
}

section.steps-home icon {
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    display: -ms-inline-flexbox;
    display: inline-flex
}

section.steps-home icon,
section.steps-home icon.bgcolor-1 {
    background-color: #e76e3a
}

section.steps-home icon.bgcolor-2 {
    background-color: #f2a14d
}

section.steps-home icon.bgcolor-3 {
    background-color: #f9c791
}

section.steps-home icon.bgcolor-4 {
    background-color: #60b3af
}

section.testimonials {
    color: #fff;
    text-shadow: 8px 8px 16px #000;
    background-image: url(../images/bg-testimonial.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

section.testimonials .row {
    min-height: 355px;
    height: 100px
}

section.testimonials .box-nested {
    text-align: center
}

section.testimonials .box-nested span {
    display: block;
    line-height: 1rem;
    height: 1rem;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 8rem
}

section.testimonials .box-nested p {
    line-height: 30px;
    font-size: 22px;
    color: #fff
}

section.testimonials .box-nested .name {
    font-size: 18px;
    font-weight: 700
}

section.blog .mobile {
    display: none
}

section.blog .row {
    padding: 40px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

section.blog .row .box-nested,
section.blog .row [class*=col-] {
    display: -ms-flexbox;
    display: flex
}

section.blog .row .box-nested {
    -ms-flex-direction: column;
    flex-direction: column
}

section.blog .row p {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

section.blog .box-nested.recent {
    max-width: 380px
}
section.blog .recent .box-nested h4, section.blog .related .box-nested h4{ padding-top: 13px; }
    
section.blog .box-nested .img-wrapper {
    position: relative;
    min-height: 100px
}

section.blog .box-nested .img-wrapper .date {
    position: absolute;
    left: 0;
    bottom: 3px;
    background-color: #8ec7c2;
    color: #fff;
    min-width: 60px
}

section.blog .box-nested .img-wrapper .date .day {
    font-size: 2rem;
    font-weight: 700;
    display: block;
    padding: 10px 10px 0;
    margin-bottom: 0;
    line-height: 30px;
    text-align: center
}

section.blog .box-nested .img-wrapper .date .month {
    padding-bottom: 10px;
    display: block;
    text-align: center
}

section.blog .box-nested h4 {
    text-align: left;
    margin-bottom: 5px
}

section.blog .box-nested p {
    margin-top: 0;
    line-height: 1.5rem;
    font-size: 15px;
    text-align: left;
    height: 70px;
}

section.blog .box-nested hr {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #e5e5e5;
    margin: 20px 0 40px
}

section.blog .box-nested a.btn {
    font-size: 14px;
    padding: .6rem 1.6rem;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start
}

section.blog .box-nested a.btn.arrow-right:after {
    font-size: 1.2rem
}

.steps .breadcrumb ul {
    height: 62px;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none;
    text-align: center;
    font-size: 14px;
    font-family: roboto, Helvetica, Arial, sans-serif;
    font-weight: 700;
    background-color: hsla(0, 0%, 100%, .2);
    margin-top: 0
}

.steps .breadcrumb ul li {
    width: 26px;
    height: 26px;
    margin: 0 7px;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    border-radius: 24px;
    line-height: 25px
}

.steps .breadcrumb ul li.static {
    background-color: #d1803e;
    color: #ac6933
}

.steps .breadcrumb ul li.visited {
    background-color: #ab6833;
    color: #daaf72
}

.steps .breadcrumb ul li.active {
    background-color: #fff;
    border: 3px solid hsla(0, 0%, 100%, .5);
    background-clip: padding-box;
    color: #8ec7c2
}

.steps .breadcrumb ul li i {
    font-family: FontAwesome;
    font-size: 4px;
    color: #ce7462
}

section.step1 {
    background: url(../images/bg-step1.jpg) no-repeat;
    background-size: cover
}

.profile .img-row .image {
    border-radius: 0px;
}

section.step1.calculator,
section.step1.step4,
section.step1.step5 {
    padding: 0
}

section.step1 .row:first-of-type {
    min-height: 685px
}

section.step2 {
    text-align: center;
    color: #fff;
    background-color: rgba(187,121,50,0.5);
    background-size: cover;
}

section.step2 h2 {
    font-size: 22px
}

section.step2 p {
    color: #fff;
    font-size: 18px;
    padding: 0 40px
}

section.step2 .confirm-mobile {
    display: none
}
section.step2 .row.confirm-mobile.btm {height: 100px;}

section.step2 .container .row:first-of-type {
    min-height: 720px
}

section.step2 .container .row:first-of-type .location {
    font-family: roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6rem
}

section.step2 .container .row:first-of-type .location .coordinates {
    font-size: 18px;
    font-weight: 700
}

section.step2 .container .row:first-of-type .location .address {
    font-size: 14px
}

section.step2 .container .row:first-of-type .location .address span {
    display: block;
    font-weight: 700;
    font-family: pt_sans, roboto, Helvetica, serif
}

section.step2 .container .row:first-of-type .row.results {
    padding: 150px 0 100px
}

section.step2 .container .row:first-of-type .row.results [class*=col-] {
    width: 290px;
    height: 290px;
    margin-left: 15px;
    margin-right: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    border-radius: 290px;
    background-color: #60b3af
}

section.step2 .container .row:first-of-type .row.results [class*=col-]:last-of-type {
    background-color: #8ec7c2
}

section.step2 .container .row:first-of-type .row.results .box-nested {
    font-family: roboto, Helvetica, Arial, sans-serif;
    padding: 20px 40px;
    text-transform: uppercase
}

section.step2 .container .row:first-of-type .row.results .box-nested .amount {
    font-size: 2.6vw;
    font-weight: 900
}

section.step2 .container .row:first-of-type .row.results .box-nested .amount span {
    font-family: pt_sans, roboto, Helvetica, serif;
    font-size: 2.2vw;
}

section.step2 .update-details {
    min-height: 280px;
    background-color: rgba(240, 130, 81, .8);
    font-size: 14px;
    font-family: roboto, Helvetica, Arial, sans-serif
}

section.step2 .update-details.mobile {
    display: none
}

section.step2 .update-details .container-fluid .row:first-of-type {
    padding: 50px 0 0
}

section.step2 .update-details .container-fluid .row {
    padding: 40px 0 20px
}

section.step2 .update-details .container-fluid [class*=col-] {
    height: 100px
}

section.step2 .update-details .dropdown #selection,
section.step2 .update-details .radiobox,
section.step2 .update-details .range-slider .title {
    font-weight: 700
}

section.step2 .update-details .range-slider {
    width: 95%
}

section.step2 .update-details .range-slider .title {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 65px;
    max-width: 70%;
}

section.step2 .update-details div.dropdown {
    width: 90%
}

section.step2 .update-details .dropdown .wrapper-dropdown {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 75px;
    padding: 0;
    position: relative
}

section.step2 .update-details .dropdown .wrapper-dropdown.active {
    padding: 0 20px
}

section.step2 .update-details .dropdown .wrapper-dropdown #selection {
    text-align: left
}

section.step2 .update-details .building {
    margin-top: 20px;
    text-align: left
}

section.step2 .update-details.mobile .dropdown,
section.step2 .update-details.mobile .range-slider {
    width: 100%
}
section.step2 #frmStep2{ display: unset!important; }
section.service-providers {
    background-color: #de813d;
    padding: 50px 0
}

section.service-providers h3 {
    margin-bottom: 0;
    font-size: 22px;
    text-align: center;
    color: #fff;
    text-transform: uppercase
}

section.service-providers p {
    color: #fff;
    margin-top: 5px;
    padding: 0 40px
}

section.service-providers .confirm-mobile {
    display: none
}

section.service-providers .accordion {
    max-width: 900px;
    margin: 30px auto;
    color: #666666;
    font-size: 14px
}

section.service-providers .accordion p {
    color: #666666
}

section.service-providers .accordion img {
    margin-bottom: 15px
}

section.service-providers .accordion h4 {
    color: #666666;
    font-size: 20px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    font-family: roboto, Helvetica, Arial, sans-serif
}

section.service-providers .accordion span {
    display: block;
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 1rem
}

section.service-providers .accordion .address,
section.service-providers .accordion .email,
section.service-providers .accordion .phone {
    line-height: 1.2rem
}

section.service-providers ul {
    list-style-type: none;
    padding: 0
}

section.service-providers ul li {
    margin-bottom: 1px;
    position: relative;
    background-color: #fff
}

section.service-providers input[type=checkbox] {
    display: none
}

section.service-providers .checkbox {
    width: 110px;
    margin: 0 auto;
    padding: 0;
    position: absolute
}

section.service-providers .checkbox label {
    cursor: pointer;
    position: absolute;
    width: 110px;
    height: 110px;
    top: 0;
    left: 0;
    background: #ffd0b5
}

section.service-providers .checkbox label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: .2;
    content: "";
    position: absolute;
    width: 30px;
    height: 14px;
    background: transparent;
    top: 40%;
    left: 40%;
    border: 3px solid #3eb37a;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg)
}

section.service-providers .checkbox label:hover:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: .3
}

section.service-providers input[type=checkbox]:checked+label {
    background: #fff
}

section.service-providers input[type=checkbox]:checked+label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}

section.service-providers .profile {
    height: 110px;
    cursor: pointer
}
section.service-providers .profile .img-wrap {
    width: 90px;
    height: 70px;
    float: left;
    margin: 0 20px 0 0;
}

section.service-providers .profile img {
    border-radius: 0px;
    width: 90px;
    height: 70px;
}

section.service-providers .profile .col-xs-3.col-sm-2.view {
    text-align: right;
    padding-right: 40px
}

section.service-providers .profile a.btn-view:after {
    text-transform: uppercase;
    padding: 20px 0;
    content: "VIEW";
    font-weight: 700
}

section.service-providers .profile a.btn-view:before {
    content: "\f06e";
    font-family: FontAwesome;
    margin-right: 10px
}

section.service-providers .profile a.btn-close:after {
    content: none!important
}

section.service-providers .profile a.btn-close:before {
    margin-left: 40px;
    margin-right: 0;
    content: ""!important
}

section.service-providers .profile .transition {
    transition: all .25s ease-in-out
}

section.service-providers .profile .no-select {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

section.service-providers .profile input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0
}

section.service-providers .profile input[type=checkbox]:checked~p {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translateY(50%)
}

section.service-providers .accordion article {
    border-top: 1px solid #d37230;
    display: none;
    text-align: center
}

section.service-providers .accordion article p {
    font-size: 16px;
    margin-top: 20px;
    color: #bdbdbd
}

section.service-providers .accordion article [class*=col-] {
    padding: 20px
}

section.service-providers .accordion article [class*=col-]:first-of-type {
    background-color: #f9f9f9
}

section.service-providers .accordion article img {
    /*border-radius: 220px;*/
    max-width: 100%;
    width: 220px;
    max-height: 100%;
    /*height: 220px*/
}

section.service-providers .accordion article.open {
    display: block
}

section.service-providers .accordion article .social-media-hori li a:hover {
    color: #6cbfbc
}

section.step4 {
    background: url(../images/bg-step1.jpg) no-repeat;
    background-size: cover;
    padding: 0!important
}

section.step4 .row:first-of-type {
    min-height: 630px!important
}

section.step5 {
    background: url(../images/bg-step1.jpg) no-repeat;
    background-size: cover
}

section.step5 .row {
    min-height: 600px!important
}

section.step5 p {
    font-weight: lighter
}

section.about {
    background: url(../images/bg-about.jpg) no-repeat;
    background-size: cover
}

section.about .row {
    min-height: 600px!important
}

section.contact {
    background: url(../images/bg-step1.jpg) no-repeat;
    background-size: cover;
    padding: 0!important;
    font-size: 18px
}

section.contact h2 {
    margin-bottom: 10px
}

section.contact a,
section.contact h2 {
    font-weight: lighter;
    color: #fff
}

section.contact .name,
section.contact .tel a {
    font-weight: 700
}

section.contact form {
    width: 100%;
    max-width: 600px;
    float: right;
    text-transform: uppercase
}

section.contact form .btn,
section.contact form .form-group {
    margin: 1.6rem
}
.form-group.bill.error > input[type=number]::-webkit-inner-spin-button, 
.form-group.bill.error > input[type=number]::-webkit-outer-spin-button{
    -webkit-appearance: none; 
    margin: 0; 
}
section.contact .row:first-of-type {
    height: 100px;
    min-height: 630px
}

section.contact .row:first-of-type [class*=col-]:first-of-type {
    color: #fff
}
section.contact input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    margin: 0!important; 
}
section.contact input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
} 
input[type="number"] {
    -moz-appearance: textfield;
}
}

section.sitemap {
    background: url(../images/bg-step1.jpg) no-repeat;
    background-size: cover;
    padding: 0!important
}

section.sitemap h1,
section.sitemap p {
    color: #fff
}

section.sitemap .row:first-of-type {
    min-height: 765px!important
}

section.sitemap .row:first-of-type [class*=col-]:first-of-type {
    color: #fff
}

section.sitemap ul {
    padding-left: 0;
    list-style-type: none;
    font-family: roboto, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700
}

section.sitemap ul li {
    margin-bottom: 1px
}

section.sitemap ul a {
    background-color: #fff;
    color: #666666;
    display: block;
    padding: 20px
}

section.sitemap ul a:hover {
    background-color: #8ec7c2;
    color: #fff
}
.section-payment-problems{ float: right; }
#section-2543 .row { margin-top:0!important; }
#section-2445 .row { margin-bottom:0!important; }
@media (max-width:992px) {
    header nav {
        width: 100%
    }
    section.calculator,
    section.step4,
    section.step5 {
        padding: 30px 0
    }
    section.calculator form,
    section.step4 form,
    section.step5 form {
        max-width: 100%
    }
    section.calculator img,
    section.step4 img,
    section.step5 img {
        width: 35%;
        max-width: 100%
    }
    section.calculator .row.results [class*=col-],
    section.step4 .row.results [class*=col-],
    section.step5 .row.results [class*=col-] {
        margin: 30px auto
    }
    section.blog .blog-listing {
        max-width: 500px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px
    }
    /*section.step2 .container .row:first-of-type .row.results {
        padding: 0
    }*/
    section.step2 .results [class*=col-] {
        margin: 15px!important
    }
    section.step2 .btn {
        margin: 15px 0 30px;
        /*z-index: 9999;*/
    }
    section.service-providers .profile img {
        margin: 0
    }
    section.contact .row:first-of-type {
        min-height: 890px;
        height: 100px
    }
    section.step2 .container .row:first-of-type .row.results .box-nested .amount {
        font-size: 30px;
    }

    section.step2 .container .row:first-of-type .row.results .box-nested .amount span {
        font-size: 25px;
    }
    section.service-providers .accordion article img {
        width: 160px;
        height: 160px
    }
}

@media (max-width:768px) {

    main .step2{padding-bottom: 40px;}
    .update-details.mobile {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .update-details.desktop {
        display: none
    }
    .update-details .title {
        max-width: 70%
    }
     section.service-providers .accordion article img {
        width: 220px;
        height: 220px
    }
    section.step2 .update-details .range-slider .title{ max-width: 68%; }

    .btn.bg-orange-light.arrow-right.confirm-mobile.btm{height: unset;}
    section.step2 p { margin: 0; font-size: 14px; padding: 0 20px;}
    section.step2 h2 { margin-top: 0; }
    section.step2 .btn { margin-top: 10px; }
    section.step2 #popup1 { z-index: 500; }
    section.step2 #popup1 .confirm-mobile { margin-top: 28px; }
    section.step2 #popup1 .update-details .building {margin-top: 0;}
    section.step2 .container .row:first-of-type .row.results {
        padding: 0px 0 0px
    }
    section.step2 .update-details .updatedetails{ margin-top: 200px; }
    section.service-providers .checkbox label {
        width: 90px
    }
    section.service-providers .profile img {
        margin: 0
    }
    section.service-providers .profile a.btn-view:after,
    section.service-providers .profile a.btn-view:before {
        display: block!important;
        text-align: center
    }
    section.service-providers .profile a.btn-view:before {
        margin-right: 0;
        font-size: 1.4rem
    }
    section.service-providers .profile a.btn-view:after {
        padding: 5px 0
    }
    section.service-providers .profile a.btn-close:before {
        margin-left: 5px
    }
    section.service-providers .profile.profile-bg {
        color: #fff!important;
        background-color: #9bd1db!important
    }
    section.service-providers .profile.profile-bg h4 {
        color: #fff!important
    }
    section.service-providers .profile.profile-bg a.btn-view:after,
    section.service-providers .profile.profile-bg a.btn-view:before {
        color: #fff
    }
    section.service-providers .profile h4,
    section.service-providers .profile span {
        margin-left: 20px
    }
    section.service-providers .profile h4 {
        font-size: 14px;
        font-weight: 900
    }
    section.service-providers .profile span {
        font-size: 14px
    }
    section.service-providers .profile [class*=col-]:first-of-type {
        display: none
    }
    section.service-providers .view-content img {
        margin-bottom: 15px
    }
    section.service-providers .view-content .email {
        text-transform: unset
    }
    section.service-providers .view-content h4 {
        font-size: 14px;
        font-weight: 900
    }
    section.service-providers .view-content [class*=col-]:first-of-type {
        padding-bottom: 0!important;
        background: #fff!important
    }
    section.service-providers .checkbox {
        width: 100%;
        opacity: 0
    }
    section.service-providers .checkbox label {
        width: 72%
    }
    section.step2 .confirm-mobile {
        display: -ms-flexbox;
        display: flex;
        height: 70px;
    }
    .step2 #popup1.confirm-mobile { height:unset ; }
    section.step5 .row {
        min-height: 400px!important
    }
}
@media (max-width: 768px){
    
    section.step2 .container .row:first-of-type .row.results [class*=col-] {
        width: 180px;
        height: 180px;
        margin-top: 5px!important;
        margin-bottom: 5px!important;
        border-radius: 180px;
    }
    section.step2 .container .row:first-of-type .row.results .box-nested { font-size: 15px; }
    section.step2 .container .row:first-of-type .row.results .box-nested .amount{ font-size: 20px; } 
    section.step2 .container .row:first-of-type .row.results .box-nested .amount span{
        font-size: 16px;
    }
    section.step2 .container .row:first-of-type .row.results { padding-bottom: 5px; }
    main .step2 { padding-bottom: 10px; }
}
@media (max-width:480px) {
    h1,
    h2 {
        font-size: 18px
    }
    h3 {
        font-size: 16px
    }
    .update-details .title {font-size: 14px;}
    section.service-providers .profile .img-wrap { display: none; }
    section.step2 .update-details .updatedetails{ margin-top: 260px; }
    section.step4 .customBox{ font-size:16px; margin-left: 130px; }
    section.step4 .customBox .coordinates{ font-size:16px; }
    section.calculator,
    section.step4,
    section.step5 {
        font-size: 12px;
        background-size: unset!important;
        vertical-align: center
    }
    section.about .row { line-height: 1.4; }
    section.calculator .row:first-of-type,
    section.step4 .row:first-of-type,
    section.step5 .row:first-of-type {
        min-height: 750px
    }
    section.step2 .container .row:first-of-type .row.results {
        padding: 98px 0 30px
    }
    section.calculator form .form-group textarea,
    section.step4 form .form-group textarea,
    section.step5 form .form-group textarea {
        padding: .4rem
    }
    section.calculator .read-more{display: none;}
    section.calculator form .btn,
    section.calculator form .form-group,
    section.step4 form .btn,
    section.step4 form .form-group,
    section.step5 form .btn,
    section.step5 form .form-group {
        margin: .6rem
    }
    section.features h3 {
        margin: 5px
    }
    section.features .listing .box-nested {
        padding: 10px 60px
    }
    section.features .listing .box-nested p {
        line-height: 1.3rem
    }
    section.features p {
        font-size: 14px
    }
    section.features img {
        max-width: 50px;
        width: 100%
    }
    section.about .box-nested {
        padding: 10px 30px
    }
    section.about p {
        font-size: 14px;
        line-height: 1.2rem
    }
    section.steps-home .container {
        padding: 0 30px
    }
    section.steps-home .listing .box-nested p,
    section.steps-home p {
        font-size: 14px;
        line-height: 1.2rem
    }
    section.steps-home .listing .box-nested {
        padding: 10px 30px
    }
    section.steps-home .listing .box-nested:after {
        content: "\f078";
        font-family: FontAwesome;
        color: #e9e9e9
    }
    section.steps-home .btn {
        padding: 1rem 1.5rem
    }
    section.steps-home section.steps-home icon {
        width: 60px;
        height: 60px
    }
    section.steps-home section.steps-home icon img {
        max-width: 25px
    }
    section.testimonials .row {
        min-height: 410px
    }
    section.testimonials .box-nested {
        padding: 60px
    }
    section.testimonials .box-nested span {
        height: 2rem;
        line-height: 4rem
    }
    section.testimonials .box-nested p {
        font-size: 18px
    }
    section.testimonials .box-nested .name {
        font-weight: 400;
        font-style: italic;
        color: #f9c791
    }
    section.blog .mobile {
        display: unset
    }
    section.blog .desktop {
        display: none
    }
    section.blog .container {
        padding-right: 1rem;
        padding-left: 1rem
    }
    section.blog #slider {
        max-width: 320px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        text-align: center;
        min-height: 420px
    }
    section.service-providers .profile img {
        display: none
    }
    .container.narrow {
        padding-top: 15px
    }
    .swipe-wrap>div {
        float: left;
        position: relative
    }
    .blog-slider {
        display: block
    }
    .update-details.desktop {
        display: none
    }
    .update-details.mobile {
        display: -ms-flexbox;
        display: flex
    }
    .steps h2 {
        font-size: 18px!important;
        font-family: roboto, Helvetica, Arial, sans-serif
    }
    .steps h2 span {
        font-weight: 400
    }
    .steps p {
        font-size: 14px!important;
        line-height: 1.1rem
    }
    section.step1 .row:first-of-type {
        min-height: 600px
    }
    section.step2 .mobile .range-slider .title:before,
    section.step3 .mobile .range-slider .title:before {
        width: 70px
    }
    .view-content p {
        padding: 0!important
    }
    section.contact {
        font-size: 14px
    }
    section.contact form .form-group {
        margin: .5rem 1.6rem!important
    }
    section.contact .row:first-of-type {
        min-height: 890px;
        height: 100px
    }
    section.calculator p{
        font-size:14px;
    }
}

footer {
    padding: 60px 0;
    background-color: #333;
    font-size: 13px
}

footer nav ul {
    display: -ms-flexbox;
    display: flex;
    list-style: none
}

footer nav li {
    display: block;
    padding: 6px;
    text-transform: uppercase;
    color: #666666
}

footer nav li a:active,
footer nav li a:hover {
    color: #60b3af
}

footer nav.nav-main ul {
    margin-top: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0
}

footer nav.nav-main ul .social-media {
    padding-left: 0;
    -ms-flex-direction: row;
    flex-direction: row
}
header nav.nav-main ul .social-media li:first-of-type{ 
padding-left: 10px;
padding-right: 10px;
}
footer nav.nav-main ul .social-media li a {
    color: #fff
}

footer nav.nav-main ul .social-media li a:hover {
    color: #8ec7c2
}

footer [class*=col-]:last-of-type {
    text-align: right
}

footer [class*=col-]:last-of-type .nav-second ul {
    float: right
}

@media (min-width:768px) {
    footer nav ul li.mobile {
        display: none
    }
}

@media (max-width:768px) {
    footer nav ul {
        -ms-flex-align: center;
        align-items: center
    }
    footer [class*=col-]:last-of-type {
        text-align: center
    }
    footer [class*=col-]:last-of-type .nav-second ul {
        float: none;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 0
    }
    footer nav ul li.desktop {
        display: none
    }
    footer nav ul li.mobile {
        display: visible!important;
        margin: 30px 0 40px
    }
}


/** Added by Nikunj - 27/04/2017 **/

.nomoreposts {
    display: none;
}

.blog .loadmoreposts {
    max-width: 250px !important;
}


/*.blog .recent .row{width: 100%;}*/


#frmSolarProcess .error,
#frmContact .error ,
#frmStep4 .error{
    border: 2px solid #ff0000;
}

#frmContact .alert-success, #frmSolarProcess .alert-success {
    padding: 10px 0px;
    background: rgb(179, 209, 199);
    color: white;
}

#frmContact .alert-danger, #frmSolarProcess .alert-danger {
    padding: 10px 0px;
    background: red;
    color: white;
}

.margingrid {
    margin-bottom: 40px;
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
    display: none;
}

.gmnoprint div {
    background: none !important;
}

a[href^="http://maps.google.com/maps"] {
    display: none !important
}

.help-block {
    color: red;
}

#map {
    position: absolute !important;
    z-index: -1;
}

.breadcrumb,
.step2 .container,
.step2 .tweak-box {
    position: relative;
}

.map-marker-label {
    position: absolute;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}
.customBox {
    color: white;
    font-family: "pt_sans","roboto",Helvetica,serif;
    font-size: 18px;
    position: absolute;
    top: 411px!important;
    z-index: 9999999;
    margin-top: -100px;
    margin-left: -163px;
}
.customBox .coordinates{ 
    display: none;
    /*font-size:22px; font-weight: bold; */
}
.service-providers {display:none;}

div.quote-preloader{
    position:fixed;
    margin:auto;
    top:0;
    width:100%;
    height:100%;
    background:#000;
    z-index:9999;
    opacity:0.5;
    filter:alpha(opacity=50)
}
div.loader{
    position:relative;
    margin:0 auto;top:45%;border:6px solid #f3f3f3;border-radius:50%;border-top:6px solid #de813d;border-bottom:6px solid #de813d;width:60px;height:60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.modalpopup .update-details {
    min-height: unset!important;
    background-color: transparent!important;
    color: #666666
}
.modalpopup .update-details [class*=col-] {
    padding: 0;
    background-color: #e9e9e9
}
.modalpopup .update-details .col-xs-12:first-of-type {
    background-color: transparent
}
.modalpopup .update-details .col-xs-12:nth-child(2n) {
    background-color: #fff
}
.modalpopup .update-details h4 {
    color: #666666
}
.modalpopup .update-details .row {
    min-height: unset!important
}

.modalpopup .update-details .popup {
    background-color: #fff
}
.modalpopup .update-details .box-padding {
    position: inherit
}

.features h3, .steps-home h3 {
    line-height:0;
}

.features .box-nested p, .steps-home .box-nested p {
    line-height: 22px !important;
}

.blog p {
    line-height: 144%;
}

.blog .latest p {
    line-height: 7px !important;
}

.centertext {
    max-width:800px !important;
}

.blog .centertext p{
    line-height: 144%;
}

/** Added by Nikunj - 27/04/2017 **/
.update-details .wrapper-dropdown::after{margin-left: -15px;}
section.step2 #popup1 .confirm-mobile{margin-left: auto!important;margin-right: auto!important;}
section.step2 #popup1 .btn.arrow-right::after { top: 0px;}
.btn.arrow-right::after {position: relative; top: 3px;}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	border:none !important;
	-webkit-text-fill-color: #fff !important;
/*	-webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;*/
	transition: background-color 5000s ease-in-out 0s;
	color: #fff!important;
}


.home-top-banner {
	display: block;
	padding-top: 100px;
}
.home-top-banner > div:nth-child(1) {
	display: inline-block;
}
.home-top-banner > div:nth-child(2) {
	display: inline-block;
	width: 66%;
}
@media (max-width:992px) {
	section.contact form {
		float: none;
		display: block;
		margin: 0 auto;
	}
	.contact-banner {
		height: auto!important;
	}
}
@media (max-width:768px) {
	form span.currency-add {
		line-height: 4.1em !important;
	}
	.home-top-banner > div:nth-child(2) {
		width: 100%;
	}
	.row.wow-work-steps {
		display: block;
	}
	.home-top-banner{
		min-height: 675px!important;
	}
    .contact-banner {
	    min-height: 750px!important;
    }
	.update-details .wrapper-dropdown #selection-mobile {
		width: 100%;
	}
}

.step5a {
    max-width: 500px
}

#no-height p {
    height: inherit !important;
}
