.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

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

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

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

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

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

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

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

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

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

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

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

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

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

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

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

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

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/*!
	Modaal - accessible modals - v0.3.1
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
    overflow: hidden
}

.modaal-accessible-hide,
.modaal-close span,
.modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden
}

.modaal-overlay,
.modaal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0
}

.modaal-wrapper {
    display: block;
    z-index: 9999;
    overflow: auto;
    opacity: 1;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.modaal-wrapper,
.modaal-wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.modaal-wrapper * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden
}

.modaal-wrapper .modaal-close {
    border: none;
    background: 0 0;
    padding: 0;
    -webkit-appearance: none
}

.modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1
}

.modaal-wrapper.modaal-start_fade {
    opacity: 0
}

.modaal-wrapper [tabindex="0"] {
    outline: none !important
}

.modaal-wrapper.modaal-fullscreen {
    overflow: hidden
}

.modaal-outer-wrapper {
    display: table;
    position: relative;
    width: 100%;
    height: 100%
}

.modaal-fullscreen .modaal-outer-wrapper,
.modaal-gallery-item img {
    display: block
}

.modaal-inner-wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 80px 25px
}

.modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top
}

.modaal-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: left;
    color: #000;
    max-width: 1000px;
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
    cursor: auto
}

.modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden
}

.modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto
}

.modaal-close {
    position: fixed;
    right: 20px;
    top: 20px;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    width: 50px;
    height: 50px;
    background: 0 0;
    border-radius: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.modaal-close:focus,
.modaal-close:hover {
    outline: none;
    background: #fff
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #b93d0c
}

.modaal-close:after,
.modaal-close:before {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

.modaal-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modaal-close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px
}

.modaal-content-container {
    padding: 30px
}

.modaal-confirm-wrap {
    padding: 30px 0 0;
    text-align: center;
    font-size: 0
}

.modaal-confirm-btn {
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    background: 0 0
}

.modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

.modaal-confirm-btn.modaal-ok:hover {
    background: #2f2f2f
}

.modaal-confirm-btn.modaal-cancel {
    text-decoration: underline
}

.modaal-confirm-btn.modaal-cancel:hover {
    text-decoration: none;
    color: #2f2f2f
}

@keyframes instaReveal {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes instaReveal {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.modaal-instagram .modaal-container {
    width: auto;
    background: 0 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.modaal-instagram .modaal-content-container {
    padding: 0;
    background: 0 0
}

.modaal-instagram .modaal-content-container > blockquote {
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important
}

.modaal-instagram iframe {
    opacity: 0;
    margin: -6px !important;
    border-radius: 0 !important;
    width: 1000px !important;
    max-width: 800px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-animation: instaReveal 1s linear forwards;
    animation: instaReveal 1s linear forwards
}

.modaal-image .modaal-inner-wrapper {
    padding-left: 140px;
    padding-right: 140px
}

.modaal-image .modaal-container {
    width: auto;
    max-width: 100%
}

.modaal-gallery-wrap {
    position: relative;
    color: #fff
}

.modaal-gallery-item {
    display: none
}

.modaal-gallery-item.is_active {
    display: block
}

.modaal-gallery-label {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 20px 0 0;
    font-size: 18px;
    text-align: center;
    color: #fff
}

.modaal-gallery-label:focus {
    outline: none
}

.modaal-gallery-control {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    cursor: pointer;
    color: #fff;
    width: 50px;
    height: 50px;
    background: 0 0;
    border: none;
    border-radius: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
    outline: none;
    background: #fff
}

.modaal-gallery-control:focus:after,
.modaal-gallery-control:focus:before,
.modaal-gallery-control:hover:after,
.modaal-gallery-control:hover:before {
    background: #afb7bc
}

.modaal-gallery-control:after,
.modaal-gallery-control:before {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

.modaal-gallery-control:before {
    margin: -5px 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modaal-gallery-control:after {
    margin: 5px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modaal-gallery-next {
    left: 100%;
    margin-left: 40px
}

.modaal-gallery-prev {
    right: 100%;
    margin-right: 40px
}

.modaal-gallery-prev:after,
.modaal-gallery-prev:before {
    left: 22px
}

.modaal-gallery-prev:before {
    margin: 5px 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modaal-gallery-prev:after {
    margin: -5px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modaal-video-wrap {
    margin: auto 50px;
    position: relative
}

.modaal-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    background: #000;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto
}

.modaal-video-container embed,
.modaal-video-container iframe,
.modaal-video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.modaal-iframe-elem,
.modaal-iframe .modaal-content {
    width: 100%;
    height: 100%
}

.modaal-iframe-elem {
    display: block
}

@media only screen and (min-width:1400px) {
    .modaal-video-container {
        padding-bottom: 0;
        height: 731px
    }
}

@media only screen and (max-width:1140px) {
    .modaal-image .modaal-inner-wrapper {
        padding-left: 25px;
        padding-right: 25px
    }

    .modaal-gallery-control {
        top: auto;
        bottom: 20px;
        -webkit-transform: none;
        transform: none;
        background: rgba(0, 0, 0, .7)
    }

    .modaal-gallery-control:after,
    .modaal-gallery-control:before {
        background: #fff
    }

    .modaal-gallery-next {
        left: auto;
        right: 20px
    }

    .modaal-gallery-prev {
        left: 20px;
        right: auto
    }
}

@media screen and (max-width:900px) {
    .modaal-instagram iframe {
        width: 500px !important
    }
}

@media screen and (max-height:1100px) {
    .modaal-instagram iframe {
        width: 700px !important
    }
}

@media screen and (max-height:1000px) {
    .modaal-inner-wrapper {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .modaal-instagram iframe {
        width: 600px !important
    }
}

@media screen and (max-height:900px) {
    .modaal-instagram iframe {
        width: 500px !important
    }

    .modaal-video-container {
        max-width: 900px;
        max-height: 510px
    }
}

@media only screen and (max-width:600px) {
    .modaal-instagram iframe {
        width: 280px !important
    }
}

@media only screen and (max-height:820px) {
    .modaal-gallery-label {
        display: none
    }
}

.modaal-loading-spinner {
    background: 0 0;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    -webkit-transform: scale(.25);
    transform: scale(.25)
}

@-webkit-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    to {
        opacity: .1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    to {
        opacity: .1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.modaal-loading-spinner > div {
    width: 24px;
    height: 24px;
    margin-left: 4px;
    margin-top: 4px;
    position: absolute
}

.modaal-loading-spinner > div > div {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: #fff
}

.modaal-loading-spinner > div:first-of-type > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite
}

.modaal-loading-spinner > div:first-of-type {
    -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px);
    transform: translate(84px, 84px) rotate(45deg) translate(70px)
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .12s;
    animation-delay: .12s
}

.modaal-loading-spinner > div:nth-of-type(2) {
    -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px);
    transform: translate(84px, 84px) rotate(90deg) translate(70px)
}

.modaal-loading-spinner > div:nth-of-type(3) > div,
.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .37s;
    animation-delay: .37s
}

.modaal-loading-spinner > div:nth-of-type(3) {
    -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px);
    transform: translate(84px, 84px) rotate(135deg) translate(70px)
}

.modaal-loading-spinner > div:nth-of-type(4) {
    -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px);
    transform: translate(84px, 84px) rotate(180deg) translate(70px)
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite
}

.modaal-loading-spinner > div:nth-of-type(5) {
    -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px);
    transform: translate(84px, 84px) rotate(225deg) translate(70px)
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div,
.modaal-loading-spinner > div:nth-of-type(8) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .62s;
    animation-delay: .62s
}

.modaal-loading-spinner > div:nth-of-type(6) {
    -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px);
    transform: translate(84px, 84px) rotate(270deg) translate(70px)
}

.modaal-loading-spinner > div:nth-of-type(7) > div,
.modaal-loading-spinner > div:nth-of-type(8) > div {
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

.modaal-loading-spinner > div:nth-of-type(7) {
    -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px);
    transform: translate(84px, 84px) rotate(315deg) translate(70px)
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
    -webkit-animation-delay: .87s;
    animation-delay: .87s
}

.modaal-loading-spinner > div:nth-of-type(8) {
    -webkit-transform: translate(84px, 84px) rotate(1turn) translate(70px);
    transform: translate(84px, 84px) rotate(1turn) translate(70px)
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-bg,
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed
}

.mfp-wrap {
    z-index: 1043;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-height:300px),
screen and (max-width:800px) and (orientation:landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa.fa-pull-left,
.fa.pull-left {
    margin-right: .3em
}

.fa,
.fa-stack {
    display: inline-block
}

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

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

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

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

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

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

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

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

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

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

.fa-ul > li {
    position: relative
}

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

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

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

.fa-pull-left {
    float: left
}

.fa-pull-right,
.pull-right {
    float: right
}

.pull-left,
.sq-col-xs-1,
.sq-col-xs-2,
.sq-col-xs-3,
.sq-col-xs-4,
.sq-col-xs-5,
.sq-col-xs-6,
.sq-col-xs-7,
.sq-col-xs-8,
.sq-col-xs-9,
.sq-col-xs-10,
.sq-col-xs-11,
.sq-col-xs-12 {
    float: left
}

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

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

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

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
    color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-reddit-alien:before {
    content: "\F281"
}

.fa-edge:before {
    content: "\F282"
}

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

.fa-codiepie:before {
    content: "\F284"
}

.fa-modx:before {
    content: "\F285"
}

.fa-fort-awesome:before {
    content: "\F286"
}

.fa-usb:before {
    content: "\F287"
}

.fa-product-hunt:before {
    content: "\F288"
}

.fa-mixcloud:before {
    content: "\F289"
}

.fa-scribd:before {
    content: "\F28A"
}

.fa-pause-circle:before {
    content: "\F28B"
}

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

.fa-stop-circle:before {
    content: "\F28D"
}

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

.fa-shopping-bag:before {
    content: "\F290"
}

.fa-shopping-basket:before {
    content: "\F291"
}

.fa-hashtag:before {
    content: "\F292"
}

.fa-bluetooth:before {
    content: "\F293"
}

.fa-bluetooth-b:before {
    content: "\F294"
}

.fa-percent:before {
    content: "\F295"
}

.squares-clear {
    clear: both
}

.squares-element {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.squares-element > * {
    margin: 0
}

.squares-element img,
.squares-element video {
    max-width: 100%
}

.squares-button {
    text-decoration: none;
    text-align: center
}

.squares-button:hover {
    filter: brightness(1.1);
    -moz-filter: brightness(1.1);
    -webkit-filter: brightness(1.1)
}

.squares-button:active {
    filter: brightness(.9);
    -moz-filter: brightness(.9);
    -webkit-filter: brightness(.9)
}

@media (max-width:767px) {
    .sq-hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sq-hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .sq-hidden-md {
        display: none !important
    }
}

.sq-col-lg-1,
.sq-col-lg-2,
.sq-col-lg-3,
.sq-col-lg-4,
.sq-col-lg-5,
.sq-col-lg-6,
.sq-col-lg-7,
.sq-col-lg-8,
.sq-col-lg-9,
.sq-col-lg-10,
.sq-col-lg-11,
.sq-col-lg-12,
.sq-col-md-1,
.sq-col-md-2,
.sq-col-md-3,
.sq-col-md-4,
.sq-col-md-5,
.sq-col-md-6,
.sq-col-md-7,
.sq-col-md-8,
.sq-col-md-9,
.sq-col-md-10,
.sq-col-md-11,
.sq-col-md-12,
.sq-col-sm-1,
.sq-col-sm-2,
.sq-col-sm-3,
.sq-col-sm-4,
.sq-col-sm-5,
.sq-col-sm-6,
.sq-col-sm-7,
.sq-col-sm-8,
.sq-col-sm-9,
.sq-col-sm-10,
.sq-col-sm-11,
.sq-col-sm-12,
.sq-col-xs-1,
.sq-col-xs-2,
.sq-col-xs-3,
.sq-col-xs-4,
.sq-col-xs-5,
.sq-col-xs-6,
.sq-col-xs-7,
.sq-col-xs-8,
.sq-col-xs-9,
.sq-col-xs-10,
.sq-col-xs-11,
.sq-col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.sq-col-xs-12 {
    width: 100%
}

.sq-col-xs-11 {
    width: 91.66666667%
}

.sq-col-xs-10 {
    width: 83.33333333%
}

.sq-col-xs-9 {
    width: 75%
}

.sq-col-xs-8 {
    width: 66.66666667%
}

.sq-col-xs-7 {
    width: 58.33333333%
}

.sq-col-xs-6 {
    width: 50%
}

.sq-col-xs-5 {
    width: 41.66666667%
}

.sq-col-xs-4 {
    width: 33.33333333%
}

.sq-col-xs-3 {
    width: 25%
}

.sq-col-xs-2 {
    width: 16.66666667%
}

.sq-col-xs-1 {
    width: 8.33333333%
}

@media (min-width:768px) {

    .sq-col-sm-1,
    .sq-col-sm-2,
    .sq-col-sm-3,
    .sq-col-sm-4,
    .sq-col-sm-5,
    .sq-col-sm-6,
    .sq-col-sm-7,
    .sq-col-sm-8,
    .sq-col-sm-9,
    .sq-col-sm-10,
    .sq-col-sm-11,
    .sq-col-sm-12 {
        float: left
    }

    .sq-col-sm-12 {
        width: 100%
    }

    .sq-col-sm-11 {
        width: 91.66666667%
    }

    .sq-col-sm-10 {
        width: 83.33333333%
    }

    .sq-col-sm-9 {
        width: 75%
    }

    .sq-col-sm-8 {
        width: 66.66666667%
    }

    .sq-col-sm-7 {
        width: 58.33333333%
    }

    .sq-col-sm-6 {
        width: 50%
    }

    .sq-col-sm-5 {
        width: 41.66666667%
    }

    .sq-col-sm-4 {
        width: 33.33333333%
    }

    .sq-col-sm-3 {
        width: 25%
    }

    .sq-col-sm-2 {
        width: 16.66666667%
    }

    .sq-col-sm-1 {
        width: 8.33333333%
    }
}

@media (min-width:992px) {

    .sq-col-md-1,
    .sq-col-md-2,
    .sq-col-md-3,
    .sq-col-md-4,
    .sq-col-md-5,
    .sq-col-md-6,
    .sq-col-md-7,
    .sq-col-md-8,
    .sq-col-md-9,
    .sq-col-md-10,
    .sq-col-md-11,
    .sq-col-md-12 {
        float: left
    }

    .sq-col-md-12 {
        width: 100%
    }

    .sq-col-md-11 {
        width: 91.66666667%
    }

    .sq-col-md-10 {
        width: 83.33333333%
    }

    .sq-col-md-9 {
        width: 75%
    }

    .sq-col-md-8 {
        width: 66.66666667%
    }

    .sq-col-md-7 {
        width: 58.33333333%
    }

    .sq-col-md-6 {
        width: 50%
    }

    .sq-col-md-5 {
        width: 41.66666667%
    }

    .sq-col-md-4 {
        width: 33.33333333%
    }

    .sq-col-md-3 {
        width: 25%
    }

    .sq-col-md-2 {
        width: 16.66666667%
    }

    .sq-col-md-1 {
        width: 8.33333333%
    }
}

@media (min-width:1200px) {
    .sq-hidden-lg {
        display: none !important
    }

    .sq-col-lg-1,
    .sq-col-lg-2,
    .sq-col-lg-3,
    .sq-col-lg-4,
    .sq-col-lg-5,
    .sq-col-lg-6,
    .sq-col-lg-7,
    .sq-col-lg-8,
    .sq-col-lg-9,
    .sq-col-lg-10,
    .sq-col-lg-11,
    .sq-col-lg-12 {
        float: left
    }

    .sq-col-lg-12 {
        width: 100%
    }

    .sq-col-lg-11 {
        width: 91.66666667%
    }

    .sq-col-lg-10 {
        width: 83.33333333%
    }

    .sq-col-lg-9 {
        width: 75%
    }

    .sq-col-lg-8 {
        width: 66.66666667%
    }

    .sq-col-lg-7 {
        width: 58.33333333%
    }

    .sq-col-lg-6 {
        width: 50%
    }

    .sq-col-lg-5 {
        width: 41.66666667%
    }

    .sq-col-lg-4 {
        width: 33.33333333%
    }

    .sq-col-lg-3 {
        width: 25%
    }

    .sq-col-lg-2 {
        width: 16.66666667%
    }

    .sq-col-lg-1 {
        width: 8.33333333%
    }
}

.imp-wrap {
    position: relative;
    width: auto;
    height: auto
}

.hs-loader-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.imp-wrap > img {
    position: relative !important;
    z-index: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    max-width: none !important;
    max-height: none !important;
    display: block !important
}

.hs-arrow,
.imp-shape-container,
.imp-shape-oval,
.imp-shape-rect,
.imp-shape-spot,
.imp-tooltip,
.imp-tooltip-buffer {
    position: absolute
}

.imp-shape-container {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.imp-shape {
    cursor: pointer;
    pointer-events: all;
    transition: all .25s cubic-bezier(.55, 0, .1, 1);
    -moz-transition: all .25s cubic-bezier(.55, 0, .1, 1);
    -webkit-transition: all .25s cubic-bezier(.55, 0, .1, 1);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.imp-shape-spot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.imp-shape-icon-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transform: scaleY(.25);
    transform: scaleY(.25);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .53) 0, rgba(0, 0, 0, .3) 10%, rgba(0, 0, 0, .13) 28%, rgba(0, 0, 0, .04) 44%, transparent 67%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#87000000", endColorstr="#00000000", GradientType=1)
}

.imp-shape img {
    width: 100%
}

.hs-arrow-bottom,
.hs-arrow-top {
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

.imp-tooltip {
    z-index: 1;
    transition-property: none;
    -moz-transition-property: none;
    -webkit-transition-property: none;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-timing-function: cubic-bezier(.55, 0, .1, 1);
    -moz-transition-timing-function: cubic-bezier(.55, 0, .1, 1);
    -webkit-transition-timing-function: cubic-bezier(.55, 0, .1, 1);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.imp-tooltip.imp-tooltip-visible {
    opacity: 1 !important;
    z-index: 4;
    transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -webkit-transform: scale(1) !important
}

.hs-arrow-top {
    top: 0;
    margin-top: -10px;
    border-bottom: 10px solid #000
}

.hs-arrow-bottom {
    top: 100%;
    margin-top: 0;
    border-top: 10px solid #000
}

.hs-arrow-left,
.hs-arrow-right {
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent
}

.hs-arrow-right {
    left: 100%;
    margin-left: 0;
    border-left: 10px solid #000
}

.hs-arrow-left {
    left: 0;
    margin-left: -10px;
    border-right: 10px solid #000
}

.imp-tooltip-buffer-top {
    left: 0;
    top: -20px;
    width: 100%;
    height: 20px
}

.imp-tooltip-buffer-bottom {
    left: 0;
    top: 100%;
    width: 100%;
    height: 20px
}

.imp-tooltip-buffer-left {
    left: -20px;
    top: 0;
    width: 20px;
    height: 100%
}

.imp-tooltip-buffer-right {
    left: 100%;
    top: 0;
    width: 20px;
    height: 100%
}

.imp-tooltip-buffer-top.imp-tooltip-buffer-large {
    left: 0;
    top: -60px;
    width: 100%;
    height: 60px
}

.imp-tooltip-buffer-bottom.imp-tooltip-buffer-large {
    left: 0;
    top: 100%;
    width: 100%;
    height: 60px
}

.imp-tooltip-buffer-left.imp-tooltip-buffer-large {
    left: -60px;
    top: 0;
    width: 60px;
    height: 100%
}

.imp-tooltip-buffer-right.imp-tooltip-buffer-large {
    left: 100%;
    top: 0;
    width: 60px;
    height: 100%
}

.imp-fullscreen-tooltips-container {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow-y: auto;
    z-index: 2147483647
}

.imp-fullscreen-tooltips-container .imp-fullscreen-tooltip {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition-property: none;
    -moz-transition-property: none;
    -webkit-transition-property: none;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-timing-function: cubic-bezier(.55, 0, .1, 1);
    -moz-transition-timing-function: cubic-bezier(.55, 0, .1, 1);
    -webkit-transition-timing-function: cubic-bezier(.55, 0, .1, 1)
}

.imp-fullscreen-tooltips-container .imp-fullscreen-tooltip.imp-tooltip-visible {
    opacity: 1 !important;
    z-index: 3;
    transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -webkit-transform: scale(1) !important
}

.imp-fullscreen-tooltips-container .imp-fullscreen-tooltip .imp-tooltip-close-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    font-size: 24px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    z-index: 99
}

.imp-fullscreen-button {
    position: absolute;
    height: 44px;
    line-height: 44px;
    padding: 0 12px;
    background: #fff;
    border-radius: 5px;
    color: #222;
    z-index: 3;
    cursor: pointer
}

.imp-fullscreen-button i {
    margin-right: 3px
}

.imp-fullscreen-button-position-0 {
    left: 10px;
    top: 10px
}

.imp-fullscreen-button-position-1 {
    left: 50%;
    top: 10px
}

.imp-fullscreen-button-position-2 {
    right: 10px;
    top: 10px
}

.imp-fullscreen-button-position-3 {
    right: 10px;
    bottom: 10px
}

.imp-fullscreen-button-position-4 {
    left: 50%;
    bottom: 10px
}

.imp-fullscreen-button-position-5 {
    left: 10px;
    bottom: 10px
}

.imp-fullscreen-button-icon-only {
    width: 44px;
    text-align: center;
    font-size: 18px;
    padding: 0
}

.imp-fullscreen-button-icon-only i {
    margin: 0
}

#imp-fullscreen-wrap {
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body.imp-fullscreen-mode {
    overflow: hidden
}

@font-face {
    font-family: flexslider-icon;
    src: url("fonts/flexslider-icon.eot");
    src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
    font-weight: 400;
    font-style: normal
}

.flex-container a:hover,
.flex-slider a:hover {
    outline: none
}

.flex-control-nav,
.flex-direction-nav,
.slides,
.slides > li {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    width: 100%;
    display: block
}

.flexslider .slides:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .flexslider .slides {
    display: block
}

* html .flexslider .slides {
    height: 1%
}

.no-js .flexslider .slides > li:first-child {
    display: block
}

.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    zoom: 1;
    border-radius: 4px;
    -webkit-box-shadow: ""0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: ""0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px ""rgba(0, 0, 0, .2)
}

.flexslider .slides {
    zoom: 1
}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav {
    *height: 0
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.flex-direction-nav a,
.flex-direction-nav a:before {
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 hsla(0, 0%, 100%, .3)
}

.flex-direction-nav a:before {
    font-family: flexslider-icon;
    font-size: 40px;
    display: inline-block;
    content: "\F001"
}

.flex-direction-nav a.flex-next:before {
    content: "\F002"
}

.flex-direction-nav .flex-prev {
    left: -50px
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: .7;
    left: 10px
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: .7;
    right: 10px
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: "\F004"
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: "\F003"
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 20px
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, .7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, .9);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

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

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

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

.slick-list:focus {
    outline: none
}

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

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

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

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

.slick-track:after {
    clear: both
}

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

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

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

.slick-slide img {
    display: block
}

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

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

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

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

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

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

.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") 50% no-repeat
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg")
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "\2190"
}

[dir=rtl] .slick-prev:before {
    content: "\2192"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "\2192"
}

[dir=rtl] .slick-next:before {
    content: "\2190"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "\2022";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

body {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
ol,
p,
ul {
    margin-top: 0;
    margin-bottom: 30px;
    margin-top: 15px
}

button,
input,
select,
td,
textarea,
th {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

img {
    max-width: 100%;
    height: auto;
    border: 0
}

body {
    color: #1b1b18;
    font-family: Avenir, sans-serif;
    font-size: 16px;
    line-height: 24px
}

h1 {
    color: #4a4a4a;
    font-family: Avenir;
    font-size: 36px;
    font-weight: 900;
    line-height: 37px;
    text-transform: uppercase
}

h1.no-margin {
    margin-bottom: 0
}

h1 small {
    display: inline;
    color: #4a4a4a;
    font-size: 16px;
    line-height: 24px;
    text-transform: none
}

@media (max-width:768px) {
    h1 {
        font-size: 32px;
        line-height: 36px
    }
}

@media (max-width:500px) {
    h1 {
        font-size: 32px;
        line-height: 36px
    }
}

h2 {
    color: #4a4a4a;
    font-size: 24px;
    line-height: 33px;
    font-weight: 300
}

h2.price {
    font-size: 48px;
    line-height: 50px;
    font-weight: 900
}

h2.blue,
h2.grey {
    font-size: 21px;
    line-height: 29px;
    font-weight: 900;
    text-transform: uppercase
}

h2.grey {
    color: #4a4a4a
}

h2.blue {
    color: #00adee
}

@media (max-width:500px) {
    h2 {
        font-size: 20px;
        line-height: 27px
    }
}

h3 {
    font-size: 21px;
    font-weight: 900;
    line-height: 29px;
    text-shadow: 0 2px 9px 0 rgba(0, 0, 0, .3)
}

h3.heading {
    color: #9d9997;
    text-transform: uppercase
}

h3.heading--lower {
    margin: 0;
    text-transform: none !important
}

h3.sub-price {
    margin: 0
}

@media (max-width:500px) {
    h3 {
        font-size: 16px;
        line-height: 22px
    }
}

@media (max-width:500px) {
    h3.heading {
        font-size: 21px;
        margin-bottom: 0;
        padding-top: 10px;
        font-weight: 500
    }
}

.align-right {
    text-align: right
}

h4 {
    font-size: 16px;
    line-height: 24px
}

h4 .fa {
    color: #4a4a4a
}

@media (max-width:500px) {
    h4 {
        font-size: 14px;
        line-height: 24px
    }
}

small {
    display: inline-block;
    font-size: 14px;
    line-height: 18px
}

a {
    color: #00adee;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

.centred {
    text-align: center
}

@media (max-width:500px) {
    .centred {
        text-align: left
    }
}

.no-margin {
    margin: 0
}

.float-right {
    float: right
}

@media (max-width:500px) {
    .float-right {
        float: none
    }
}

body {
    padding-top: 46px
}

.header {
    position: absolute;
    z-index: 30;
    left: 0;
    right: 0;
    top: 0;
    height: 46px;
    border-bottom: 1px solid #ebebeb
}

.header .accessibility {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px)
}

.sticky-header .header {
    position: fixed;
    z-index: 300
}

.sticky-header .header.small {
    height: 62px;
    background: #fff
}

.sticky-header .header.small .header__location,
.sticky-header .header.small .header__top-nav {
    opacity: 0
}

.sticky-header .header.small .header__logo {
    top: 0;
    width: 120px
}

.sticky-header .header.small .header__base-nav,
.sticky-header .header.small .header__nav-trigger {
    top: 20px
}

@media (max-width:1070px) {
    .sticky-header .header {
        position: absolute
    }
}

.header__inner {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px
}

.header__nav-toggler {
    display: none
}

.modaal-close:focus,
.modaal-close:hover {
    background: transparent
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #fff
}

.header__nav-trigger {
    display: none
}

@media (max-width:1070px) {
    .header__nav-trigger {
        z-index: 10;
        right: 20px;
        top: 100px;
        display: block;
        width: 36px;
        height: 24px
    }

    .header__nav-trigger,
    .header__nav-trigger:before {
        position: absolute;
        -webkit-transition: .3s;
        transition: .3s
    }

    .header__nav-trigger:before {
        content: "Menu";
        right: 100%;
        top: 0;
        margin-right: 20px;
        color: #fff;
        font-size: 18px;
        text-transform: uppercase
    }

    .header__nav-trigger span {
        position: absolute;
        right: 0;
        top: 50%;
        display: block;
        margin-top: -2px;
        height: 4px;
        background: #fff;
        -webkit-transition: .3s;
        transition: .3s
    }

    .header__nav-trigger span:first-child {
        width: 24px;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    .header__nav-trigger span:nth-child(2) {
        width: 29px
    }

    .header__nav-trigger span:nth-child(3) {
        width: 36px;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    .header__nav-toggler:checked ~ .header__nav-trigger:before {
        opacity: 0
    }

    .header__nav-toggler:checked ~ .header__nav-trigger span {
        background: #fff
    }

    .header__nav-toggler:checked ~ .header__nav-trigger span:first-child {
        width: 36px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .header__nav-toggler:checked ~ .header__nav-trigger span:nth-child(2) {
        opacity: 0
    }

    .header__nav-toggler:checked ~ .header__nav-trigger span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@media (max-width:670px) {
    .header__nav-trigger {
        top: 66px
    }
}

.header__nav-trigger--alt:before {
    color: #fff
}

.header__nav-trigger--alt span {
    background: #fff
}

.header__logo {
    position: absolute;
    z-index: 10;
    left: 12px;
    top: 58px;
    display: block;
    width: 161px;
    height: 77px;
    -webkit-transition: .3s;
    transition: .3s
}

.header__logo img {
    display: block
}

@media (max-width:670px) {
    .header__logo {
        width: 94px;
        height: 45px
    }
}

#nav-toggler:checked ~ .header__logo,
.header__logo--alt {
    background: url(../images/AH_logo_white.png) no-repeat;
    background-size: contain
}

#nav-toggler:checked ~ .header__logo img,
.header__logo--alt img {
    visibility: hidden
}

.header__location {
    position: relative;
    z-index: 20;
    top: -20px;
    height: 46px;
    line-height: 46px;
    color: #9d9997;
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width:670px) {
    .header__location__phone {
        position: absolute;
        right: 0;
        top: 0;
        display: none;
        height: 46px;
        line-height: 46px
    }
}

.header__location__phone--mobile {
    display: none
}

@media (max-width:670px) {
    .header__location__phone--mobile {
        top: 20px;
        display: block
    }
}

.header__location__dropdown {
    position: relative;
    top: 18px;
    display: inline-block;
    margin-right: 15px;
    height: 46px
}

.header__location__dropdown p {
    position: relative;
    display: block;
    overflow-x: hidden;
    margin: 0;
    color: #00adee;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis
}

.header__location__dropdown p:after {
    content: "\F107";
    margin-left: 5px;
    font-family: FontAwesome, sans-serif
}

@media (max-width:520px) {
    .header__location__dropdown p {
        width: 140px;
        padding-right: 20px
    }

    .header__location__dropdown p:after {
        position: absolute;
        right: 0;
        top: 0
    }
}

@media (max-width:400px) {
    .header__location__dropdown p {
        width: 80px
    }
}

.header__location__dropdown ul {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    min-width: 140px;
    margin: 0;
    padding: 10px;
    list-style-type: none;
    background: #fff;
    line-height: 28px;
    -webkit-box-shadow: 2px 5px 7px rgba(0, 0, 0, .3);
    box-shadow: 2px 5px 7px rgba(0, 0, 0, .3);
    white-space: nowrap
}

.header__location__dropdown:hover ul {
    display: block
}

.header__location__dropdown a {
    color: #9d9997
}

.header__location__dropdown a.active,
.header__location__dropdown a:hover {
    color: #4a4a4a;
    text-decoration: none
}

.header__top-nav {
    position: absolute;
    z-index: 10;
    right: 20px;
    top: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.header__top-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.header__top-nav li {
    float: left;
    margin-left: 30px;
    line-height: 46px
}

.header__top-nav a {
    color: #9d9997;
    font-weight: 300
}

@media (max-width:820px) {
    .header__top-nav {
        display: none
    }
}

.header__base-nav {
    position: absolute;
    right: -20px;
    top: 90px;
    -webkit-transition: .3s;
    transition: .3s
}

.header__base-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.header__base-nav li {
    float: left;
    margin-left: 26px
}

.header__base-nav li.mobile {
    display: none
}

.header__base-nav a {
    display: inline-block;
    padding-bottom: 8px;
    color: #1b1b18;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    text-transform: uppercase
}

.header__base-nav a.active,
.header__base-nav a:hover {
    border-bottom: 6px solid #4a4a4a;
    text-decoration: none
}

.header__base-nav .fa {
    font-size: 24px
}

@media (max-width:1070px) {
    .header__base-nav {
        left: 0;
        right: 0;
        top: 0;
        display: none;
        padding-top: 45px;
        text-align: center;
        -webkit-animation: fadeOut .3s;
        animation: fadeOut .3s
    }

    .header__base-nav,
    .header__base-nav ul {
        height: 100vh;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .header__base-nav ul {
        padding: 230px 0 0;
        background: #4a4a4a
    }

    .header__base-nav li {
        float: none;
        margin: 0
    }

    .header__base-nav a {
        color: #fff;
        font-size: 24px;
        line-height: 54px
    }

    .header__base-nav a:hover {
        border-bottom: 0
    }

    .header__nav-toggler:checked ~ .header__base-nav {
        display: block;
        -webkit-animation: fadeIn .3s;
        animation: fadeIn .3s
    }
}

@media (max-width:670px) {
    .header__base-nav ul {
        padding-top: 100px
    }

    .header__base-nav li.mobile {
        display: block
    }

    .header__base-nav li.mobile a {
        text-transform: none
    }

    .header__base-nav li.mobile-first a {
        margin-top: 30px
    }

    .header__base-nav a {
        line-height: 34px
    }
}

.header__base-nav--alt a {
    color: #fff
}

.header__base-nav--alt a.active,
.header__base-nav--alt a:hover {
    border-bottom-color: #fff
}

@-webkit-keyframes fadeIn {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block;
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block;
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        display: block;
        opacity: 1
    }

    99% {
        display: none;
        opacity: 0
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        display: block;
        opacity: 1
    }

    99% {
        display: block;
        opacity: 0
    }

    to {
        display: none;
        opacity: 0
    }
}

html.no-scroll,
html.no-scroll body {
    overflow: hidden
}

body {
    overflow-x: hidden
}

#main {
    max-width: 1440px;
    margin: 0 auto
}

.subnav-content:after {
    content: "";
    display: table;
    clear: both
}

.subnav-content__subnav {
    position: relative;
    z-index: 20;
    float: left;
    width: 430px;
    margin-top: -65px;
    background: #fff
}

@media (max-width:1070px) {
    .subnav-content__subnav {
        float: none;
        width: auto;
        margin: 0
    }
}

.subnav-content__subnav--generic {
    position: relative;
    margin-top: 90px;
    background: #f1f1f1
}

.subnav-content__subnav--generic:before {
    content: "";
    position: absolute;
    z-index: 20;
    right: 100%;
    top: 0;
    bottom: 0;
    display: block;
    width: 9999px;
    background: #f1f1f1
}

.subnav-content__subnav--generic ul {
    margin-bottom: 30px !important
}

@media (max-width:1070px) {
    .subnav-content__subnav--generic {
        margin: 0 0 40px;
        padding-bottom: 40px
    }

    .subnav-content__subnav--generic:after {
        content: "";
        position: absolute;
        z-index: 20;
        left: 100%;
        top: 0;
        bottom: 0;
        display: block;
        width: 9999px;
        background: #f1f1f1
    }
}

.subnav-content__block {
    position: relative;
    padding: 30px 20px 1px
}

@media (min-width:1070px) {
    .subnav-content__block {
        margin-left: 130px
    }
}

.subnav-content__block h3 {
    color: #9d9997;
    font-size: 21px;
    line-height: 29px;
    font-weight: 600;
    text-transform: uppercase
}

.subnav-content__block .mobile {
    display: none
}

.subnav-content__block:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    display: block;
    background: #fff;
    width: 130px
}

@media (max-width:1070px) {
    .subnav-content__block {
        padding-left: 60px;
        padding-right: 60px
    }

    .subnav-content__block .mobile {
        display: block
    }

    .subnav-content__block select {
        width: 100%;
        height: 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media (max-width:500px) {
    .subnav-content__block {
        padding-left: 20px;
        padding-right: 20px
    }

    .subnav-content__block h3.mobile {
        margin: 0;
        font-size: 16px;
        line-height: 22px
    }
}

.subnav-content__block--alt {
    background: #4a4a4a;
    color: #fff
}

.subnav-content__block--alt h3 {
    color: #fff
}

.subnav-content__block--alt:before {
    background: #4a4a4a
}

@media (max-width:1070px) {
    .subnav-content__block--alt.desktop {
        display: none
    }
}

.subnav-content__block--alt.mobile {
    display: none
}

@media (max-width:1070px) {
    .subnav-content__block--alt.mobile {
        display: block
    }
}

.subnav-content__content {
    padding: 50px 0 1px
}

@media (max-width:1070px) {
    .subnav-content__content {
        margin: 0 60px
    }
}

@media (max-width:500px) {
    .subnav-content__content {
        margin: 0 20px
    }
}

.generic-content,
.subnav-content__content--generic {
    padding-top: 0
}

.generic-content h3,
.subnav-content__content--generic h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 900;
    text-transform: uppercase
}

.generic-content h4,
.subnav-content__content--generic h4 {
    margin: 0;
    font-size: 18px;
    line-height: 25px
}

.generic-content h5,
.subnav-content__content--generic h5 {
    color: #9d9997;
    font-size: 21px;
    line-height: 29px
}

.generic-content .leading,
.subnav-content__content--generic .leading {
    color: #00adee;
    font-size: 24px;
    line-height: 33px
}

.generic-content .highlight,
.subnav-content__content--generic .highlight {
    padding: 20px;
    border: 1px solid #00adee;
    color: #00adee;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700
}

.generic-content table,
.subnav-content__content--generic table {
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse
}

.generic-content table tr td,
.subnav-content__content--generic table tr td {
    padding: 0 10px
}

.generic-content table tr td:first-child,
.subnav-content__content--generic table tr td:first-child {
    padding-left: 0
}

.generic-content table tr td:last-child,
.subnav-content__content--generic table tr td:last-child {
    padding-right: 0
}

@media (max-width:720px) {

    .generic-content table,
    .generic-content table tbody,
    .generic-content table td,
    .generic-content table tfoot,
    .generic-content table th,
    .generic-content table thead,
    .generic-content table tr,
    .subnav-content__content--generic table,
    .subnav-content__content--generic table tbody,
    .subnav-content__content--generic table td,
    .subnav-content__content--generic table tfoot,
    .subnav-content__content--generic table th,
    .subnav-content__content--generic table thead,
    .subnav-content__content--generic table tr {
        display: block
    }

    .generic-content table td,
    .subnav-content__content--generic table td {
        padding: 0 !important
    }
}

.grey-section {
    padding: 61px 0 1px;
    background: #f1f1f1
}

.grey-section:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:414px) {
    .grey-section {
        padding: 31px 0 1px
    }
}

.grey-section--alpha {
    margin-top: 110px
}

.section--block {
    max-width: 720px;
    margin: 0 auto
}

.blue-section,
.dark-grey-section {
    padding: 45px 0 15px;
    background: #00adee;
    color: #fff
}

.blue-section .section,
.dark-grey-section .section {
    max-width: 780px
}

.blue-section .section--large,
.dark-grey-section .section--large {
    max-width: 1180px
}

.blue-section h1,
.blue-section h2,
.blue-section h3.heading,
.dark-grey-section h1,
.dark-grey-section h2,
.dark-grey-section h3.heading {
    color: #fff
}

.blue-section h1,
.blue-section p,
.dark-grey-section h1,
.dark-grey-section p {
    text-align: center
}

.blue-section .left-content p,
.blue-section .right-content p,
.dark-grey-section .left-content p,
.dark-grey-section .right-content p {
    text-align: left
}

@media (max-width:500px) {

    .blue-section,
    .dark-grey-section {
        padding: 5px 0 15px
    }

    .blue-section h1,
    .blue-section p,
    .dark-grey-section h1,
    .dark-grey-section p {
        text-align: left
    }

    .blue-section h3,
    .dark-grey-section h3 {
        font-size: 21px;
        line-height: 29px
    }
}

@media (max-width:1010px) {
    .tablet-flip {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.dark-grey-section {
    background: #4a4a4a;
    color: #9d9997
}

.dark-grey-section h3.heading {
    color: #9d9997
}

.dark-grey-section strong {
    color: #fff
}

.dark-grey-section .button--white {
    color: #4a4a4a
}

.blue-section--alpha,
.breadcrumbs {
    margin-top: 110px
}

@media (max-width:670px) {

    .blue-section--alpha,
    .breadcrumbs {
        margin-top: 68px
    }
}

.breadcrumbs p {
    height: 70px;
    line-height: 70px;
    margin: 0
}

.breadcrumbs a {
    color: #9d9997
}

.breadcrumbs--dark {
    background: #4a4a4a
}

.left-content {
    float: left;
    width: 480px;
    margin-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:1010px) {
    .left-content {
        float: none;
        width: auto;
        margin-right: 0
    }
}

.right-content {
    margin-left: 540px
}

@media (max-width:1010px) {
    .right-content {
        margin-left: 0
    }
}

.half-left {
    float: left;
    width: 50%;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:1010px) {
    .half-left {
        float: none;
        width: auto;
        padding-right: 0
    }
}

.half-right {
    float: right;
    width: 50%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:1010px) {
    .half-right {
        float: none;
        width: auto;
        padding-left: 0
    }
}

.white-panel {
    position: relative;
    margin-bottom: 30px;
    padding: 20px 0 1px;
    background: #fff
}

.white-panel:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    display: block;
    width: 999px;
    background: #fff
}

@media (max-width:1010px) {
    .white-panel:after {
        content: "";
        position: absolute;
        left: 100%;
        top: 0;
        bottom: 0;
        display: block;
        width: 999px;
        background: #fff
    }
}

.section {
    max-width: 1180px;
    margin: 0 auto
}

.section:after {
    content: "";
    display: table;
    clear: both
}

.section--padding {
    padding: 0 20px
}

.section--padding.generic-content {
    padding: 0 40px
}

@media (max-width:1070px) {
    .section--padding.generic-content {
        padding: 0 80px
    }
}

@media (max-width:510px) {
    .section--padding.generic-content {
        padding: 0 40px
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .section--padding {
        padding: 0 40px
    }
}

.section--alpha {
    padding-top: 130px
}

.section__block {
    max-width: 780px;
    margin: 0 auto;
    color: #00adee;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 100px
}

.section__block h1 {
    color: #9d9997;
    font-size: 48px;
    line-height: 50px;
    font-weight: 600;
    text-transform: uppercase
}

@media (max-width:670px) {
    .section__block {
        font-size: 20px;
        line-height: 27px
    }

    .section__block h1 {
        font-size: 32px;
        line-height: 42px
    }
}

.banner-slider {
    position: relative;
    overflow: hidden;
    height: 810px
}

.banner-slider img {
    display: block
}

@media (max-width:1070px) {
    .banner-slider {
        height: auto;
        padding: 556px 60px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff
    }
}

@media (max-width:670px) {
    .banner-slider {
        padding: 0
    }
}

.banner-slider__slides {
    position: absolute;
    left: 0;
    right: 560px;
    top: 0
}

.banner-slider__slides ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.banner-slider__slides ul img {
    width: auto !important;
    max-width: 9999px
}

@media (max-width:1070px) {
    .banner-slider__slides {
        right: 0
    }
}

@media (max-width:670px) {
    .banner-slider__slides {
        position: relative;
        height: 280px
    }

    .banner-slider__slides ul li {
        background: no-repeat 50%;
        background-size: cover
    }

    .banner-slider__slides ul img {
        width: 100%;
        height: 360px;
        visibility: hidden
    }
}

@media (max-width:360px) {
    .banner-slider__slides ul img {
        width: auto;
        height: 280px
    }
}

.banner-slider__content {
    float: right;
    width: 560px;
    min-height: 810px;
    padding: 365px 60px 0;
    background: #4a4a4a;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.banner-slider__content h2 {
    color: #fff;
    font-size: 48px;
    line-height: 54px;
    font-weight: 700;
    text-transform: uppercase
}

.banner-slider__content p {
    font-size: 24px;
    line-height: 33px;
    font-weight: 500
}

@media (max-width:1070px) {
    .banner-slider__content {
        position: relative;
        z-index: 10;
        float: none;
        width: auto;
        min-height: 0;
        margin-top: 80px;
        padding: 60px 60px 30px
    }
}

@media (max-width:500px) {
    .banner-slider__content {
        margin-top: 0
    }
}

@media (max-width:670px) {
    .banner-slider__content {
        padding: 20px 20px 1px
    }

    .banner-slider__content h2 {
        margin-bottom: 10px;
        font-size: 32px;
        line-height: 36px
    }

    .banner-slider__content p {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 27px
    }

    .banner-slider__content .button {
        margin-bottom: 10px
    }
}

.banner-slider__content--grey {
    background: #4a4a4a
}

.footer {
    position: relative;
    z-index: 200;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px 1px;
    background: #fff;
    margin-top: 100px;
}

@media (max-width:320px) {
    .footer {
        padding: 40px 20px 1px
    }
}

.footer__top {
    position: relative;
    margin-bottom: 20px
}

.footer__top:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:1070px) {
    .footer__top {
        padding-top: 130px;
        margin-bottom: 40px
    }
}

@media (max-width:700px) {
    .footer__top {
        padding-top: 110px
    }
}

.footer__awards {
    float: left;
    width: 380px;
    margin-right: 120px
}

@media (max-width:1070px) {
    .footer__awards {
        float: none;
        width: auto;
        margin-right: 0;
        text-align: center
    }

    .footer__awards p {
        display: inline-block;
        margin: 0 10px 50px
    }
}

@media (max-width:700px) {
    .footer__awards {
        margin-bottom: 50px
    }

    .footer__awards p {
        display: block;
        margin: 0 0 40px
    }
}

.footer__right {
    overflow: hidden
}

@media (max-width:1070px) {
    .footer__right {
        max-width: 784px;
        margin: 0 auto
    }
}

@media (max-width:700px) {
    .footer__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: center
    }
}

.footer__nav {
    float: left;
    margin-right: 120px
}

.footer__nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.footer__nav li {
    margin-bottom: 7px
}

.footer__nav a {
    display: inline-block;
    /* height: 34px; */
    line-height: 20px;
    padding: 0 10px;
    font-size: 18px
}

.footer__nav .highlight {
    background: #f5a623;
    color: #fff
}

@media (max-width:1070px) {
    .footer__nav {
        width: 380px;
        margin-right: 20px
    }
}

@media (max-width:700px) {
    .footer__nav {
        float: none;
        width: auto;
        margin: 0
    }

    .footer__nav a {
        height: auto;
        line-height: 30px;
        font-size: 20px
    }

    .footer__nav .highlight {
        height: 40px;
        line-height: 40px
    }
}

.footer__contact {
    color: #00adee;
    font-size: 18px
}

.footer__contact .fa {
    font-size: 32px
}

.footer__contact .facebook,
.footer__contact .instagram {
    margin-right: 20px;
    color: #337ab7
}

.footer__contact .pinterest {
    color: #d0021b
}

@media (max-width:1070px) {
    .footer__contact {
        overflow: hidden
    }

    .footer__contact .logo {
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (max-width:700px) {
    .footer__contact {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 20px
    }
}

.footer__base {
    padding: 25px 0 1px;
    border-top: 1px solid #d8d8d8;
    text-align: center
}

.search-form {
    margin-top: 110px;
    padding: 45px 0 25px;
    background: #4a4a4a;
    color: #fff
}

.search-form .section {
    position: relative
}

.search-form .toggle {
    display: none;
    color: #fff
}

.search-form .reset {
    position: absolute;
    right: 50px;
    bottom: 30px;
    color: #fff;
    text-decoration: underline
}

.search-form .block {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.search-form .block--third {
    width: 33.33333%
}

.search-form .block--third:first-child {
    padding-right: 40px
}

.search-form .block--third:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px
}

.search-form .block--third:nth-child(3) {
    padding-left: 40px
}

.search-form p {
    margin-bottom: 20px
}

.search-form select {
    margin-bottom: 10px;
    height: 43px;
    width: auto;
    padding: 0 10px;
    color: #000;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width:1070px) {
    .search-form select {
        min-width: 160px
    }
}

.search-form select.block {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 10px
}

@media (max-width:414px) {
    .search-form select {
        width: 100%;
        margin: 5px 0
    }
}

.search-form strong {
    text-transform: uppercase
}

.search-form:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:1070px) {
    .search-form {
        padding: 20px 0 5px
    }

    .search-form .section {
        padding-top: 40px
    }

    .search-form p {
        margin-bottom: 10px
    }

    .search-form select {
        width: 100%;
        margin: 5px 0
    }

    .search-form .section {
        max-width: 650px;
        margin: 0 auto
    }

    .search-form .block {
        display: none
    }

    .search-form .block.active {
        display: block
    }

    .search-form .toggle {
        position: absolute;
        left: 20px;
        top: 0;
        display: block;
        text-transform: uppercase
    }

    .search-form .reset {
        right: 20px;
        top: 0;
        bottom: auto
    }
}

@media (max-width:670px) {
    .search-form {
        margin-top: 66px
    }
}

@media (max-width:570px) {
    .search-form .block {
        float: none;
        width: auto;
        padding: 0 !important
    }

    .search-form select {
        width: 120px
    }
}

.search-form--grey {
    margin-top: 0;
    background: #4a4a4a
}

@media (max-width:1070px) {
    .search-form--grey {
        margin-top: 58px
    }
}

@media (max-width:500px) {
    .search-form--grey {
        margin-top: 38px
    }
}

.button {
    display: inline-block;
    height: 43px;
    line-height: 41px;
    margin-right: 10px;
    padding: 0 23px;
    background: #4a4a4a;
    border: 2px solid #4a4a4a;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .2s;
    transition: .2s
}

.button:hover {
    text-decoration: none
}

.button--right {
    float: right
}

@media (max-width:500px) {
    .button--right {
        float: none
    }
}

.button--white {
    background: #fff;
    color: #4a4a4a;
    border-color: #fff
}

.button--white-inverse,
.button--white:hover {
    background: transparent;
    color: #fff
}

.button--white-inverse {
    border-color: #fff
}

.button--white-inverse:hover {
    background: #fff;
    color: #4a4a4a
}

@media (max-width:1000px) {
    .button--tablet-block {
        display: block;
        width: 100%
    }
}

@media (max-width:500px) {
    .button--mobile-block {
        display: block;
        width: 100%
    }
}

.form__field {
    margin-bottom: 20px;
    clear: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form__field--left {
    float: left;
    width: 50%;
    padding-right: 10px
}

@media (max-width:500px) {
    .form__field--left {
        float: none;
        width: auto;
        padding: 0
    }
}

.form__field--right {
    float: right;
    clear: none;
    width: 50%;
    padding-left: 10px
}

@media (max-width:500px) {
    .form__field--right {
        float: none;
        width: auto;
        padding: 0
    }
}

.form__field--submit {
    text-align: right
}

input.text,
select,
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #9d9997;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
}

input.text:focus,
select:focus,
textarea:focus {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

textarea {
    height: 200px
}

.map-section {
    visibility: hidden
}

.map-section--show {
    visibility: visible;
    height: 370px
}

@media (max-width:500px) {
    .map-section--show {
        height: 180px
    }
}

.map-section--alpha {
    margin-top: 110px
}

@media (max-width:1023px) {
    .map-section--alpha {
        margin-top: 0
    }
}

.top-spacing {
    padding-top: 45px
}

.to-top {
    position: fixed;
    z-index: 500;
    right: 100px;
    bottom: 20px;
    display: block;
    width: 59px;
    height: 59px;
    line-height: 54px;
    background: #4a4a4a;
    color: #fff;
    font-size: 28px;
    text-align: center;
    font-weight: 300;
    -webkit-transition: .3s;
    transition: .3s
}

.to-top.hidden {
    opacity: 0
}

@media (max-width:720px) {
    .to-top {
        right: 20px
    }
}

@media (max-width:1024px) {
    .to-top {
        right: 60px
    }
}

@media (max-width:500px) {
    .to-top {
        display: none
    }
}

.share-tools {
    padding: 70px 0 100px;
    text-align: center
}

.share-tools a {
    margin: 0 10px
}

.share-tools .fb {
    color: #337ab7
}

.share-tools .pi {
    color: #d0021b
}

.share-tools .em,
.share-tools .pr {
    color: #9d9997
}

.share-tools .fa {
    font-size: 32px
}

ol.steps {
    margin: 0 0 30px -60px;
    padding: 0;
    list-style-type: none
}

ol.steps li {
    position: relative;
    padding: 20px 0 0 110px
}

ol.steps span {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 2px solid #00adee;
    color: #00adee;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

ol.steps h3 {
    margin-bottom: 10px
}

@media (max-width:500px) {
    ol.steps {
        margin-left: 0
    }

    ol.steps li {
        padding-left: 0;
        padding-top: 70px
    }

    ol.steps span {
        left: -20px
    }
}

.modaal-overlay {
    background: rgba(74, 74, 74, .92) !important;
    opacity: 1 !important
}

.modaal-container {
    background: transparent;
    color: inherit;
    text-align: center
}

.modaal-container .gallery-masonry__panel__actions,
.modaal-container .gallery-masonry__panel__favourite {
    display: block
}

.modaal-container .gallery-masonry__panel__fav-link {
    display: none
}

.modaal-container .gallery-masonry__panel__favourite {
    max-width: 765px;
    margin: 0 auto 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    font-size: 21px;
    line-height: 29px
}

.modaal-container .gallery-masonry__panel__image {
    display: inline
}

.modaal-container .gallery-masonry__panel__content {
    margin-bottom: 20px;
    background: transparent;
    color: #fff
}

.modaal-container div.gallery-masonry__panel__content {
    display: none
}

.modaal-container .gallery-masonry__panel__actions span {
    display: block;
    margin-bottom: 20px;
    color: #9d9997;
    font-size: 21px;
    line-height: 29px;
    text-transform: uppercase;
    font-weight: 900
}

.modaal-container .gallery-masonry__panel__actions a {
    margin: 0 10px;
    color: #fff;
    font-size: 32px
}

.pagination {
    margin-top: 35px;
    padding: 0;
    list-style-type: none;
    text-align: center
}

.pagination li {
    display: inline-block
}

@media (min-width:415px) {
    .pagination li {
        margin: 0 10px
    }
}

@media (max-width:414px) {
    .pagination li {
        margin: 0 5px
    }
}

.pagination a {
    display: inline-block;
    vertical-align: top
}

.pagination__prev-next {
    padding-top: 4px;
    color: #9d9997;
    font-size: 24px
}

.pagination__prev-next:hover {
    color: #00adee
}

.pagination__num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #9d9997;
    border: 1px solid #9d9997;
    font-weight: 700
}

.pagination__num:hover {
    color: #4a4a4a;
    border-color: #4a4a4a;
    text-decoration: none
}

.pagination__num.active,
.pagination__num.active:hover {
    background: #4a4a4a;
    border-color: #4a4a4a;
    color: #fff
}

.details-list {
    margin: 0 0 30px;
    padding: 0;
    list-style-type: none
}

.details-list li {
    display: inline-block;
    margin-right: 30px
}

.details-list li:last-child {
    margin-right: 0
}

.details-list .fa {
    color: #4a4a4a
}

@media (max-width:1070px) {
    .details-list li {
        display: block;
        margin-right: 0
    }
}

.details-list--left {
    float: left;
    white-space: nowrap
}

@media (max-width:500px) {
    .details-list--left {
        float: none
    }
}

.house-and-land {
    position: relative;
    padding: 70px 20px;
    background: #f1f1f1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.house-and-land h3 {
    padding-left: 55px;
    color: #9d9997;
    text-transform: uppercase
}

.house-and-land h3.heading {
    padding-left: 0
}

@media (max-width:1070px) {
    .house-and-land {
        display: block;
        width: 100%
    }

    .house-and-land h3 {
        padding-left: 40px
    }
}

@media (max-width:670px) {
    .house-and-land {
        padding-top: 30px;
        padding-bottom: 20px
    }

    .house-and-land h3 {
        padding-left: 0
    }
}

.house-and-land--search {
    padding-top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.house-and-land--search.mapActive {
    height: 100vh
}

.house-and-land--search.mapActive .grey-section {
    background: transparent
}

.home-and-land__map {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.home-and-land__map .section {
    position: relative
}

.house-and-land__map__close {
    position: absolute;
    z-index: 100;
    left: 0;
    top: -21px;
    display: block;
    height: 43px;
    line-height: 43px;
    padding: 0 30px;
    background: #4a4a4a;
    color: #fff;
    font-weight: 300
}

.house-and-land__map__close .fa {
    margin-right: 5px
}

@media (max-width:1024px) {
    .house-and-land__map__close {
        left: 30px;
        top: 15px
    }
}

.home-and-land__map__area {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.house-and-land__top {
    position: relative;
    height: 75px;
    text-align: center
}

.house-and-land__top:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:1070px) {
    .house-and-land__top {
        max-width: 650px;
        margin: 0 auto
    }
}

@media (max-width:414px) {
    .house-and-land__top {
        height: 100px
    }
}

.house-and-land__map-link {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline
}

.house-and-land__map-link:before {
    content: "\F041";
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 5px;
    font-size: 22px;
    font-family: FontAwesome, sans-serif;
    text-decoration: none
}

@media (max-width:500px) {
    .house-and-land__map-link {
        display: none
    }
}

.house-and-land__order {
    float: right;
    margin: 0;
    color: #9d9997;
    font-size: 18px
}

.house-and-land__order select {
    width: auto;
    height: 43px;
    min-width: 160px;
    padding: 0 10px;
    color: #000;
    border: 1px solid #9d9997;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:320px) {
    .house-and-land__order select {
        width: 100%;
        min-width: 0
    }
}

@media (max-width:1070px) {
    .house-and-land__order span {
        display: none
    }
}

@media (min-width:501px) {
    .pr .house-and-land__order {
        float: right;
        position: absolute;
        right: 0;
        top: 0
    }
}

@media (max-width:500px) {
    .pr .house-and-land__order {
        float: none;
        margin-bottom: 15px
    }
}

@media (max-width:1024px) {
    .pr .house-and-land__total-results {
        float: left
    }
}

@media (max-width:500px) {
    .pr .house-and-land__total-results {
        float: none
    }
}

table.data {
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
    border: 0;
    border-collapse: collapse
}

table.data td,
table.data th {
    padding: 8px 0;
    text-align: left;
    vertical-align: top
}

table.data th {
    border-bottom: 1px solid #c9c7c5
}

table.data td {
    border-bottom: 1px solid #ebebeb
}

table.data strong {
    color: #4a4a4a
}

table.data--small td,
table.data--small th {
    padding: 0;
    border-bottom: 0
}

.sales-person {
    position: relative;
    z-index: 200;
    margin-top: -80px;
    text-align: center;
    white-space: nowrap
}

.sales-person img {
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .5)
}

.sales-person h3 {
    font-size: 21px;
    line-height: 29px
}

.sales-person h3 small {
    color: #fff;
    font-weight: 400
}

.sales-person--right {
    float: right
}

@media (max-width:1010px) {
    .sales-person--right {
        margin-top: 0
    }
}

@media (max-width:630px) {
    .sales-person--right {
        float: none
    }
}

.houseplan-dropdown {
    position: relative;
    z-index: 100
}

@media (min-width:1024px) {
    .houseplan-dropdown {
        margin-right: 20px
    }
}

.houseplan-dropdown p {
    position: relative;
    border-bottom: 4px solid #00adee;
    font-size: 21px;
    line-height: 29px;
    font-weight: 900;
    text-transform: uppercase
}

.houseplan-dropdown p:after {
    content: "\F0D7";
    position: absolute;
    right: 10px;
    font-family: FontAwesome, sans-serif
}

@media (max-width:720px) {
    .houseplan-dropdown p {
        font-size: 16px
    }
}

.houseplan-dropdown ul {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
    min-width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .3)
}

.houseplan-dropdown:hover ul,
.houseplan-dropdown ul.show {
    display: block
}

.houseplan-dropdown li {
    margin: 0 10px;
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb
}

.houseplan-dropdown img {
    margin-right: 10px;
    vertical-align: middle
}

.houseplan-dropdown a {
    display: block;
    color: #9d9997;
    white-space: nowrap
}

.houseplan-dropdown a:hover {
    color: #00adee;
    text-decoration: none
}

.houseplan-dropdown a.progress-range {
    color: #1b1b18
}

.houseplan-dropdown a.progress-range:hover {
    color: #00adee;
    text-decoration: none
}

.houseplan-dropdown .extra {
    margin: 0;
    border-bottom: 0
}

.houseplan-dropdown .extra a {
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    background: #f5a623;
    color: #fff;
    font-size: 21px;
    text-align: center
}

.houseplan-dropdown--small {
    float: right;
    min-width: 310px;
    margin-bottom: 30px
}

.houseplan-dropdown--small p {
    margin-bottom: 0;
    padding-right: 30px;
    text-align: left
}

.houseplan-dropdown--small ul {
    text-align: left
}

.house-plan {
    padding-bottom: 80px
}

.house-and-land__total-results {
    font-size: 18px
}

.house-and-land__panels {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.house-and-land__panels:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:1070px) {
    .house-and-land__panels {
        position: relative;
        left: 50%;
        display: block;
        width: 1408px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.house-and-land__mobile-scroll {
    position: relative;
    overflow: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch
}

.house-and-land__mobile-scroll .house-and-land__panels {
    left: 0;
    -webkit-transform: none;
    transform: none
}

@media (max-width:1070px) {
    .house-and-land__panels--page {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: 0;
        width: auto;
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
        -webkit-transform: none;
        transform: none
    }
}

.house-and-land__panel {
    position: relative;
    display: block;
    float: left;
    width: 23.72881%;
    margin: 0 0 2.69492% 1.69492%;
    background: #fff
}

.house-and-land__panel:nth-child(4n+1) {
    margin-left: 0
}

@media (max-width:1070px) {
    .house-and-land__panel {
        width: 296px;
        margin-left: 60px
    }
}

@media (max-width:500px) {
    .house-and-land__panel {
        margin-left: 25px
    }
}

@media (max-width:1070px) {
    .house-and-land__panels--page .house-and-land__panel {
        width: 45.53846%;
        margin-left: 8.92308%;
        margin-bottom: 8.92308%
    }

    .house-and-land__panels--page .house-and-land__panel:nth-child(odd) {
        margin-left: 0
    }

    .house-and-land__panels--page .house-and-land__panel:nth-child(4) {
        display: block
    }
}

@media (max-width:500px) {
    .house-and-land__panels--page .house-and-land__panel {
        width: 46.785715%;
        margin-left: 6.42857%
    }

    .house-and-land__panels--page .house-and-land__panel:nth-child(odd) {
        margin-left: 0
    }
}

@media (max-width:340px) {
    .house-and-land__panels--page .house-and-land__panel {
        width: 100%;
        margin-left: 0
    }
}

.house-and-land__panel__link {
    display: block;
    color: #3b3b38
}

.house-and-land__panel__link:hover {
    text-decoration: none
}

.house-and-land__panel__image {
    display: block
}

.house-and-land__panel__slider {
    position: relative
}

.house-and-land__panel__slider .owl-next,
.house-and-land__panel__slider .owl-prev {
    position: absolute;
    z-index: 10;
    top: 50%;
    color: #fff;
    text-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.house-and-land__panel__slider .owl-prev {
    left: 10px
}

.house-and-land__panel__slider .owl-next {
    right: 10px
}

ul.house-specs {
    margin: 0 0 30px;
    padding: 0;
    list-style-type: none
}

ul.house-specs li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    padding-left: 28px
}

ul.house-specs li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    display: block;
    width: 24px;
    height: 20px;
    background-size: contain
}

ul.house-specs li:last-child {
    margin-right: 0
}

ul.house-specs .bedrooms:before {
    background: url(../images/ICON-bedroom.svg) no-repeat top
}

ul.house-specs .garages:before {
    background: url(../images/ICON-garage.svg) no-repeat top
}

ul.house-specs .living-rooms:before {
    background: url(../images/ICON-living-room.svg) no-repeat top
}

ul.house-specs .bathrooms:before {
    background: url(../images/ICON-bathroom.svg) no-repeat top;
    top: -1px
}

ul.house-specs.pr .bedrooms:before {
    background: none;
    -webkit-mask: url(../images/ICON-bedroom.svg) no-repeat center top;
    mask: url(../images/ICON-bedroom.svg) no-repeat center top;
    background-color: #00adee
}

ul.house-specs.pr .garages:before {
    background: none;
    -webkit-mask: url(../images/ICON-garage.svg) no-repeat center top;
    mask: url(../images/ICON-garage.svg) no-repeat center top;
    background-color: #00adee
}

ul.house-specs.pr .living-rooms:before {
    background: none;
    -webkit-mask: url(../images/ICON-living-room.svg) no-repeat center top;
    mask: url(../images/ICON-living-room.svg) no-repeat center top;
    background-color: #00adee
}

ul.house-specs.pr .bathrooms:before {
    background: none;
    -webkit-mask: url(../images/ICON-bathroom.svg) no-repeat center top;
    mask: url(../images/ICON-bathroom.svg) no-repeat center top;
    background-color: #00adee
}

.house-and-land__panel__content {
    padding: 10px
}

.house-and-land__panel__content .title {
    margin: 0 0 10px;
    color: #4a4a4a;
    font-weight: 700;
    text-transform: uppercase
}

.house-and-land__panel__content .title:before {
    content: "desktop";
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px)
}

.house-and-land__panel__content ul {
    margin: 0 0 10px;
    padding: 24px 0 16px;
    list-style-type: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.house-and-land__panel__content li {
    position: relative;
    padding: 0 0 10px 25px
}

.house-and-land__panel__content li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    display: block;
    width: 18px;
    height: 20px;
    background-size: contain
}

.house-and-land__panel__content .bathrooms,
.house-and-land__panel__content .bedrooms,
.house-and-land__panel__content .garages,
.house-and-land__panel__content .living-rooms {
    display: inline-block;
    padding-left: 28px;
    width: 23%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.house-and-land__panel__content .bathrooms:before,
.house-and-land__panel__content .bedrooms:before,
.house-and-land__panel__content .garages:before,
.house-and-land__panel__content .living-rooms:before {
    width: 24px
}

.house-and-land__panel__content .bedrooms:before {
    background: url(../images/ICON-bedroom.svg) no-repeat top
}

.house-and-land__panel__content .garages:before {
    background: url(../images/ICON-garage.svg) no-repeat top
}

.house-and-land__panel__content .living-rooms:before {
    background: url(../images/ICON-living-room.svg) no-repeat top
}

.house-and-land__panel__content .bathrooms:before {
    background: url(../images/ICON-bathroom.svg) no-repeat top;
    top: -1px
}

.house-and-land__panel__content .address:before {
    background: url(../images/ICON-location.svg) no-repeat top
}

.house-and-land__panel__content .size:before {
    background: url(../images/ICON-square-meter.svg) no-repeat top
}

.house-and-land__panel__content .plans:before {
    background: url(../images/ICON-houseplan.svg) no-repeat top
}

.house-and-land__panel__content .price {
    margin: 0;
    font-size: 21px;
    line-height: 29px;
    font-weight: 700;
    text-align: center
}

.house-and-land__panel__content .pr .bedrooms:before {
    background: none;
    -webkit-mask: url(../images/ICON-bedroom.svg) no-repeat center top;
    mask: url(../images/ICON-bedroom.svg) no-repeat center top;
    background-color: #00adee
}

.house-and-land__panel__content .pr .garages:before {
    background: none;
    -webkit-mask: url(../images/ICON-garage.svg) no-repeat center -2px;
    mask: url(../images/ICON-garage.svg) no-repeat center -2px;
    background-color: #00adee
}

.house-and-land__panel__content .pr .living-rooms:before {
    background: none;
    -webkit-mask: url(../images/ICON-living-room.svg) no-repeat center top;
    mask: url(../images/ICON-living-room.svg) no-repeat center top;
    background-color: #00adee
}

.house-and-land__panel__content .pr .bathrooms:before {
    background: none;
    -webkit-mask: url(../images/ICON-bathroom.svg) no-repeat center top;
    mask: url(../images/ICON-bathroom.svg) no-repeat center top;
    background-color: #00adee;
    top: -1px
}

.house-and-land__panel__content .pr .size:before {
    background: none;
    -webkit-mask: url(../images/ICON-square-meter.svg) no-repeat center top;
    mask: url(../images/ICON-square-meter.svg) no-repeat center top;
    background-color: #4b4b4b
}

@media (max-width:500px) {
    .house-and-land__panel__content {
        padding: 5px
    }

    .house-and-land__panel__content .title {
        line-height: 20px
    }

    .house-and-land__panel__content ul {
        font-size: 14px;
        line-height: 19px
    }

    .house-and-land__panel__content .price {
        font-size: 18px;
        line-height: 25px
    }
}

.house-and-land__panel_favourite {
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 10px;
    display: block;
    overflow: hidden;
    width: 23px;
    height: 22px;
    text-indent: -999px;
    background: url(../images/ICON-favorite.svg) no-repeat
}

.house-and-land__panel_favourite.active,
.house-and-land__panel_favourite:hover {
    background: url(../images/fav-icon.png) no-repeat;
    background-position: left -22px
}

.house-and-land__more {
    padding-top: 50px;
    text-align: center
}

.home-feature {
    margin-bottom: 30px
}

.home-feature__slides {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    max-width: 1440
}

.home-feature__slides .owl-next,
.home-feature__slides .owl-prev {
    position: absolute;
    top: 262px;
    overflow: hidden;
    display: block;
    width: 32px;
    height: 47px;
    text-indent: -999px
}

.home-feature__slides .owl-prev {
    left: 20px;
    background: url(../images/slider-prev.svg) no-repeat
}

.home-feature__slides .owl-next {
    right: 20px;
    background: url(../images/slider-next.svg) no-repeat
}

@media (max-width:500px) {

    .home-feature__slides .owl-next,
    .home-feature__slides .owl-prev {
        top: 120px
    }
}

.home-feature__slide {
    position: relative;
    padding: 480px 0 0;
    background: no-repeat top
}

.home-feature__slide .section {
    padding: 0 20px
}

.home-feature__slide:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:500px) {
    .home-feature__slide {
        padding-top: 280px;
        background-size: auto 280px
    }
}

.home-feature__info {
    float: right;
    max-width: 500px;
    padding: 45px;
    background: #fff
}

.home-feature__info h3 {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase
}

.home-feature__info h3 strong {
    color: #9d9997;
    font-size: 21px;
    line-height: 29px
}

.home-feature__info .location {
    margin: 0;
    padding-left: 20px;
    background: url(../images/ICON-location.svg) no-repeat left 3px
}

.home-feature__info .date {
    position: relative;
    padding-left: 20px
}

.home-feature__info .date:before {
    content: "\F017";
    position: absolute;
    left: 0;
    top: 0;
    color: #00adee;
    font-family: FontAwesome, sans-serif
}

.home-feature__info .data {
    width: 465px;
    margin: 0 0 30px;
    padding: 0;
    list-style-type: none
}

.home-feature__info .data li {
    position: relative;
    float: left;
    width: 33%;
    margin-bottom: 5px;
    padding-left: 30px;
    background: no-repeat left 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.home-feature__info .data .size {
    background-image: url(../images/ICON-square-meter.svg)
}

.home-feature__info .data .garages {
    background-image: url(../images/ICON-garage.svg)
}

.home-feature__info .data .bedrooms {
    background-image: url(../images/ICON-bedroom.svg)
}

.home-feature__info .data .bathrooms {
    background-image: url(../images/ICON-bathroom.svg)
}

.home-feature__info .data .living-rooms {
    background-image: url(../images/ICON-living-room.svg)
}

.home-feature__info .data:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:1070px) {
    .home-feature__info {
        float: none;
        max-width: 100%;
        margin: 0 40px
    }
}

@media (max-width:500px) {
    .home-feature__info {
        margin: 0;
        padding: 20px 0
    }

    .home-feature__info .data li {
        width: 50%;
        max-width: 150px
    }

    .home-feature__info .data li:nth-child(odd) {
        clear: left
    }
}

.block-panels {
    margin: 0 0 70px;
    padding: 0;
    list-style-type: none
}

.block-panels:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:500px) {
    .block-panels {
        margin-bottom: 40px
    }
}

.block-panels__panel {
    position: relative;
    float: left;
    width: 32.20339%;
    margin: 0 0 1.694915% 1.694915%
}

.block-panels__panel:nth-child(3n+1) {
    margin-left: 0
}

@media (max-width:700px) {
    .block-panels__panel {
        float: none;
        width: auto;
        margin: 0 auto 30px;
        height: 140px;
        max-width: 335px
    }

    .block-panels__panel:nth-child(3n+1) {
        margin-left: auto
    }
}

.block-panels__link {
    display: block;
    padding-top: 88.15789%;
    background: no-repeat 50%;
    background-size: cover;
    color: #fff
}

.block-panels__link:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 65px;
    background: rgba(74, 144, 226, .9);
    -webkit-transition: .3s;
    transition: .3s
}

.block-panels__link:hover .view-more-icon {
    visibility: visible;
    opacity: 1
}

.block-panels__link:hover:after {
    height: 100%
}

@media (max-width:1070px) {
    .block-panels__link:after {
        height: 45px
    }
}

@media (max-width:700px) {
    .block-panels__link {
        padding-top: 0;
        height: 140px
    }
}

@media (max-width:500px) {
    .block-panels__link:after {
        height: 28px
    }
}

.block-panels__title {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    height: 65px;
    line-height: 65px;
    padding: 0 25px;
    font-size: 24px;
    font-weight: 300
}

@media (max-width:1070px) {
    .block-panels__title {
        height: 45px;
        line-height: 45px;
        font-size: 16px
    }
}

@media (max-width:500px) {
    .block-panels__title {
        height: 28px;
        line-height: 28px;
        padding: 0 10px
    }
}

.home-teaser {
    margin-bottom: 100px;
    padding: 85px 0;
    background: no-repeat 50%;
    background-size: cover
}

.home-teaser:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:1070px) {
    .home-teaser {
        padding-left: 125px;
        margin-bottom: 0
    }
}

@media (max-width:700px) {
    .home-teaser {
        margin-bottom: 0;
        padding: 0
    }
}

.home-teaser__content {
    float: right;
    width: 750px;
    padding: 55px 55px 20px;
    background: #00adee;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.home-teaser__content h1 {
    color: #fff;
    font-size: 48px;
    line-height: 50px;
    text-transform: uppercase
}

.home-teaser__content ol {
    padding: 0 0 0 1.5em
}

@media (max-width:414px) {
    .home-teaser__content ol {
        margin-bottom: 50px
    }
}

@media (min-width:415px) {
    .home-teaser__content ol {
        margin-bottom: 60px
    }
}

@media (max-width:1070px) {
    .home-teaser__content {
        width: auto;
        max-width: 750px;
        padding: 50px 50px 15px
    }
}

@media (max-width:700px) {
    .home-teaser__content {
        padding: 30px 20px 1px
    }

    .home-teaser__content h1 {
        font-size: 32px;
        line-height: 40px
    }

    .home-teaser__content .link {
        text-align: center
    }
}

.page-gallery {
    position: relative;
    overflow: hidden
}

.page-gallery .flag {
    position: absolute;
    right: 20px;
    top: -21px;
    height: 43px;
    line-height: 43px;
    padding: 0 20px;
    background: #70a930;
    color: #fff
}

@media (max-width:720px) {
    .page-gallery .flag {
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        height: 20px;
        line-height: 20px;
        text-align: center;
        font-size: 14px
    }
}

.page-gallery__large {
    margin-bottom: 26px
}

.page-gallery__large .slide {
    position: relative
}

.page-gallery__large img {
    display: block;
    max-width: 999999px
}

.page-gallery__large .js-slide {
    background: no-repeat 50%;
    background-size: cover
}

.page-gallery__large .js-slide img {
    visibility: hidden
}

.page-gallery__large h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 66px;
    line-height: 66px;
    margin: 0;
    padding: 0 20px;
    background: #4a4a4a;
    opacity: .8;
    color: #fff;
    font-weight: 300
}

@media (max-width:500px) {
    .page-gallery__large {
        width: calc(100% + 40px);
        margin-left: -20px
    }

    .page-gallery__large h3 {
        height: 33px;
        line-height: 33px;
        padding: 0 5px;
        font-size: 16px
    }
}

.page-gallery__thumbs {
    position: relative
}

.page-gallery__thumbs .owl-item {
    padding: 0 10px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.page-gallery__thumbs .owl-next,
.page-gallery__thumbs .owl-prev {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5)
}

.page-gallery__thumbs .owl-prev {
    left: 20px
}

.page-gallery__thumbs .owl-next {
    right: 20px
}

.page-gallery__thumbs .active:not(.current) {
    position: relative
}

.page-gallery__thumbs .active:not(.current):before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    right: 10px;
    bottom: 0;
    display: block;
    border: 3px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

/* ORIGINAL STYLESHEET
@media (max-width:1070px) {
    .page-gallery__thumbs {
        display: none !important
    }
} */

/* STYLESHEET EDIT */
@media (max-width:1070px) {
    .page-gallery__thumbs {
        top: 100%;
        left:70% !important;
    }
    .page-gallery__thumbs img {
        width: 80px !important;
        height: auto !important;
    }
    .page-gallery__thumbs .owl-item {
        width: 80px !important;
        height: auto !important;
        padding: 0 2px !important;
    }
    .page-gallery__thumbs .active:not(.current):before {
        border: none !important;
    }
}
/* STYLESHEET EDIT --- END */

.gallery-masonry:after {
    content: "";
    display: table;
    clear: both
}

.gallery-masonry__panel {
    position: relative;
    float: left;
    display: block;
    width: 23.72881%;
    margin: 0 0 1.69492% 1.69492%
}

.gallery-masonry__panel:nth-child(4n+1) {
    clear: left;
    margin-left: 0
}

.gallery-masonry__panel:hover {
    text-decoration: none
}

.gallery-masonry__panel__link {
    color: inherit
}

.gallery-masonry__panel__fav-link {
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 10px;
    display: block;
    overflow: hidden;
    width: 23px;
    height: 22px;
    text-indent: -999px;
    background: url(../images/fav-icon.png) no-repeat
}

.gallery-masonry__panel--hidden {
    display: none
}

.gallery-masonry__panel--col {
    float: none;
    width: auto;
    margin: 0 0 23px
}

.gallery-masonry__cols:after {
    content: "";
    display: table;
    clear: both
}

.gallery-masonry__cols--desktop {
    display: block
}

@media (max-width:1070px) {
    .gallery-masonry__cols--desktop {
        display: none
    }
}

.gallery-masonry__cols--tablet {
    display: none
}

@media (max-width:1070px) {
    .gallery-masonry__cols--tablet {
        display: block
    }
}

@media (max-width:500px) {
    .gallery-masonry__cols--tablet {
        display: none
    }
}

.gallery-masonry__cols--mobile {
    display: none;
    max-width: 335px
}

.gallery-masonry__cols--mobile .gallery-masonry__panel {
    float: none;
    width: auto;
    margin: 0 0 20px
}

@media (max-width:500px) {
    .gallery-masonry__cols--mobile {
        display: block;
        margin: auto
    }
}

.gallery-masonry__col {
    position: relative;
    float: left;
    width: 23.72881%;
    margin: 0 0 1.69492% 1.69492%
}

.gallery-masonry__col:nth-child(4n+1) {
    clear: left;
    margin-left: 0
}

@media (max-width:1070px) {
    .gallery-masonry__col {
        width: 32.20339%;
        margin: 0 0 1.69492% 1.69492%
    }

    .gallery-masonry__col:nth-child(4n+1) {
        clear: none;
        margin-left: 1.69492%
    }

    .gallery-masonry__col:nth-child(3n+1) {
        clear: left;
        margin-left: 0
    }
}

.gallery-masonry__panel__actions,
.gallery-masonry__panel__favourite {
    display: none
}

.gallery-masonry__panel__image {
    display: block
}

.gallery-masonry__panel__content {
    margin: 0;
    padding: 15px;
    background: #fff
}

.gallery-masonry__panel__content ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.gallery-masonry__panel__content ul li {
    position: relative;
    padding-left: 30px;
    background: no-repeat left 3px
}

.gallery-masonry__panel__content ul .location {
    background-image: url(../images/ICON-location.svg)
}

.gallery-masonry__panel__content ul .size {
    background-image: url(../images/ICON-square-meter.svg)
}

.gallery-masonry__panel__content ul .garages {
    background-image: url(../images/ICON-garage.svg)
}

.gallery-masonry__panel__content ul .bedrooms {
    background-image: url(../images/ICON-bedroom.svg)
}

.gallery-masonry__panel__content ul .living-rooms {
    background-image: url(../images/ICON-living-room.svg)
}

.gallery-masonry__panel__content ul .bathrooms {
    background-image: url(../images/ICON-bathroom.svg)
}

.gallery-masonry__panel__content ul.inline li {
    display: inline-block;
    width: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#inline {
    display: none
}

.gallery {
    margin-bottom: 50px
}

.gallery:after {
    content: "";
    display: table;
    clear: both
}

.gallery__panel {
    position: relative;
    float: left;
    width: 32.20339%;
    margin: 0 0 1.69492% 1.69492%
}

.gallery__panel:nth-child(3n+1) {
    margin-left: 0
}

@media (max-width:1070px) {
    .gallery__panel {
        width: 45.52469%;
        margin: 0 0 8.95062% 8.95062%
    }

    .gallery__panel:nth-child(3n+1) {
        margin-left: 8.95062%
    }

    .gallery__panel:nth-child(odd) {
        margin-left: 0
    }
}

@media (max-width:500px) {
    .gallery__panel {
        width: 46.407185%;
        margin: 0 0 7.18563% 7.18563%
    }

    .gallery__panel:nth-child(3n+1) {
        margin-left: 7.18563%
    }

    .gallery__panel:nth-child(odd) {
        margin-left: 0
    }
}

.gallery__panel__link {
    position: relative;
    float: left;
    width: 100%
}

.gallery__panel__link img {
    display: block;
    width: 100%
}

.gallery__panel__link:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 65px;
    background: #4a4a4a;
    opacity: .8;
    -webkit-transition: .3s;
    transition: .3s
}

.gallery__panel__link:hover:after {
    height: 100%
}

.gallery__panel__link:hover .view-more-icon {
    visibility: visible;
    opacity: 1
}

@media (max-width:500px) {
    .gallery__panel__link:after {
        height: 28px
    }
}

.gallery__panel__title {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    margin: 0;
    height: 65px;
    line-height: 65px;
    padding: 0 20px;
    color: #fff;
    font-size: 18px;
    white-space: nowrap
}

@media (max-width:500px) {
    .gallery__panel__title {
        height: 28px;
        line-height: 28px;
        padding: 0 5px;
        font-size: 16px
    }
}

.gallery__panel__favourite {
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 10px;
    display: block;
    overflow: hidden;
    width: 23px;
    height: 22px;
    text-indent: -999px;
    background: url(../images/fav-icon-white.png) no-repeat
}

.gallery__panel__favourite.active,
.gallery__panel__favourite:hover {
    background-position: left -22px
}

.page-gallery--banner {
    position: relative;
    overflow: visible
}

.page-gallery--banner .js-slide,
.page-gallery--banner .page-gallery__large {
    height: 710px;
    margin-bottom: 0
}

.page-gallery--banner .page-gallery__thumbs {
    z-index: 100;
    bottom: 50px;
    width: 687px
}

.page-gallery--banner .page-gallery__thumbs,
.page-gallery--banner .section {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.page-gallery--banner .section {
    z-index: 50;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 620px
}

@media (max-width:720px) {

    .page-gallery--banner .js-slide,
    .page-gallery--banner .page-gallery__large,
    .page-gallery--banner .section {
        height: 100%
    }
}

.page-gallery__link {
    float: right;
    display: block;
    height: 43px;
    line-height: 43px;
    margin-left: 20px;
    padding: 0 30px;
    background: #fff;
    border-radius: 43px;
    font-size: 16px;
    text-transform: none;
    -webkit-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .5)
}

.page-gallery__link span {
    text-decoration: underline
}

.page-gallery__link:before {
    content: "\F279";
    margin-right: 1em;
    font-family: FontAwesome, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media (max-width:720px) {
    .page-gallery__link {
        float: none;
        margin: 0 0 15px;
        padding: 0 15px
    }
}

.contact__details {
    position: relative;
    height: 100%;
    float: left;
    width: 440px;
    padding: 115px 60px 1px 0;
    background: #f1f1f1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 50px
}

@media (max-width:740px) {
    .contact__details {
        margin-bottom: 0
    }
}

.contact__details h2,
.contact__details h3 {
    color: #9d9997;
    text-transform: uppercase
}

.contact__details h2 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 29px;
    font-weight: 900
}

.contact__details h3 {
    margin: 0;
    font-size: 18px;
    line-height: 25px
}

.contact__details .contact__details__photo {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -30px;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .5);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width:1000px) {
    .contact__details .contact__details__photo {
        margin-left: 0
    }
}

@media (max-width:500px) {
    .contact__details .contact__details__photo {
        width: 130px !important;
        height: 130px !important
    }
}

.contact__details .contact__details__address,
.contact__details .contact__details__email,
.contact__details .contact__details__fax,
.contact__details .contact__details__hours,
.contact__details .contact__details__mobile,
.contact__details .contact__details__phone {
    position: relative;
    padding-left: 25px;
    text-align: left
}

.contact__details .contact__details__address:before,
.contact__details .contact__details__email:before,
.contact__details .contact__details__fax:before,
.contact__details .contact__details__hours:before,
.contact__details .contact__details__mobile:before,
.contact__details .contact__details__phone:before {
    position: absolute;
    left: 0;
    top: 0;
    color: #4a4a4a;
    font-family: FontAwesome, sans-serif
}

.contact__details .contact__details__email,
.contact__details .contact__details__fax,
.contact__details .contact__details__mobile,
.contact__details .contact__details__phone {
    margin: 0
}

.contact__details .contact__details__hours {
    margin-top: 30px
}

.contact__details .contact__details__address:before {
    content: "\F041"
}

.contact__details .contact__details__email:before {
    content: "\F0E0"
}

.contact__details .contact__details__phone:before {
    content: "\F095"
}

.contact__details .contact__details__fax:before {
    content: "\F1AC"
}

.contact__details .contact__details__mobile:before {
    content: "\F10B"
}

.contact__details .contact__details__hours:before {
    content: "\F017"
}

.contact__details:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    display: block;
    width: 9999px;
    background: #f1f1f1
}

@media (max-width:1000px) {
    .contact__details {
        float: none;
        width: auto;
        padding-right: 0;
        background: transparent;
        text-align: center
    }

    .contact__details .contact__details__address {
        float: left;
        width: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
        margin-top: 0
    }

    .contact__details .contact__details__branch__info {
        overflow: hidden;
        text-align: left
    }

    .contact__details .contact__details__hours {
        clear: both
    }

    .contact__details:before {
        display: none
    }
}

@media (max-width:740px) {
    .contact__details .contact__details__address {
        float: none;
        width: auto
    }
}

.contact__details--select,
.contact__details__branch--hide {
    display: none
}

.contact__form {
    position: relative;
    overflow: hidden;
    padding: 50px 0 1px 60px
}

.contact__form h2 {
    color: #9d9997;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 29px;
    font-weight: 900
}

@media (max-width:1000px) {
    .contact__form {
        padding-top: 20px;
        padding-left: 0;
        background: #f1f1f1;
        overflow: visible
    }

    .contact__form:after,
    .contact__form:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        display: block;
        width: 20px;
        background: #f1f1f1
    }

    .contact__form:before {
        right: 100%
    }

    .contact__form:after {
        left: 100%
    }
}

.contact--js .contact__details--select {
    display: block
}

.contact--js .contact__details__branch h2 {
    display: none
}

.subdivision:after {
    content: "";
    display: table;
    clear: both
}

.subdivision__nav {
    float: left;
    width: 280px;
    padding-right: 20px
}

.subdivision__nav h3 {
    color: #9d9997;
    font-size: 21px;
    line-height: 29px
}

.subdivision__nav ul {
    margin: 0 0 40px;
    padding: 0;
    list-style-type: none
}

.subdivision__nav a {
    font-weight: 900;
    text-decoration: underline
}

.subdivision__nav a.active {
    color: #4a4a4a
}

.subdivision__nav label.switch-input {
    position: relative;
    display: block;
    width: 115px;
    height: 43px;
    border: 1px solid #979797;
    border-radius: 43px
}

.subdivision__nav label.switch-input input {
    display: none
}

.subdivision__nav label.switch-input span {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: #ebebeb;
    border-radius: 43px;
    -webkit-transition: .3s;
    transition: .3s
}

.subdivision__nav label.switch-input span:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    display: block;
    width: 35px;
    height: 35px;
    background: #9d9997;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s
}

.subdivision__nav label.switch-input input:checked ~ span {
    background: #fff
}

.subdivision__nav label.switch-input input:checked ~ span:after {
    left: 75px;
    background: #00adee;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .4)
}

@media (max-width:800px) {
    .subdivision__nav {
        float: none;
        width: auto;
        padding-right: 0
    }
}

.subdivision__map {
    padding-top: 50px
}

.subdivision__map .map.show {
    height: 560px
}

@-webkit-keyframes spinAround {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spinAround {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.column {
    display: block;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: .75rem
}

.columns.is-mobile > .column.is-full,
.columns.is-mobile > .column.is-narrow {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.columns.is-mobile > .column.is-full {
    width: 100%
}

.columns.is-mobile > .column.is-three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%
}

.columns.is-mobile > .column.is-two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666%
}

.columns.is-mobile > .column.is-half {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%
}

.columns.is-mobile > .column.is-one-third {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333%
}

.columns.is-mobile > .column.is-one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%
}

.columns.is-mobile > .column.is-one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20%
}

.columns.is-mobile > .column.is-two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40%
}

.columns.is-mobile > .column.is-three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 60%
}

.columns.is-mobile > .column.is-four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 80%
}

.columns.is-mobile > .column.is-offset-three-quarters {
    margin-left: 75%
}

.columns.is-mobile > .column.is-offset-two-thirds {
    margin-left: 66.6666%
}

.columns.is-mobile > .column.is-offset-half {
    margin-left: 50%
}

.columns.is-mobile > .column.is-offset-one-third {
    margin-left: 33.3333%
}

.columns.is-mobile > .column.is-offset-one-quarter {
    margin-left: 25%
}

.columns.is-mobile > .column.is-offset-one-fifth {
    margin-left: 20%
}

.columns.is-mobile > .column.is-offset-two-fifths {
    margin-left: 40%
}

.columns.is-mobile > .column.is-offset-three-fifths {
    margin-left: 60%
}

.columns.is-mobile > .column.is-offset-four-fifths {
    margin-left: 80%
}

.columns.is-mobile > .column.is-1 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.33333333%
}

.columns.is-mobile > .column.is-offset-1 {
    margin-left: 8.33333333%
}

.columns.is-mobile > .column.is-2 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.66666667%
}

.columns.is-mobile > .column.is-offset-2 {
    margin-left: 16.66666667%
}

.columns.is-mobile > .column.is-3 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%
}

.columns.is-mobile > .column.is-offset-3 {
    margin-left: 25%
}

.columns.is-mobile > .column.is-4 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.33333333%
}

.columns.is-mobile > .column.is-offset-4 {
    margin-left: 33.33333333%
}

.columns.is-mobile > .column.is-5 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.66666667%
}

.columns.is-mobile > .column.is-offset-5 {
    margin-left: 41.66666667%
}

.columns.is-mobile > .column.is-6 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%
}

.columns.is-mobile > .column.is-offset-6 {
    margin-left: 50%
}

.columns.is-mobile > .column.is-7 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58.33333333%
}

.columns.is-mobile > .column.is-offset-7 {
    margin-left: 58.33333333%
}

.columns.is-mobile > .column.is-8 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.66666667%
}

.columns.is-mobile > .column.is-offset-8 {
    margin-left: 66.66666667%
}

.columns.is-mobile > .column.is-9 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%
}

.columns.is-mobile > .column.is-offset-9 {
    margin-left: 75%
}

.columns.is-mobile > .column.is-10 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.33333333%
}

.columns.is-mobile > .column.is-offset-10 {
    margin-left: 83.33333333%
}

.columns.is-mobile > .column.is-11 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.66666667%
}

.columns.is-mobile > .column.is-offset-11 {
    margin-left: 91.66666667%
}

.columns.is-mobile > .column.is-12 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%
}

.columns.is-mobile > .column.is-offset-12 {
    margin-left: 100%
}

@media screen and (max-width:768px) {

    .column.is-full-mobile,
    .column.is-narrow-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .column.is-full-mobile {
        width: 100%
    }

    .column.is-three-quarters-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%
    }

    .column.is-half-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-mobile {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-mobile {
        margin-left: 66.6666%
    }

    .column.is-offset-half-mobile {
        margin-left: 50%
    }

    .column.is-offset-one-third-mobile {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-mobile {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-mobile {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-mobile {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-mobile {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-mobile {
        margin-left: 80%
    }

    .column.is-1-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333333%
    }

    .column.is-offset-1-mobile {
        margin-left: 8.33333333%
    }

    .column.is-2-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66666667%
    }

    .column.is-offset-2-mobile {
        margin-left: 16.66666667%
    }

    .column.is-3-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3-mobile {
        margin-left: 25%
    }

    .column.is-4-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333333%
    }

    .column.is-offset-4-mobile {
        margin-left: 33.33333333%
    }

    .column.is-5-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66666667%
    }

    .column.is-offset-5-mobile {
        margin-left: 41.66666667%
    }

    .column.is-6-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6-mobile {
        margin-left: 50%
    }

    .column.is-7-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333333%
    }

    .column.is-offset-7-mobile {
        margin-left: 58.33333333%
    }

    .column.is-8-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66666667%
    }

    .column.is-offset-8-mobile {
        margin-left: 66.66666667%
    }

    .column.is-9-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9-mobile {
        margin-left: 75%
    }

    .column.is-10-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333333%
    }

    .column.is-offset-10-mobile {
        margin-left: 83.33333333%
    }

    .column.is-11-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66666667%
    }

    .column.is-offset-11-mobile {
        margin-left: 91.66666667%
    }

    .column.is-12-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12-mobile {
        margin-left: 100%
    }
}

@media print,
screen and (min-width:769px) {

    .column.is-full,
    .column.is-full-tablet,
    .column.is-narrow,
    .column.is-narrow-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .column.is-full,
    .column.is-full-tablet {
        width: 100%
    }

    .column.is-three-quarters,
    .column.is-three-quarters-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-two-thirds,
    .column.is-two-thirds-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%
    }

    .column.is-half,
    .column.is-half-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third,
    .column.is-one-third-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter,
    .column.is-one-quarter-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-one-fifth,
    .column.is-one-fifth-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%
    }

    .column.is-two-fifths,
    .column.is-two-fifths-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%
    }

    .column.is-three-fifths,
    .column.is-three-fifths-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%
    }

    .column.is-four-fifths,
    .column.is-four-fifths-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters,
    .column.is-offset-three-quarters-tablet {
        margin-left: 75%
    }

    .column.is-offset-two-thirds,
    .column.is-offset-two-thirds-tablet {
        margin-left: 66.6666%
    }

    .column.is-offset-half,
    .column.is-offset-half-tablet {
        margin-left: 50%
    }

    .column.is-offset-one-third,
    .column.is-offset-one-third-tablet {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter,
    .column.is-offset-one-quarter-tablet {
        margin-left: 25%
    }

    .column.is-offset-one-fifth,
    .column.is-offset-one-fifth-tablet {
        margin-left: 20%
    }

    .column.is-offset-two-fifths,
    .column.is-offset-two-fifths-tablet {
        margin-left: 40%
    }

    .column.is-offset-three-fifths,
    .column.is-offset-three-fifths-tablet {
        margin-left: 60%
    }

    .column.is-offset-four-fifths,
    .column.is-offset-four-fifths-tablet {
        margin-left: 80%
    }

    .column.is-1,
    .column.is-1-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333333%
    }

    .column.is-offset-1,
    .column.is-offset-1-tablet {
        margin-left: 8.33333333%
    }

    .column.is-2,
    .column.is-2-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66666667%
    }

    .column.is-offset-2,
    .column.is-offset-2-tablet {
        margin-left: 16.66666667%
    }

    .column.is-3,
    .column.is-3-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3,
    .column.is-offset-3-tablet {
        margin-left: 25%
    }

    .column.is-4,
    .column.is-4-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333333%
    }

    .column.is-offset-4,
    .column.is-offset-4-tablet {
        margin-left: 33.33333333%
    }

    .column.is-5,
    .column.is-5-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66666667%
    }

    .column.is-offset-5,
    .column.is-offset-5-tablet {
        margin-left: 41.66666667%
    }

    .column.is-6,
    .column.is-6-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6,
    .column.is-offset-6-tablet {
        margin-left: 50%
    }

    .column.is-7,
    .column.is-7-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333333%
    }

    .column.is-offset-7,
    .column.is-offset-7-tablet {
        margin-left: 58.33333333%
    }

    .column.is-8,
    .column.is-8-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66666667%
    }

    .column.is-offset-8,
    .column.is-offset-8-tablet {
        margin-left: 66.66666667%
    }

    .column.is-9,
    .column.is-9-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9,
    .column.is-offset-9-tablet {
        margin-left: 75%
    }

    .column.is-10,
    .column.is-10-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333333%
    }

    .column.is-offset-10,
    .column.is-offset-10-tablet {
        margin-left: 83.33333333%
    }

    .column.is-11,
    .column.is-11-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66666667%
    }

    .column.is-offset-11,
    .column.is-offset-11-tablet {
        margin-left: 91.66666667%
    }

    .column.is-12,
    .column.is-12-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12,
    .column.is-offset-12-tablet {
        margin-left: 100%
    }
}

@media screen and (max-width:1023px) {

    .column.is-full-touch,
    .column.is-narrow-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .column.is-full-touch {
        width: 100%
    }

    .column.is-three-quarters-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%
    }

    .column.is-half-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-touch {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-touch {
        margin-left: 66.6666%
    }

    .column.is-offset-half-touch {
        margin-left: 50%
    }

    .column.is-offset-one-third-touch {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-touch {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-touch {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-touch {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-touch {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-touch {
        margin-left: 80%
    }

    .column.is-1-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333333%
    }

    .column.is-offset-1-touch {
        margin-left: 8.33333333%
    }

    .column.is-2-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66666667%
    }

    .column.is-offset-2-touch {
        margin-left: 16.66666667%
    }

    .column.is-3-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3-touch {
        margin-left: 25%
    }

    .column.is-4-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333333%
    }

    .column.is-offset-4-touch {
        margin-left: 33.33333333%
    }

    .column.is-5-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66666667%
    }

    .column.is-offset-5-touch {
        margin-left: 41.66666667%
    }

    .column.is-6-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6-touch {
        margin-left: 50%
    }

    .column.is-7-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333333%
    }

    .column.is-offset-7-touch {
        margin-left: 58.33333333%
    }

    .column.is-8-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66666667%
    }

    .column.is-offset-8-touch {
        margin-left: 66.66666667%
    }

    .column.is-9-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9-touch {
        margin-left: 75%
    }

    .column.is-10-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333333%
    }

    .column.is-offset-10-touch {
        margin-left: 83.33333333%
    }

    .column.is-11-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66666667%
    }

    .column.is-offset-11-touch {
        margin-left: 91.66666667%
    }

    .column.is-12-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12-touch {
        margin-left: 100%
    }
}

@media screen and (min-width:1024px) {

    .column.is-full-desktop,
    .column.is-narrow-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .column.is-full-desktop {
        width: 100%
    }

    .column.is-three-quarters-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%
    }

    .column.is-half-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-desktop {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-desktop {
        margin-left: 66.6666%
    }

    .column.is-offset-half-desktop {
        margin-left: 50%
    }

    .column.is-offset-one-third-desktop {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-desktop {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-desktop {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-desktop {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-desktop {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-desktop {
        margin-left: 80%
    }

    .column.is-1-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333333%
    }

    .column.is-offset-1-desktop {
        margin-left: 8.33333333%
    }

    .column.is-2-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66666667%
    }

    .column.is-offset-2-desktop {
        margin-left: 16.66666667%
    }

    .column.is-3-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3-desktop {
        margin-left: 25%
    }

    .column.is-4-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333333%
    }

    .column.is-offset-4-desktop {
        margin-left: 33.33333333%
    }

    .column.is-5-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66666667%
    }

    .column.is-offset-5-desktop {
        margin-left: 41.66666667%
    }

    .column.is-6-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6-desktop {
        margin-left: 50%
    }

    .column.is-7-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333333%
    }

    .column.is-offset-7-desktop {
        margin-left: 58.33333333%
    }

    .column.is-8-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66666667%
    }

    .column.is-offset-8-desktop {
        margin-left: 66.66666667%
    }

    .column.is-9-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9-desktop {
        margin-left: 75%
    }

    .column.is-10-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333333%
    }

    .column.is-offset-10-desktop {
        margin-left: 83.33333333%
    }

    .column.is-11-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66666667%
    }

    .column.is-offset-11-desktop {
        margin-left: 91.66666667%
    }

    .column.is-12-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12-desktop {
        margin-left: 100%
    }
}

@media screen and (min-width:1216px) {

    .column.is-full-widescreen,
    .column.is-narrow-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .column.is-full-widescreen {
        width: 100%
    }

    .column.is-three-quarters-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%
    }

    .column.is-half-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-widescreen {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-widescreen {
        margin-left: 66.6666%
    }

    .column.is-offset-half-widescreen {
        margin-left: 50%
    }

    .column.is-offset-one-third-widescreen {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-widescreen {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-widescreen {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-widescreen {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-widescreen {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-widescreen {
        margin-left: 80%
    }

    .column.is-1-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333333%
    }

    .column.is-offset-1-widescreen {
        margin-left: 8.33333333%
    }

    .column.is-2-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66666667%
    }

    .column.is-offset-2-widescreen {
        margin-left: 16.66666667%
    }

    .column.is-3-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3-widescreen {
        margin-left: 25%
    }

    .column.is-4-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333333%
    }

    .column.is-offset-4-widescreen {
        margin-left: 33.33333333%
    }

    .column.is-5-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66666667%
    }

    .column.is-offset-5-widescreen {
        margin-left: 41.66666667%
    }

    .column.is-6-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6-widescreen {
        margin-left: 50%
    }

    .column.is-7-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333333%
    }

    .column.is-offset-7-widescreen {
        margin-left: 58.33333333%
    }

    .column.is-8-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66666667%
    }

    .column.is-offset-8-widescreen {
        margin-left: 66.66666667%
    }

    .column.is-9-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9-widescreen {
        margin-left: 75%
    }

    .column.is-10-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333333%
    }

    .column.is-offset-10-widescreen {
        margin-left: 83.33333333%
    }

    .column.is-11-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66666667%
    }

    .column.is-offset-11-widescreen {
        margin-left: 91.66666667%
    }

    .column.is-12-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12-widescreen {
        margin-left: 100%
    }
}

@media screen and (min-width:1408px) {

    .column.is-full-fullhd,
    .column.is-narrow-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .column.is-full-fullhd {
        width: 100%
    }

    .column.is-three-quarters-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%
    }

    .column.is-half-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-fullhd {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-fullhd {
        margin-left: 66.6666%
    }

    .column.is-offset-half-fullhd {
        margin-left: 50%
    }

    .column.is-offset-one-third-fullhd {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-fullhd {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-fullhd {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-fullhd {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-fullhd {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-fullhd {
        margin-left: 80%
    }

    .column.is-1-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333333%
    }

    .column.is-offset-1-fullhd {
        margin-left: 8.33333333%
    }

    .column.is-2-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66666667%
    }

    .column.is-offset-2-fullhd {
        margin-left: 16.66666667%
    }

    .column.is-3-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3-fullhd {
        margin-left: 25%
    }

    .column.is-4-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333333%
    }

    .column.is-offset-4-fullhd {
        margin-left: 33.33333333%
    }

    .column.is-5-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66666667%
    }

    .column.is-offset-5-fullhd {
        margin-left: 41.66666667%
    }

    .column.is-6-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6-fullhd {
        margin-left: 50%
    }

    .column.is-7-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333333%
    }

    .column.is-offset-7-fullhd {
        margin-left: 58.33333333%
    }

    .column.is-8-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66666667%
    }

    .column.is-offset-8-fullhd {
        margin-left: 66.66666667%
    }

    .column.is-9-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9-fullhd {
        margin-left: 75%
    }

    .column.is-10-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333333%
    }

    .column.is-offset-10-fullhd {
        margin-left: 83.33333333%
    }

    .column.is-11-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66666667%
    }

    .column.is-offset-11-fullhd {
        margin-left: 91.66666667%
    }

    .column.is-12-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12-fullhd {
        margin-left: 100%
    }
}

.columns {
    margin-left: -.75rem;
    margin-right: -.75rem;
    margin-top: -.75rem
}

.columns:last-child {
    margin-bottom: -.75rem
}

.columns:not(:last-child) {
    margin-bottom: 0.75rem
}

.columns.is-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.columns.is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0
}

.columns.is-gapless > .column {
    margin: 0;
    padding: 0 !important
}

.columns.is-gapless:not(:last-child) {
    margin-bottom: 1.5rem
}

.columns.is-gapless:last-child {
    margin-bottom: 0
}

.columns.is-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.columns.is-multiline {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.columns.is-vcentered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media print,
screen and (min-width:769px) {
    .columns:not(.is-desktop) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (min-width:1024px) {
    .columns.is-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.columns.is-variable {
    --columnGap: 0.75rem;
    margin-left: calc(-1 * var(--columnGap));
    margin-right: calc(-1 * var(--columnGap))
}

.columns.is-variable .column {
    padding-left: var(--columnGap);
    padding-right: var(--columnGap)
}

.columns.is-variable.is-0 {
    --columnGap: 0rem
}

.columns.is-variable.is-1 {
    --columnGap: 0.25rem
}

.columns.is-variable.is-2 {
    --columnGap: 0.5rem
}

.columns.is-variable.is-3 {
    --columnGap: 0.75rem
}

.columns.is-variable.is-4 {
    --columnGap: 1rem
}

.columns.is-variable.is-5 {
    --columnGap: 1.25rem
}

.columns.is-variable.is-6 {
    --columnGap: 1.5rem
}

.columns.is-variable.is-7 {
    --columnGap: 1.75rem
}

.columns.is-variable.is-8 {
    --columnGap: 2rem
}

.input,
.textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.5;
    padding: calc(.375em - 1px) calc(.625em - 1px);
    position: relative;
    vertical-align: top;
    background-color: #fff;
    border-color: #dbdbdb;
    color: #363636;
    -webkit-box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, .1);
    box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, .1);
    max-width: 100%;
    width: 100%
}

.input.is-active,
.input.is-focused,
.input:active,
.input:focus,
.textarea.is-active,
.textarea.is-focused,
.textarea:active,
.textarea:focus {
    outline: none
}

.input[disabled],
.textarea[disabled] {
    cursor: not-allowed
}

.input::-moz-placeholder,
.textarea::-moz-placeholder {
    color: rgba(54, 54, 54, .3)
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
    color: rgba(54, 54, 54, .3)
}

.input:-moz-placeholder,
.textarea:-moz-placeholder {
    color: rgba(54, 54, 54, .3)
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
    color: rgba(54, 54, 54, .3)
}

.input.is-hovered,
.input:hover,
.textarea.is-hovered,
.textarea:hover {
    border-color: #b5b5b5
}

.input.is-active,
.input.is-focused,
.input:active,
.input:focus,
.textarea.is-active,
.textarea.is-focused,
.textarea:active,
.textarea:focus {
    border-color: #3273dc;
    -webkit-box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25);
    box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}

.input[disabled],
.textarea[disabled] {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #7a7a7a
}

.input[disabled]::-moz-placeholder,
.textarea[disabled]::-moz-placeholder {
    color: hsla(0, 0%, 48%, .3)
}

.input[disabled]::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder {
    color: hsla(0, 0%, 48%, .3)
}

.input[disabled]:-moz-placeholder,
.textarea[disabled]:-moz-placeholder {
    color: hsla(0, 0%, 48%, .3)
}

.input[disabled]:-ms-input-placeholder,
.textarea[disabled]:-ms-input-placeholder {
    color: hsla(0, 0%, 48%, .3)
}

.input[readonly],
.textarea[readonly] {
    -webkit-box-shadow: none;
    box-shadow: none
}

.input.is-white,
.textarea.is-white {
    border-color: #fff
}

.input.is-white.is-active,
.input.is-white.is-focused,
.input.is-white:active,
.input.is-white:focus,
.textarea.is-white.is-active,
.textarea.is-white.is-focused,
.textarea.is-white:active,
.textarea.is-white:focus {
    -webkit-box-shadow: 0 0 0 .125em hsla(0, 0%, 100%, .25);
    box-shadow: 0 0 0 .125em hsla(0, 0%, 100%, .25)
}

.input.is-black,
.textarea.is-black {
    border-color: #0a0a0a
}

.input.is-black.is-active,
.input.is-black.is-focused,
.input.is-black:active,
.input.is-black:focus,
.textarea.is-black.is-active,
.textarea.is-black.is-focused,
.textarea.is-black:active,
.textarea.is-black:focus {
    -webkit-box-shadow: 0 0 0 .125em hsla(0, 0%, 4%, .25);
    box-shadow: 0 0 0 .125em hsla(0, 0%, 4%, .25)
}

.input.is-light,
.textarea.is-light {
    border-color: #f5f5f5
}

.input.is-light.is-active,
.input.is-light.is-focused,
.input.is-light:active,
.input.is-light:focus,
.textarea.is-light.is-active,
.textarea.is-light.is-focused,
.textarea.is-light:active,
.textarea.is-light:focus {
    -webkit-box-shadow: 0 0 0 .125em hsla(0, 0%, 96%, .25);
    box-shadow: 0 0 0 .125em hsla(0, 0%, 96%, .25)
}

.input.is-dark,
.textarea.is-dark {
    border-color: #363636
}

.input.is-dark.is-active,
.input.is-dark.is-focused,
.input.is-dark:active,
.input.is-dark:focus,
.textarea.is-dark.is-active,
.textarea.is-dark.is-focused,
.textarea.is-dark:active,
.textarea.is-dark:focus {
    -webkit-box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25);
    box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25)
}

.input.is-primary,
.textarea.is-primary {
    border-color: #00d1b2
}

.input.is-primary.is-active,
.input.is-primary.is-focused,
.input.is-primary:active,
.input.is-primary:focus,
.textarea.is-primary.is-active,
.textarea.is-primary.is-focused,
.textarea.is-primary:active,
.textarea.is-primary:focus {
    -webkit-box-shadow: 0 0 0 .125em rgba(0, 209, 178, .25);
    box-shadow: 0 0 0 .125em rgba(0, 209, 178, .25)
}

.input.is-link,
.textarea.is-link {
    border-color: #3273dc
}

.input.is-link.is-active,
.input.is-link.is-focused,
.input.is-link:active,
.input.is-link:focus,
.textarea.is-link.is-active,
.textarea.is-link.is-focused,
.textarea.is-link:active,
.textarea.is-link:focus {
    -webkit-box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25);
    box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}

.input.is-info,
.textarea.is-info {
    border-color: #209cee
}

.input.is-info.is-active,
.input.is-info.is-focused,
.input.is-info:active,
.input.is-info:focus,
.textarea.is-info.is-active,
.textarea.is-info.is-focused,
.textarea.is-info:active,
.textarea.is-info:focus {
    -webkit-box-shadow: 0 0 0 .125em rgba(32, 156, 238, .25);
    box-shadow: 0 0 0 .125em rgba(32, 156, 238, .25)
}

.input.is-success,
.textarea.is-success {
    border-color: #23d160
}

.input.is-success.is-active,
.input.is-success.is-focused,
.input.is-success:active,
.input.is-success:focus,
.textarea.is-success.is-active,
.textarea.is-success.is-focused,
.textarea.is-success:active,
.textarea.is-success:focus {
    -webkit-box-shadow: 0 0 0 .125em rgba(35, 209, 96, .25);
    box-shadow: 0 0 0 .125em rgba(35, 209, 96, .25)
}

.input.is-warning,
.textarea.is-warning {
    border-color: #ffdd57
}

.input.is-warning.is-active,
.input.is-warning.is-focused,
.input.is-warning:active,
.input.is-warning:focus,
.textarea.is-warning.is-active,
.textarea.is-warning.is-focused,
.textarea.is-warning:active,
.textarea.is-warning:focus {
    -webkit-box-shadow: 0 0 0 .125em rgba(255, 221, 87, .25);
    box-shadow: 0 0 0 .125em rgba(255, 221, 87, .25)
}

.input.is-danger,
.textarea.is-danger {
    border-color: #ff3860
}

.input.is-danger.is-active,
.input.is-danger.is-focused,
.input.is-danger:active,
.input.is-danger:focus,
.textarea.is-danger.is-active,
.textarea.is-danger.is-focused,
.textarea.is-danger:active,
.textarea.is-danger:focus {
    -webkit-box-shadow: 0 0 0 .125em rgba(255, 56, 96, .25);
    box-shadow: 0 0 0 .125em rgba(255, 56, 96, .25)
}

.input.is-small,
.textarea.is-small {
    border-radius: 2px;
    font-size: .75rem
}

.input.is-medium,
.textarea.is-medium {
    font-size: 1.25rem
}

.input.is-large,
.textarea.is-large {
    font-size: 1.5rem
}

.input.is-fullwidth,
.textarea.is-fullwidth {
    display: block;
    width: 100%
}

.input.is-inline,
.textarea.is-inline {
    display: inline;
    width: auto
}

.input.is-rounded {
    border-radius: 290486px;
    padding-left: 1em;
    padding-right: 1em
}

.input.is-static {
    background-color: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0
}

.textarea {
    display: block;
    max-width: 100%;
    min-width: 100%;
    padding: .625em;
    resize: vertical
}

.textarea:not([rows]) {
    max-height: 600px;
    min-height: 120px
}

.textarea[rows] {
    height: unset
}

.textarea.has-fixed-size {
    resize: none
}

.checkbox,
.radio {
    cursor: pointer;
    display: inline-block;
    line-height: 1.25;
    position: relative
}

.checkbox input,
.radio input {
    cursor: pointer
}

.checkbox:hover,
.radio:hover {
    color: #363636
}

.checkbox[disabled],
.radio[disabled] {
    color: #7a7a7a;
    cursor: not-allowed
}

.radio + .radio {
    margin-left: .5em
}

.select {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: top
}

.select:not(.is-multiple) {
    height: 2.25em
}

.select:not(.is-multiple):after {
    border: 1px solid #3273dc;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: .5em;
    pointer-events: none;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    width: .5em;
    margin-top: -.375em;
    right: 1.125em;
    top: 50%;
    z-index: 4
}

.select.is-rounded select {
    border-radius: 290486px;
    padding-left: 1em
}

.select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.5;
    padding: calc(.375em - 1px) calc(.625em - 1px);
    position: relative;
    vertical-align: top;
    background-color: #fff;
    border-color: #dbdbdb;
    color: #363636;
    cursor: pointer;
    display: block;
    font-size: 1em;
    max-width: 100%;
    outline: none
}

.select select.is-active,
.select select.is-focused,
.select select:active,
.select select:focus {
    outline: none
}

.select select[disabled] {
    cursor: not-allowed
}

.select select::-moz-placeholder {
    color: rgba(54, 54, 54, .3)
}

.select select::-webkit-input-placeholder {
    color: rgba(54, 54, 54, .3)
}

.select select:-moz-placeholder {
    color: rgba(54, 54, 54, .3)
}

.select select:-ms-input-placeholder {
    color: rgba(54, 54, 54, .3)
}

.select select.is-hovered,
.select select:hover {
    border-color: #b5b5b5
}

.select select.is-active,
.select select.is-focused,
.select select:active,
.select select:focus {
    border-color: #3273dc;
    -webkit-box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25);
    box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}

.select select[disabled] {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #7a7a7a
}

.select select[disabled]::-moz-placeholder {
    color: hsla(0, 0%, 48%, .3)
}

.select select[disabled]::-webkit-input-placeholder {
    color: hsla(0, 0%, 48%, .3)
}

.select select[disabled]:-moz-placeholder {
    color: hsla(0, 0%, 48%, .3)
}

.select select[disabled]:-ms-input-placeholder {
    color: hsla(0, 0%, 48%, .3)
}

.select select::-ms-expand {
    display: none
}

.select select[disabled]:hover {
    border-color: #f5f5f5
}

.select select:not([multiple]) {
    padding-right: 2.5em
}

.select select[multiple] {
    height: unset;
    padding: 0
}

.select select[multiple] option {
    padding: .5em 1em
}

.select:hover:after {
    border-color: #363636
}

.select.is-white select {
    border-color: #fff
}

.select.is-white select.is-active,
.select.is-white select.is-focused,
.select.is-white select:active,
.select.is-white select:focus {
    -webkit-box-shadow: 0 0 0 .125em hsla(0, 0%, 100%, .25);
    box-shadow: 0 0 0 .125em hsla(0, 0%, 100%, .25)
}

.select.is-black select {
    border-color: #0a0a0a
}

.select.is-black select.is-active,
.select.is-black select.is-focused,
.select.is-black select:active,
.select.is-black select:focus {
    -webkit-box-shadow: 0 0 0 .125em hsla(0, 0%, 4%, .25);
    box-shadow: 0 0 0 .125em hsla(0, 0%, 4%, .25)
}

.select.is-light select {
    border-color: #f5f5f5
}

.select.is-light select.is-active,
.select.is-light select.is-focused,
.select.is-light select:active,
.select.is-light select:focus {
    -webkit-box-shadow: 0 0 0 .125em hsla(0, 0%, 96%, .25);
    box-shadow: 0 0 0 .125em hsla(0, 0%, 96%, .25)
}

.select.is-dark select {
    border-color: #363636
}

.select.is-dark select.is-active,
.select.is-dark select.is-focused,
.select.is-dark select:active,
.select.is-dark select:focus {
    -webkit-box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25);
    box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25)
}

.select.is-primary select {
    border-color: #00d1b2
}

.select.is-primary select.is-active,
.select.is-primary select.is-focused,
.select.is-primary select:active,
.select.is-primary select:focus {
    -webkit-box-shadow: 0 0 0 .125em rgba(0, 209, 178, .25);
    box-shadow: 0 0 0 .125em rgba(0, 209, 178, .25)
}

.select.is-link select {
    border-color: #3273dc
}

.select.is-link select.is-active,
.select.is-link select.is-focused,
.select.is-link select:active,
.select.is-link select:focus {
    -webkit-box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25);
    box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}

.select.is-info select {
    border-color: #209cee
}

.select.is-info select.is-active,
.select.is-info select.is-focused,
.select.is-info select:active,
.select.is-info select:focus {
    -webkit-box-shadow: 0 0 0 .125em rgba(32, 156, 238, .25);
    box-shadow: 0 0 0 .125em rgba(32, 156, 238, .25)
}

.select.is-success select {
    border-color: #23d160
}

.select.is-success select.is-active,
.select.is-success select.is-focused,
.select.is-success select:active,
.select.is-success select:focus {
    -webkit-box-shadow: 0 0 0 .125em rgba(35, 209, 96, .25);
    box-shadow: 0 0 0 .125em rgba(35, 209, 96, .25)
}

.select.is-warning select {
    border-color: #ffdd57
}

.select.is-warning select.is-active,
.select.is-warning select.is-focused,
.select.is-warning select:active,
.select.is-warning select:focus {
    -webkit-box-shadow: 0 0 0 .125em rgba(255, 221, 87, .25);
    box-shadow: 0 0 0 .125em rgba(255, 221, 87, .25)
}

.select.is-danger select {
    border-color: #ff3860
}

.select.is-danger select.is-active,
.select.is-danger select.is-focused,
.select.is-danger select:active,
.select.is-danger select:focus {
    -webkit-box-shadow: 0 0 0 .125em rgba(255, 56, 96, .25);
    box-shadow: 0 0 0 .125em rgba(255, 56, 96, .25)
}

.select.is-small {
    border-radius: 2px;
    font-size: .75rem
}

.select.is-medium {
    font-size: 1.25rem
}

.select.is-large {
    font-size: 1.5rem
}

.select.is-disabled:after {
    border-color: #7a7a7a
}

.select.is-fullwidth,
.select.is-fullwidth select {
    width: 100%
}

.select.is-loading:after {
    -webkit-animation: spinAround .5s infinite linear;
    animation: spinAround .5s infinite linear;
    border: 2px solid #dbdbdb;
    border-radius: 290486px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
    margin-top: 0;
    position: absolute;
    right: .625em;
    top: .625em;
    -webkit-transform: none;
    transform: none
}

.select.is-loading.is-small:after {
    font-size: .75rem
}

.select.is-loading.is-medium:after {
    font-size: 1.25rem
}

.select.is-loading.is-large:after {
    font-size: 1.5rem
}

.file {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative
}

.file.is-white .file-cta {
    background-color: #fff;
    border-color: transparent;
    color: #0a0a0a
}

.file.is-white.is-hovered .file-cta,
.file.is-white:hover .file-cta {
    background-color: #f9f9f9;
    border-color: transparent;
    color: #0a0a0a
}

.file.is-white.is-focused .file-cta,
.file.is-white:focus .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 .5em hsla(0, 0%, 100%, .25);
    box-shadow: 0 0 .5em hsla(0, 0%, 100%, .25);
    color: #0a0a0a
}

.file.is-white.is-active .file-cta,
.file.is-white:active .file-cta {
    background-color: #f2f2f2;
    border-color: transparent;
    color: #0a0a0a
}

.file.is-black .file-cta {
    background-color: #0a0a0a;
    border-color: transparent;
    color: #fff
}

.file.is-black.is-hovered .file-cta,
.file.is-black:hover .file-cta {
    background-color: #040404;
    border-color: transparent;
    color: #fff
}

.file.is-black.is-focused .file-cta,
.file.is-black:focus .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 .5em hsla(0, 0%, 4%, .25);
    box-shadow: 0 0 .5em hsla(0, 0%, 4%, .25);
    color: #fff
}

.file.is-black.is-active .file-cta,
.file.is-black:active .file-cta {
    background-color: #000;
    border-color: transparent;
    color: #fff
}

.file.is-light .file-cta {
    background-color: #f5f5f5;
    border-color: transparent;
    color: #363636
}

.file.is-light.is-hovered .file-cta,
.file.is-light:hover .file-cta {
    background-color: #eee;
    border-color: transparent;
    color: #363636
}

.file.is-light.is-focused .file-cta,
.file.is-light:focus .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 .5em hsla(0, 0%, 96%, .25);
    box-shadow: 0 0 .5em hsla(0, 0%, 96%, .25);
    color: #363636
}

.file.is-light.is-active .file-cta,
.file.is-light:active .file-cta {
    background-color: #e8e8e8;
    border-color: transparent;
    color: #363636
}

.file.is-dark .file-cta {
    background-color: #363636;
    border-color: transparent;
    color: #f5f5f5
}

.file.is-dark.is-hovered .file-cta,
.file.is-dark:hover .file-cta {
    background-color: #2f2f2f;
    border-color: transparent;
    color: #f5f5f5
}

.file.is-dark.is-focused .file-cta,
.file.is-dark:focus .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 .5em rgba(54, 54, 54, .25);
    box-shadow: 0 0 .5em rgba(54, 54, 54, .25);
    color: #f5f5f5
}

.file.is-dark.is-active .file-cta,
.file.is-dark:active .file-cta {
    background-color: #292929;
    border-color: transparent;
    color: #f5f5f5
}

.file.is-primary .file-cta {
    background-color: #00d1b2;
    border-color: transparent;
    color: #fff
}

.file.is-primary.is-hovered .file-cta,
.file.is-primary:hover .file-cta {
    background-color: #00c4a7;
    border-color: transparent;
    color: #fff
}

.file.is-primary.is-focused .file-cta,
.file.is-primary:focus .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 .5em rgba(0, 209, 178, .25);
    box-shadow: 0 0 .5em rgba(0, 209, 178, .25);
    color: #fff
}

.file.is-primary.is-active .file-cta,
.file.is-primary:active .file-cta {
    background-color: #00b89c;
    border-color: transparent;
    color: #fff
}

.file.is-link .file-cta {
    background-color: #3273dc;
    border-color: transparent;
    color: #fff
}

.file.is-link.is-hovered .file-cta,
.file.is-link:hover .file-cta {
    background-color: #276cda;
    border-color: transparent;
    color: #fff
}

.file.is-link.is-focused .file-cta,
.file.is-link:focus .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 .5em rgba(50, 115, 220, .25);
    box-shadow: 0 0 .5em rgba(50, 115, 220, .25);
    color: #fff
}

.file.is-link.is-active .file-cta,
.file.is-link:active .file-cta {
    background-color: #2366d1;
    border-color: transparent;
    color: #fff
}

.file.is-info .file-cta {
    background-color: #209cee;
    border-color: transparent;
    color: #fff
}

.file.is-info.is-hovered .file-cta,
.file.is-info:hover .file-cta {
    background-color: #1496ed;
    border-color: transparent;
    color: #fff
}

.file.is-info.is-focused .file-cta,
.file.is-info:focus .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 .5em rgba(32, 156, 238, .25);
    box-shadow: 0 0 .5em rgba(32, 156, 238, .25);
    color: #fff
}

.file.is-info.is-active .file-cta,
.file.is-info:active .file-cta {
    background-color: #118fe4;
    border-color: transparent;
    color: #fff
}

.file.is-success .file-cta {
    background-color: #23d160;
    border-color: transparent;
    color: #fff
}

.file.is-success.is-hovered .file-cta,
.file.is-success:hover .file-cta {
    background-color: #22c65b;
    border-color: transparent;
    color: #fff
}

.file.is-success.is-focused .file-cta,
.file.is-success:focus .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 .5em rgba(35, 209, 96, .25);
    box-shadow: 0 0 .5em rgba(35, 209, 96, .25);
    color: #fff
}

.file.is-success.is-active .file-cta,
.file.is-success:active .file-cta {
    background-color: #20bc56;
    border-color: transparent;
    color: #fff
}

.file.is-warning .file-cta {
    background-color: #ffdd57;
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.file.is-warning.is-hovered .file-cta,
.file.is-warning:hover .file-cta {
    background-color: #ffdb4a;
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.file.is-warning.is-focused .file-cta,
.file.is-warning:focus .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 .5em rgba(255, 221, 87, .25);
    box-shadow: 0 0 .5em rgba(255, 221, 87, .25);
    color: rgba(0, 0, 0, .7)
}

.file.is-warning.is-active .file-cta,
.file.is-warning:active .file-cta {
    background-color: #ffd83d;
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.file.is-danger .file-cta {
    background-color: #ff3860;
    border-color: transparent;
    color: #fff
}

.file.is-danger.is-hovered .file-cta,
.file.is-danger:hover .file-cta {
    background-color: #ff2b56;
    border-color: transparent;
    color: #fff
}

.file.is-danger.is-focused .file-cta,
.file.is-danger:focus .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 .5em rgba(255, 56, 96, .25);
    box-shadow: 0 0 .5em rgba(255, 56, 96, .25);
    color: #fff
}

.file.is-danger.is-active .file-cta,
.file.is-danger:active .file-cta {
    background-color: #ff1f4b;
    border-color: transparent;
    color: #fff
}

.file.is-small {
    font-size: .75rem
}

.file.is-medium {
    font-size: 1.25rem
}

.file.is-medium .file-icon .fa {
    font-size: 21px
}

.file.is-large {
    font-size: 1.5rem
}

.file.is-large .file-icon .fa {
    font-size: 28px
}

.file.has-name .file-cta {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.file.has-name .file-name {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.file.has-name.is-empty .file-cta {
    border-radius: 3px
}

.file.has-name.is-empty .file-name {
    display: none
}

.file.is-boxed .file-cta,
.file.is-boxed .file-label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.file.is-boxed .file-cta {
    height: auto;
    padding: 1em 3em
}

.file.is-boxed .file-name {
    border-width: 0 1px 1px
}

.file.is-boxed .file-icon {
    height: 1.5em;
    width: 1.5em
}

.file.is-boxed .file-icon .fa {
    font-size: 21px
}

.file.is-boxed.is-small .file-icon .fa {
    font-size: 14px
}

.file.is-boxed.is-medium .file-icon .fa {
    font-size: 28px
}

.file.is-boxed.is-large .file-icon .fa {
    font-size: 35px
}

.file.is-boxed.has-name .file-cta {
    border-radius: 3px 3px 0 0
}

.file.is-boxed.has-name .file-name {
    border-radius: 0 0 3px 3px;
    border-width: 0 1px 1px
}

.file.is-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.file.is-fullwidth .file-label {
    width: 100%
}

.file.is-fullwidth .file-name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: none
}

.file.is-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.file.is-right .file-cta {
    border-radius: 0 3px 3px 0
}

.file.is-right .file-name {
    border-radius: 3px 0 0 3px;
    border-width: 1px 0 1px 1px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.file-label {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
    position: relative
}

.file-label:hover .file-cta {
    background-color: #eee;
    color: #363636
}

.file-label:hover .file-name {
    border-color: #d5d5d5
}

.file-label:active .file-cta {
    background-color: #e8e8e8;
    color: #363636
}

.file-label:active .file-name {
    border-color: #cfcfcf
}

.file-input {
    height: .01em;
    left: 0;
    outline: none;
    position: absolute;
    top: 0;
    width: .01em
}

.file-cta,
.file-name {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.5;
    padding-left: calc(.625em - 1px);
    padding-right: calc(.625em - 1px);
    position: relative;
    vertical-align: top;
    border-color: #dbdbdb;
    border-radius: 3px;
    font-size: 1em;
    padding: calc(.375em - 1px) 1em;
    white-space: nowrap
}

.file-cta.is-active,
.file-cta.is-focused,
.file-cta:active,
.file-cta:focus,
.file-name.is-active,
.file-name.is-focused,
.file-name:active,
.file-name:focus {
    outline: none
}

.file-cta[disabled],
.file-name[disabled] {
    cursor: not-allowed
}

.file-cta {
    background-color: #f5f5f5;
    color: #4a4a4a
}

.file-name {
    border-color: #dbdbdb;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    display: block;
    max-width: 16em;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis
}

.file-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: .5em;
    width: 1em
}

.file-icon .fa {
    font-size: 14px
}

.label {
    color: #363636;
    display: block;
    font-size: 1rem
}

.label:not(:last-child) {
    margin-bottom: .5em
}

.label.is-small {
    font-size: .75rem
}

.label.is-medium {
    font-size: 1.25rem
}

.label.is-large {
    font-size: 1.5rem
}

.help {
    display: block;
    font-size: .75rem;
    margin-top: .25rem
}

.help.is-white {
    color: #fff
}

.help.is-black {
    color: #0a0a0a
}

.help.is-light {
    color: #f5f5f5
}

.help.is-dark {
    color: #363636
}

.help.is-primary {
    color: #00d1b2
}

.help.is-link {
    color: #3273dc
}

.help.is-info {
    color: #209cee
}

.help.is-success {
    color: #23d160
}

.help.is-warning {
    color: #ffdd57
}

.help.is-danger {
    color: #ff3860
}

.field:not(:last-child) {
    margin-bottom: .75rem
}

.field.has-addons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.field.has-addons .control:not(:last-child) {
    margin-right: -1px
}

.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
    border-radius: 0
}

.field.has-addons .control:first-child .button,
.field.has-addons .control:first-child .input,
.field.has-addons .control:first-child .select select {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.field.has-addons .control:last-child .button,
.field.has-addons .control:last-child .input,
.field.has-addons .control:last-child .select select {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.field.has-addons .control .button.is-hovered,
.field.has-addons .control .button:hover,
.field.has-addons .control .input.is-hovered,
.field.has-addons .control .input:hover,
.field.has-addons .control .select select.is-hovered,
.field.has-addons .control .select select:hover {
    z-index: 2
}

.field.has-addons .control .button.is-active,
.field.has-addons .control .button.is-focused,
.field.has-addons .control .button:active,
.field.has-addons .control .button:focus,
.field.has-addons .control .input.is-active,
.field.has-addons .control .input.is-focused,
.field.has-addons .control .input:active,
.field.has-addons .control .input:focus,
.field.has-addons .control .select select.is-active,
.field.has-addons .control .select select.is-focused,
.field.has-addons .control .select select:active,
.field.has-addons .control .select select:focus {
    z-index: 3
}

.field.has-addons .control .button.is-active:hover,
.field.has-addons .control .button.is-focused:hover,
.field.has-addons .control .button:active:hover,
.field.has-addons .control .button:focus:hover,
.field.has-addons .control .input.is-active:hover,
.field.has-addons .control .input.is-focused:hover,
.field.has-addons .control .input:active:hover,
.field.has-addons .control .input:focus:hover,
.field.has-addons .control .select select.is-active:hover,
.field.has-addons .control .select select.is-focused:hover,
.field.has-addons .control .select select:active:hover,
.field.has-addons .control .select select:focus:hover {
    z-index: 4
}

.field.has-addons .control.is-expanded {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.field.has-addons.has-addons-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.field.has-addons.has-addons-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.field.has-addons.has-addons-fullwidth .control {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.field.is-grouped {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.field.is-grouped > .control {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.field.is-grouped > .control:not(:last-child) {
    margin-bottom: 0;
    margin-right: .75rem
}

.field.is-grouped > .control.is-expanded {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.field.is-grouped.is-grouped-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.field.is-grouped.is-grouped-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.field.is-grouped.is-grouped-multiline {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.field.is-grouped.is-grouped-multiline > .control:last-child,
.field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
    margin-bottom: .75rem
}

.field.is-grouped.is-grouped-multiline:last-child {
    margin-bottom: -.75rem
}

.field.is-grouped.is-grouped-multiline:not(:last-child) {
    margin-bottom: 0
}

@media print,
screen and (min-width:769px) {
    .field.is-horizontal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.field-label .label {
    font-size: inherit
}

@media screen and (max-width:768px) {
    .field-label {
        margin-bottom: .5rem
    }
}

@media print,
screen and (min-width:769px) {
    .field-label {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 1.5rem;
        text-align: right
    }

    .field-label.is-small {
        font-size: .75rem;
        padding-top: .375em
    }

    .field-label.is-normal {
        padding-top: .375em
    }

    .field-label.is-medium {
        font-size: 1.25rem;
        padding-top: .375em
    }

    .field-label.is-large {
        font-size: 1.5rem;
        padding-top: .375em
    }
}

.field-body .field .field {
    margin-bottom: 0
}

@media print,
screen and (min-width:769px) {
    .field-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 5;
        -ms-flex-positive: 5;
        flex-grow: 5;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    .field-body .field {
        margin-bottom: 0
    }

    .field-body > .field {
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    .field-body > .field:not(.is-narrow) {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .field-body > .field:not(:last-child) {
        margin-right: .75rem
    }
}

.control {
    font-size: 1rem;
    position: relative;
    text-align: left
}

.control.has-icon .icon {
    color: #dbdbdb;
    height: 2.25em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.25em;
    z-index: 4
}

.control.has-icon .input:focus + .icon {
    color: #7a7a7a
}

.control.has-icon .input.is-small + .icon {
    font-size: .75rem
}

.control.has-icon .input.is-medium + .icon {
    font-size: 1.25rem
}

.control.has-icon .input.is-large + .icon {
    font-size: 1.5rem
}

.control.has-icon:not(.has-icon-right) .icon {
    left: 0
}

.control.has-icon:not(.has-icon-right) .input {
    padding-left: 2.25em
}

.control.has-icon.has-icon-right .icon {
    right: 0
}

.control.has-icon.has-icon-right .input {
    padding-right: 2.25em
}

.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon,
.control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
    color: #7a7a7a
}

.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .select.is-small ~ .icon,
.control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
    font-size: .75rem
}

.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon,
.control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
    font-size: 1.25rem
}

.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-left .select.is-large ~ .icon,
.control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
    font-size: 1.5rem
}

.control.has-icons-left .icon,
.control.has-icons-right .icon {
    color: #dbdbdb;
    height: 2.25em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.25em;
    z-index: 4
}

.control.has-icons-left .input,
.control.has-icons-left .select select {
    padding-left: 2.25em
}

.control.has-icons-left .icon.is-left {
    left: 0
}

.control.has-icons-right .input,
.control.has-icons-right .select select {
    padding-right: 2.25em
}

.control.has-icons-right .icon.is-right {
    right: 0
}

.control.is-loading:after {
    -webkit-animation: spinAround .5s infinite linear;
    animation: spinAround .5s infinite linear;
    border: 2px solid #dbdbdb;
    border-radius: 290486px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
    position: absolute !important;
    right: .625em;
    top: .625em;
    z-index: 4
}

.control.is-loading.is-small:after {
    font-size: .75rem
}

.control.is-loading.is-medium:after {
    font-size: 1.25rem
}

.control.is-loading.is-large:after {
    font-size: 1.5rem
}

.notification {
    background-color: #f5f5f5;
    border-radius: 3px;
    padding: 1.25rem 2.5rem 1.25rem 1.5rem;
    position: relative
}

.notification:not(:last-child) {
    margin-bottom: 1.5rem
}

.notification a:not(.button) {
    color: currentColor;
    text-decoration: underline
}

.notification strong {
    color: currentColor
}

.notification code,
.notification pre {
    background: #fff
}

.notification pre code {
    background: transparent
}

.notification > .delete {
    position: absolute;
    right: .5rem;
    top: .5rem
}

.notification .content,
.notification .subtitle,
.notification .title {
    color: currentColor
}

.notification.is-white {
    background-color: #fff;
    color: #0a0a0a
}

.notification.is-black {
    background-color: #0a0a0a;
    color: #fff
}

.notification.is-light {
    background-color: #f5f5f5;
    color: #363636
}

.notification.is-dark {
    background-color: #363636;
    color: #f5f5f5
}

.notification.is-primary {
    background-color: #00d1b2;
    color: #fff
}

.notification.is-link {
    background-color: #3273dc;
    color: #fff
}

.notification.is-info {
    background-color: #209cee;
    color: #fff
}

.notification.is-success {
    background-color: #23d160;
    color: #fff
}

.notification.is-warning {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, .7)
}

.notification.is-danger {
    background-color: #ff3860;
    color: #fff
}

.is-clearfix:after {
    clear: both;
    content: " ";
    display: table
}

.is-pulled-left {
    float: left !important
}

.is-pulled-right {
    float: right !important
}

.is-clipped {
    overflow: hidden !important
}

.is-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.is-size-1 {
    font-size: 3rem !important
}

.is-size-2 {
    font-size: 2.5rem !important
}

.is-size-3 {
    font-size: 2rem !important
}

.is-size-4 {
    font-size: 1.5rem !important
}

.is-size-5 {
    font-size: 1.25rem !important
}

.is-size-6 {
    font-size: 1rem !important
}

.is-size-7 {
    font-size: .75rem !important
}

@media screen and (max-width:768px) {
    .is-size-1-mobile {
        font-size: 3rem !important
    }

    .is-size-2-mobile {
        font-size: 2.5rem !important
    }

    .is-size-3-mobile {
        font-size: 2rem !important
    }

    .is-size-4-mobile {
        font-size: 1.5rem !important
    }

    .is-size-5-mobile {
        font-size: 1.25rem !important
    }

    .is-size-6-mobile {
        font-size: 1rem !important
    }

    .is-size-7-mobile {
        font-size: .75rem !important
    }
}

@media print,
screen and (min-width:769px) {
    .is-size-1-tablet {
        font-size: 3rem !important
    }

    .is-size-2-tablet {
        font-size: 2.5rem !important
    }

    .is-size-3-tablet {
        font-size: 2rem !important
    }

    .is-size-4-tablet {
        font-size: 1.5rem !important
    }

    .is-size-5-tablet {
        font-size: 1.25rem !important
    }

    .is-size-6-tablet {
        font-size: 1rem !important
    }

    .is-size-7-tablet {
        font-size: .75rem !important
    }
}

@media screen and (max-width:1023px) {
    .is-size-1-touch {
        font-size: 3rem !important
    }

    .is-size-2-touch {
        font-size: 2.5rem !important
    }

    .is-size-3-touch {
        font-size: 2rem !important
    }

    .is-size-4-touch {
        font-size: 1.5rem !important
    }

    .is-size-5-touch {
        font-size: 1.25rem !important
    }

    .is-size-6-touch {
        font-size: 1rem !important
    }

    .is-size-7-touch {
        font-size: .75rem !important
    }
}

@media screen and (min-width:1024px) {
    .is-size-1-desktop {
        font-size: 3rem !important
    }

    .is-size-2-desktop {
        font-size: 2.5rem !important
    }

    .is-size-3-desktop {
        font-size: 2rem !important
    }

    .is-size-4-desktop {
        font-size: 1.5rem !important
    }

    .is-size-5-desktop {
        font-size: 1.25rem !important
    }

    .is-size-6-desktop {
        font-size: 1rem !important
    }

    .is-size-7-desktop {
        font-size: .75rem !important
    }
}

@media screen and (min-width:1216px) {
    .is-size-1-widescreen {
        font-size: 3rem !important
    }

    .is-size-2-widescreen {
        font-size: 2.5rem !important
    }

    .is-size-3-widescreen {
        font-size: 2rem !important
    }

    .is-size-4-widescreen {
        font-size: 1.5rem !important
    }

    .is-size-5-widescreen {
        font-size: 1.25rem !important
    }

    .is-size-6-widescreen {
        font-size: 1rem !important
    }

    .is-size-7-widescreen {
        font-size: .75rem !important
    }
}

@media screen and (min-width:1408px) {
    .is-size-1-fullhd {
        font-size: 3rem !important
    }

    .is-size-2-fullhd {
        font-size: 2.5rem !important
    }

    .is-size-3-fullhd {
        font-size: 2rem !important
    }

    .is-size-4-fullhd {
        font-size: 1.5rem !important
    }

    .is-size-5-fullhd {
        font-size: 1.25rem !important
    }

    .is-size-6-fullhd {
        font-size: 1rem !important
    }

    .is-size-7-fullhd {
        font-size: .75rem !important
    }
}

.has-text-centered {
    text-align: center !important
}

@media screen and (max-width:768px) {
    .has-text-centered-mobile {
        text-align: center !important
    }
}

@media print,
screen and (min-width:769px) {
    .has-text-centered-tablet {
        text-align: center !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .has-text-centered-tablet-only {
        text-align: center !important
    }
}

@media screen and (max-width:1023px) {
    .has-text-centered-touch {
        text-align: center !important
    }
}

@media screen and (min-width:1024px) {
    .has-text-centered-desktop {
        text-align: center !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .has-text-centered-desktop-only {
        text-align: center !important
    }
}

@media screen and (min-width:1216px) {
    .has-text-centered-widescreen {
        text-align: center !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .has-text-centered-widescreen-only {
        text-align: center !important
    }
}

@media screen and (min-width:1408px) {
    .has-text-centered-fullhd {
        text-align: center !important
    }
}

.has-text-justified {
    text-align: justify !important
}

@media screen and (max-width:768px) {
    .has-text-justified-mobile {
        text-align: justify !important
    }
}

@media print,
screen and (min-width:769px) {
    .has-text-justified-tablet {
        text-align: justify !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .has-text-justified-tablet-only {
        text-align: justify !important
    }
}

@media screen and (max-width:1023px) {
    .has-text-justified-touch {
        text-align: justify !important
    }
}

@media screen and (min-width:1024px) {
    .has-text-justified-desktop {
        text-align: justify !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .has-text-justified-desktop-only {
        text-align: justify !important
    }
}

@media screen and (min-width:1216px) {
    .has-text-justified-widescreen {
        text-align: justify !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .has-text-justified-widescreen-only {
        text-align: justify !important
    }
}

@media screen and (min-width:1408px) {
    .has-text-justified-fullhd {
        text-align: justify !important
    }
}

.has-text-left {
    text-align: left !important
}

@media screen and (max-width:768px) {
    .has-text-left-mobile {
        text-align: left !important
    }
}

@media print,
screen and (min-width:769px) {
    .has-text-left-tablet {
        text-align: left !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .has-text-left-tablet-only {
        text-align: left !important
    }
}

@media screen and (max-width:1023px) {
    .has-text-left-touch {
        text-align: left !important
    }
}

@media screen and (min-width:1024px) {
    .has-text-left-desktop {
        text-align: left !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .has-text-left-desktop-only {
        text-align: left !important
    }
}

@media screen and (min-width:1216px) {
    .has-text-left-widescreen {
        text-align: left !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .has-text-left-widescreen-only {
        text-align: left !important
    }
}

@media screen and (min-width:1408px) {
    .has-text-left-fullhd {
        text-align: left !important
    }
}

.has-text-right {
    text-align: right !important
}

@media screen and (max-width:768px) {
    .has-text-right-mobile {
        text-align: right !important
    }
}

@media print,
screen and (min-width:769px) {
    .has-text-right-tablet {
        text-align: right !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .has-text-right-tablet-only {
        text-align: right !important
    }
}

@media screen and (max-width:1023px) {
    .has-text-right-touch {
        text-align: right !important
    }
}

@media screen and (min-width:1024px) {
    .has-text-right-desktop {
        text-align: right !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .has-text-right-desktop-only {
        text-align: right !important
    }
}

@media screen and (min-width:1216px) {
    .has-text-right-widescreen {
        text-align: right !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .has-text-right-widescreen-only {
        text-align: right !important
    }
}

@media screen and (min-width:1408px) {
    .has-text-right-fullhd {
        text-align: right !important
    }
}

.is-capitalized {
    text-transform: capitalize !important
}

.is-lowercase {
    text-transform: lowercase !important
}

.is-uppercase {
    text-transform: uppercase !important
}

.is-italic {
    font-style: italic !important
}

.has-text-white {
    color: #fff !important
}

a.has-text-white:focus,
a.has-text-white:hover {
    color: #e6e5e5 !important
}

.has-text-black {
    color: #0a0a0a !important
}

a.has-text-black:focus,
a.has-text-black:hover {
    color: #000 !important
}

.has-text-light {
    color: #f5f5f5 !important
}

a.has-text-light:focus,
a.has-text-light:hover {
    color: #dbdbdb !important
}

.has-text-dark {
    color: #363636 !important
}

a.has-text-dark:focus,
a.has-text-dark:hover {
    color: #1c1c1c !important
}

.has-text-primary {
    color: #00d1b2 !important
}

a.has-text-primary:focus,
a.has-text-primary:hover {
    color: #009e86 !important
}

.has-text-link {
    color: #3273dc !important
}

a.has-text-link:focus,
a.has-text-link:hover {
    color: #205bbc !important
}

.has-text-info {
    color: #209cee !important
}

a.has-text-info:focus,
a.has-text-info:hover {
    color: #0f81cc !important
}

.has-text-success {
    color: #23d160 !important
}

a.has-text-success:focus,
a.has-text-success:hover {
    color: #1ca64c !important
}

.has-text-warning {
    color: #ffdd57 !important
}

a.has-text-warning:focus,
a.has-text-warning:hover {
    color: #ffd324 !important
}

.has-text-danger {
    color: #ff3860 !important
}

a.has-text-danger:focus,
a.has-text-danger:hover {
    color: #ff0537 !important
}

.has-text-black-bis {
    color: #121212 !important
}

.has-text-black-ter {
    color: #242424 !important
}

.has-text-grey-darker {
    color: #363636 !important
}

.has-text-grey-dark {
    color: #4a4a4a !important
}

.has-text-grey {
    color: #7a7a7a !important
}

.has-text-grey-light {
    color: #b5b5b5 !important
}

.has-text-grey-lighter {
    color: #dbdbdb !important
}

.has-text-white-ter {
    color: #f5f5f5 !important
}

.has-text-white-bis {
    color: #fafafa !important
}

.has-text-weight-light {
    font-weight: 300 !important
}

.has-text-weight-normal {
    font-weight: 400 !important
}

.has-text-weight-semibold {
    font-weight: 600 !important
}

.has-text-weight-bold {
    font-weight: 700 !important
}

.is-block {
    display: block !important
}

@media screen and (max-width:768px) {
    .is-block-mobile {
        display: block !important
    }
}

@media print,
screen and (min-width:769px) {
    .is-block-tablet {
        display: block !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .is-block-tablet-only {
        display: block !important
    }
}

@media screen and (max-width:1023px) {
    .is-block-touch {
        display: block !important
    }
}

@media screen and (min-width:1024px) {
    .is-block-desktop {
        display: block !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .is-block-desktop-only {
        display: block !important
    }
}

@media screen and (min-width:1216px) {
    .is-block-widescreen {
        display: block !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-block-widescreen-only {
        display: block !important
    }
}

@media screen and (min-width:1408px) {
    .is-block-fullhd {
        display: block !important
    }
}

.is-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

@media screen and (max-width:768px) {
    .is-flex-mobile {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media print,
screen and (min-width:769px) {
    .is-flex-tablet {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .is-flex-tablet-only {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (max-width:1023px) {
    .is-flex-touch {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (min-width:1024px) {
    .is-flex-desktop {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .is-flex-desktop-only {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (min-width:1216px) {
    .is-flex-widescreen {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-flex-widescreen-only {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (min-width:1408px) {
    .is-flex-fullhd {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.is-inline {
    display: inline !important
}

@media screen and (max-width:768px) {
    .is-inline-mobile {
        display: inline !important
    }
}

@media print,
screen and (min-width:769px) {
    .is-inline-tablet {
        display: inline !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .is-inline-tablet-only {
        display: inline !important
    }
}

@media screen and (max-width:1023px) {
    .is-inline-touch {
        display: inline !important
    }
}

@media screen and (min-width:1024px) {
    .is-inline-desktop {
        display: inline !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .is-inline-desktop-only {
        display: inline !important
    }
}

@media screen and (min-width:1216px) {
    .is-inline-widescreen {
        display: inline !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-inline-widescreen-only {
        display: inline !important
    }
}

@media screen and (min-width:1408px) {
    .is-inline-fullhd {
        display: inline !important
    }
}

.is-inline-block {
    display: inline-block !important
}

@media screen and (max-width:768px) {
    .is-inline-block-mobile {
        display: inline-block !important
    }
}

@media print,
screen and (min-width:769px) {
    .is-inline-block-tablet {
        display: inline-block !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .is-inline-block-tablet-only {
        display: inline-block !important
    }
}

@media screen and (max-width:1023px) {
    .is-inline-block-touch {
        display: inline-block !important
    }
}

@media screen and (min-width:1024px) {
    .is-inline-block-desktop {
        display: inline-block !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .is-inline-block-desktop-only {
        display: inline-block !important
    }
}

@media screen and (min-width:1216px) {
    .is-inline-block-widescreen {
        display: inline-block !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-inline-block-widescreen-only {
        display: inline-block !important
    }
}

@media screen and (min-width:1408px) {
    .is-inline-block-fullhd {
        display: inline-block !important
    }
}

.is-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media screen and (max-width:768px) {
    .is-inline-flex-mobile {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print,
screen and (min-width:769px) {
    .is-inline-flex-tablet {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .is-inline-flex-tablet-only {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media screen and (max-width:1023px) {
    .is-inline-flex-touch {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media screen and (min-width:1024px) {
    .is-inline-flex-desktop {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .is-inline-flex-desktop-only {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media screen and (min-width:1216px) {
    .is-inline-flex-widescreen {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-inline-flex-widescreen-only {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media screen and (min-width:1408px) {
    .is-inline-flex-fullhd {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.is-hidden {
    display: none !important
}

@media screen and (max-width:768px) {
    .is-hidden-mobile {
        display: none !important
    }
}

@media print,
screen and (min-width:769px) {
    .is-hidden-tablet {
        display: none !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .is-hidden-tablet-only {
        display: none !important
    }
}

@media screen and (max-width:1023px) {
    .is-hidden-touch {
        display: none !important
    }
}

@media screen and (min-width:1024px) {
    .is-hidden-desktop {
        display: none !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .is-hidden-desktop-only {
        display: none !important
    }
}

@media screen and (min-width:1216px) {
    .is-hidden-widescreen {
        display: none !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-hidden-widescreen-only {
        display: none !important
    }
}

@media screen and (min-width:1408px) {
    .is-hidden-fullhd {
        display: none !important
    }
}

.is-invisible {
    visibility: hidden !important
}

@media screen and (max-width:768px) {
    .is-invisible-mobile {
        visibility: hidden !important
    }
}

@media print,
screen and (min-width:769px) {
    .is-invisible-tablet {
        visibility: hidden !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .is-invisible-tablet-only {
        visibility: hidden !important
    }
}

@media screen and (max-width:1023px) {
    .is-invisible-touch {
        visibility: hidden !important
    }
}

@media screen and (min-width:1024px) {
    .is-invisible-desktop {
        visibility: hidden !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .is-invisible-desktop-only {
        visibility: hidden !important
    }
}

@media screen and (min-width:1216px) {
    .is-invisible-widescreen {
        visibility: hidden !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-invisible-widescreen-only {
        visibility: hidden !important
    }
}

@media screen and (min-width:1408px) {
    .is-invisible-fullhd {
        visibility: hidden !important
    }
}

.is-marginless {
    margin: 0 !important
}

.is-paddingless {
    padding: 0 !important
}

.is-radiusless {
    border-radius: 0 !important
}

.is-shadowless {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.is-unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1rem;
    min-height: 2rem
}

.steps:not(:last-child) {
    margin-bottom: 1.5rem
}

.steps .step-item {
    margin-top: 0;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.steps .step-item:not(:first-child) {
    -ms-flex-preferred-size: 1em;
    flex-basis: 1em;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.steps .step-item:not(:first-child):before {
    content: " ";
    display: block;
    position: absolute
}

.steps .step-item:before {
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #dbdbdb), color-stop(50%, #00d1b2));
    background: linear-gradient(270deg, #dbdbdb 50%, #00d1b2 0);
    background-size: 200% 100%;
    background-position: 100% 100%
}

.steps .step-item:before .step-marker {
    color: #fff
}

.steps .step-item.is-active:before {
    background-position: 0 100%
}

.steps .step-item.is-active .step-marker {
    background-color: #fff;
    border-color: #00d1b2;
    color: #00d1b2
}

.steps .step-item.is-completed:before {
    background-position: 0 100%
}

.steps .step-item.is-completed .step-marker {
    color: #fff;
    background-color: #00d1b2
}

.steps .step-item .step-marker {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    font-weight: 700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #b5b5b5;
    color: #fff;
    border: .2em solid #fff;
    z-index: 1
}

.steps .step-item .step-details {
    text-align: center
}

.steps .step-item.is-white:before {
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #dbdbdb), color-stop(50%, #fff));
    background: linear-gradient(270deg, #dbdbdb 50%, #fff 0);
    background-size: 200% 100%;
    background-position: 100% 100%
}

.steps .step-item.is-white.is-active:before {
    background-position: 0 100%
}

.steps .step-item.is-white.is-active .step-marker {
    background-color: #fff;
    border-color: #fff;
    color: #fff
}

.steps .step-item.is-white.is-completed:before {
    background-position: 0 100%
}

.steps .step-item.is-white.is-completed .step-marker {
    color: #0a0a0a;
    background-color: #fff
}

.steps .step-item.is-black:before {
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #dbdbdb), color-stop(50%, #0a0a0a));
    background: linear-gradient(270deg, #dbdbdb 50%, #0a0a0a 0);
    background-size: 200% 100%;
    background-position: 100% 100%
}

.steps .step-item.is-black.is-active:before {
    background-position: 0 100%
}

.steps .step-item.is-black.is-active .step-marker {
    background-color: #fff;
    border-color: #0a0a0a;
    color: #0a0a0a
}

.steps .step-item.is-black.is-completed:before {
    background-position: 0 100%
}

.steps .step-item.is-black.is-completed .step-marker {
    color: #fff;
    background-color: #0a0a0a
}

.steps .step-item.is-light:before {
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #dbdbdb), color-stop(50%, #f5f5f5));
    background: linear-gradient(270deg, #dbdbdb 50%, #f5f5f5 0);
    background-size: 200% 100%;
    background-position: 100% 100%
}

.steps .step-item.is-light.is-active:before {
    background-position: 0 100%
}

.steps .step-item.is-light.is-active .step-marker {
    background-color: #fff;
    border-color: #f5f5f5;
    color: #f5f5f5
}

.steps .step-item.is-light.is-completed:before {
    background-position: 0 100%
}

.steps .step-item.is-light.is-completed .step-marker {
    color: #363636;
    background-color: #f5f5f5
}

.steps .step-item.is-dark:before {
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #dbdbdb), color-stop(50%, #363636));
    background: linear-gradient(270deg, #dbdbdb 50%, #363636 0);
    background-size: 200% 100%;
    background-position: 100% 100%
}

.steps .step-item.is-dark.is-active:before {
    background-position: 0 100%
}

.steps .step-item.is-dark.is-active .step-marker {
    background-color: #fff;
    border-color: #363636;
    color: #363636
}

.steps .step-item.is-dark.is-completed:before {
    background-position: 0 100%
}

.steps .step-item.is-dark.is-completed .step-marker {
    color: #f5f5f5;
    background-color: #363636
}

.steps .step-item.is-primary:before {
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #dbdbdb), color-stop(50%, #00d1b2));
    background: linear-gradient(270deg, #dbdbdb 50%, #00d1b2 0);
    background-size: 200% 100%;
    background-position: 100% 100%
}

.steps .step-item.is-primary.is-active:before {
    background-position: 0 100%
}

.steps .step-item.is-primary.is-active .step-marker {
    background-color: #fff;
    border-color: #00d1b2;
    color: #00d1b2
}

.steps .step-item.is-primary.is-completed:before {
    background-position: 0 100%
}

.steps .step-item.is-primary.is-completed .step-marker {
    color: #fff;
    background-color: #00d1b2
}

.steps .step-item.is-link:before {
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #dbdbdb), color-stop(50%, #3273dc));
    background: linear-gradient(270deg, #dbdbdb 50%, #3273dc 0);
    background-size: 200% 100%;
    background-position: 100% 100%
}

.steps .step-item.is-link.is-active:before {
    background-position: 0 100%
}

.steps .step-item.is-link.is-active .step-marker {
    background-color: #fff;
    border-color: #3273dc;
    color: #3273dc
}

.steps .step-item.is-link.is-completed:before {
    background-position: 0 100%
}

.steps .step-item.is-link.is-completed .step-marker {
    color: #fff;
    background-color: #3273dc
}

.steps .step-item.is-info:before {
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #dbdbdb), color-stop(50%, #209cee));
    background: linear-gradient(270deg, #dbdbdb 50%, #209cee 0);
    background-size: 200% 100%;
    background-position: 100% 100%
}

.steps .step-item.is-info.is-active:before {
    background-position: 0 100%
}

.steps .step-item.is-info.is-active .step-marker {
    background-color: #fff;
    border-color: #209cee;
    color: #209cee
}

.steps .step-item.is-info.is-completed:before {
    background-position: 0 100%
}

.steps .step-item.is-info.is-completed .step-marker {
    color: #fff;
    background-color: #209cee
}

.steps .step-item.is-success:before {
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #dbdbdb), color-stop(50%, #23d160));
    background: linear-gradient(270deg, #dbdbdb 50%, #23d160 0);
    background-size: 200% 100%;
    background-position: 100% 100%
}

.steps .step-item.is-success.is-active:before {
    background-position: 0 100%
}

.steps .step-item.is-success.is-active .step-marker {
    background-color: #fff;
    border-color: #23d160;
    color: #23d160
}

.steps .step-item.is-success.is-completed:before {
    background-position: 0 100%
}

.steps .step-item.is-success.is-completed .step-marker {
    color: #fff;
    background-color: #23d160
}

.steps .step-item.is-warning:before {
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #dbdbdb), color-stop(50%, #ffdd57));
    background: linear-gradient(270deg, #dbdbdb 50%, #ffdd57 0);
    background-size: 200% 100%;
    background-position: 100% 100%
}

.steps .step-item.is-warning.is-active:before {
    background-position: 0 100%
}

.steps .step-item.is-warning.is-active .step-marker {
    background-color: #fff;
    border-color: #ffdd57;
    color: #ffdd57
}

.steps .step-item.is-warning.is-completed:before {
    background-position: 0 100%
}

.steps .step-item.is-warning.is-completed .step-marker {
    color: rgba(0, 0, 0, .7);
    background-color: #ffdd57
}

.steps .step-item.is-danger:before {
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #dbdbdb), color-stop(50%, #ff3860));
    background: linear-gradient(270deg, #dbdbdb 50%, #ff3860 0);
    background-size: 200% 100%;
    background-position: 100% 100%
}

.steps .step-item.is-danger.is-active:before {
    background-position: 0 100%
}

.steps .step-item.is-danger.is-active .step-marker {
    background-color: #fff;
    border-color: #ff3860;
    color: #ff3860
}

.steps .step-item.is-danger.is-completed:before {
    background-position: 0 100%
}

.steps .step-item.is-danger.is-completed .step-marker {
    color: #fff;
    background-color: #ff3860
}

.steps .steps-content {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 2rem 0
}

.steps .steps-content .step-content {
    display: none
}

.steps .steps-content .step-content.is-active {
    display: block
}

.steps .steps-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.steps .steps-actions .steps-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: .5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.steps.is-animated .step-item:before {
    -webkit-transition: all 2s ease;
    transition: all 2s ease
}

.steps.is-animated .step-item .step-marker {
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s
}

.steps .step-item:not(:first-child):before {
    height: .2em;
    width: 100%;
    bottom: 0;
    left: -50%;
    top: 1rem
}

.steps .step-item .step-marker {
    height: 2rem;
    width: 2rem;
    position: absolute;
    left: calc(50% - 1rem)
}

.steps .step-item .step-marker .icon * {
    font-size: 1rem
}

.steps .step-item .step-details {
    margin-top: 2rem;
    margin-left: .5em;
    margin-right: .5em;
    padding-top: .2em
}

.steps .step-item .step-details .step-title {
    font-size: 1.2rem;
    font-weight: 600
}

.steps.is-small {
    font-size: .75rem;
    min-height: 1.5rem
}

.steps.is-small .step-item:not(:first-child):before {
    height: .2em;
    width: 100%;
    bottom: 0;
    left: -50%;
    top: .75rem
}

.steps.is-small .step-item .step-marker {
    height: 1.5rem;
    width: 1.5rem;
    position: absolute;
    left: calc(50% - .75rem)
}

.steps.is-small .step-item .step-marker .icon * {
    font-size: .75rem
}

.steps.is-small .step-item .step-details {
    margin-top: 1.5rem;
    margin-left: .5em;
    margin-right: .5em;
    padding-top: .2em
}

.steps.is-small .step-item .step-details .step-title {
    font-size: .9rem;
    font-weight: 600
}

.steps.is-medium {
    font-size: 1.25rem;
    min-height: 2.5rem
}

.steps.is-medium .step-item:not(:first-child):before {
    height: .2em;
    width: 100%;
    bottom: 0;
    left: -50%;
    top: 1.25rem
}

.steps.is-medium .step-item .step-marker {
    height: 2.5rem;
    width: 2.5rem;
    position: absolute;
    left: calc(50% - 1.25rem)
}

.steps.is-medium .step-item .step-marker .icon * {
    font-size: 1.25rem
}

.steps.is-medium .step-item .step-details {
    margin-top: 2.5rem;
    margin-left: .5em;
    margin-right: .5em;
    padding-top: .2em
}

.steps.is-medium .step-item .step-details .step-title {
    font-size: 1.5rem;
    font-weight: 600
}

.steps.is-large {
    font-size: 1.5rem;
    min-height: 3rem
}

.steps.is-large .step-item:not(:first-child):before {
    height: .2em;
    width: 100%;
    bottom: 0;
    left: -50%;
    top: 1.5rem
}

.steps.is-large .step-item .step-marker {
    height: 3rem;
    width: 3rem;
    position: absolute;
    left: calc(50% - 1.5rem)
}

.steps.is-large .step-item .step-marker .icon * {
    font-size: 1.5rem
}

.steps.is-large .step-item .step-details {
    margin-top: 3rem;
    margin-left: .5em;
    margin-right: .5em;
    padding-top: .2em
}

.steps.is-large .step-item .step-details .step-title {
    font-size: 1.8rem;
    font-weight: 600
}

.pretty * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pretty input:not([type=checkbox]):not([type=radio]) {
    display: none
}

.pretty {
    position: relative;
    display: inline-block;
    margin-right: 1em;
    white-space: nowrap;
    line-height: 1
}

.pretty input {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 1em;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.pretty .state label {
    position: static;
    display: inline-block;
    font-weight: 400;
    margin: 0;
    text-indent: 1.5em;
    min-width: calc(1em + 2px)
}

.pretty .state label:after,
.pretty .state label:before {
    content: "";
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid transparent;
    z-index: 0;
    position: absolute;
    left: 0;
    top: calc((0% - (100% - 1em)) - 8%);
    background-color: transparent
}

.pretty .state label:before {
    border-color: #bdc3c7
}

.pretty .state.p-is-hover,
.pretty .state.p-is-indeterminate {
    display: none
}

@-webkit-keyframes zoom {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes zoom {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: scale(7);
        transform: scale(7)
    }

    38% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    55% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    72% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    81% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.24);
        transform: scale(1.24)
    }

    89% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    95% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }

    to {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes tada {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: scale(7);
        transform: scale(7)
    }

    38% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    55% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    72% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    81% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.24);
        transform: scale(1.24)
    }

    89% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    95% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }

    to {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes jelly {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    40% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    50% {
        -webkit-transform: scale3d(.85, 1.15, 1);
        transform: scale3d(.85, 1.15, 1)
    }

    65% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    75% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes jelly {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    40% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    50% {
        -webkit-transform: scale3d(.85, 1.15, 1);
        transform: scale3d(.85, 1.15, 1)
    }

    65% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    75% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-webkit-keyframes rotate {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-200px) rotate(-45deg);
        transform: translateZ(-200px) rotate(-45deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0)
    }
}

@keyframes rotate {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-200px) rotate(-45deg);
        transform: translateZ(-200px) rotate(-45deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #bdc3c7;
        box-shadow: 0 0 0 0 #bdc3c7
    }

    to {
        -webkit-box-shadow: 0 0 0 1.5em hsla(204, 8%, 76%, 0);
        box-shadow: 0 0 0 1.5em hsla(204, 8%, 76%, 0)
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #bdc3c7;
        box-shadow: 0 0 0 0 #bdc3c7
    }

    to {
        -webkit-box-shadow: 0 0 0 1.5em hsla(204, 8%, 76%, 0);
        box-shadow: 0 0 0 1.5em hsla(204, 8%, 76%, 0)
    }
}

.pretty.p-default.p-fill .state label:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.pretty.p-default .state label:after {
    -webkit-transform: scale(.6);
    transform: scale(.6)
}

.pretty.p-default input:checked ~ .state label:after {
    background-color: #bdc3c7 !important
}

.pretty.p-default.p-thick .state label:after,
.pretty.p-default.p-thick .state label:before {
    border-width: 0.14286em
}

.pretty.p-default.p-thick .state label:after {
    -webkit-transform: scale(.4) !important;
    transform: scale(.4) !important
}

.pretty.p-icon .state .icon {
    position: absolute;
    font-size: 1em;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    left: 0;
    z-index: 1;
    text-align: center;
    line-height: normal;
    top: calc((0% - (100% - 1em)) - 8%);
    border: 1px solid transparent;
    opacity: 0
}

.pretty.p-icon .state .icon:before {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1
}

.pretty.p-icon input:checked ~ .state .icon {
    opacity: 1
}

.pretty.p-icon input:checked ~ .state label:before {
    border-color: #5a656b
}

.pretty.p-svg .state .svg {
    position: absolute;
    font-size: 1em;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    left: 0;
    z-index: 1;
    text-align: center;
    line-height: normal;
    top: calc((0% - (100% - 1em)) - 8%);
    border: 1px solid transparent;
    opacity: 0
}

.pretty.p-svg .state svg {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1
}

.pretty.p-svg input:checked ~ .state .svg {
    opacity: 1
}

.pretty.p-image .state img {
    opacity: 0;
    position: absolute;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    top: 0;
    top: calc((0% - (100% - 1em)) - 8%);
    left: 0;
    z-index: 0;
    text-align: center;
    line-height: normal;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.pretty.p-image input:checked ~ .state img {
    opacity: 1
}

.pretty.p-switch input {
    min-width: 2em
}

.pretty.p-switch .state {
    position: relative
}

.pretty.p-switch .state:before {
    content: "";
    border: 1px solid #bdc3c7;
    border-radius: 60px;
    width: 2em;
    -webkit-box-sizing: unset;
    box-sizing: unset;
    height: calc(1em + 2px);
    position: absolute;
    top: 0;
    top: calc((0% - (100% - 1em)) - 16%);
    z-index: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.pretty.p-switch .state label {
    text-indent: 2.5em
}

.pretty.p-switch .state label:after,
.pretty.p-switch .state label:before {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 100%;
    left: 0;
    border-color: transparent;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.pretty.p-switch .state label:after {
    background-color: #bdc3c7 !important
}

.pretty.p-switch input:checked ~ .state:before {
    border-color: #5a656b
}

.pretty.p-switch input:checked ~ .state label:before {
    opacity: 0
}

.pretty.p-switch input:checked ~ .state label:after {
    background-color: #5a656b !important;
    left: 1em
}

.pretty.p-switch.p-fill input:checked ~ .state:before {
    border-color: #5a656b;
    background-color: #5a656b !important
}

.pretty.p-switch.p-fill input:checked ~ .state label:before {
    opacity: 0
}

.pretty.p-switch.p-fill input:checked ~ .state label:after {
    background-color: #fff !important;
    left: 1em
}

.pretty.p-switch.p-slim .state:before {
    height: .1em;
    background: #bdc3c7 !important;
    top: calc(50% - .1em)
}

.pretty.p-switch.p-slim input:checked ~ .state:before {
    border-color: #5a656b;
    background-color: #5a656b !important
}

.pretty.p-has-hover input:hover ~ .state:not(.p-is-hover) {
    display: none
}

.pretty.p-has-hover input:hover ~ .state.p-is-hover,
.pretty.p-has-hover input:hover ~ .state.p-is-hover .icon {
    display: block
}

.pretty.p-has-focus input:focus ~ .state label:before {
    -webkit-box-shadow: 0 0 3px 0 #bdc3c7;
    box-shadow: 0 0 3px 0 #bdc3c7
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state:not(.p-is-indeterminate) {
    display: none
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state.p-is-indeterminate {
    display: block
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state.p-is-indeterminate .icon {
    display: block;
    opacity: 1
}

.pretty.p-toggle .state.p-on {
    opacity: 0;
    display: none
}

.pretty.p-toggle .state .icon,
.pretty.p-toggle .state.p-off,
.pretty.p-toggle .state .svg,
.pretty.p-toggle .state img {
    opacity: 1;
    display: inherit
}

.pretty.p-toggle .state.p-off .icon {
    color: #bdc3c7
}

.pretty.p-toggle input:checked ~ .state.p-on {
    opacity: 1;
    display: inherit
}

.pretty.p-toggle input:checked ~ .state.p-off {
    opacity: 0;
    display: none
}

.pretty.p-plain.p-toggle .state label:before,
.pretty.p-plain input:checked ~ .state label:before {
    content: none
}

.pretty.p-plain.p-plain .icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.pretty.p-round .state label:after,
.pretty.p-round .state label:before {
    border-radius: 100%
}

.pretty.p-round.p-icon .state .icon {
    border-radius: 100%;
    overflow: hidden
}

.pretty.p-round.p-icon .state .icon:before {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.pretty.p-curve .state label:after,
.pretty.p-curve .state label:before {
    border-radius: 20%
}

.pretty.p-smooth .icon,
.pretty.p-smooth .svg,
.pretty.p-smooth label:after,
.pretty.p-smooth label:before {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.pretty.p-smooth input:checked + .state label:after {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.pretty.p-smooth.p-default input:checked + .state label:after,
.pretty.p-smooth input:checked + .state .icon,
.pretty.p-smooth input:checked + .state .svg,
.pretty.p-smooth input:checked + .state img {
    -webkit-animation: zoom .2s ease;
    animation: zoom .2s ease
}

.pretty.p-smooth.p-plain input:checked + .state label:before {
    content: "";
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.pretty.p-tada:not(.p-default) input:checked + .state .icon,
.pretty.p-tada:not(.p-default) input:checked + .state .svg,
.pretty.p-tada:not(.p-default) input:checked + .state img,
.pretty.p-tada:not(.p-default) input:checked + .state label:after,
.pretty.p-tada:not(.p-default) input:checked + .state label:before {
    -webkit-animation: tada .7s cubic-bezier(.25, .46, .45, .94) 1 alternate;
    animation: tada .7s cubic-bezier(.25, .46, .45, .94) 1 alternate;
    opacity: 1
}

.pretty.p-jelly:not(.p-default) input:checked + .state .icon,
.pretty.p-jelly:not(.p-default) input:checked + .state .svg,
.pretty.p-jelly:not(.p-default) input:checked + .state img,
.pretty.p-jelly:not(.p-default) input:checked + .state label:after,
.pretty.p-jelly:not(.p-default) input:checked + .state label:before {
    -webkit-animation: jelly .7s cubic-bezier(.25, .46, .45, .94);
    animation: jelly .7s cubic-bezier(.25, .46, .45, .94);
    opacity: 1
}

.pretty.p-jelly:not(.p-default) input:checked + .state label:before {
    border-color: transparent
}

.pretty.p-rotate:not(.p-default) input:checked ~ .state .icon,
.pretty.p-rotate:not(.p-default) input:checked ~ .state .svg,
.pretty.p-rotate:not(.p-default) input:checked ~ .state img,
.pretty.p-rotate:not(.p-default) input:checked ~ .state label:after,
.pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
    -webkit-animation: rotate .7s cubic-bezier(.25, .46, .45, .94);
    animation: rotate .7s cubic-bezier(.25, .46, .45, .94);
    opacity: 1
}

.pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
    border-color: transparent
}

.pretty.p-pulse:not(.p-switch) input:checked ~ .state label:before {
    -webkit-animation: pulse 1s;
    animation: pulse 1s
}

.pretty input[disabled] {
    cursor: not-allowed;
    display: none
}

.pretty input[disabled] ~ * {
    opacity: .5
}

.pretty.p-locked input {
    display: none;
    cursor: not-allowed
}

.pretty.p-toggle .state.p-primary label:after,
.pretty input:checked ~ .state.p-primary label:after {
    background-color: #428bca !important
}

.pretty.p-toggle .state.p-primary .icon,
.pretty.p-toggle .state.p-primary .svg,
.pretty input:checked ~ .state.p-primary .icon,
.pretty input:checked ~ .state.p-primary .svg {
    color: #fff;
    stroke: #fff
}

.pretty.p-toggle .state.p-primary-o label:before,
.pretty input:checked ~ .state.p-primary-o label:before {
    border-color: #428bca
}

.pretty.p-toggle .state.p-primary-o label:after,
.pretty input:checked ~ .state.p-primary-o label:after {
    background-color: transparent
}

.pretty.p-toggle .state.p-primary-o .icon,
.pretty.p-toggle .state.p-primary-o .svg,
.pretty.p-toggle .state.p-primary-o svg,
.pretty input:checked ~ .state.p-primary-o .icon,
.pretty input:checked ~ .state.p-primary-o .svg,
.pretty input:checked ~ .state.p-primary-o svg {
    color: #428bca;
    stroke: #428bca
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-primary-o label:after {
    background-color: #428bca !important
}

.pretty.p-switch input:checked ~ .state.p-primary:before {
    border-color: #428bca
}

.pretty.p-switch.p-fill input:checked ~ .state.p-primary:before {
    background-color: #428bca !important
}

.pretty.p-switch.p-slim input:checked ~ .state.p-primary:before {
    border-color: #245682;
    background-color: #245682 !important
}

.pretty.p-toggle .state.p-info label:after,
.pretty input:checked ~ .state.p-info label:after {
    background-color: #5bc0de !important
}

.pretty.p-toggle .state.p-info .icon,
.pretty.p-toggle .state.p-info .svg,
.pretty input:checked ~ .state.p-info .icon,
.pretty input:checked ~ .state.p-info .svg {
    color: #fff;
    stroke: #fff
}

.pretty.p-toggle .state.p-info-o label:before,
.pretty input:checked ~ .state.p-info-o label:before {
    border-color: #5bc0de
}

.pretty.p-toggle .state.p-info-o label:after,
.pretty input:checked ~ .state.p-info-o label:after {
    background-color: transparent
}

.pretty.p-toggle .state.p-info-o .icon,
.pretty.p-toggle .state.p-info-o .svg,
.pretty.p-toggle .state.p-info-o svg,
.pretty input:checked ~ .state.p-info-o .icon,
.pretty input:checked ~ .state.p-info-o .svg,
.pretty input:checked ~ .state.p-info-o svg {
    color: #5bc0de;
    stroke: #5bc0de
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-info-o label:after {
    background-color: #5bc0de !important
}

.pretty.p-switch input:checked ~ .state.p-info:before {
    border-color: #5bc0de
}

.pretty.p-switch.p-fill input:checked ~ .state.p-info:before {
    background-color: #5bc0de !important
}

.pretty.p-switch.p-slim input:checked ~ .state.p-info:before {
    border-color: #2390b0;
    background-color: #2390b0 !important
}

.pretty.p-toggle .state.p-success label:after,
.pretty input:checked ~ .state.p-success label:after {
    background-color: #5cb85c !important
}

.pretty.p-toggle .state.p-success .icon,
.pretty.p-toggle .state.p-success .svg,
.pretty input:checked ~ .state.p-success .icon,
.pretty input:checked ~ .state.p-success .svg {
    color: #fff;
    stroke: #fff
}

.pretty.p-toggle .state.p-success-o label:before,
.pretty input:checked ~ .state.p-success-o label:before {
    border-color: #5cb85c
}

.pretty.p-toggle .state.p-success-o label:after,
.pretty input:checked ~ .state.p-success-o label:after {
    background-color: transparent
}

.pretty.p-toggle .state.p-success-o .icon,
.pretty.p-toggle .state.p-success-o .svg,
.pretty.p-toggle .state.p-success-o svg,
.pretty input:checked ~ .state.p-success-o .icon,
.pretty input:checked ~ .state.p-success-o .svg,
.pretty input:checked ~ .state.p-success-o svg {
    color: #5cb85c;
    stroke: #5cb85c
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-success-o label:after {
    background-color: #5cb85c !important
}

.pretty.p-switch input:checked ~ .state.p-success:before {
    border-color: #5cb85c
}

.pretty.p-switch.p-fill input:checked ~ .state.p-success:before {
    background-color: #5cb85c !important
}

.pretty.p-switch.p-slim input:checked ~ .state.p-success:before {
    border-color: #357935;
    background-color: #357935 !important
}

.pretty.p-toggle .state.p-warning label:after,
.pretty input:checked ~ .state.p-warning label:after {
    background-color: #f0ad4e !important
}

.pretty.p-toggle .state.p-warning .icon,
.pretty.p-toggle .state.p-warning .svg,
.pretty input:checked ~ .state.p-warning .icon,
.pretty input:checked ~ .state.p-warning .svg {
    color: #fff;
    stroke: #fff
}

.pretty.p-toggle .state.p-warning-o label:before,
.pretty input:checked ~ .state.p-warning-o label:before {
    border-color: #f0ad4e
}

.pretty.p-toggle .state.p-warning-o label:after,
.pretty input:checked ~ .state.p-warning-o label:after {
    background-color: transparent
}

.pretty.p-toggle .state.p-warning-o .icon,
.pretty.p-toggle .state.p-warning-o .svg,
.pretty.p-toggle .state.p-warning-o svg,
.pretty input:checked ~ .state.p-warning-o .icon,
.pretty input:checked ~ .state.p-warning-o .svg,
.pretty input:checked ~ .state.p-warning-o svg {
    color: #f0ad4e;
    stroke: #f0ad4e
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-warning-o label:after {
    background-color: #f0ad4e !important
}

.pretty.p-switch input:checked ~ .state.p-warning:before {
    border-color: #f0ad4e
}

.pretty.p-switch.p-fill input:checked ~ .state.p-warning:before {
    background-color: #f0ad4e !important
}

.pretty.p-switch.p-slim input:checked ~ .state.p-warning:before {
    border-color: #c77c11;
    background-color: #c77c11 !important
}

.pretty.p-toggle .state.p-danger label:after,
.pretty input:checked ~ .state.p-danger label:after {
    background-color: #d9534f !important
}

.pretty.p-toggle .state.p-danger .icon,
.pretty.p-toggle .state.p-danger .svg,
.pretty input:checked ~ .state.p-danger .icon,
.pretty input:checked ~ .state.p-danger .svg {
    color: #fff;
    stroke: #fff
}

.pretty.p-toggle .state.p-danger-o label:before,
.pretty input:checked ~ .state.p-danger-o label:before {
    border-color: #d9534f
}

.pretty.p-toggle .state.p-danger-o label:after,
.pretty input:checked ~ .state.p-danger-o label:after {
    background-color: transparent
}

.pretty.p-toggle .state.p-danger-o .icon,
.pretty.p-toggle .state.p-danger-o .svg,
.pretty.p-toggle .state.p-danger-o svg,
.pretty input:checked ~ .state.p-danger-o .icon,
.pretty input:checked ~ .state.p-danger-o .svg,
.pretty input:checked ~ .state.p-danger-o svg {
    color: #d9534f;
    stroke: #d9534f
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-danger-o label:after {
    background-color: #d9534f !important
}

.pretty.p-switch input:checked ~ .state.p-danger:before {
    border-color: #d9534f
}

.pretty.p-switch.p-fill input:checked ~ .state.p-danger:before {
    background-color: #d9534f !important
}

.pretty.p-switch.p-slim input:checked ~ .state.p-danger:before {
    border-color: #a02622;
    background-color: #a02622 !important
}

.pretty.p-bigger .icon,
.pretty.p-bigger .img,
.pretty.p-bigger .svg,
.pretty.p-bigger label:after,
.pretty.p-bigger label:before {
    font-size: 1.2em !important;
    top: calc((0% - (100% - 1em)) - 35%) !important
}

.pretty.p-bigger label {
    text-indent: 1.7em
}

@media print {

    .pretty .state .icon,
    .pretty .state:before,
    .pretty .state label:after,
    .pretty .state label:before {
        color-adjust: exact;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact
    }
}

.footer__contact .twitter {
    margin-right: 20px
}

.footer__contact .youtube {
    margin-right: 20px;
    color: #d0021b
}

.footer__contact .google {
    margin-right: 20px;
    color: #e04006
}

.footer__contact .pinterest {
    margin-right: 20px
}

[v-cloak] .v-cloak--block {
    display: block
}

[v-cloak] .v-cloak--inline {
    display: inline
}

[v-cloak] .v-cloak--inlineBlock {
    display: inline-block
}

[v-cloak] .v-cloak--hidden {
    display: none
}

[v-cloak] .v-cloak--invisible {
    visibility: hidden
}

.v-cloak--block,
.v-cloak--inline,
.v-cloak--inlineBlock {
    display: none
}

.spinner {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.my-custom-class-for-label {
    width: 100px;
    height: 20px;
    border: 1px solid #00adee;
    border-radius: 5px;
    background: #3b74b4;
    text-align: center;
    line-height: 20px;
    font-weight: 700;
    font-size: 14px;
    color: #fff
}

.gm-style-iw {
    top: 30px !important
}

.house-and-land-view-options {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    color: #9d9997
}

@media (max-width:767px) {
    .house-and-land-view-options .house-and-land-view-subd-link {
        display: none
    }
}

@media (max-width:1070px) {
    .house-and-land-view-options .house-and-land-view-subd-link {
        margin-top: 30px;
        float: left
    }
}

@media (min-width:1071px) {
    .house-and-land-view-options .house-and-land-view-subd-link {
        margin-left: 150px;
        float: none
    }
}

.house-and-land-view-options-link,
.house-and-land-view-options-link-search,
.house-and-land-view-subd-link,
.house-and-land-view-subd-link-search {
    padding: 0 0 0 20px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    position: relative
}

.home-and-land__subdivision-map .section {
    position: relative
}

.house-and-land__subdivision__close {
    position: absolute;
    z-index: 1;
    top: -81px;
    display: block;
    height: 43px;
    line-height: 43px;
    padding: 0 30px;
    background: #4a4a4a;
    color: #fff;
    font-weight: 300
}

@media (max-width:1024px) {
    .house-and-land__subdivision__close {
        top: -41px
    }
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.house-and-land__panel .label {
    display: block;
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 2;
    font-size: 11px;
    padding: 5px 8px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px
}

.modaal-container .gallery-masonry__panel__actions a {
    height: 32px
}

.image {
    width: 680px;
    cursor: pointer;
    display: inline-block
}

.contact__details .contact__details__photo {
    width: 175px;
    height: 175px
}

p.contact__details__hours {
    white-space: pre-wrap
}

.success-message {
    display: inline-block;
    line-height: 41px;
    padding: 0 23px;
    background: #549902;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .2s;
    transition: .2s;
    width: 100%
}

.transparent .modaal-container {
    background: transparent;
    text-align: center
}

.modaal-container {
    background: #fff;
    text-align: initial
}

.contact__form_modal {
    position: relative;
    overflow: hidden;
    padding: 0
}

.button {
    cursor: pointer
}

.form__field .text.error {
    border-color: #bc0018 !important;
    background-color: #f8e5e8 !important
}

.error {
    color: #bc0018 !important
}

.button:disabled {
    background: gray
}

select:disabled {
    background: #d3d3d3
}

.search-form select.fluid {
    width: 100%;
    margin-bottom: 10px
}

.click-a-category-to {
    height: 58px;
    width: 301px;
    color: #9d9997;
    font-size: 21px;
    font-weight: 900;
    line-height: 29px
}

.subnav-content__subnav.subd {
    margin-right: 0;
    margin-top: 0
}

@media (min-width:1071px) {
    .subnav-content__content.subd {
        margin-left: 300px;
        margin-bottom: 230px
    }
}

.show-all-home-land {
    margin-top: 40px;
    color: #00adee;
    font-size: 16px;
    font-weight: 900;
    line-height: 22px
}

.flag.badgeColor_available,
.label.badgeColor_available {
    background-color: #5cb85c
}

.flag.badgeColor_under-offer,
.label.badgeColor_under-offer {
    background-color: #f44336
}

.flag.badgeColor_move-in-now,
.label.badgeColor_move-in-now {
    background-color: #3f51b5
}

.flag.badgeColor_sold,
.label.badgeColor_sold {
    background-color: #9e9e9e
}

.gallery-masonry__panel .label {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    font-size: 11px;
    padding: 5px 8px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px
}

.gallery-masonry__panel__fav-link.active,
.gallery-masonry__panel__fav-link:hover {
    background-position: left -22px
}

.disabled-nearby {
    opacity: .5;
    pointer-events: none
}

@media (max-width:414px) {
    .house-and-land-view-options {
        position: relative
    }
}

.button {
    line-height: 37px
}

.to-down {
    position: relative;
    z-index: 1;
    left: 50%;
    top: 90%;
    display: block;
    width: 59px;
    height: 59px;
    line-height: 59px;
    color: #fff;
    font-size: 28px;
    text-align: center;
    font-weight: 300;
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width:1024px) {
    .to-down {
        opacity: 0
    }
}

.more-on-this-house {
    text-align: center
}

.footer__contact .item {
    margin-bottom: 25px
}

.house-and-land-view-options-link:before,
.house-and-land-view-subd-link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    display: block;
    width: 25px;
    height: 18px;
    background-size: contain;
    background: url(../images/ICON-location.svg) no-repeat top
}

.view-more-icon {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .1s, opacity .3s linear;
    transition: visibility .1s, opacity .3s linear;
    position: absolute;
    top: 43%;
    left: 44%;
    height: 10em;
    width: 3em;
    z-index: 1;
    background: url(../images/ICON-circle-arrow@2x.svg) no-repeat top
}

@media (min-width:1024px) {
    .link-center {
        text-align: center
    }
}

@media (max-width:414px) {
    .is-hidden-mobile {
        display: none
    }
}

.owl-carousel .owl-item img {
    -webkit-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .5)
}

.houseplans-available {
    height: 29px;
    padding-bottom: 10px;
    color: #9d9997;
    font-size: 21px;
    font-weight: 500;
    line-height: 29px
}

.house-and-land_favourite {
    position: relative;
    z-index: 10;
    display: block;
    overflow: hidden;
    width: 23px;
    height: 22px;
    text-indent: -999px;
    background: url(../images/fav-icon.png) no-repeat
}

.house-and-land_favourite.active,
.house-and-land_favourite:hover {
    background-position: left -22px
}

.add-to-favorites-table {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px
}

.add-to-favorites {
    height: 29px;
    color: #9d9997;
    font-size: 21px;
    margin-left: 10px;
    font-weight: 900;
    line-height: 29px
}

.subdivision {
    padding-top: 20px
}

.house-and-land__panel__content ul {
    height: inherit !important
}

@media (min-width:1024px) {
    div.contact.contact--js > .section {
        height: 800px
    }
}

.contact--js h2 {
    color: #9d9997;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 29px;
    font-weight: 900;
    margin-bottom: 0;
    margin-top: 0
}

@media (max-width:500px) {
    .contact--js h2 {
        font-size: 19px
    }
}

.contact-us h3 {
    color: #9d9997;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 29px;
    font-weight: 900;
    margin-bottom: 17px;
    margin-top: 0
}

@media (max-width:500px) {
    .contact-us h3 {
        font-size: 19px
    }
}

@media (max-width:500px) {
    .contact--js .columns {
        padding: 0 20px
    }
}

@media (max-width:500px) {
    .section--padding.contact--js {
        margin-top: 100px
    }
}

@media (min-width:501px) {
    .section--padding.contact--js {
        margin-top: 150px
    }
}

@media (max-width:768px) {
    .design-and-build .subnav-content__block h3 {
        text-align: center;
        display: block
    }
}

@media (max-width:768px) {
    .design-and-build .subnav-content__block .cta {
        text-align: center
    }
}

@media (max-width:768px) {
    .section--alpha {
        padding-top: 100px
    }
}

@media (min-width:769px) {
    .section .float-right {
        margin-top: -15px
    }
}

.gallery .grey-section {
    padding: 40px 0 1px
}

.modaal-container {
    -webkit-box-shadow: none;
    box-shadow: none
}

.imp-tooltip.imp-tooltip-visible {
    z-index: 999
}

.house-and-land-view-options-link-search:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    display: block;
    width: 18px;
    height: 18px;
    background-size: contain;
    background: none;
    -webkit-mask: url(../images/ICON-location.svg) no-repeat center top;
    mask: url(../images/ICON-location.svg) no-repeat center top;
    background-color: #fff
}

.house-and-land-view-subd-link-search:before {
    position: absolute;
    left: -5px;
    display: block;
    top: 0;
    width: 18px;
    height: 18px;
    background-size: contain;
    font-family: FontAwesome;
    content: "\F279";
    color: #fff
}

.block.subd-map-links-active {
    display: block
}

.block.subd-map-links {
    display: none
}

@media (min-width:769px) {
    .subd-map-links {
        display: none
    }
}

@media (max-width:768px) {
    .subd-map-links {
        display: block
    }
}

@media (max-width:768px) {
    .house-and-land__total-results {
        float: left
    }
}

@media (min-width:769px) {
    .is-hidden-desktop {
        display: none
    }
}

.register-interest {
    position: relative;
    overflow: hidden;
    height: 985px
}

#color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4a4a4a;
    opacity: .9
}

.register-interest__content {
    margin-top: 110px;
    min-height: 985px;
    padding: 45px 0 15px;
    color: #fff;
    position: relative
}

.register-interest__content .section {
    max-width: 678px
}

.register-interest__content h1 {
    color: #fff
}

.register__form {
    position: relative;
    overflow: hidden;
    color: #000
}

.mfp-bg,
.mfp-figure:after {
    background: #fff
}

.contact__details {
    padding: 40px 60px 1px 50px
}

.menu-background {
    height: 110px;
    background-color: #fff;
    max-width: 1680px;
    position: relative;
    overflow: visible;
    z-index: 1;
    margin: 0 auto;
    margin-top: 1px
}

@media (max-width:1024px) {
    .menu-background {
        display: none
    }
}

@media (max-width:1024px) {
    .logo-black {
        display: none !important
    }
}

@media (min-width:1025px) {
    .logo-white {
        display: none !important
    }
}

@media (min-width:1025px) {
    .banner-slider {
        margin-top: 110px
    }
}

.header__inner {
    z-index: 99
}

.header {
    border-bottom: 1px solid #ebebeb !important
}

.subnav-content__subnav {
    margin-top: 0
}

h1 {
    line-height: 40px
}

.header__nav-trigger-mobile:before {
    color: #1b1b18
}

.header__nav-trigger-mobile span {
    background: #1b1b18
}

.home-feature__info .location {
    padding-bottom: 8px
}

.home-feature__info h3 {
    margin-bottom: 10px
}

.gallery-masonry__panel__link:hover {
    text-decoration: none
}

.center {
    text-align: center
}

.contact__details {
    width: 100%
}

.contact__details:before {
    background: none
}

@media (min-width:501px) {
    .section--padding.contact--js {
        margin-top: 100px
    }
}

.page-gallery--banner .section {
    z-index: 1
}

.blog-title-card {
    color: #4a4a4a;
    text-transform: uppercase;
    font-family: Avenir;
    font-size: 16px;
    font-weight: 900;
    line-height: 20px;
    text-shadow: 0 2px 9px 0 rgba(0, 0, 0, .3);
    margin-bottom: 0
}

.blog-date {
    height: 24px;
    width: 250px;
    font-size: 12px;
    line-height: 24px
}

.blog-date,
.blog-summary > p {
    color: #3b3b38;
    font-family: Avenir;
    font-weight: 300;
    text-shadow: 0 2px 9px 0 rgba(0, 0, 0, .3)
}

.blog-summary > p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 21px
}

.blog .gallery-masonry__panel__image {
    position: relative
}

.blog .gallery-masonry__panel__image > img {
    display: block
}

.gallery-image-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    background-color: #4a4a4a
}

.gallery-masonry__panel:hover .gallery-image-overlay {
    opacity: .9
}

.gallery-masonry__panel:hover .view-more-icon {
    opacity: 1;
    visibility: visible
}

.filter-blogs {
    color: #9d9997;
    font-family: Avenir;
    font-size: 21px;
    font-weight: 900;
    line-height: 29px;
    margin-bottom: 0
}

.blog-detail-page {
    margin: 0 auto;
    text-align: center;
    position: relative
}

@media (min-width:1025px) {
    .blog-detail-page {
        margin-top: 110px
    }
}

.blog-detail-page > img {
    display: block;
    margin: auto
}

.subnav-content__content--generic.blog {
    margin-left: 0;
    max-width: 780px;
    margin: auto
}

.blog-title-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 1
}

.blog-title {
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 9px rgba(0, 0, 0, .3);
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (min-width:1025px) {
    .blog-title {
        top: 50%;
        width: 50%
    }
}

@media (max-width:500px) {
    .blog-title {
        font-size: 22px;
        line-height: 30px
    }
}

@media (min-width:768px) {
    .blog.page-gallery {
        margin-bottom: 80px
    }
}

.owl-carousel .owl-item img {
    -webkit-transform-style: inherit
}

@media (max-width:500px) {
    .subnav-content__content {
        padding: 0 0 1px
    }
}

@media (min-width:1024px) {
    .blog.columns {
        margin-bottom: 60px
    }
}

@media (max-width:500px) {
    .page-gallery__large .js-slide {
        margin-left: 20px;
        margin-right: 20px
    }
}

@media (max-width:1025px) {

    .page-gallery--banner .js-slide,
    .page-gallery--banner .page-gallery__large {
        height: 100%
    }
}

@media (max-width:500px) {
    .share-tools {
        padding: 30px 0
    }
}

@media (max-width:500px) {
    .subdivision.columns {
        margin-bottom: -10rem
    }
}

@media (min-width:1070px) {
    .header__base-nav {
        width: 1010px
    }
}

@media (min-width:1025px) {
    .banner-slider__content {
        padding: 0 60px 10px
    }
}

.banner-slider__content .item {
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:1070px) {
    .banner-slider__content .item {
        min-height: 810px
    }
}

.design-and-build-teaser {
    background-color: #f1f1f1;
    margin-top: 100px;
    display: none;
}

.design-and-build-teaser .title {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #9d9997;
    text-transform: uppercase;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

@media (min-width:1201px) {
    .design-and-build-teaser .title {
        padding-left: 170px
    }
}

@media (max-width:1199px) {
    .design-and-build-teaser .title-holder {
        text-align: center
    }
}

@-webkit-keyframes pulsating1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulsating1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes pulsating2 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    25% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulsating2 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    25% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes pulsating3 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    75% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulsating3 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    75% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animation-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    counter-reset: cols;
    max-width: 1280px;
    padding: 0 15px;
    margin: 0 auto;
    padding: 15px 0;
    padding-bottom: 0
}

@media (max-width:767px) {
    .animation-holder {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.animation-holder .active .image:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.animation-holder .active .image .inactive {
    opacity: 0
}

.animation-holder .active .image .hover {
    opacity: 1
}

@media (max-width:767px) {
    .animation-holder .active .text {
        max-height: 99999px
    }
}

.animation-holder .active .text h3,
.animation-holder .active .text p {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.animation-holder .active .text h3 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.animation-holder .active .text p {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.animation-holder .active .dots span {
    -webkit-animation: pulsating2 1.5s linear .3s infinite alternate;
    animation: pulsating2 1.5s linear .3s infinite alternate
}

.animation-holder .active .dots span:first-child {
    -webkit-animation: pulsating1 1.5s linear .3s infinite alternate;
    animation: pulsating1 1.5s linear .3s infinite alternate
}

.animation-holder .active .dots span:last-child {
    -webkit-animation: pulsating3 1.5s linear .3s infinite alternate;
    animation: pulsating3 1.5s linear .3s infinite alternate
}

.animation-holder .col {
    overflow: hidden;
    width: 20%;
    counter-increment: cols;
    padding: 0 15px;
    cursor: pointer
}

@media (max-width:767px) {
    .animation-holder .col {
        width: 100%
    }
}

.animation-holder .col.hover .image:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.animation-holder .col.hover .image .inactive {
    opacity: 0
}

.animation-holder .col.hover .image .hover {
    opacity: 1
}

.animation-holder .col.hover .dots span {
    -webkit-animation: pulsating2 1.5s linear .3s infinite alternate;
    animation: pulsating2 1.5s linear .3s infinite alternate
}

.animation-holder .col.hover .dots span:first-child {
    -webkit-animation: pulsating1 1.5s linear .3s infinite alternate;
    animation: pulsating1 1.5s linear .3s infinite alternate
}

.animation-holder .col.hover .dots span:last-child {
    -webkit-animation: pulsating3 1.5s linear .3s infinite alternate;
    animation: pulsating3 1.5s linear .3s infinite alternate
}

.animation-holder .col:last-child .dots {
    display: none
}

.animation-holder .image {
    width: 100% !important;
    position: relative;
    min-height: 155px;
    margin-bottom: 55px
}

@media (max-width:1199px) {
    .animation-holder .image {
        min-height: 100px
    }
}

.animation-holder .image:after {
    content: counter(cols);
    font-weight: 700;
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background: #fff;
    border: 4px solid #333;
    color: #458ae7;
    position: absolute;
    bottom: -15px;
    left: 40px;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: scale(0);
    transform: scale(0)
}

@media (max-width:1199px) {
    .animation-holder .image:after {
        height: 35px;
        width: 35px;
        font-size: 24px
    }
}

@media (max-width:767px) {
    .animation-holder .image:after {
        left: 50%;
        margin-left: -18px
    }
}

.animation-holder .image img {
    position: absolute;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    height: 100%
}

@media (max-width:767px) {
    .animation-holder .image img {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.animation-holder .image img.inactive {
    z-index: 1
}

.animation-holder .image img.hover {
    opacity: 0
}

@media (max-width:767px) {
    .animation-holder .text {
        max-height: 0;
        -webkit-transition: max-height .3s;
        transition: max-height .3s
    }
}

.animation-holder .text h3 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    color: #458ae7
}

.animation-holder .text h3,
.animation-holder .text p {
    opacity: 0;
    -webkit-transition: opacity .9s, -webkit-transform .3s;
    transition: opacity .9s, -webkit-transform .3s;
    transition: transform .3s, opacity .9s;
    transition: transform .3s, opacity .9s, -webkit-transform .3s
}

.animation-holder .text p {
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
    color: #9d9997;
    font-family: Avenir;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px
}

.animation-holder .dots {
    position: absolute;
    right: -25px;
    min-width: 88px;
    height: 36px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:949px) {
    .animation-holder .dots {
        min-width: 60px;
        right: -40px
    }
}

@media (max-width:767px) {
    .animation-holder .dots {
        display: none
    }
}

.animation-holder .dots span {
    display: block;
    height: 16px;
    width: 16px;
    border: 4px solid #458ae7;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    position: absolute;
    left: 50%;
    margin-left: -18px
}

@media (max-width:949px) {
    .animation-holder .dots span {
        height: 5px;
        width: 5px
    }
}

.animation-holder .dots span:first-child {
    left: 0;
    margin: 0
}

.animation-holder .dots span:last-child {
    left: calc(100% - 36px);
    margin: 0
}

.house-and-land-view-options-link,
.house-and-land-view-subd-link {
    border: 1px solid #9d9997;
    display: inline-block;
    line-height: 41px;
    padding-left: 25px;
    border: 1px solid #4a4a4a;
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .2s;
    transition: .2s;
    padding-right: 20px
}

.search-for-more {
    color: #00adee;
    font-size: 16px;
    font-weight: 900;
    line-height: 22px;
    text-shadow: 0 2px 9px 0 rgba(0, 0, 0, .3)
}

.flex-control-thumbs {
    background-color: #d8d8d8
}

.progress-range .page-gallery__thumbs .active:not(.current):before {
    border: none !important
}

@media (min-width:1070px) {
    .header__location {
        width: 50%
    }
}

.price-section p {
    text-align: left
}

.sales-person {
    margin-top: 0
}

.sales-person a {
    color: #fff
}

@media (max-width:630px) {
    .sales-person--right {
        text-align: left
    }
}

@media (max-width:1010px) {
    .sales-person--right {
        text-align: left;
        float: left
    }
}

.consultants .contact__details__branch__info {
    margin-top: -10px;
    margin-bottom: 30px
}

@media screen and (max-width:769px) {
    .ordered-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }

    .ordered-mobile .fl-1 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

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

@media screen and (max-width:1070px) {
    .ordered-mobile {
        display: block !important
    }
}

.subnav-content__block.testimonial {
    background: #f1f1f1;
    color: #1b1b18
}

.subnav-content__block.testimonial:before {
    background: #f1f1f1
}

.slick-dots li button:before {
    font-size: 10px
}

.wishlist .columns .column {
    padding: 5px
}

.steps .step-item {
    display: none
}

.wishlist-step0 {
    padding: 45px 20px 60px;
    color: #4a4a4a
}

.wishlist-form .wishlist-section-grey {
    background: #f1f1f1
}

.steps-content .section {
    padding-left: 20px;
    padding-right: 20px
}

.gallery__card {
    position: relative
}

.gallery__card__title {
    z-index: 10;
    overflow: hidden;
    margin: 0;
    line-height: 65px;
    padding: 0 20px;
    color: #fff;
    font-size: 24px;
    white-space: nowrap
}

.gallery__card__link:after,
.gallery__card__title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
    min-height: 65px
}

.gallery__card__link:after {
    content: "";
    display: block;
    background: #4a4a4a;
    opacity: .8
}

.block {
    display: inline-block
}

.wishlist-step0 {
    padding-top: 0
}

.wishlist-step1_1,
.wishlist-step3 {
    margin-top: 50px
}

.wishlist-step7,
.wishlist-step8 {
    padding-top: 50px;
    padding-bottom: 50px
}

.wishlist-step0,
.wishlist-step4,
.wishlist-step6,
.wishlist-step9 {
    padding-bottom: 50px
}

.wishlist-step2,
.wishlist-step4,
.wishlist-step5 {
    padding-top: 50px
}

.wishlist-applicance-preferences .pretty,
.wishlist-step2 .columns .column,
.wishlist-step4 .showers .column,
.wishlist-step5 .kitchen .column {
    margin-bottom: 15px
}

.steps-action .disabled {
    cursor: not-allowed;
    color: gray
}

.steps-action .button:disabled {
    background: gray;
    color: #fff
}

/*# sourceMappingURL=app.css.map*/

/* GREAN EXTRAS */

/* Dynamic Columns */
.grean-2col,
.grean-inner-2col,
.grean-3col,
.grean-4col {
    float: left;
}

.grean-2col, .grean-inner-2col {
    padding-left: 2%;
    padding-right: 2%;
    width: 46%;
}

.grean-3col {
    padding-left: 1.5%;
    padding-right: 1.5%;
    width: 30.33%;
}

.grean-4col {
    padding-left: 1%;
    padding-right: 1%;
    width: 23%;
}

@media only screen and (max-width: 768px) {

    /* For mobile screens: */
    .grean-2col,
    .grean-3col {
        width: 100%;
    }
    .grean-inner-2col {
        width: 80%;
        padding-left: 10%;
        padding-right: 10%;
    }
    .grean-4col {
        padding-left: 2%;
        padding-right: 2%;
        width: 46%;
    }
}

.grean-extra-row-pad {
    padding-top: 30px;
    padding-bottom: 100px;
}

/* Extra Button Style */
.button--grey-inverse {
    background: transparent;
    color: #4a4a4a;
    margin-top: 10px;
}

.button--grey-inverse {
    border-color: #4a4a4a
}

.button--grey-inverse:hover {
    background: #4a4a4a;
    color: #fff
}

/* YouTube to fit div */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Extra Button Style */
h2 a {
    color: #4a4a4a;
}

h2 a.grean-sub {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
    padding-bottom: 10px;
    text-transform: uppercase
}

/* Team */

.team-bio {
    color: #888888;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
}

@media only screen and (max-width: 768px) {

    /* email size mobile fix: */
    a.team-email {
        font-size: 12px!important;
    }
}

/* Testimonials */

.testimonial-wrap {
    margin:30px 0 70px 0;
    padding:21px 0 41px 0!important;
}

.testimonial-block {
    background: #fff;
    margin: 23px 0 0 0;
    padding: 15px;
    text-align:center;
}

.testimonial-block p {
    font-style: italic;
    font-size: 0.9em;
    margin-bottom: 0;
}