@font-face {
    font-family: museo_sans300;
    src: url(../fonts/museosans_0-webfont.eot);
    src: url(../fonts/museosans_0-webfontd41d.eot?#iefix) format('embedded-opentype'), url(../fonts/museosans_0-webfont.woff) format('woff'), url(../fonts/museosans_0-webfont.ttf) format('truetype'), url(../fonts/museosans_0-webfont.svg#museo_sans300) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: museo_sans500;
    src: url(../fonts/museosans_1-webfont.eot);
    src: url(../fonts/museosans_1-webfontd41d.eot?#iefix) format('embedded-opentype'), url(../fonts/museosans_1-webfont.woff) format('woff'), url(../fonts/museosans_1-webfont.ttf) format('truetype'), url(../fonts/museosans_1-webfont.svg#museo_sans500) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: MuseoSans-700;
    src: url(../fonts/MuseoSans-700d41d.eot?#iefix) format('embedded-opentype'), url(../fonts/MuseoSans-700.otf) format('opentype'), url(../fonts/MuseoSans-700.woff) format('woff'), url(../fonts/MuseoSans-700.ttf) format('truetype'), url(../fonts/MuseoSans-700.svg#MuseoSans-700) format('svg');
    font-weight: 400;
    font-style: normal
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

a,
img {
    outline: 0;
    border: none
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

:focus {
    outline: 0
}

a::-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0
}

::-webkit-selection {
    color: #fff;
    background: #000
}

::-moz-selection {
    color: #fff;
    background: #000
}

::selection {
    color: #fff;
    background: #000
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

input,
textarea {
    -webkit-appearance: none
}

input[type=text] {
    -webkit-border-radius: 0
}

html {
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%!important
}

body,
html {
    min-height: 100%;
    -webkit-overflow-scrolling: touch!important
}

body {
    background: #fff;
    color: grey;
    font: normal 23px/1.5 museo_sans300, Arial, Helvetica, sans-serif
}

a {
    text-decoration: none;
    color: inherit;
    transition: color .5s ease, border-color .5s ease, background-color .5s ease;
    -ms-transition: color .5s ease, border-color .5s ease, background-color .5s ease;
    -o-transition: color .5s ease, border-color .5s ease, background-color .5s ease;
    -webkit-transition: color .5s ease, border-color .5s ease, background-color .5s ease
}

input[type=submit] {
    transition: color .5s ease, border-color .5s ease, background-color .5s ease;
    -ms-transition: color .5s ease, border-color .5s ease, background-color .5s ease;
    -o-transition: color .5s ease, border-color .5s ease, background-color .5s ease;
    -webkit-transition: color .5s ease, border-color .5s ease, background-color .5s ease
}

.clear {
    clear: both;
    height: 0;
    font-size: 0
}

.left {
    float: left
}

.right {
    float: right
}

.center {
    text-align: center
}

.justify {
    text-align: justify;
    text-align-last: center;
    -moz-text-align-last: center;
    -webkit-text-align-last: center
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    padding-bottom: 15px;
    line-height: 1.1;
    font-family: MuseoSans-700;
    color: #000
}

.h1,
h1 {
    font-size: 66px;
    line-height: 78px
}

.h2,
h2 {
    font-size: 48px;
    line-height: 1.2;
    padding-bottom: 15px
}

h2.small {
    font-size: 22px
}

.h3,
h3 {
    font-size: 38px;
    line-height: 1.1;
    padding-bottom: 25px
}

.h4,
h4 {
    font-size: 28px;
    line-height: 1.1;
    padding-bottom: 20px
}

.h5,
h5 {
    font-size: 14px;
    line-height: 1.1;
    padding-bottom: 15px
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

p {
    padding-bottom: 80px
}

p a {
    text-decoration: none;
    color: inherit;
    font-family: museo_sans500
}

p a:hover {
    text-decoration: underline
}

p strong {
    font-weight: 400;
    font-family: museo_sans500;
    color: #353535
}

p:empty {
    display: none
}

p a:hover {
    text-decoration: underline
}

p:last-child {
    padding-bottom: 0
}

.dark-block * {
    color: #fff
}

.light-block * {
    color: #000
}

.btn {
    display: inline-block;
    font-size: 12px;
    padding: 0 50px 0 20px;
    line-height: 45px;
    height: 45px;
    min-width: 164px;
    border-radius: 40px;
    border: 1px solid #000;
    color: inherit;
    text-transform: uppercase;
    font-family: MuseoSans-700;
    position: relative;
    cursor: pointer;
    color: #000
}

.btn:after {
    content: "";
    width: 12px;
    height: 11px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 20px;
    background: url(../images/btn-arrow.png) no-repeat 0 0;
    background-size: 12px 23px;
    z-index: 2;
    transition: right .5s ease;
    -ms-transition: right .5s ease;
    -webkit-transition: right .5s ease
}

.no-touch .btn:hover:after {
    right: 15px
}

.btn.white {
    background: #fff;
    color: #000;
    border-color: #000
}

.btn.white-fill {
    background: #fff;
    border-color: #fff;
    color: #000
}

.btn.black {
    background: #000;
    color: #fff
}

.btn.white-fill:after,
.btn.white:after {
    background-position: bottom left
}

input[type=submit]:after {
    display: none
}

input[type=submit].black {
    min-width: 100px;
    text-align: left;
    background: #000 url(../images/btn-arrow.png) no-repeat 80% 15px;
    background-size: 12px 23px;
    transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.no-touch input[type=submit].black:hover {
    background-position: 85% 15px;
    transition: all .5s ease!important;
    -ms-transition: all .5s ease!important;
    -webkit-transition: all .5s ease!important
}

.loader {
    position: fixed;
    left: 0;
    width: 100vw;
    top: 0;
    height: 100vh;
    z-index: 99;
    background: #fff
}

.inner .loader {
    display: none!important
}

.loader .center-logo {
    position: absolute;
    width: 105px;
    height: 90px;
    background-image: url(../images/logo-sprite.png);
    left: 50%;
    top: 50%;
    margin: -45px 0 0 -53px;
    -moz-animation: play 2s steps(50) infinite;
    -ms-animation: play 2s steps(50) infinite;
    -o-animation: play 2s steps(50) infinite;
    animation: play 2s steps(50) infinite;
    -webkit-animation: play 2s steps(50) infinite
}

.section .actions .btn,
.section h2,
.section p {
    opacity: 0
}

@-moz-keyframes play {
    0 {
        background-position: 0
    }
    100% {
        background-position: -5250px
    }
}

@-ms-keyframes play {
    0 {
        background-position: 0
    }
    100% {
        background-position: -5250px
    }
}

@keyframes play {
    0 {
        background-position: 0
    }
    100% {
        background-position: -5250px
    }
}

@-webkit-keyframes play {
    0 {
        background-position: 0
    }
    100% {
        background-position: -5250px
    }
}

.selectric-wrapper {
    position: relative;
    cursor: pointer
}

.selectric-responsive {
    width: 100%
}

.selectric {
    border-radius: 0;
    position: relative;
    overflow: hidden
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 0;
    font-size: 16px;
    line-height: 38px;
    color: grey;
    height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: 0 0;
    color: #bbb;
    font-size: 0;
    text-align: center
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    background: url(../images/down-arrow.png) no-repeat bottom left;
    background-size: 12px 25px;
    transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    -webkit-transition: transform .5s ease
}

.selectric-open .selectric .button:after {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg)
}

.selectric-focus .selectric {
    border-color: #aaa
}

.selectric-hover .selectric {
    border-color: #c4c4c4
}

.selectric-hover .selectric .button {
    color: #a2a2a2
}

.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2
}

.selectric-open {
    z-index: 9999
}

.selectric-open .selectric {
    border-color: #c4c4c4
}

.selectric-items .selectric-scroll {
    overflow: hidden!important
}

.selectric-disabled {
    opacity: .5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0
}

.selectric-hide-select select {
    position: absolute;
    left: -100%
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0
}

.selectric-input {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    overflow: hidden!important;
    clip: rect(0, 0, 0, 0)!important;
    margin: 0!important;
    padding: 0!important;
    width: 1px!important;
    height: 1px!important;
    outline: 0!important;
    border: none!important;
    background: 0 0!important
}

.selectric-temp-show {
    position: absolute!important;
    visibility: hidden!important;
    display: block!important
}

.selectric-items {
    display: none
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
    padding: 20px 0 10px
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
    padding-bottom: 20px
}

.selectric-items li,
.selectric-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    min-height: 20px
}

.selectric-items li {
    display: block;
    padding: 5px 0 5px 20px;
    color: grey;
    cursor: pointer;
    transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.selectric-items li.selected {
    color: #000
}

.selectric-items li.highlighted {
    color: #000
}

.selectric-items li:hover {
    color: #000
}

.selectric-items .disabled {
    opacity: .5;
    cursor: default!important;
    background: 0 0!important;
    color: #666!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: 700;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0;
    color: #444
}

.selectric-items .selectric-group.disabled li {
    opacity: 1
}

.selectric-items .selectric-group li {
    padding-left: 25px
}

.multiple-select .selectric-items li {
    display: inline-block;
    font-size: 12px;
    padding: 0 20px;
    line-height: 45px;
    height: 45px;
    margin: 0 10px 10px 0;
    border-radius: 40px;
    border: 1px solid #000;
    color: inherit;
    text-transform: uppercase;
    font-family: MuseoSans-700;
    position: relative;
    color: #000
}

.multiple-select .selectric-items li.selected,
.no-touch .multiple-select .selectric-items li:hover {
    background: #000;
    color: #fff
}

.multiple-select .selectric-items li:first-child {
    display: none
}

.custom-select li {
    padding-left: 20px
}

.custom-select li:first-child {
    display: none
}

.budget-select li {
    padding-left: 20px
}

.budget-select li:first-child {
    display: none
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
    display: none
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

body {
    overflow-x: hidden
}

.fp-enabled body,
html.fp-enabled {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent
}

#superContainer {
    height: 100%;
    position: relative;
    -ms-touch-action: none;
    touch-action: none
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100%
}

.fp-slide {
    float: left
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.fp-slidesContainer {
    float: left;
    position: relative
}

.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff
}

.fp-scrollable {
    overflow: hidden;
    position: relative
}

.fp-scroller {
    overflow: hidden
}

.iScrollIndicator {
    border: 0!important
}

.fp-notransition {
    -webkit-transition: none!important;
    transition: none!important
}

#fp-nav {
    position: fixed;
    z-index: 100;
    bottom: 0;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 0;
    transition: all .5s ease 1s;
    -ms-transition: all .5s ease 1s;
    -webkit-transition: all .5s ease 1s
}

body.pageLoaded #fp-nav {
    opacity: 1;
    bottom: 20px
}

#fp-nav.right {
    right: 25px
}

#fp-nav.left {
    left: 17px
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fp-slidesNav.bottom {
    bottom: 17px
}

.fp-slidesNav.top {
    top: 17px
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 3px;
    position: relative
}

.fp-slidesNav ul li {
    display: inline-block
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 6px;
    width: 6px;
    border: 0;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -3px 0 0 -3px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

body.light #fp-nav ul li a span,
body.light .fp-slidesNav ul li a span {
    background-color: #000
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: auto;
    opacity: 1
}

#fp-nav ul li .fp-tooltip.right {
    right: 20px
}

#fp-nav ul li .fp-tooltip.left {
    left: 20px
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
    height: auto!important
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
    height: auto!important
}

body.home {
    overflow: hidden!important;
    height: 100%
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_inside>.mCSB_container {
    margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-left: 30px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0
}

.mCSB_outside+.mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 13px;
    height: auto
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 5px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools {
    opacity: 0
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #d2d2d2
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #d2d2d2
}

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
    opacity: .9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

#site-main {
    width: 100%;
    min-height: 100%;
    top: 100vh;
    position: relative;
    background: #fff
}

.home-slider {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.home-slider .swiper-slide {
    width: 100%;
    height: 100vh
}

.home-slider .swiper-slide figure {
    width: 100%;
    height: 100vh;
    position: relative;
    background-position: center center;
    background-size: cover
}

.home-slider .swiper-slide figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: 2
}

.home-slider {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.home-slider .swiper-wrapper {
    width: 100%;
    min-height: 100vh;
    position: relative
}

.home-slider .swiper-slide {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center
}

.bottom-blog-link,
.full-tour-link {
    width: 100%;
    position: absolute;
    bottom: 80px;
    opacity: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    z-index: 2;
    text-align: center;
    font-family: museo_sans500;
    transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition-delay: 1s;
    -ms-transition-delay: 1s;
    -webkit-transition-delay: 1s
}

body.pageLoaded .full-tour-link {
    bottom: 73px;
    opacity: 1
}

.bottom-blog-link a {
    color: #000
}

.fp-completely .bottom-blog-link {
    opacity: 1;
    bottom: 73px
}

.full-tour-link a {
    color: #fff
}

.bottom-arrow {
    position: absolute;
    bottom: 40px;
    width: 100%;
    z-index: 2;
    left: 0;
    text-align: center;
    height: 11px;
    opacity: 0;
    transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.inner .bottom-arrow {
    position: absolute
}

body.pageLoaded .bottom-arrow {
    opacity: 1;
    transition-delay: 1s;
    -ms-transition-delay: 1s;
    -webkit-transition-delay: 1s
}

.bottom-arrow a {
    width: 12px;
    height: 12px;
    background: url(../images/down-arrow.png) no-repeat 0 0;
    background-size: 12px 24px;
    display: inline-block;
    vertical-align: top;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -ms-animation: bounce 2s infinite
}

body.light .bottom-arrow a {
    background-position: bottom left
}

body.inner .bottom-arrow a {
    background-position: 0 0
}

@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-15px)
    }
    60% {
        transform: translateY(-5px)
    }
}

@-ms-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-15px)
    }
    60% {
        transform: translateY(-5px)
    }
}

@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-15px)
    }
    60% {
        transform: translateY(-5px)
    }
}

@-moz-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-15px)
    }
    60% {
        transform: translateY(-5px)
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInUp2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.section .line,
.section .line2 {
    content: "";
    width: 3px;
    background: #fbd700;
    height: 0;
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 0;
    transition: height .5s ease;
    -ms-transition: height .5s ease;
    -webkit-transition: height .5s ease;
}

.section.fp-completely .line {
    height: 80%;
    height: calc(100% - 92px)
}

.section.contact-section.fp-completely .line {
    height: 80%;
    height: calc(100% - 110px)
}

.section.dark-block .line,
.section.dark-block .line2 {
    background-color: #fff
}

#section1.section.fp-completely .line {
    height: 0;
    top: auto;
    bottom: 0;
    background-color: #ffde17
}

.section .line2 {
    height: 0;
    top: auto;
    bottom: 0
}

.section.fp-completely .line2,
body.pageLoaded #section1.section .line {
    height: 20px
}

.section .inner h2 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

#section1 .inner {
    direction: ltr
}

.section .inner p {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.section .inner h1 {
    opacity: 0
}

.section .inner .animationEnd h1 {
    opacity: 1
}

.section .inner .actions .btn {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.section .inner .actions .btn~.btn {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.swiper-slide:first-child .btn,
.swiper-slide:first-child h1 {
    opacity: 0
}

.common-slide-btn {
    position: absolute;
    left: 160px;
    top: 50%;
    border-color: #fff;
    z-index: 9;
    margin-top: 60px;
    opacity: 0;
    display: none!important
}

.banner-content {
    position: absolute;
    top: 50%;
    z-index: 2;
    left: 160px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: auto;
    text-align: left;
    overflow: hidden
}

.banner-content .btn {
    margin-top: 81px;
    border-color: #fff;
    opacity: 0
}

.section .inner {
    display: table;
    width: 100%;
    table-layout: fixed;
    direction: rtl;
    vertical-align: top;
    height: 100%
}

.section .inner .left-col {
    padding: 96px 80px 96px 160px;
    text-align: right;
    display: table-cell;
    width: 50%;
    position: relative
}

.section .inner .right-col {
    padding: 96px 70px 96px 80px;
    text-align: left;
    display: table-cell;
    width: 50%;
    direction: ltr;
    position: relative
}

.section {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.section .inner .left-col .content {
    position: absolute;
    bottom: 93px;
    max-width: 490px;
    right: 80px;
    left: 160px
}

.section .inner .left-col .content * {
    direction: ltr
}

.section .inner h2 span {
    display: block
}

.section .inner h2 {
    direction: ltr
}

.section .inner p {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 25px
}

.section .inner p:last-child {
    padding-bottom: 0
}

.section .inner .actions {
    position: absolute;
    left: 80px bottom: 93px
}

.section .inner .actions .btn {
    float: left;
    clear: both;
    margin-top: 20px
}

.logos {
    text-align: right;
    opacity: 0;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    margin-bottom: 40px
}

.logos li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5% 23px;
    list-style: none
}

.logos li img {
    vertical-align: middle
}

.action-block {
    opacity: 0;
    padding: 45px 0;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.action-block~.action-block {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.action-block h4 {
    font-size: 18px
}

.contact-section .right-col {
    vertical-align: middle
}

.swiper-slide:first-child .btn {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.banner-content .btn,
.common-slide-btn {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.swiper-slide .title .title-wrap {
    line-height: 1
}

.swiper-slide .title .title-wrap p {
    opacity: 0;
    font-size: 18px;
    font-family: MuseoSans-700;
    max-width: 570px
}

.fp-completely .animationEnd .title h1,
.fp-completely .animationEnd .title h2,
.fp-completely .animationEnd .title p {
    opacity: 1
}

.swiper-slide .title {
    height: auto;
    overflow: hidden
}

.Mac .swiper-slide .title {
    margin-left: 0
}

.swiper-slide.startAnimating .title .title-wrap {
    height: 0;
    opacity: 1
}

.logo {
    position: fixed;
    left: 30px;
    top: 30px;
    z-index: 99;
    transform: translateY(-203px);
    -ms-transform: translateY(-203px);
    -webkit-transform: translateY(-203px);
    transition: transform .8s ease;
    -ms-transition: transform .8 ease;
    -webkit-transition: transform .8s ease
}

body.pageLoaded .logo {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0)
}

.logo a {
    display: block;
    width: 134px;
    height: 163px;
    background: url(../images/logo.png) no-repeat 0 0;
    /* background-size: 40px 70px; */
}

.menu-btn {
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 99;
    transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transition: transform .8s ease;
    -ms-transition: transform .8 ease;
    -webkit-transition: transform .8s ease;
    color: #fff
}

body.pageLoaded .menu-btn {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0)
}

.menu-btn a {
    display: block;
    width: 35px;
    height: 30px;
    padding: 11px 0
}

.menu-btn a span {
    display: block;
    position: relative;
    border-radius: 10px;
    height: 3px;
    background: currentcolor
}

.menu-btn a span:before {
    content: "";
    position: absolute;
    top: -11px;
    right: 0;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    background: currentcolor
}

.menu-btn a span:after {
    content: "";
    position: absolute;
    bottom: -11px;
    right: 0;
    width: 22px;
    height: 3px;
    border-radius: 10px;
    background: currentcolor;
    transition: width .5s ease
}

.menu-btn a:hover span:after {
    width: 100%
}

body.light .menu-btn a {
    color: #000
}

body.light .logo a {
    background-position: bottom left
}

body.light .menu-btn a {
    color: #000
}

body[class*=darkLogo-] .logo a {
    background-position: 0 0
}

body[class*=darkMenu-] .menu-btn a {
    color: #fff!important
}

body[class*=darkLogo-] .menu-btn a {
    color: #fff
}

body[class*=darkLogo-][class*=lightArticle-] .menu-btn a {
    color: #000
}

.menu-btn.dark a {
    color: #fff!important
}

.menu-btn.light a {
    color: #000!important
}

#nav {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    background: #fff;
    display: block;
    left: -100%;
    transition: left .5s ease-in-out;
    -ms-transition: left .5 ease-in-out;
    -webkit-transition: left .5s ease-in-out
}

#nav.show {
    left: 0
}

#nav .left-col {
    background: #fff;
    width: 70px;
    position: absolute;
    left: -100%;
    height: 100%;
    padding-top: 30px;
    text-align: center;
    transition: left .8s ease 0s;
    -ms-transition: left .8 ease 0s;
    -webkit-transition: left .8s ease 0s
}

#nav.show .left-col {
    left: 0
}

.nav-close {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #000;
    position: relative;
    border-radius: 50%;
    vertical-align: top;
    transform: translate3d(0, 0, 0) rotate(-90deg);
    -ms-transform: translate3d(0, 0, 0) rotate(-90deg);
    -webkit-transform: translate3d(0, 0, 0) rotate(-90deg);
    margin-bottom: 22px
}

.nav-close:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(../images/up-arrow.png) no-repeat 0 0;
    background-size: 12px 25px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: margin .3s ease;
    -ms-transition: margin .3s ease;
    -webkit-transition: margin .3s ease;
    margin-top: 0;
    will-change: margin
}

.no-touch .nav-close:hover:after {
    margin-top: -3px
}

.home-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    position: relative;
    border-radius: 50%
}

.home-btn:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../images/home-icon.png) no-repeat 0 0;
    background-size: 16px 32px;
    left: 11px;
    top: 11px
}

.no-touch .home-btn:hover {
    background-color: #000
}

.no-touch .home-btn:hover:after {
    background-position: bottom left
}

#nav .left-col .bottom-links {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    transition: left .8s ease 0s;
    -ms-transition: left .8 ease 0s;
    -webkit-transition: left .8s ease 0s
}

.social-links {
    margin-bottom: 10px
}

.social-links li {
    list-style: none;
    margin-bottom: 20px
}

.social-links li a {
    width: 46px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    background: url(../images/social-link.png) no-repeat 0 0;
    transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    -webkit-transition: transform .3s ease;
    transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    will-chnage: transform;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d
}

.social-links li a:hover {
    transform: translate3d(0, 0, 0) scale(1.1);
    -ms-transform: translate3d(0, 0, 0) scale(1.1);
    -webkit-transform: translate3d(0, 0, 0) scale(1.1)
}

.social-links li.fb a {
    height: 27px;
    background-position: 0 0
}

.social-links li.insta a {
    height: 34px;
    background-position: 0 -29px;
    margin: 3px 0 0 0
}

.social-links li.twit a {
    height: 26px;
    background-position: 0 -60px
}

.social-links li.linkd a {
    height: 26px;
    background-position: 0 -85px
}

.back-btn {
    position: fixed;
    left: 30px;
    top: 210px;
    z-index: 99;
    opacity: 0;
    transition: top .5s ease;
    -ms-transition: top .5s ease;
    -webkit-transition: top .5s ease;
    visibility: hidden;
}

.back-btn.show {
    opacity: 1;
    visibility: visible
}

.back-btn a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #ce1126;
    position: relative;
    border-radius: 50%;
    vertical-align: top
}

.back-btn a:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(../images/up-arrow.png) no-repeat 0 0;
    background-size: 12px 25px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: margin .3s ease;
    -ms-transition: margin .3s ease;
    -webkit-transition: margin .3s ease
}

.no-touch .back-btn a:hover:after {
    margin-top: -3px
}

body.dark .back-btn a {
    background-color: #fff
}

body.dark .back-btn a:after {
    background-position: bottom left
}

body[class*=darkback-] .back-btn a {
    background-color: #fff!important
}

body[class*=darkback-] .back-btn a:after {
    background-position: bottom left!important
}

.blog-link {
    font-size: 14px;
    font-family: MuseoSans-700;
    line-height: 1;
    color: #000
}

.blog-link a {
    display: inline-block;
    position: relative
}

.blog-link a:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -4px;
    height: 2px;
    background: #000;
    transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    -webkit-transition: transform .5s ease;
    transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0)
}

.no-touch .blog-link a:hover:after {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1)
}

.main-nav {
    position: absolute;
    left: 70px;
    top: 0;
    right: 0;
    height: 100%;
    display: table;
    table-layout: fixed;
    width: 100%;
    width: calc(100% - 70px);
    backface-visibility: hidden
}

.main-nav .col {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    backface-visibility: hidden
}

.main-nav .col .col-inner {
    max-height: 90%;
    max-height: calc(100vh - 10vh);
    position: relative;
    left: -100%;
    transition: left .5s ease-in-out .4s;
    -ms-transition: left .5s ease-in-out .4s;
    -webkit-transition: left .5s ease-in-out .4s
}

.main-nav .col:nth-child(2) .col-inner {
    transition-delay: .5s;
    -ms-transition-delay: .5s;
    -webkit-transition-delay: .5s
}

.main-nav .col:nth-child(3) .col-inner {
    transition-delay: .6s;
    -ms-transition-delay: .6s;
    -webkit-transition-delay: .6s
}

.main-nav .col:nth-child(4) .col-inner {
    transition-delay: .7s;
    -ms-transition-delay: .7s;
    -webkit-transition-delay: .7s
}

.main-nav .col.parent h3 {
    top: 0;
    padding-top: 0;
    transition: top .5s ease;
    -ms-transition: top .5s ease;
    -webkit-transition: top .5s ease;
    position: relative
}

.main-nav .col:nth-child(2) h3 {
    position: relative
}

.main-nav .col.menu-item-has-children h3:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(../images/down-arrow.png) no-repeat bottom left;
    background-size: 12px 24px;
    display: inline-block;
    margin-left: 10px;
    top: 10px
}

.no-touch .main-nav .col.menu-item-has-children:hover h3:after {
    opacity: 0
}

.showSubNav .main-nav .col.menu-item-has-children h3::after {
    display: none!important
}

.main-nav .col.parent h3 svg {
    display: none
}

#nav.show .main-nav .col .col-inner {
    left: 0
}

.main-nav .col:before {
    content: "";
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 0;
    background: #f5f5f5;
    top: 0;
    transition: height .5s ease;
    -ms-transition: height .5s ease;
    -webkit-transition: height .5s ease
}

.animatable .main-nav .col:hover:before {
    height: 100vh
}

.main-nav .col h3 {
    font-size: 34px;
    line-height: 1;
    padding-bottom: 0
}

.main-nav .col h3 span {
    display: block;
    padding-top: 20px;
    font-size: 16px;
    font-family: museo_sans300
}

.main-nav .col:nth-child(1) {
    width: 25%
}

.main-nav .col:nth-child(1) .col-inner {
    padding-left: 23.88%
}

.main-nav .col:nth-child(2) {
    width: 25%
}

.main-nav .col:nth-child(2) .col-inner {
    padding-left: 8.9%
}

.main-nav .col:nth-child(3) {
    width: 27.5%
}

.main-nav .col:nth-child(3) .col-inner {
    padding-left: 8.7%
}

.main-nav .col:nth-child(4) {
    width: 24.25%
}

.main-nav .col:nth-child(4) .col-inner {
    padding-left: 15.4%
}

.sub-menu {
    list-style: none;
    display: block;
    height: 0;
    overflow: hidden
}

.sub-menu li {
    font-size: 18px;
    margin-bottom: 28px;
    font-family: MuseoSans-700
}

.main-nav a {
    color: #000
}

.main-nav h3 a {
    display: inline-block
}

.main-nav .col .btn-wrap {
    overflow: hidden;
    height: 0;
    display: block
}

.main-nav .col .btn {
    vertical-align: top;
    min-width: 118px;
    top: 50px;
    overflow: hidden;
    transition: top .5s ease .2s;
    -ms-transition: top .5s ease .2s;
    -webkit-transition: top .5s ease .2s
}

.sub-menu li {
    overflow: hidden
}

.sub-menu li a {
    display: block;
    position: relative;
    top: 100px;
    transition: top .5s ease .1s;
    -ms-transition: top .5s ease .1s;
    -webkit-transition: top .5s ease .1s;
    padding-right: 55px
}

.sub-menu li a:after {
    content: "";
    width: 12px;
    height: 11px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 55px;
    opacity: 0;
    background: url(../images/btn-arrow.png) no-repeat bottom left;
    background-size: 12px 23px;
    z-index: 2;
    transition: right .5s ease, opacity .5s ease;
    -ms-transition: right .5s ease, opacity .5s ease;
    -webkit-transition: right .5s ease, opacity .5s ease
}

.sub-menu li a:hover:after {
    right: 50px;
    opacity: 1
}

@media only screen and (min-width:1021px) {
    .main-nav .col:hover.parent h3 {
        padding-top: 100px;
        top: -100px;
        margin-bottom: -63px
    }
    .main-nav .col:hover .sub-menu {
        display: block;
        height: auto;
        padding-top: 73px
    }
    .main-nav .col:hover .btn {
        display: inline-block;
        top: 0
    }
    .main-nav .col:hover .btn-wrap {
        height: 45px
    }
    .main-nav .col:hover .sub-menu li a {
        top: 0
    }
}

.form-panel {
    width: 50%;
    width: 50%;
    position: fixed;
    background: #fff;
    right: -100%;
    top: 0;
    z-index: 9999;
    height: 100%;
    z-index: 999;
    font-size: 14px;
    transition: right .8s ease;
    -ms-transition: right .8s ease;
    -webkit-transition: right .8s ease
}

.showForm .form-panel {
    right: 0
}

#main-wrap:before {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    background: rgba(153, 153, 153, .5);
    z-index: 999;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.showForm #main-wrap:before {
    opacity: 1;
    visibility: visible
}

.form-panel .inner-wrap {
    overflow: auto;
    padding: 109px 120px 20px 80px;
    max-height: 100vh;
    min-height: 100vh;
    position: relative;
    z-index: 1
}

@supports (-webkit-overflow-scrolling:touch) {
    .form-panel .inner-wrap {
        max-height: 90vh;
        min-height: 90vh
    }
}

.form-panel .panel-close {
    position: absolute;
    right: 93px;
    top: 75px;
    width: 35px;
    height: 35px;
    background: url(../images/close-btn.svg) no-repeat 0 0;
    border-radius: 50%;
    background-size: 100% 100%;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    z-index: 99;
    background-color: #fff
}

.nav-close2 {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 35px;
    height: 35px;
    background: url(../images/close-btn.svg) no-repeat 0 0;
    border-radius: 50%;
    background-size: 100% 100%;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    z-index: 99;
    background-color: #fff;
    opacity: 0;
    visibility: hidden
}

.animatable .nav-close2 {
    opacity: 1;
    visibility: visible;
    transition: all .5s ease
}

.form-box {
    padding: 20px 40px 0 0
}

.form-box .note {
    padding-bottom: 10px
}

.form-box .note a {
    color: #000;
    text-decoration: underline
}

.form-box .note a:hover {
    text-decoration: none
}

.form-box .row {
    margin-bottom: 24px;
    position: relative;
    border-bottom: 1px solid #000;
    position: relative;
    line-height: 1;
    overflow: hidden
}

.form-box .row#field_1_4 {
    margin-bottom: 38px
}

.form-box .row#field_1_2 {
    margin-bottom: 29px
}

.charleft.ginput_counter {
    position: absolute;
    top: 114%;
    font-size: 11px
}

.form-box .row label {
    display: none
}

.form-box .row input[type=text],
.form-box .row textarea {
    border: none;
    background: #fff;
    color: #000;
    font-family: inherit;
    font-size: 16px;
    line-height: 1;
    padding: 15px 0;
    width: 100%
}

.form-box .row.gfield_error:not(.hideError) input[type=text] {
    color: #fff
}

li.gfield.gfield_error:hover input[type=text] {
    color: #000!important
}

.form-box .row.upload-row {
    position: relative;
    margin-bottom: 10px
}

.form-box .row.upload-row .screen-reader-text {
    display: none
}

.form-box .row.upload-row:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -23px;
    border: 1px solid #000;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    z-index: 2
}

.form-box .row.upload-row:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(../images/up-arrow.png) no-repeat bottom left;
    background-size: 12px 25px;
    right: 12px;
    top: 50%;
    margin-top: -11px
}

.upload-row input[type=file] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    cursor: pointer
}

.upload-row label {
    padding: 19px 0 15px;
    font-size: 16px;
    display: block!important
}

.upload-row {
    margin-top: -4px
}

.IE11 .upload-row {
    margin-top: -18px
}

.IE11 .form-box .row#field_1_2 {
    margin-bottom: 24px
}

.form-box .form-actions {
    padding-top: 20px
}

.form-box .gform_wrapper {
    position: relative
}

.form-box .gform_wrapper .validation_error {
    position: absolute;
    top: -30px;
    left: 0;
    line-height: 1.2;
    z-index: 99
}

.form-panel .mCSB_inside>.mCSB_container {
    margin-right: 0
}

.form-panel .mCSB_scrollTools {
    right: 0
}

.form-box .row .validation_message {
    padding: 11px 0 9px;
    top: 4px;
    background: #fff
}

.form-box .row.upload-row .validation_message {
    top: 0
}

.form-box .row.upload-row .validation_message {
    padding-right: 40px
}

.form-box .gform_confirmation_message,
.form-box .gforms_confirmation_message {
    padding-top: 50vh;
    transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -webkit-transform: translateY(-25%)
}

.form-panel.showSucces .panel-close,
.form-panel.showSucces h4 {
    display: none
}

.form-panel .gform_footer {
    margin-top: 30px;
    float: left;
    clear: both;
    position: relative
}

.form-panel.showSucces .inner-wrap {
    padding-top: 0;
    padding-bottom: 0
}

.case-studies #main-wrap {
    overflow: hidden
}

body.inner #site-main {
    top: 0;
    left: 0
}

body.case-studies {
    overflow: hidden
}

#case-slider {
    position: relative;
    width: 100%;
    max-height: 100vh;
    min-width: 100vw;
    overflow: hidden
}

#case-slider .swiper-slide {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden
}

#case-slider .swiper-slide.light-slide p {
    color: #000
}

#case-slider .swiper-slide.dark-slide,
#case-slider .swiper-slide.dark-slide h2,
#case-slider .swiper-slide.dark-slide h4 {
    color: #fff
}

#case-slider .swiper-slide figure {
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: center center;
    opacity: 1;
    transition: transform .8s ease;
    -ms-transition: transform .8s ease;
    -webkit-transition: transform .8s ease
}

#case-slider .swiper-slide figure:not(.swiper-lazy-loaded) {
    background: url(../images/ajaxLoader.gif) no-repeat center center;
    background-size: 30px
}

#case-slider .swiper-slide.swiper-slide-next figure {
    transition-delay: .2s
}

#case-slider.loading .swiper-wrapper {
    opacity: 0
}

#case-slider .swiper-slide.animating figure {
    transform: translate3d(0, 100vh, 0);
    -ms-transform: translate3d(0, 100vh, 0);
    -webkit-transform: translate3d(0, 100vh, 0);
    opacity: 0
}

#case-slider .swiper-slide .slide-content {
    transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    visibility: visible;
    opacity: 1
}

#case-slider .swiper-slide.animating .slide-content {
    visibility: hidden;
    opacity: 0;
    transition: all .8s ease;
    -ms-transition: all .8s ease;
    -webkit-transition: all .8s ease
}

.slide-content {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 70px;
    z-index: 2;
    max-width: 300px
}

.slide-content p {
    font-size: 16px;
    overflow: hidden;
    line-height: 22px;
    padding: 20px 0 10px 0;
    transition: margin 1.5s ease, opacity 1.5s ease;
    -ms-transition: margin 1.5s ease, opacity 1.5s ease;
    -webkit-transition: margin 1.5s ease, opacity 1.5s ease;
    opacity: 1;
    margin-bottom: -100%;
    opacity: 0;
    transform: translateZ();
    -ms-transform: translateZ();
    -webkit-transform: translateZ()
}

.slide-content .post-content {
    overflow: hidden
}

.slide-content p:empty {
    display: none!important
}

#case-slider .swiper-slide:hover p {
    margin-bottom: 0;
    transition: margin .7s ease, opacity .7s ease;
    -ms-transition: margin .7s ease, opacity .7s ease;
    -webkit-transition: margin .7s ease, opacity .7s ease;
    opacity: 1
}

.slide-content h2 {
    padding-bottom: 0;
    transition: transform .5s ease, opacity .5s ease;
    -ms-transition: transform .5s ease, opacity .5s ease;
    -webkit-transition: transform .5s ease, opacity .5s ease;
    margin-bottom: 0;
    position: relative;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 100%
}

.slide-content h2 {
    transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0)
}

.slide-content h2.show {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1
}

.slide-content h4 {
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 15px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
    opacity: 0
}

.slide-content h4.show {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1
}

.swiper-button-next,
.swiper-button-prev {
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 30px;
    top: 95px;
    z-index: 2;
    transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.touch .slide-content .post-content {
    display: block
}

.touch .slide-content .post-content p {
    max-height: 0;
    transition: max-height .5s ease;
    -ms-transition: max-height .5s ease;
    -webkit-transition: max-height .5s ease;
    padding: 0
}

.touch .swiper-slide:hover p {
    max-height: 120px;
    opacity: 1;
    padding: 20px 0 10px 0
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    background: url(../images/btn-arrow.png) no-repeat 0 0;
    background-size: 12px 25px;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -6px
}

.swiper-button-prev {
    transform: rotate(180deg)
}

.swiper-button-next {
    left: auto;
    right: 30px
}

.swiper-button-next.dark:after,
body.dark .swiper-button-prev:after {
    background-position: bottom left
}

.swiper-button-next.dark,
body.dark .swiper-button-prev {
    background: #fff
}

.filters-section {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    z-index: 3;
    background: #000;
    padding: 30px 30px 10px;
    color: #fff
}

.filters-section.animReady {
    transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    -webkit-transition: transform .5s ease
}

.filters-section.open {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0)
}

.filter-toggle {
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 106px;
    margin-left: -53px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
    border-radius: 20px 20px 0 0;
    z-index: 2;
    background: #000;
    text-align: center;
    text-transform: uppercase
}

.filters-section .mob-title {
    display: none
}

.filters-section ul {
    max-width: 780px
}

.filters-section li {
    display: inline-block;
    margin: 0 20px 20px 0;
    float: left;
    font-family: MuseoSans-700
}

.filters-section li:first-child+li {
    clear: left
}

.filters-section li a {
    display: inline-block;
    vertical-align: top;
    height: 43px;
    line-height: 43px;
    border: 1px solid #fff;
    padding: 0 19px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 20px;
    color: #fff;
    white-space: pre
}

.filters-section li a.active,
.no-touch .filters-section li a:hover {
    background: #fff;
    border-color: #fff;
    color: #000
}

.apply-btn {
    position: absolute;
    right: 30px;
    top: 50%;
    font-size: 26px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    z-index: 2;
    font-family: MuseoSans-700;
    padding-right: 40px;
    display: none!important
}

.apply-btn:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    width: 12px;
    height: 13px;
    background: url(../images/btn-arrow.png) no-repeat 0 0;
    background-size: 12px 23px;
    margin-top: -6px;
    transition: right .5s ease;
    -ms-transition: right .5s ease;
    -webkit-transition: right .5s ease
}

.no-touch .apply-btn:hover:after {
    right: 0
}

#case-slider .swiper-wrapper {
    will-change: transform
}

#project-landing {
    font-size: 16px
}

.project-intro {
    display: table;
    width: 100%;
    table-layout: fixed
}

.project-intro figure {
    width: 66.7%;
    display: table-cell;
    vertical-align: top
}

.project-intro figure img {
    width: 100%
}

.project-intro .text {
    width: 33.33%;
    padding: 0 70px 0 50px;
    display: table-cell;
    vertical-align: middle
}

.project-intro .text h3 {
    font-family: museo_sans300;
    padding-bottom: 30px
}

.project-intro .text .featured-text {
    padding: 30px 50px;
    background: #fff;
    margin-left: -100px;
    margin-bottom: 30px;
    position: relative
}

.project-intro .text {
    width: 33.33%;
    padding: 0 75px 0 50px;
    display: table-cell;
    vertical-align: middle
}

.project-intro .text .featured-text h4 {
    padding: 0;
    line-height: 1.3
}

.preview-section {
    padding: 140px 0 30px 100px;
    display: table;
    width: 100%;
    table-layout: fixed;
    direction: rtl;
    overflow: hidden
}

.preview-section .text {
    width: 31.33%;
    padding: 0 70px 7% 50px;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    direction: ltr
}

.preview-section figure {
    width: 70.5%;
    display: table-cell;
    vertical-align: middle
}

.project-banner {
    overflow: hidden;
    position: relative
}

.project-banner figure img {
    width: 100%
}

.project-banner h2 {
    position: absolute;
    padding: 0;
    left: 100px;
    bottom: 50px;
    max-width: 68.7%
}

.project-banner.dark-element h2 {
    color: #fff
}

.project-gallery {
    padding: 110px 70px 140px 100px
}

.project-gallery figure img {
    display: block;
    margin: 0 auto;
    max-width: 1440px;
    width: 100%
}

.project-gallery figure~figure {
    margin-top: 115px
}

.project-description {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding-right: 70px;
    padding-top: 110px;
    direction: rtl
}

.project-description figure {
    width: 35%;
    display: table-cell;
    background-repeat: no-repeat;
    background-size: cover;
    display: none
}

.project-description figure img {
    width: 100%
}

.project-description figure .mobile-img {
    display: none
}

.project-description .text {
    width: 100%;
    display: block;
    vertical-align: middle;
    direction: ltr
}

.project-description .text .inner-pad {
    padding-left: 100px
}

.project-description .text .text-cols {
    overflow: hidden
}

.project-description .text .text-cols .col {
    width: 36.8%;
    float: left
}

.project-description .text .text-cols .col~.col {
    float: left;
    margin-left: 8.6%
}

.project-description .text p {
    padding-bottom: 30px
}

.project-description .text p:last-child {
    padding-bottom: 0
}

.project-description .text h4 {
    max-width: 36.8%;
    padding-bottom: 30px
}

.related-section {
    padding: 134px 110px 140px 110px;
    overflow: hidden
}

.related-services {
    width: 63%;
    float: left
}

.related-services li {
    float: left;
    width: 29%;
    margin-left: 6.5%;
    position: relative;
    list-style: none;
    min-height: 110px;
    padding-bottom: 47px
}

.related-services li+li+li+li {
    margin-top: 40px
}

.related-services li:nth-child(3n+1) {
    margin-left: 0
}

.related-services li .btn {
    position: absolute;
    bottom: 0
}

.related-services li:first-child {
    margin-left: 0
}

.related-section .next-project {
    width: 28.3%;
    float: right;
    padding-right: 70px;
    text-align: right;
    position: relative
}

.related-section .next-project h5 {
    font-family: museo_sans300;
    padding-bottom: 0
}

.related-section .next-project .btn {
    min-width: 39px;
    padding: 0;
    height: 39px;
    line-height: 39px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px
}

.related-section .next-project .btn:after {
    right: 12px
}

.related-section .next-project .btn:hover:after {
    right: 9px
}

.related-section h4 {
    font-size: 18px;
    padding-bottom: 15px
}

.btm-btn {
    padding-bottom: 140px;
    min-height: 45px
}

.post-listing .btn-center {
    min-height: 45px
}

#banner {
    position: relative;
    max-height: 100vh;
    overflow: hidden;
    color: #fff
}

#banner h1 {
    color: #fff
}

#banner h2 {
    font-size: 28px;
    color: #fff;
    max-width: 820px;
    padding-bottom: 35px
}

#banner p {
    max-width: 820px;
    padding-bottom: 22px
}

#banner figure {
    position: relative;
    max-height: 100vh;
    min-height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

#banner img {
    min-width: 100%;
    opacity: 0
}

#banner figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 2
}

#inner {
    padding: 110px 0 0
}

#inner .content {
    padding-bottom: 150px
}

#inner .content p a {
    text-decoration: none
}

#inner .content p a {
    border-bottom: 1px solid transparent
}

#inner .content p a:hover {
    border-bottom-color: #353535
}

#inner .content .btm-btn {
    padding-bottom: 0
}

#inner .content .btn {
    opacity: .5
}

.wrapper {
    max-width: 1090px;
    margin: 0 auto;
    padding: 0 100px
}

.btm-nav {
    padding-bottom: 125px;
    text-align: center;
    overflow: hidden
}

.btm-nav .nav-wrap {
    margin: 0 auto
}

.btm-nav li {
    float: left;
    width: 33%;
    list-style: none;
    padding: 0 5%
}

.btm-nav li h3 {
    padding: 0
}

.btm-nav li h3 span {
    display: block;
    font-size: 16px;
    font-family: museo_sans300;
    padding-top: 20px
}

.newsletter-section {
    padding: 69px 0;
    background: #f5f5f5;
    font-size: 16px;
    overflow: hidden
}

.newsletter-section h3 {
    padding-bottom: 60px
}

.newsletter-section .form input[type=text] {
    border: none;
    border-bottom: 1px solid #000;
    font-size: 16px;
    padding: 15px 0;
    width: 400px;
    margin: 0 30px;
    display: inline-block;
    vertical-align: middle;
    background: 0 0;
    font-family: inherit
}

.newsletter-section .go-btn .btn {
    min-width: 103px
}

.newsletter-section .gform_body,
.newsletter-section .gform_footer {
    display: inline-block;
    vertical-align: top
}

.newsletter-section label {
    display: none
}

.newsletter-section .gform_description {
    display: block;
    padding-bottom: 60px
}

.newsletter-section li {
    list-style: none
}

.validation_message {
    color: #de0000;
    position: absolute;
    width: 100%;
    font-size: 16px
}

.IE11 .form-box .row.upload-row .validation_message {
    top: 22px
}

.IE11 .form-box .row.upload-row .validation_message:empty {
    display: none
}

.IE11 .form-box .row.multiple-select {
    margin-top: -10px
}

.validation_error {
    color: #de0000
}

li.gfield {
    position: relative
}

.newsletter-section .validation_message {
    left: 27px;
    top: 0;
    text-align: left;
    padding: 11px 0;
    background: #f5f5f5
}

li.gfield.gfield_error.hideError .validation_message,
li.gfield.gfield_error:hover .validation_message {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease!important;
    animation: none!important;
    pointer-events: none
}

li.gfield.gfield_error.hoveredOnce .validation_message {
    transition: all .5s ease!important;
    animation: none!important
}

.gform_footer {
    position: relative
}

.form-box .ginput_container_fileupload .ginput_preview {
    display: none!important
}

.newsletter-section .validation_error {
    margin: -38px 0 20px
}

.gform_footer .gform_ajax_spinner {
    position: absolute;
    left: 100%;
    top: 7px;
    margin-left: 5px
}

.inner .back-btn {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0) rotate(-90deg);
    -ms-transform: translate3d(0, 0, 0) rotate(-90deg);
    -transform: translate3d(0, 0, 0) rotate(-90deg);
    top: 75px;
    opacity: 0
}

.pageLoaded.inner .back-btn {
    opacity: 1;
    top: 95px
}

.images-block {
    overflow: hidden;
    margin: 0 -12px
}

.images-block figure {
    width: 33.33%;
    padding: 0 12px;
    float: left
}

#contact-page {
    padding: 56px 160px 0;
    color: #000;
    font-size: 18px;
    overflow: hidden
}

#contact-page h1 {
    padding-bottom: 75px
}

#contact-page .col {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    float: left
}

#contact-page .col:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    background: #000;
    height: 0%;
    transition: height .5s ease 1s;
    -ms-transition: height .5s ease 1s;
    -webkit-transition: height .5s ease 1s
}

#contact-page .col~.col {
    border: none;
    padding-left: 80px;
    padding-top: 15%
}

.pageLoaded #contact-page .col:after {
    height: 100%
}

#contact-page .col~.col:after {
    display: none
}

#contact-page h2 {
    font-size: 24px;
    padding-bottom: 35px
}

#contact-page p a {
    text-decoration: none;
    font-family: museo_sans300;
    border-bottom: 1px solid transparent
}

#contact-page p a:hover {
    border-bottom-color: #000
}

#contact-page p a[href^="tel:"]:hover {
    text-decoration: none;
    cursor: default;
    border: none
}

#contact-page p a[href^="tel:"] {
    text-decoration: none;
    cursor: default;
    border: none
}

#contact-page .contact-block {
    padding-bottom: 0
}

#contact-page .contact-block p {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    padding-bottom: 60px
}

#contact-page .col .action-block {
    opacity: 1;
    overflow: hidden
}

#contact-page .col .action-block h4 {
    font-size: 18px
}

#contact-page .contact-block .email {
    display: block;
    padding-top: 25px
}

#contact-page .contact-block .phone {
    display: block
}

#contact-page .contact-block .email~.email {
    padding-top: 0
}

.landing-top {
    padding: 0 110px 110px;
    font-size: 16px
}

.landing-top.seo {
    padding-bottom: 65px
}

.landing-top .left-section,
.landing-top .right-section {
    width: 50%;
    float: left
}

.landing-top .left-section {
    padding-right: 13.1%
}

.landing-top .right-section {
    padding-right: 11.6%;
    padding-right: 0
}

.landing-top .right-section .case-block {
    width: calc(100% / 2 - 15px);
    float: left
}

.landing-top .right-section .case-block.single {
    width: 100%
}

.landing-top .right-section .case-block~.case-block {
    float: right
}

.landing-top .right-section p {
    padding-bottom: 40px
}

.landing-top.seo .left-section p {
    padding-bottom: 40px
}

.landing-top .right-section img {
    width: 100%
}

.landing-top h2,
.landing-top h3 {
    font-size: 28px
}

.landing-top.seo .right-section h3 {
    font-size: 20px
}

.landing-top .right-section h3.h4 {
    font-size: 18px
}

.landing-top .right-section figure {
    margin: 10px 0 25px;
    overflow: hidden
}

.landing-top .right-section h3+.btn {
    float: right;
    margin-top: -62px
}

.landing-top .right-section h3 a {
    border-bottom: 1px solid transparent
}

.landing-top .right-section h3 a:hover {
    border-bottom-color: currentColor
}

.padB110 {
    padding-bottom: 110px
}

.content-blocks {
    font-size: 16px;
    padding-top: 95px
}

.content-blocks:last-child {
    padding-bottom: 0
}

.services-block .content-blocks {
    padding-bottom: 140px
}

.services-block.mobile_view {
    display: none
}

.content-blocks .content-row {
    display: table;
    width: 100%;
    table-layout: fixed
}

.content-blocks .content-row article,
.content-blocks .content-row figure {
    display: table-cell;
    vertical-align: middle;
    width: 50%
}

.content-blocks .content-row article {
    padding-top: 80px;
    padding-bottom: 80px
}

.content-blocks .content-row figure img {
    width: 100%;
    opacity: 0
}

.content-blocks .content-row figure {
    background-position: center center;
    background-size: cover
}

.content-blocks .content-row article .inner-pad {
    padding: 0 110px 0 11.6%;
    margin-top: -4px
}

.content-blocks .content-row article h3 {
    font-size: 28px
}

.content-blocks .content-row:nth-child(2n) {
    direction: rtl
}

.content-blocks .content-row:nth-child(2n) article .inner-pad {
    padding: 0 11.6% 0 110px;
    direction: ltr
}

.content-blocks .content-row p {
    padding-bottom: 20px
}

.content-blocks .content-row p:last-child {
    padding-bottom: 0
}

.content-blocks .content-row p small {
    font-weight: 400;
    font-size: 14px
}

.related-section.full .related-services {
    width: 100%;
    margin-left: 0!important
}

.related-section h2 {
    padding-bottom: 80px
}

.related-section.full .related-services li {
    width: 25%;
    margin: 0
}

.related-section.full .related-services li .btn {
    min-width: 100px;
    max-width: 100%
}

.related-section.full .related-services {
    padding-bottom: 50px;
    margin-left: -3.1%
}

.related-section h4 {
    font-size: 16px
}

.related-section.full .related-services li .inner-pad {
    padding: 0 16.9% 0 12.3%
}

.related-section.full .related-services li:first-child .inner-pad {
    padding-left: 12.3%
}

.block-title {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 100px 25px
}

.post-listing {
    padding: 0 110px
}

.post-listing ul {
    padding: 75px 0 0;
    overflow: hidden
}

.post-listing li {
    width: 50%;
    float: left;
    list-style: none
}

.post-listing li:nth-child(2n+1) {
    clear: left
}

.post-listing li .inner-pad {
    padding: 0 8.85% 80px 0;
    display: table;
    width: 100%
}

.post-listing li .inner-pad figure {
    display: table-cell;
    width: 29%;
    vertical-align: top
}

.post-listing li .inner-pad figure img {
    width: 100%
}

.post-listing li .inner-pad .details {
    width: 80%;
    display: table-cell;
    padding-left: 40px;
    position: relative;
    top: -5px;
    vertical-align: top
}

.post-listing li .inner-pad .details h4 a:hover {
    border-bottom-color: #000
}

.read-more {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    font-family: MuseoSans-700;
    padding-right: 34px;
    position: relative
}

.read-more:after {
    content: "";
    width: 12px;
    height: 11px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 0;
    background: url(../images/btn-arrow.png) no-repeat bottom left;
    background-size: 12px 23px;
    z-index: 2;
    transition: right .5s ease;
    -ms-transition: right .5s ease;
    -webkit-transition: right .5s ease
}

.read-more:hover:after {
    right: -5px
}

.post-listing li .inner-pad .details .read-more {
    position: absolute;
    bottom: 0
}

.landing-content {
    padding: 0 110px;
    font-size: 16px;
    line-height: 1.7
}

.landing-content ul {
    padding: 0 0 80px 17px
}

.landing-content h3 {
    position: relative;
    padding: 0;
    margin-bottom: 45px
}

.landing-top.seo .left-section {
    padding-right: 0;
    width: 45%
}

.landing-top.seo .right-section {
    padding-right: 0;
    width: 45%;
    float: right
}

.landing-content .two-cols {
    overflow: hidden
}

.landing-content .two-cols .col {
    width: 45%;
    float: left;
    padding: 55px 0
}

.landing-content .two-cols .col h3 {
    font-size: 28px
}

.landing-content .two-cols .col:only-child {
    width: 100%
}

.landing-content .two-cols .col P+h3 {
    padding-top: 45px
}

.landing-content .two-cols .col~.col {
    float: right
}

.landing-content p {
    padding-bottom: 15px
}

.landing-content p.note {
    font-size: 14px
}

.landing-content .center-col {
    padding: 0 200px
}

.clients-logo {
    padding: 50px 110px 5px;
    text-align: center;
    overflow: hidden
}

.clients-logo li {
    display: inline-block;
    vertical-align: middle;
    max-width: 10%;
    margin: 0 4.6% 10px
}

.grey-section {
    padding: 35px 0;
    background: #f3f3f3;
    font-size: 16px;
    overflow: hidden
}

.grey-section h2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    min-width: 270px;
    text-align: left;
    padding-bottom: 0
}

.grey-section .form_wrapper,
.grey-section .gform_confirmation_wrapper {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 276px);
    text-align: left
}

.grey-section.seo-grey-section h2 {
    display: block;
    text-align: center;
    padding-bottom: 30px
}

.grey-section .gform_confirmation_wrapper .form_wrapper,
.grey-section .gform_confirmation_wrapper .gform_confirmation_wrapper {
    min-width: 100%
}

.grey-section .service_success {
    text-align: center
}

.grey-section .wrapper {
    max-width: 100%;
    padding: 0 110px
}

.grey-section .wrapper .gform_body {
    width: calc(100% - 120px)
}

.grey-section .wrapper li {
    display: inline-block;
    vertical-align: middle;
    max-width: 25%;
    margin: 0 3% 0 0
}

.grey-section .wrapper li input[type=email],
.grey-section .wrapper li input[type=text] {
    max-width: 100%;
    margin: 0
}

.newsletter-section.grey-section .validation_message {
    left: 0
}

.newsletter-section.grey-section .validation_error {
    position: absolute;
    top: -20px;
    margin: 0
}

.grey-section.service_confirmed h2.h3 {
    display: none
}

.grey-section.service_confirmed .gform_confirmation_wrapper {
    min-width: 100%
}

.grey-section.service_confirmed h3,
.grey-section.service_confirmed p {
    padding-bottom: 20px
}

#banner .btn,
#banner h1,
#banner h2,
#banner p {
    visibility: hidden
}

.inner #banner h1:last-child {
    padding-bottom: 0
}

.block-title,
.btn-center .btn,
.landing-top .right-section img,
.newsletter-section .form,
.scroll-animate .btn,
.scroll-animate h1,
.scroll-animate h2,
.scroll-animate h3,
.scroll-animate h4,
.scroll-animate h5,
.scroll-animate li,
.scroll-animate p {
    visibility: hidden
}

#case-slider .no-posts {
    width: 100vw!important;
    min-height: 100vh;
    text-align: center;
    position: relative
}

#case-slider .no-posts h2 {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.contact-right {
    margin-top: -105px
}

.form-panel.showSucces .mCSB_scrollTools {
    display: none!important
}

.error-404 {
    padding: 20% 0 0;
    text-align: center;
    background: url(../images/section3-img.jpg) no-repeat center center;
    background-size: cover;
    min-height: 100vh
}

.error-404 * {
    color: #fff
}

.form-box .row .validation_message,
.validation_error {
    animation-name: fadeInUp2;
    animation-duration: .8s;
    animation-fill-mode: both
}

.project-gallery .website_preview img {
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: -4px -1px 39px 0 rgba(150, 150, 150, .2);
    -moz-box-shadow: -4px -1px 39px 0 rgba(150, 150, 150, .2);
    box-shadow: -4px -1px 39px 0 rgba(150, 150, 150, .2)
}

.project-gallery .app_preview img {
    filter: drop-shadow(0 5px 10px rgba(150, 150, 150, .4));
    -webkit-filter: drop-shadow(0 5px 10px rgba(150, 150, 150, .4));
    -ms-webkit-filter: drop-shadow(0 5px 10px rgba(150, 150, 150, .4))
}

.home #site-main {
    background: 0 0
}

#main-wrap {
    margin-bottom: 334px;
    min-height: 100vh;
    background: #fff;
    position: relative;
    z-index: 99
}

@media only screen and (max-width:1453px) {
    #main-wrap {
        margin-bottom: 31.2vw
    }
}

.home #main-wrap,
.page-template-case_studies #main-wrap {
    margin-bottom: 0;
    position: static
}

.case-studies .footer {
    display: none
}

#fp-nav ul li:last-child {
    display: none
}

.section {
    background-color: #fff
}

#section5 {
    background-color: transparent!important;
    height: auto!important
}

#site-main {
    z-index: 99
}

.home.showForm #site-main {
    z-index: auto
}

.home.showForm footer {
    z-index: -1
}

.page-template-contacts #site-main {
    z-index: auto
}

.footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #000;
    color: #fff;
    opacity: 0;
    font-size: 14px;
    -webkit-transition: opacity .3s cubic-bezier(.455, .03, .515, .955);
    transition: opacity .3s cubic-bezier(.455, .03, .515, .955);
    transition-delay: 0s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    z-index: 1
}

.foot-logo a {
    display: block;
    width: 134px;
    height: 163px;
    background: url(../images/logo.png) no-repeat 0 0;
    background-size: 100%;
}

#section5 img,
.footer figure img {
    width: 100%;
    max-height: 367px
}

.footer-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 90px 160px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.footer figure img {
    max-height: 315px
}

.pageLoaded .footer {
    opacity: 1
}

.fp-viewing-4 .bottom-blog-link {
    opacity: 1!important
}

.fp-viewing-4 .bottom-blog-link {
    opacity: 1!important
}

.fp-viewing-4 .section.contact-section .line {
    height: 80%;
    height: calc(100% - 110px)
}

.fp-viewing-4 .section.contact-section .line2 {
    height: 20px
}

.last-slide-footer .footer {
    z-index: 99
}

.footer-col {
    width: 15%;
    display: inline-block;
    vertical-align: top
}

.footer-col.subscribe {
    width: 23%
}

.footer-col.subscribe input[type=text] {
    display: block;
    width: 280px;
    background: 0 0;
    color: #fff;
    border: none;
    font-size: 14px;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    opacity: .6
}

.footer-col.subscribe input[type=submit] {
    padding: 10px 28px;
    background: 0 0;
    color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 20px;
    letter-spacing: 1.5px
}

.footer-col .tel {
    display: block
}

.footer h3 {
    color: #fff;
    font-size: 18px
}

.footer-col ul li {
    line-height: 1;
    margin-bottom: 15px;
    list-style: none
}

.footer-col ul li a {
    color: #fff;
    transition: opacity .5s ease
}

.footer-col ul li a:hover {
    opacity: 1
}

.foot-btm {
    text-align: center;
    color: #fff;
    opacity: .7;
    padding: 15px 0;
    border-top: 2px solid rgba(255, 255, 255, .4)
}

.footer .right-links {
    position: absolute;
    width: 70px;
    top: 50%;
    margin-top: -125px;
    right: 25px;
    text-align: center
}

.footer .right-links .blog-link {
    color: #fff
}

.footer .right-links li a {
    background-image: url(../images/social-link-white1.png)
}

.footer .right-links .blog-link a:after {
    background: #fff
}

.hideFooter.last-slide-footer .footer {
    z-index: 0
}

.navOpen #fp-nav {
    opacity: 0
}

.cookie-policy {
    padding: 12px 0!important;
    border-top: 1px solid #fff;
    background-color: #202020!important;
    text-align: center
}

.cookie-policy p {
    font-size: 14px;
    line-height: 18px;
    vertical-align: top;
    color: #fff;
    margin-right: 60px;
    font-weight: 700;
    font-family: Nunito, sans-serif;
    padding: 0;
    margin-bottom: 0
}

.cookie-wrap {
    display: inline-block;
    width: auto;
    text-align: left;
    vertical-align: top
}

#cookiePolicy {
    display: inline-block;
    font-size: 14px;
    background: #6b6b6b;
    color: #fff;
    padding: 8px 20px;
    border-radius: 25px;
    min-width: 110px;
    text-align: center;
    cursor: pointer;
    font-weight: 700
}

#cookiePolicy:hover {
    background: #fff;
    color: #6b6b6b
}

.form .browse-row {
    width: 72%;
    margin: 30px auto 0
}

.form .browse-row #dvCaptcha {
    margin-top: 0!important
}

@media only screen and (max-width:1020px) {
    .form .browse-row {
        width: 100%;
        text-align: left
    }
    .form .browse-row #dvCaptcha {
        margin: 0!important
    }
}

@media only screen and (max-width:767px) {
    .cookie-policy {
        text-align: left;
        padding: 15px 0!important
    }
    .cookie-policy p {
        margin: 0;
        display: inline-block;
        width: 100%
    }
    #cookiePolicy {
        margin-top: 10px;
        font-size: 12px;
        padding: 5px 10px;
        min-width: 90px
    }
}

@media only screen and (max-width:1500px) {
    .h1,
    h1 {
        font-size: 53px;
        line-height: 63px
    }
    .h2,
    h2 {
        font-size: 42px
    }
    .project-banner h2 {
        font-size: 56px
    }
    .logos li {
        margin: 0 3% 23px
    }
    .footer-wrap {
        padding: 70px 160px
    }
}

@media only screen and (max-width:1440px) {
    .project-description .text .inner-pad {
        padding-left: 100px
    }
}

@media only screen and (max-width:1365px) {
    .h1,
    h1 {
        font-size: 48px
    }
    .h2,
    h2 {
        font-size: 40px
    }
    .project-banner h2 {
        font-size: 40px
    }
    .h4,
    h4 {
        font-size: 18px
    }
    .form-panel .inner-wrap {
        padding: 109px 35px 20px 40px
    }
    .form-panel .panel-close {
        right: 32px;
        top: 40px
    }
    .section .inner .left-col {
        padding: 100px 40px 90px 70px
    }
    .section .inner .left-col .content {
        right: 40px;
        left: 100px
    }
    .section .inner .right-col {
        padding: 100px 70px 90px 40px
    }
    .section .inner .actions {
        left: 40px
    }
    .logos li {
        max-width: 18%;
        margin: 0 4% 23px
    }
    .main-nav .col h3 {
        font-size: 28px
    }
    .banner-content,
    .common-slide-btn {
        left: 114px
    }
    #contact-page {
        padding: 50px 100px 0
    }
    .project-intro figure {
        width: 50%;
        overflow: hidden
    }
    .project-intro .text {
        width: 50%
    }
    .project-intro figure img {
        width: 200%;
        margin: 0 -25%;
        max-width: none
    }
    .project-intro .text .featured-text h4 {
        font-size: 24px
    }
    .preview-section .text {
        padding-left: 0
    }
    .preview-section figure {
        width: 40%
    }
    .preview-section .text h4 {
        font-size: 28px
    }
    .preview-section figure img {
        float: left;
        max-width: 200%
    }
    .project-description .text .inner-pad {
        padding-left: 6.5%
    }
    .related-services li {
        width: 46%
    }
    .related-services li+li+li {
        margin-top: 40px
    }
    .related-services li:nth-child(3n+1) {
        margin-left: 6.5%
    }
    .related-services li:nth-child(2n+1) {
        margin-left: 0
    }
    .related-services li:nth-child(1) {
        margin-left: 0
    }
    .related-section .next-project {
        width: 38%
    }
    .related-services {
        width: 57%
    }
    #contact-page {
        font-size: 17px
    }
    #contact-page .col~.col {
        padding-top: 23%
    }
    .sub-menu li a {
        padding-right: 30px
    }
    .sub-menu li a:after {
        right: 0
    }
    .sub-menu li a:hover:after {
        right: 10px
    }
    .project-description {
        padding-right: 0;
        direction: ltr;
        padding-top: 0;
        text-align: left;
        display: block
    }
    .project-description .text,
    .project-description figure {
        width: 100%;
        display: block
    }
    .project-description .text {
        padding: 110px 70px 0 100px
    }
    .project-description .text .inner-pad {
        padding-left: 0
    }
    .project-description figure .desktop-img {
        display: none
    }
    .project-description figure .mobile-img {
        display: block
    }
    .project-description figure .mobile-img img {
        width: 100%
    }
    .project-description .text .text-cols .col {
        width: 47.1%
    }
    .project-description .text .text-cols .col~.col {
        float: right;
        margin-left: 0
    }
    .project-description .text h4 {
        max-width: 47%
    }
    .landing-top .right-section h3+.btn {
        float: none;
        margin-top: 0
    }
    .landing-content .center-col {
        padding: 0 100px
    }
    .grey-section h2 {
        min-width: 100%;
        font-size: 20px;
        text-align: center;
        padding-bottom: 30px
    }
    .grey-section .form_wrapper,
    .grey-section .gform_confirmation_wrapper {
        width: calc(100%)
    }
    .grey-section .wrapper li {
        max-width: 31%;
        margin: 0 1% 0 0
    }
    .newsletter-section.grey-section .validation_error {
        top: -27px
    }
}

@media only screen and (min-width:1021px) and (max-width:1440px) {
    .section .inner h2 {
        font-size: 32px
    }
}

@media only screen and (min-width:1021px) {
    .home-slider .swiper-slide,
    .home-slider .swiper-wrapper,
    .section {
        max-height: 100%
    }
    .main-nav .col {
        height: 100vh
    }
    .home #main-wrap,
    .home #site-main {
        display: table;
        width: 100%;
        table-layout: fixed
    }
    .home #main-wrap .swiper-container {
        max-height: 100%!important
    }
}

@media only screen and (min-width:768px) and (max-width:768px) {
    .home-slider .swiper-slide {
        height: 1024px
    }
}

@media only screen and (min-width:800px) and (max-width:800px) {
    #project-landing~.btm-btn {
        margin-bottom: 30px
    }
    .post-listing {
        margin-bottom: 35px
    }
    .btm-nav:last-child,
    .newsletter-section .gform_wrapper {
        margin-bottom: 30px
    }
}

@media (max-device-width:1280px) and (orientation:landscape) {
    .section .inner,
    body.home,
    body.home #fullpage,
    body.home #site-main,
    body.home .fp-section.fp-table,
    body.home .fp-slide.fp-table {
        height: 100vh!important;
        max-height: 100vh!important
    }
}

@media only screen and (max-width:1020px) {
    .gform_footer .gform_ajax_spinner {
        left: 110px;
        right: 0
    }
    body {
        font-size: 16px
    }
    .landing-top.seo .left-section p {
        font-size: 16px
    }
    .h1,
    h1 {
        font-size: 45px;
        line-height: 1.2
    }
    .h2,
    h2 {
        font-size: 34px
    }
    .project-banner h2 {
        font-size: 34px
    }
    .h3,
    h3 {
        font-size: 28px
    }
    #banner img {
        width: 120%;
        max-width: none
    }
    p {
        padding-bottom: 25px
    }
    .banner-content {
        left: 55px;
        right: 55px
    }
    .common-slide-btn {
        left: 55px
    }
    #section1~.fp-section,
    #section1~.fp-section .fp-tableCell {
        height: auto!important;
        display: block
    }
    .fp-section~.fp-section {
        min-height: 1px
    }
    .section .inner {
        display: block;
        height: auto
    }
    .section .inner .left-col,
    .section .inner .right-col {
        display: block;
        width: 100%;
        padding: 0 55px 0 80px;
        position: static
    }
    .section .inner .left-col .content {
        position: static;
        max-width: 100%;
        padding-bottom: 165px
    }
    .contact-section .inner .left-col .content {
        padding-bottom: 0
    }
    #section3 .inner .left-col .content {
        padding-bottom: 97px
    }
    .sectionOneOn .back-btn {
        opacity: 0!important;
        visibility: hidden!important
    }
    .sectionOneOff .back-btn {
        opacity: 1!important;
        visibility: visible!important
    }
    .sectionOneOn .logo a {
        background-position: 0 0!important
    }
    body.sectionOneOn .bottom-arrow a {
        background-position: 0 0!important
    }
    .sectionOneOff .bottom-arrow {
        display: none!important
    }
    .action-block {
        padding: 14px 0
    }
    .contact-right {
        margin-top: 0
    }
    .logos {
        text-align: left;
        padding-top: 20px
    }
    .section .inner .right-col {
        padding-top: 70px
    }
    .section .inner .actions {
        bottom: 25px;
        margin: 0!important;
        right: 55px;
        left: 80px
    }
    .section .line {
        left: 55px;
        height: 100%
    }
    .section.fp-completely .line {
        height: 100%
    }
    #section4 .line {
        height: calc(100% - 87px)
    }
    .section .inner .left-col {
        text-align: left
    }
    .contact-section .inner .left-col {
        padding-bottom: 60px
    }
    .logo {
        left: 15px;
        top: 25px
    }
    .menu-btn {
        right: 15px;
        top: 35px
    }
    .logo a {
        width: 60px;
        height: 60px;
        background: url(../images/logo-mb.png) no-repeat 0 0;
    }
    .menu-btn a {
        width: 30px
    }
    .back-btn {
        top: 71px;
        left: 15px
    }
    .pageLoaded.inner .back-btn {
        top: 71px
    }
    .back-btn a,
    .form-panel .panel-close,
    .home-btn,
    .nav-close {
        width: 27px;
        height: 27px
    }
    .home-btn {
        margin: 0 auto;
        display: block
    }
    body.home {
        overflow: visible!important
    }
    #nav .left-col {
        width: 55px
    }
    .main-nav .col {
        display: block;
        width: 100%!important;
        padding: 3vh 0
    }
    .main-nav .col::before {
        display: none
    }
    .main-nav {
        top: 50%;
        height: auto;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        width: calc(100% - 55px);
        max-height: 90%;
        left: 55px;
        display: block
    }
    #nav .main-nav .col .col-inner {
        padding-left: 25px!important;
        padding-right: 25px!important
    }
    .main-nav .col h3 span {
        font-size: 13px;
        padding-top: 15px
    }
    .home-btn::after {
        width: 11px;
        height: 11px;
        background-size: 11px 22px;
        top: 7px;
        left: 7px
    }
    .main-nav .col h3 {
        padding-bottom: 0
    }
    .main-nav .col .col-inner {
        max-height: none
    }
    .sub-menu li a {
        padding-right: 25px
    }
    .sub-menu li a::after {
        right: 0!important;
        opacity: 1
    }
    body.navOpen {
        overflow: hidden!important
    }
    body.showSubNav .main-nav .col.hideCol {
        display: none
    }
    body.showSubNav .col.activeCol .btn-wrap {
        height: 45px
    }
    body.showSubNav .col.activeCol .btn-wrap .btn {
        top: 0
    }
    body.showSubNav .col.activeCol .sub-menu {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px
    }
    body.showSubNav .col.activeCol h3 {
        padding-top: 40px;
        top: -40px;
        margin-bottom: -10px
    }
    body.showSubNav .col.activeCol .sub-menu li a {
        top: 0
    }
    body.showSubNav #nav,
    body.showSubNav #nav .left-col {
        background: #f5f5f5
    }
    body.showSubNav #nav .left-col .bottom-links {
        left: -100%
    }
    .wrapper {
        padding: 0 55px 0 55px
    }
    #inner {
        padding: 30px 0 0
    }
    .btm-nav {
        padding: 0 55px;
        text-align: left
    }
    .btm-nav li {
        width: 100%;
        padding: 0 0 35px
    }
    .grey-section,
    .newsletter-section {
        padding: 35px 0;
        text-align: left
    }
    #inner .content {
        padding-bottom: 60px
    }
    .grey-section h3,
    .newsletter-section h3 {
        padding-bottom: 35px
    }
    .newsletter-section .form input[type=text] {
        display: block;
        margin: 0 0 20px;
        width: 100%
    }
    .newsletter-section .gform_body {
        width: calc(100% - 120px)
    }
    .validation_message {
        font-size: 13px
    }
    .newsletter-section .validation_message {
        left: 0
    }
    .full-tour-link {
        bottom: 50px;
        text-align: left;
        left: 77px;
        width: auto;
        right: 25px
    }
    .bottom-blog-link {
        bottom: 30px!important;
        text-align: left;
        left: 41px;
        width: auto;
        opacity: 1!important
    }
    .bottom-blog-link a {
        display: inline-block;
        position: relative
    }
    .bottom-blog-link a:before {
        content: "";
        width: 27px;
        height: 27px;
        border: 1px solid #000;
        background: #fff url(../images/down-arrow.png) no-repeat 7px -6px;
        background-size: 13px 26px;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px
    }
    .section.contact-section.fp-completely .line {
        height: calc(100% - 87px)
    }
    .bottom-arrow {
        left: 50px;
        bottom: 57px;
        width: auto;
        text-align: left
    }
    .section .line2 {
        display: none
    }
    .bottom-arrow a {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none
    }
    body.pageLoaded .full-tour-link {
        bottom: 55px
    }
    .bottom-arrow:after {
        height: 32px;
        position: absolute;
        top: 37px;
        left: 5px;
        content: "";
        width: 1px;
        background: #fff
    }
    .images-block figure {
        width: 100%;
        padding: 0 0 13px
    }
    .images-block figure img {
        width: 100%
    }
    .images-block {
        margin: 0
    }
    #contact-page {
        padding: 50px 25px 0 55px
    }
    #contact-page .col {
        width: 100%;
        float: none
    }
    #contact-page .col~.col {
        padding-left: 0;
        padding-top: 0
    }
    #contact-page .col::after {
        display: none
    }
    .form-panel {
        width: 100%
    }
    .form-panel .inner-wrap {
        padding: 90px 25px 80px 40px
    }
    .form-panel:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 75px;
        width: 100%;
        background: #fff;
        z-index: 2
    }
    .form-box {
        padding-top: 0
    }
    .form-panel .panel-close {
        right: 25px;
        top: 25px
    }
    .nav-close2 {
        right: 15px;
        top: 31px;
        width: 27px;
        height: 27px
    }
    .form-panel .panel-close:after {
        width: 10px;
        height: 10px;
        background-size: 10px 21px;
        margin: -5px 0 0 -5px
    }
    .form-box .row.upload-row:before {
        width: 25px;
        height: 25px;
        margin-top: -12px
    }
    .form-box .row.upload-row:after {
        width: 10px;
        height: 10px;
        background-size: 10px;
        margin-top: -3px;
        right: 8px
    }
    .content-blocks .content-row figure {
        display: none
    }
    .content-blocks .content-row article {
        padding-top: 0;
        padding-bottom: 0
    }
    .content-blocks .content-row article .inner-pad,
    .content-blocks .content-row:nth-child(2n) article .inner-pad {
        padding: 0 55px 0 55px;
        margin-top: 0
    }
    .content-blocks .content-row article .text {
        display: none;
        padding: 25px
    }
    .block-title {
        padding: 0 55px 25px
    }
    .content-blocks {
        padding-top: 0;
        padding-bottom: 0
    }
    .landing-content,
    .landing-top {
        padding: 0 55px 50px 55px
    }
    .landing-content {
        padding-bottom: 0
    }
    .landing-content ul li {
        padding: 0 0 25px 10px
    }
    .landing-content ul {
        padding-bottom: 10px
    }
    .landing-top .left-section,
    .landing-top .right-section {
        width: 100%;
        padding-right: 0
    }
    .landing-top .left-section {
        padding-bottom: 50px
    }
    .landing-top .right-section h3+.btn {
        float: none;
        margin-top: 0
    }
    .project-intro figure {
        width: 100%;
        display: block
    }
    .project-intro .text {
        width: auto;
        display: block;
        margin: -110px 0 0 55px;
        background: #fff;
        position: relative;
        padding: 25px 55px 0 0
    }
    .project-intro .text h1,
    .project-intro .text h3 {
        padding-left: 25px
    }
    .project-intro .text h3 {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 0;
        min-height: 55px
    }
    .project-intro .text h1 {
        padding-bottom: 0
    }
    .project-intro .text .featured-text {
        margin: 0;
        padding: 15px 0 25px
    }
    .preview-section figure {
        display: block;
        width: auto;
        padding: 0 0 0 25px;
        overflow: hidden
    }
    .preview-section .text {
        width: auto;
        display: block;
        padding: 0 55px 0 0
    }
    .preview-section {
        padding: 40px 0 40px 55px
    }
    .project-gallery {
        padding: 30px 0 30px 55px
    }
    .project-gallery figure~figure {
        margin-top: 30px
    }
    .project-description figure {
        width: 100%;
        display: block
    }
    .project-description .text {
        display: block;
        width: 100%;
        padding: 30px 25px 0 55px
    }
    .project-description .text .inner-pad {
        padding-left: 0
    }
    .project-description {
        padding-right: 0
    }
    .project-description .text h4 {
        max-width: 100%
    }
    .project-description .text .text-cols .col {
        width: 100%;
        padding-right: 0
    }
    .project-description .text .text-cols .col+.col {
        padding-top: 30px
    }
    .related-section {
        padding: 30px 55px 0 55px
    }
    #project-landing~.related-section {
        padding-bottom: 60px
    }
    #section1.section.fp-completely .line {
        display: none
    }
    .common-slide-btn {
        margin-top: 0
    }
    #banner img {
        max-width: none;
        width: auto;
        min-width: 100%;
        min-height: 100vh;
        max-height: 100vh
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none
    }
    #case-slider .slide-content {
        bottom: 25px
    }
    .filter-toggle {
        position: fixed;
        left: 15px;
        bottom: 25px;
        font-size: 0;
        width: 27px;
        height: 27px;
        border-radius: 27px;
        background: url(../images/filter-icon.png) no-repeat center center;
        background-size: 28px 28px;
        z-index: 9;
        margin: 0;
        transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        overflow: hidden
    }
    .filters-section {
        left: 55px;
        top: 0;
        transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%)
    }
    .filters-section .mob-title {
        display: block;
        color: #fff
    }
    .apply-btn {
        bottom: 20px;
        top: auto;
        right: auto;
        left: 25px;
        font-size: 20px
    }
    .btn-center {
        padding: 0 55px 20px 55px
    }
    .post-listing {
        padding: 0 55px 30px 55px
    }
    .related-section h2 {
        text-align: left;
        padding: 0 0 35px
    }
    .services-block.desktop_view {
        display: none
    }
    .services-block.mobile_view {
        display: block
    }
    .content-blocks .content-row article .text {
        width: 100%;
        float: left;
        clear: both
    }
    .content-blocks .content-row article .text p {
        display: block;
        width: 100%
    }
    .services-block .inner-pad .mob-bg {
        background-color: #939393;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        position: relative
    }
    .services-block .inner-pad .mob-bg:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: rgba(0, 0, 0, .3)
    }
    .services-block h3 {
        padding: 25px;
        min-height: 185px;
        color: #fff;
        margin-bottom: 1px;
        cursor: pointer;
        position: relative;
        z-index: 9
    }
    .services-block h3:after {
        content: "READ MORE";
        position: absolute;
        bottom: 25px;
        left: 25px;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase
    }
    .services-block h3:before {
        content: "";
        position: absolute;
        right: 25px;
        bottom: 24px;
        width: 13px;
        height: 13px;
        background: url(../images/down-arrow.png) no-repeat 0 0;
        background-size: 13px 26px
    }
    .services-block h3.open:before {
        transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg)
    }
    .services-block .block-title,
    .services-block .inner-pad {
        padding: 0!important
    }
    .post-listing h2,
    .services-block h2 {
        text-align: left
    }
    .post-listing li .inner-pad,
    .post-listing ul {
        display: block;
        padding: 0
    }
    .post-listing ul li {
        width: 100%;
        padding: 0 0 30px
    }
    .post-listing li .inner-pad figure {
        display: none
    }
    .post-listing li .inner-pad .details .read-more {
        position: relative
    }
    .post-listing li .inner-pad .details {
        width: 100%;
        padding: 0;
        top: 0
    }
    .post-listing .btn-center {
        padding: 0
    }
    .services-block .content-blocks {
        padding: 25px 0 50px
    }
    #project-landing~.btm-btn {
        padding: 0 55px 35px 55px
    }
    body.fp-viewing-1 .bottom-arrow,
    body.fp-viewing-2 .bottom-arrow,
    body.fp-viewing-3 .bottom-arrow {
        display: none!important
    }
    .expertise-title {
        display: none
    }
    .expertise-section .content-row article h3 {
        font-size: 22px;
        position: relative;
        padding-bottom: 0;
        margin-bottom: 35px
    }
    .expertise-section .content-row:last-child article h3 {
        margin-bottom: 30px
    }
    .expertise-section .content-row article h3 a {
        display: block;
        padding-right: 30px
    }
    .expertise-section .content-row article h3:after {
        z-index: -1;
        content: "";
        width: 12px;
        height: 23px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -16px;
        background: url(../images/btn-arrow.png) no-repeat bottom left;
        background-size: 12px 23px
    }
    .slide-content {
        left: 55px;
        right: 55px
    }
    .swiper-slide .title {
        margin-left: 0
    }
    .section {
        position: relative;
        overflow: hidden
    }
    .action-block,
    .logos,
    .section .actions .btn,
    .section h2,
    .section p {
        opacity: 1
    }
    .sectionOneOff #section1 {
        z-index: -1;
        visibility: visible
    }
    .sectionOneOff #section1 .swiper-container {
        pointer-events: none
    }
    #section1 .line {
        display: none!important
    }
    #section2,
    #section4 {
        position: relative;
        z-index: 9
    }
    body.sectionOneOn {
        overflow: hidden
    }
    body.sectionFourLogo .logo a,
    body.sectionTwoLogo .logo a {
        background-position: bottom left!important
    }
    body.sectionFourLogo .menu-btn a,
    body.sectionTwoLogo .menu-btn a {
        color: #000
    }
    body.sectionFourBack .back-btn,
    body.sectionThreeBack .back-btn,
    body.sectionTwoBack .back-btn {
        opacity: 1!important;
        display: block!important;
        visibility: visible!important
    }
    body.sectionFourBack .bottom-arrow,
    body.sectionThreeBack .bottom-arrow,
    body.sectionTwoBack .bottom-arrow {
        display: none!important
    }
    body.sectionOneBack .back-btn {
        opacity: 0!important;
        display: none!important;
        visibility: hidden!important
    }
    body.sectionThreeBack .back-btn a {
        background-color: #fff
    }
    body.sectionTwoBack .back-btn a {
        background-color: #000
    }
    body.sectionTwoBack .back-btn a:after {
        background-position: 0 0
    }
    body.sectionThreeBack .back-btn a:after {
        background-position: bottom left
    }
    body.sectionOneLogo .logo a {
        background-position: 0 0
    }
    body.sectionOneLogo .bottom-arrow a {
        background-position: 0 0
    }
    .filters-section li {
        margin: 0 10px 10px 0
    }
    .slide-content p {
        display: block;
        opacity: 1;
        visibility: visible;
        max-height: none
    }
    #case-slider .swiper-slide:hover p {
        animation: none;
        -webkit-animation: none;
        padding: 0
    }
    .touch #case-slider .swiper-slide.light-slide p {
        padding: 0
    }
    #case-slider .swiper-slide p {
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -webkit-transform: translate3d(0, 50px, 0);
        -ms-webkit-transform: translate3d(0, 50px, 0);
        -webkit-webkit-transform: translate3d(0, 50px, 0);
        opacity: 0
    }
    #case-slider .swiper-slide p.show {
        display: none!important
    }
    .slide-content h4 {
        margin-top: 5px
    }
    #case-slider .swiper-slide p.show {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-webkit-transform: translate3d(0, 0, 0);
        -webkit-webkit-transform: translate3d(0, 0, 0);
        opacity: 1
    }
    #case-slider .swiper-slide {
        width: 100%;
        min-height: 100vmin;
        max-height: 100%
    }
    #case-slider .swiper-wrapper {
        overflow: visible!important;
        max-height: 100%!important
    }
    #case-slider .swiper-container {
        min-height: 100%!important
    }
    #case-slider .swiper-slide figure {
        min-height: 100vmin;
        height: 100vmin;
        max-height: 100%
    }
    #case-slider,
    body.case-studies {
        overflow: visible
    }
    .filters-section ul {
        max-height: calc(100vh - 140px);
        overflow: auto
    }
    .case-studies #site-main {
        max-height: 100vh;
        overflow: hidden
    }
    body.case-studies {
        height: 100%
    }
    .case-studies #main-wrap,
    .case-studies #site-main {
        display: block;
        width: 100%;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        height: 100%
    }
    .form-box .gform_wrapper .validation_error {
        position: static
    }
    #case-slider {
        position: absolute;
        width: 100%;
        height: 100%
    }
    .project-gallery .website_preview img {
        border-radius: 5px 5px 0 0
    }
    .section .inner,
    body.home,
    body.home #fullpage,
    body.home #site-main,
    body.home .fp-section.fp-table,
    body.home .fp-slide.fp-table {
        height: auto!important;
        max-height: none!important
    }
    .preview-section,
    .project-intro {
        display: block
    }
    #case-slider {
        background: url(../images/ajaxLoader.svg) no-repeat center center
    }
    #case-slider.loaded {
        background: 0 0
    }
    #case-slider .swiper-wrapper {
        opacity: 0
    }
    #case-slider.loaded .swiper-wrapper {
        opacity: 1
    }
    #contact-page .col {
        position: static
    }
    #contact-page .two-col {
        position: relative;
        padding-top: 135px
    }
    #contact-page .col .action-block {
        position: absolute;
        top: 0;
        left: 0
    }
    .footer {
        position: relative
    }
    .footer figure {
        display: none
    }
    .footer-wrap {
        position: relative;
        padding: 50px 50px 40px
    }
    #main-wrap {
        margin-bottom: 0
    }
    #section5 {
        display: none!important
    }
    .footer .right-links {
        right: 10px
    }
    .landing-content .two-cols .col,
    .landing-top.seo .left-section,
    .landing-top.seo .right-section {
        width: 100%
    }
    .landing-content .center-col {
        padding: 0
    }
    .landing-content .two-cols .col {
        padding: 0
    }
    .landing-content .two-cols .col~.col {
        padding-top: 35px
    }
    .clients-logo {
        padding: 0 55px
    }
    .clients-logo li {
        max-width: 90px;
        margin: 0 20px 10px
    }
    .grey-section .wrapper {
        padding: 0 55px
    }
    .grey-section h2 {
        font-size: 26px
    }
    .landing-content h3 {
        margin-bottom: 20px
    }
    .landing-content .two-cols .col h3 {
        font-size: 24px
    }
    .foot-logo {
        top: 15px;
        left: 15px
    }
    .foot-logo a {
        width: 25px;
        height: 21px;
        background-size: 25px 42px
    }
}

@media only screen and (min-width:768px) {
    .project-banner {
        background-image: none
    }
}

@media only screen and (max-width:767px) {
    .gform_footer .gform_ajax_spinner {
        left: inherit;
        right: 0
    }
    .btn {
        display: block;
        text-align: left;
        max-width: 480px
    }
    .banner-content .btn {
        display: inline-block;
        margin-top: 20px
    }
    body {
        font-size: 14px
    }
    .h1,
    h1 {
        font-size: 30px;
        line-height: 1.2
    }
    #banner h1 {
        font-size: 35px
    }
    #banner h2 {
        font-size: 16px;
        line-height: 1.3;
        padding-bottom: 15px
    }
    .h2,
    h2 {
        font-size: 28px;
        line-height: 1.3
    }
    .project-banner h2 {
        font-size: 28px
    }
    .h3,
    h3 {
        font-size: 28px;
        line-height: 1.3
    }
    #contact-page {
        padding-top: 60px;
        padding-bottom: 30px
    }
    #contact-page .contact-block p {
        padding-bottom: 25px;
        width: 100%
    }
    #contact-page h1 {
        padding-bottom: 25px
    }
    #contact-page h2 {
        font-size: 18px;
        padding-bottom: 15px
    }
    #contact-page .action-block {
        padding: 0
    }
    .newsletter-section input[type=submit] {
        width: 100%
    }
    .post-listing li .inner-pad .details h4 {
        font-size: 22px;
        line-height: 1.3
    }
    .section .inner .actions .btn {
        float: none
    }
    input.black[type=submit] {
        width: 100%;
        max-width: 460px
    }
    input.black[type=submit] {
        background-position: calc(100% - 22px) 15px
    }
    .common-slide-btn {
        bottom: 111px;
        top: auto;
        left: 55px
    }
    .swiper-slide .title,
    .swiper-slide .title .title-wrap {
        height: auto
    }
    .swiper-slide .title .title-wrap {
        height: auto
    }
    .swiper-slide .title .title-wrap {
        opacity: 1;
        transition: opacity .8s ease;
        -webkit-transition: opacity .8s ease
    }
    .swiper-slide.startAnimating .title .title-wrap {
        opacity: 0
    }
    .slide-content h4 {
        font-size: 12px;
        line-height: 1.4
    }
    body.pageLoaded .full-tour-link {
        bottom: auto;
        top: calc(100% - 72px);
        z-index: 99
    }
    .section .inner h2 {
        padding-bottom: 20px
    }
    .related-section .next-project,
    .related-section.full .related-services li,
    .related-services,
    .related-services li {
        width: 100%;
        display: block;
        padding-bottom: 0;
        min-height: 1px
    }
    .next-project {
        padding-bottom: 40px!important;
        margin-top: 6px
    }
    .related-section.full .related-services li,
    .related-services li {
        margin: 0 0 30px!important
    }
    .related-section.full .related-services li .inner-pad {
        padding: 0!important
    }
    .related-services li .btn {
        position: static
    }
    .form-box .gform_confirmation_message h3,
    .form-box .gform_confirmation_message p,
    .form-box .gforms_confirmation_message h3,
    .form-box .gforms_confirmation_message p {
        padding-bottom: 0
    }
    .form-box .row {
        margin-bottom: 15px
    }
    .form-box .row#field_1_2 {
        margin-bottom: 18px
    }
    .form-box .row#field_1_4 {
        margin-bottom: 29px
    }
    .form-box .row input[type=text],
    .form-box .row textarea,
    .form-panel,
    .selectric .label,
    .upload-row label {
        font-size: 13px
    }
    .form-box {
        padding-right: 20px
    }
    .form-panel .gform_footer {
        width: 100%
    }
    #case-slider .no-posts h2 {
        font-size: 24px
    }
    .filters-section li a {
        font-size: 11px
    }
    .filters-section li a {
        padding: 0 15px
    }
    .project-banner h2 {
        position: static;
        padding: 40px 25px 40px 55px;
        max-width: none
    }
    .project-banner figure {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        display: none
    }
    .project-banner {
        background-position: center center;
        background-size: cover
    }
    .project-banner figure img {
        min-height: 100%;
        max-width: none;
        width: auto;
        min-width: 100%;
        left: -50%;
        max-height: 100%
    }
    #project-landing~.related-section {
        padding-bottom: 0
    }
    .fp-section {
        height: auto;
        min-height: 10px
    }
    .pageLoaded #section1 .bottom-arrow {
        display: block!important;
        opacity: 1!important
    }
    .gform_footer .gform_ajax_spinner {
        max-width: 18px;
        top: 12px
    }
    #contact-page .two-col {
        padding-top: 72px
    }
    .grey-section .wrapper .gform_body {
        width: 100%;
        margin-bottom: 20px
    }
    .grey-section .wrapper li {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0
    }
    .newsletter-section.grey-section .validation_error {
        position: relative;
        top: 0
    }
    .landing-top.seo {
        padding-bottom: 30px
    }
    .landing-top.seo .right-section h3 {
        font-size: 18px
    }
}

@media only screen and (max-width:480px) {
    .common-slide-btn {
        right: 25px
    }
    .newsletter-section .gform_body,
    .newsletter-section .gform_footer {
        display: block
    }
    .newsletter-section .gform_body {
        width: 100%
    }
    .banner-content .btn {
        display: block
    }
    .footer-col {
        display: block;
        margin-bottom: 20px
    }
    .footer h3 {
        padding-bottom: 10px
    }
    .foot-btm {
        font-size: 12px
    }
    .clients-logo li {
        max-width: 30%
    }
}

@media only screen and (max-width:560px) {
    .gform_footer .gform_ajax_spinner {
        left: inherit;
        right: -20px
    }
    .footer-col {
        width: 180px
    }
}

@media only screen and (max-width:767px) and (orientation:landscape) {
    .common-slide-btn {
        bottom: 85px
    }
    .banner-content {
        top: 44%
    }
    .h1,
    h1 {
        font-size: 26px
    }
    #case-slider .swiper-slide,
    #case-slider .swiper-slide figure {
        min-height: 60vh;
        height: 80vh
    }
    .banner-content .btn {
        margin-top: 0
    }
}

#case-slider .swiper-pagination {
    position: absolute;
    z-index: -1;
    visibility: hidden;
    opacity: 0
}

.scrollTrigger {
    z-index: -1;
    position: absolute;
    width: 0;
    height: 0
}

.project-description {
    padding: 110px 70px 0 100px
}

.project-description .text .inner-pad {
    padding-left: 0!important;
    margin: 0 auto;
    max-width: 1440px;
    width: 100%
}

.project-description .text .text-cols .col {
    float: left;
    width: 45.7%
}

.project-gallery {
    padding-bottom: 0
}

@media only screen and (max-width:1365px) {
    .project-description .text {
        padding: 0
    }
}

@media only screen and (max-width:1020px) {
    .project-description {
        padding: 0
    }
    .project-description .text {
        padding: 30px 55px 0 55px
    }
    .project-description .text .text-cols .col {
        width: 100%;
        padding-right: 0
    }
    .project-gallery {
        padding-bottom: 30px
    }
}

.selectric-hide-select select,
.selectric-input {
    font-size: 16px!important
}

.page-template-contacts #main-wrap::before {
    position: fixed
}

.page-template-contacts.showForm {
    overflow: hidden
}

#loadingDiv {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    opacity: .4
}

.help-desk h1 {
    font-size: 40px;
    padding-bottom: 40px;
    line-height: 48px
}

.help-desk {
    padding: 56px 160px 0;
    color: #000;
    font-size: 18px;
    min-height: 100vh;
    position: relative;
    transition: all .3s ease
}

.desk-wrap {
    max-width: 625px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: auto
}

.desk-wrap p {
    padding-bottom: 0;
    color: grey;
    font-size: 23px;
    font-weight: 300
}

.desk-wrap .action-block,
.desk-wrap-form .action-block {
    opacity: 1;
    overflow: hidden
}

.desk-wrap-form {
    max-width: 980px
}

.desk-wrap-form .form-box .row {
    width: 100%;
    max-width: 660px;
    line-height: 0;
    padding-top: 18px
}

.desk-wrap-form h2 {
    font-size: 40px;
    padding-bottom: 40px;
    line-height: 48px
}

.h-note {
    color: grey;
    font-size: 14px;
    margin-bottom: 50px;
    margin-top: 10px
}

#help_desk_reset {
    margin-left: 134px;
    min-width: 115px;
    text-align: left;
    background: #fff url(../images/btn-arrow.png) no-repeat 80% 15px;
    background-size: 12px 23px;
    background-position: 80% 20%;
    transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

#help_desk_reset:hover {
    background-position: 85% 20%
}

.desk-wrap-form .gform_footer input {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(115px);
    transform: translateY(115px)
}

.desk-wrap-form .gform_footer .gform_ajax_spinner {
    position: absolute;
    left: 240px;
    top: -40px;
    margin-left: 5px
}

.desk-wrap-form .form-box .gform_confirmation_message {
    padding-top: 0;
    transform: none
}

.desk-wrap-form .form_success {
    max-width: 640px
}

.desk-wrap-form .form_success h3 {
    font-size: 40px;
    padding-bottom: 40px;
    line-height: 48px
}

.desk-wrap-form .form_success {
    color: grey;
    font-size: 23px;
    font-weight: 300
}

.desk-wrap-form .form_success p {
    padding-bottom: 35px
}

.desk-wrap-form .form_success br {
    display: none
}

.desk-wrap-form .form_success .go-btn {
    margin-bottom: 40px;
    display: inline-block
}

.desk-wrap-form .form_success .help-btn {
    margin-bottom: 0;
    display: inline-block
}

.desk-wrap-form textarea {
    height: 48px;
    resize: none
}

.form_success .broken_link {
    text-decoration: none
}

.desk-wrap-form .form-box .row label {
    color: grey
}

.desk-wrap-form .form-box .row.upload-row:before {
    top: 65%
}

.desk-wrap-form .form-box .row.upload-row:after {
    top: 65%
}

.m-l-20 {
    margin-left: 20px
}

.desk-wrap-form .form-box .gform_wrapper .validation_error {
    font-size: 14px
}

.desk-wrap-form .upload-row label {
    padding: 19px 0 26px
}

@media only screen and (max-width:1365px) {
    .help-desk {
        padding: 50px 100px 0
    }
}

@media only screen and (max-width:1020px) {
    .help-desk {
        padding: 50px 25px 0 55px
    }
    .help-desk .action-block {
        padding: 45px 0
    }
}

@media only screen and (max-width:767px) {
    .desk-wrap p {
        font-size: 14px
    }
    .help-desk .col {
        padding-right: 20px
    }
    .help-desk .btn.black {
        margin-bottom: 20px
    }
    .desk-wrap-form .form_success h3,
    .help-desk h1 {
        font-size: 38px
    }
    .arrow {
        display: inline-block;
        width: 100%;
        max-width: 460px;
        height: 45px
    }
    .arrow:after {
        width: 15px;
        bottom: -36px;
        margin-top: 0;
        top: auto
    }
    .arrow:hover:after {
        right: 65px
    }
    #help_desk_reset {
        margin-left: 0;
        min-width: 115px;
        position: absolute;
        width: 100%;
        bottom: -45px
    }
    .desk-wrap-form h2 {
        font-size: 38px
    }
    .help-desk .form-box form {
        margin-bottom: 60px
    }
    .desk-wrap-form .gform_footer .gform_ajax_spinner {
        position: absolute;
        left: auto;
        top: -50px;
        margin-right: 15px;
        background: 0 0;
        right: -20px
    }
    .desk-wrap-form .form_success p {
        font-size: 14px
    }
    #help_desk_reset {
        background-position: 95% 20%
    }
    .m-l-20 {
        margin-left: 0
    }
    .help-desk .action-block a {
        opacity: 1!important;
        transform: none!important
    }
    .desk-wrap-form .form-box .row.upload-row:before {
        top: 60%
    }
    .desk-wrap-form .form-box .row.upload-row:after {
        top: 60%
    }
    .swiper-slide .title .title-wrap p {
        font-size: 14px
    }
}

@media only screen and (max-width:596px) {
    .desk-wrap-form .gform_footer .gform_ajax_spinner {
        margin-left: 15px;
        margin-right: 0
    }
}

.filenamecls {
    padding-bottom: 15px;
    font-size: 15px;
    display: none
}

.ginput_container.ginput_recaptcha {
    margin: 31px 0 0 0
}

#newsletter_section .ginput_container.ginput_recaptcha {
    margin: 31px 0 0 0;
    display: block;
    text-align: center
}

#newsletter_section .gform_fields.top_label.form_sublabel_below.description_below #field_2_2 .validation_message {
    position: static;
    opacity: 1!important;
    text-align: center
}

#newsletter_section .gform_fields.top_label.form_sublabel_below.description_below #field_2_2:hover .validation_message {
    opacity: 1;
    visibility: visible
}

#newsletter_section .gform_fields.top_label.form_sublabel_below.description_below #field_2_2 .ginput_container.ginput_recaptcha {
    display: inline-block
}

@media only screen and (max-width :990px) {
    #newsletter_section .ginput_container.ginput_recaptcha {
        margin: 31px 0 0 0
    }
}

@media only screen and (max-width :767px) {
    .ginput_container.ginput_recaptcha {
        transform: scale(.77);
        -webkit-transform: scale(.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0
    }
}

@media only screen and (max-width :1600px) {
    .footer-col {
        width: 13%
    }
    .footer-col.subscribe {
        width: 30%;
        padding-left: 20px
    }
}

@media only screen and (max-width :1500px) {
    .footer-col {
        width: 13%
    }
    .footer-wrap {
        padding: 95px 52px
    }
    .footer .right-links {
        top: 39%;
        right: 10px
    }
}

@media only screen and (max-width :1200px) {
    .footer-wrap {
        padding: 50px 52px 50px 52px
    }
    .footer-col {
        width: 13%
    }
    .footer h3 {
        font-size: 15px
    }
    .footer-col.subscribe .row-col {
        width: 246px
    }
    .footer-col.hello {
        width: 14%
    }
}

@media only screen and (max-width :990px) {
    .footer-col {
        width: 22%
    }
    .footer-col.subscribe {
        width: 88%;
        padding-left: 20px;
        margin: 0 auto;
        margin-top: 0;
        left: 0;
        right: 0;
        display: block;
        margin-top: 40px
    }
    .footer-col.hello {
        width: 20%
    }
    .footer-col.footer-logo {
        width: 8%
    }
    .footer-wrap {
        padding: 50px 52px 40px 52px
    }
}

@media only screen and (max-width :767px) {
    .footer-wrap {
        padding: 30px
    }
    .footer-col.footer-logo {
        width: 100px;
        position: absolute;
        padding-left: 0
    }
    .footer-col {
        width: 40%;
        padding-left: 67px
    }
    .footer-col.hello {
        width: 40%
    }
    .footer-col.subscribe {
        width: 100%;
        padding-left: 65px;
        margin-top: 10px
    }
    .footer-col {
        display: inline-block
    }
    .footer-col.hello {
        width: 57%
    }
    .footer .right-links {
        position: static;
        width: 100%;
        margin: 0;
        text-align: center;
        padding: 10px 0 0 0
    }
    .footer .social-links {
        display: inline-block;
        text-align: center
    }
    .footer .right-links li {
        float: none;
        display: inline-block;
        margin-bottom: 0
    }
    .footer {
        float: left
    }
    .footer .right-links .blog-link {
        display: inline-block
    }
    .social-links li.twit a {
        background-position: 0 -55px
    }
    .social-links li.linkd a {
        height: 26px;
        background-position: 0 -82px
    }
    .footer .right-links .blog-link {
        display: inline-block;
        position: relative;
        top: 7px
    }
    .footer h3 {
        padding-bottom: 10px
    }
    .footer-col {
        margin-bottom: 15px
    }
}

@media only screen and (max-width :640px) {
    .footer-col {
        width: 40%;
        padding-left: 45px
    }
    .footer-col.subscribe {
        width: 100%;
        padding-left: 45px;
        margin-top: 20px
    }
}

.blog-pg .h1,
.blog-pg .h2,
.blog-pg .h3,
.blog-pg .h4,
.blog-pg .h5,
.blog-pg .h6,
.blog-pg h1,
.blog-pg h2,
.blog-pg h3,
.blog-pg h4,
.blog-pg h5,
.blog-pg h6 {
    padding: 0;
    margin: 40px 0 10px 0
}

.blog-pg p {
    margin: 0
}

.blog-pg ol,
.blog-pg ul {
    margin: 10px 20px
}

.blog-pg h4 {
    font-size: 2rem
}

.blog-pg .content-static {
    text-align: left
}

.blog-pg p b,
.blog-pg p strong {
    color: grey;
    font-weight: 700!important;
    font-family: museo_sans300
}

@media only screen and (max-width:1020px) {
    .blog-pg .h1,
    .blog-pg .h2,
    .blog-pg .h3,
    .blog-pg .h4,
    .blog-pg .h5,
    .blog-pg .h6,
    .blog-pg h1,
    .blog-pg h2,
    .blog-pg h3,
    .blog-pg h4,
    .blog-pg h5,
    .blog-pg h6 {
        padding: 0;
        margin: 20px 0 10px 0
    }
}