@font-face {
    font-family: 'metropolis';
    src: url('../fonts/metropolis/metropolis-bold.woff2') format('woff2'),
        url('../fonts/metropolis/metropolis-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'metropolis Extra';
    src: url('../fonts/metropolis/metropolis-extralightitalic.woff2') format('woff2'),
        url('../fonts/metropolis/metropolis-extralightitalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'metropolis';
    src: url('../fonts/metropolis/metropolis-medium.woff2') format('woff2'),
        url('../fonts/metropolis/metropolis-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'metropolis Extra';
    src: url('../fonts/metropolis/metropolis-extralight.woff2') format('woff2'),
        url('../fonts/metropolis/metropolis-extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'metropolis';
    src: url('../fonts/metropolis/metropolis-regular.woff2') format('woff2'),
        url('../fonts/metropolis/metropolis-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'metropolis';
    src: url('../fonts/metropolis/metropolis-lightitalic.woff2') format('woff2'),
        url('../fonts/metropolis/metropolis-lightitalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'metropolis';
    src: url('../fonts/metropolis/metropolis-light.woff2') format('woff2'),
        url('../fonts/metropolis/metropolis-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'metropolis';
    src: url('../fonts/metropolis/metropolis-bolditalic.woff2') format('woff2'),
        url('../fonts/metropolis/metropolis-bolditalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'metropolis';
    src: url('../fonts/metropolis/metropolis-mediumitalic.woff2') format('woff2'),
        url('../fonts/metropolis/metropolis-mediumitalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'metropolis';
    src: url('../fonts/metropolis/metropolis-regularitalic.woff2') format('woff2'),
        url('../fonts/metropolis/metropolis-regularitalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'metropolis Semi';
    src: url('../fonts/metropolis/metropolis-semibolditalic.woff2') format('woff2'),
        url('../fonts/metropolis/metropolis-semibolditalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'metropolis';
    src: url('../fonts/metropolis/metropolis-thin.woff2') format('woff2'),
        url('../fonts/metropolis/metropolis-thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'metropolis Semi';
    src: url('../fonts/metropolis/metropolis-semibold.woff2') format('woff2'),
        url('../fonts/metropolis/metropolis-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


.rsDefault.rsHor .rsArrowLeft, .rsDefault.rsVer .rsArrowLeft {
    left: 0;
    top: 0
}

.rsDefault .rsCloseVideoBtn, .rsWebkit3d .rsSlide {
    -webkit-transform: translateZ(0)
}

.rsDefault .rsCloseVideoBtn, .rsWebkit3d .rsABlock, .rsWebkit3d .rsAbsoluteEl, .rsWebkit3d .rsBtnCenterer, .rsWebkit3d .rsContainer, .rsWebkit3d .rsLink, .rsWebkit3d .rsOverflow, .rsWebkit3d .rsPreloader, .rsWebkit3d .rsSlide, .rsWebkit3d .rsThumbs, .rsWebkit3d img {
    -webkit-backface-visibility: hidden
}

.invisible, .rsHidden {
    visibility: hidden
}

.rsDefault .rsTab, a, ins {
    text-decoration: none
}

.clear, .clearfix:after, .container-fluid:after, .container:after, .row:after {
    clear: both
}

.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsThumbs, .rsDefault .rsVideoFrameHolder {
    color: #333
}

.rsDefault .rsArrow {
    height: 100%;
    width: 44px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21
}

.rsDefault.rsVer .rsArrow {
    width: 100%;
    height: 44px
}

.rsDefault.rsVer .rsArrowRight {
    bottom: 0;
    left: 0
}

.rsDefault.rsHor .rsArrowRight {
    right: 0;
    top: 0
}

.rsDefault .rsArrowIcn {
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    position: absolute;
    cursor: pointer;
    background: url(rs-default.png) #000;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 2px
}

.rsDefault .rsArrowIcn:hover {
    background-color: rgba(0, 0, 0, .9)
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
    background-position: -64px -32px
}

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
    background-position: -64px -64px
}

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
    background-position: -96px -32px
}

.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
    background-position: -96px -64px
}

.rsDefault .rsArrowDisabled .rsArrowIcn {
    opacity: .2;
    filter: alpha(opacity=20)
}

.rsDefault .rsBullets {
    position: absolute;
    z-index: 35;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #000;
    background: rgba(0, 0, 0, .75);
    text-align: center;
    line-height: 8px;
    overflow: hidden
}

.rsDefault .rsBullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    padding: 6px 5px
}

.rsDefault .rsBullet span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #777;
    background: rgba(255, 255, 255, .5)
}

.rsDefault .rsBullet.rsNavSelected span {
    background-color: #FFF
}

.rsDefault .rsThumbsHor {
    width: 100%;
    height: 72px
}

.rsDefault .rsThumbsVer {
    width: 96px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0
}

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
    position: relative;
    height: 100%
}

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
    position: relative;
    width: 100%
}

.rsDefault .rsThumb {
    float: left;
    overflow: hidden;
    width: 96px;
    height: 72px
}

.rsDefault .rsThumb img {
    width: 100%;
    height: 100%
}

.rsDefault .rsThumb.rsNavSelected {
    background: #02874a
}

.rsDefault .rsThumb.rsNavSelected img {
    opacity: .3;
    filter: alpha(opacity=30)
}

.rsDefault .rsTmb {
    display: block
}

.rsDefault .rsTmb h5 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 20px;
    color: #FFF
}

.rsDefault .rsTmb span {
    color: #DDD;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 18px
}

.rsDefault .rsThumbsArrow {
    height: 100%;
    width: 20px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
    background: #000;
    background: rgba(0, 0, 0, .75)
}

.rsDefault .rsThumbsArrow:hover {
    background: rgba(0, 0, 0, .9)
}

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
    width: 100%;
    height: 20px
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
    top: 0;
    left: 0
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
    bottom: 0;
    left: 0
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
    left: 0;
    top: 0
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
    right: 0;
    top: 0
}

.rsDefault .rsThumbsArrowIcn {
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    position: absolute;
    cursor: pointer;
    background: url(rs-default.png)
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -128px -32px
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -128px -48px
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -144px -32px
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -144px -48px
}

.rsDefault .rsThumbsArrowDisabled {
    display: none !important
}

@media screen and (min-width:0px) and (max-width:800px) {
    .rsDefault .rsThumb {
        width: 59px;
        height: 44px
    }

    .rsDefault .rsThumbsHor {
        height: 44px
    }

    .rsDefault .rsThumbsVer {
        width: 59px
    }
}

.rsDefault .rsTabs {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding-top: 12px;
    position: relative
}

.rsDefault .rsTab {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    height: auto;
    width: auto;
    color: #333;
    padding: 5px 13px 6px;
    min-width: 72px;
    border: 1px solid #D9D9DD;
    border-right: 1px solid #f5f5f5;
    background-color: #FFF;
    background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
    background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
    background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
    -webkit-box-shadow: inset 1px 0 0 #fff;
    box-shadow: inset 1px 0 0 #fff
}

.rsDefault .rsTab:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.rsDefault .rsTab:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #cfcfcf
}

.rsDefault .rsTab:active {
    border: 1px solid #D9D9DD;
    background-color: #f4f4f4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2) inset
}

.rsDefault .rsTab.rsNavSelected {
    color: #FFF;
    border: 1px solid #999;
    text-shadow: 1px 1px #838383;
    box-shadow: 0 1px 9px rgba(102, 102, 102, .65) inset;
    background: #ACACAC;
    background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
    background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
    background-image: linear-gradient(to bottom, #ACACAC, #BBB)
}

.rsDefault .rsFullscreenBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 22;
    display: block;
    position: absolute;
    cursor: pointer
}

.rsDefault .rsFullscreenIcn {
    display: block;
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url(rs-default.png) #000;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 2px
}

.rsDefault .rsFullscreenIcn:hover {
    background-color: rgba(0, 0, 0, .9)
}

.rsDefault.rsFullscreen .rsFullscreenIcn {
    background-position: -32px 0
}

.rsDefault .rsPlayBtn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .3);
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    cursor: pointer
}

.rsDefault .rsPlayBtnIcon {
    width: 64px;
    display: block;
    height: 64px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background: url(rs-default.png) 0 -32px no-repeat #000;
    background-color: rgba(0, 0, 0, .75)
}

.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
    background-color: rgba(0, 0, 0, .9)
}

.rsDefault .rsBtnCenterer {
    position: absolute;
    left: 50%;
    top: 50%
}

.rsDefault .rsCloseVideoBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 500;
    position: absolute;
    cursor: pointer
}

.rsDefault .rsCloseVideoBtn.rsiOSBtn {
    top: -38px;
    right: -6px
}

.rsDefault .rsCloseVideoIcn {
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url(rs-default.png) -64px 0 #000;
    background-color: rgba(0, 0, 0, .75)
}

.rsDefault .rsCloseVideoIcn:hover {
    background-color: rgba(0, 0, 0, .9)
}

.rsDefault .rsPreloader {
    width: 20px;
    height: 20px;
    background-image: url(../preloaders/preloader-white.gif);
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px
}

.rsDefault .rsGCaption {
    background: #fff;
    top: 0;
    color: #222;
    float: none;
    font-size: 14px;
    height: 60px;
    left: 0;
    padding: 20px;
    position: absolute;
    text-align: center;
    width: 100%
}

.col-xs-1, .col-xs-10, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .royalSlider>*, .rsOverflow, .rsTabs, .rsThumb, .rsThumbs {
    float: left
}

.royalSlider {
    width: 600px;
    height: 400px;
    position: absolute;
    direction: ltr
}

.rsOverflow, .rsVisibleNearbyWrap {
    position: relative;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    overflow: hidden
}

.rsFade.rsWebkit3d .rsContainer, .rsFade.rsWebkit3d .rsSlide, .rsFade.rsWebkit3d img {
    -webkit-transform: none
}

.rsVisibleNearbyWrap {
    left: 0;
    top: 0
}

.rsVisibleNearbyWrap .rsOverflow {
    position: absolute;
    left: 0;
    top: 0
}

.rsContainer {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent
}

.rsArrow, .rsThumbsArrow {
    cursor: pointer
}

.rsThumb {
    position: relative
}

.rsArrow, .rsNav, .rsThumbsArrow {
    opacity: 1;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear
}

.rsHidden {
    opacity: 0;
    -webkit-transition: visibility 0 linear .3s, opacity .3s linear;
    -moz-transition: visibility 0 linear .3s, opacity .3s linear;
    -o-transition: visibility 0 linear .3s, opacity .3s linear;
    transition: visibility 0 linear .3s, opacity .3s linear
}

.rsGCaption {
    width: 100%;
    float: left;
    text-align: center
}

.royalSlider.rsFullscreen {
    position: fixed !important;
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 9 !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important
}

.royalSlider .rsSlide.rsFakePreloader {
    opacity: 1 !important;
    -webkit-transition: 0;
    -moz-transition: 0;
    -o-transition: 0;
    transition: 0;
    display: none
}

.rsLink, .rsSlide, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

.rsSlide {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    height: 100%;
    width: 100%
}

.royalSlider.rsAutoHeight, .rsAutoHeight .rsSlide {
    height: auto
}

.rsContent {
    width: 100%;
    height: 100%;
    position: relative
}

.rsPreloader {
    position: absolute;
    z-index: 0
}

.rsNav {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none
}

.rsNavItem {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .25)
}

.rsTabs, .rsThumbs, html {
    -webkit-tap-highlight-color: transparent
}

.rsThumbs {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 22
}

.rsTabs {
    background: 0 0 !important
}

.rsVideoContainer {
    width: auto;
    height: auto;
    line-height: 0;
    position: relative
}

.rsABlock, .rsLink, .rsVideoFrameHolder {
    left: 0;
    position: absolute;
    top: 0
}

.rsVideoFrameHolder {
    background: #141414;
    opacity: 0;
    -webkit-transition: .3s
}

.rsVideoFrameHolder.rsVideoActive {
    opacity: 1
}

.rsVideoContainer .rsVideoObj, .rsVideoContainer embed, .rsVideoContainer iframe, .rsVideoContainer video {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.rsVideoContainer.rsIOSVideo embed, .rsVideoContainer.rsIOSVideo iframe, .rsVideoContainer.rsIOSVideo video {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 44px
}

.rsABlock {
    z-index: 15
}

img.rsImg {
    max-width: none
}

.grab-cursor {
    cursor: url(grab.png) 8 8, move
}

.grabbing-cursor {
    cursor: url(grabbing.png) 8 8, move
}

.rsNoDrag {
    cursor: auto
}

.rsLink {
    width: 100%;
    height: 100%;
    z-index: 20;
    background: url(blank.gif)
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

b, optgroup, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

sub, sup {
    line-height: 0;
    position: relative
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

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

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: 20px;
    margin-bottom: 20px
}

pre, textarea {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

.img-thumbnail, body {
    line-height: 1.42857143;
    background-color: #fff
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

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

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

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

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

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

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    color: #333
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

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

[role=button] {
    cursor: pointer
}

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

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

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

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1, .col-lg-10, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

a, hr {
    border: 0;
    padding: 0
}

.col-xs-10 {
    width: 100%
}

.col-xs-9 {
    width: 90%
}

.col-xs-8 {
    width: 80%
}

.col-xs-7 {
    width: 70%
}

.col-xs-6 {
    width: 60%
}

.col-xs-5 {
    width: 50%
}

.col-xs-4 {
    width: 40%
}

.col-xs-3 {
    width: 30%
}

.col-xs-2 {
    width: 20%
}

.col-xs-1 {
    width: 10%
}

.col-xs-pull-10 {
    right: 100%
}

.col-xs-pull-9 {
    right: 90%
}

.col-xs-pull-8 {
    right: 80%
}

.col-xs-pull-7 {
    right: 70%
}

.col-xs-pull-6 {
    right: 60%
}

.col-xs-pull-5 {
    right: 50%
}

.col-xs-pull-4 {
    right: 40%
}

.col-xs-pull-3 {
    right: 30%
}

.col-xs-pull-2 {
    right: 20%
}

.col-xs-pull-1 {
    right: 10%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-10 {
    left: 100%
}

.col-xs-push-9 {
    left: 90%
}

.col-xs-push-8 {
    left: 80%
}

.col-xs-push-7 {
    left: 70%
}

.col-xs-push-6 {
    left: 60%
}

.col-xs-push-5 {
    left: 50%
}

.col-xs-push-4 {
    left: 40%
}

.col-xs-push-3 {
    left: 30%
}

.col-xs-push-2 {
    left: 20%
}

.col-xs-push-1 {
    left: 10%
}

.col-xs-push-0 {
    left: auto
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-10 {
        width: 100%
    }

    .col-sm-9 {
        width: 90%
    }

    .col-sm-8 {
        width: 80%
    }

    .col-sm-7 {
        width: 70%
    }

    .col-sm-6 {
        width: 60%
    }

    .col-sm-5 {
        width: 50%
    }

    .col-sm-4 {
        width: 40%
    }

    .col-sm-3 {
        width: 30%
    }

    .col-sm-2 {
        width: 20%
    }

    .col-sm-1 {
        width: 10%
    }

    .col-sm-pull-10 {
        right: 100%
    }

    .col-sm-pull-9 {
        right: 90%
    }

    .col-sm-pull-8 {
        right: 80%
    }

    .col-sm-pull-7 {
        right: 70%
    }

    .col-sm-pull-6 {
        right: 60%
    }

    .col-sm-pull-5 {
        right: 50%
    }

    .col-sm-pull-4 {
        right: 40%
    }

    .col-sm-pull-3 {
        right: 30%
    }

    .col-sm-pull-2 {
        right: 20%
    }

    .col-sm-pull-1 {
        right: 10%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-10 {
        left: 100%
    }

    .col-sm-push-9 {
        left: 90%
    }

    .col-sm-push-8 {
        left: 80%
    }

    .col-sm-push-7 {
        left: 70%
    }

    .col-sm-push-6 {
        left: 60%
    }

    .col-sm-push-5 {
        left: 50%
    }

    .col-sm-push-4 {
        left: 40%
    }

    .col-sm-push-3 {
        left: 30%
    }

    .col-sm-push-2 {
        left: 20%
    }

    .col-sm-push-1 {
        left: 10%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-10 {
        margin-left: 100%
    }

    .col-sm-offset-9 {
        margin-left: 90%
    }

    .col-sm-offset-8 {
        margin-left: 80%
    }

    .col-sm-offset-7 {
        margin-left: 70%
    }

    .col-sm-offset-6 {
        margin-left: 60%
    }

    .col-sm-offset-5 {
        margin-left: 50%
    }

    .col-sm-offset-4 {
        margin-left: 40%
    }

    .col-sm-offset-3 {
        margin-left: 30%
    }

    .col-sm-offset-2 {
        margin-left: 20%
    }

    .col-sm-offset-1 {
        margin-left: 10%
    }

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

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-10 {
        width: 100%
    }

    .col-md-9 {
        width: 90%
    }

    .col-md-8 {
        width: 80%
    }

    .col-md-7 {
        width: 70%
    }

    .col-md-6 {
        width: 60%
    }

    .col-md-5 {
        width: 50%
    }

    .col-md-4 {
        width: 40%
    }

    .col-md-3 {
        width: 30%
    }

    .col-md-2 {
        width: 20%
    }

    .col-md-1 {
        width: 10%
    }

    .col-md-pull-10 {
        right: 100%
    }

    .col-md-pull-9 {
        right: 90%
    }

    .col-md-pull-8 {
        right: 80%
    }

    .col-md-pull-7 {
        right: 70%
    }

    .col-md-pull-6 {
        right: 60%
    }

    .col-md-pull-5 {
        right: 50%
    }

    .col-md-pull-4 {
        right: 40%
    }

    .col-md-pull-3 {
        right: 30%
    }

    .col-md-pull-2 {
        right: 20%
    }

    .col-md-pull-1 {
        right: 10%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-10 {
        left: 100%
    }

    .col-md-push-9 {
        left: 90%
    }

    .col-md-push-8 {
        left: 80%
    }

    .col-md-push-7 {
        left: 70%
    }

    .col-md-push-6 {
        left: 60%
    }

    .col-md-push-5 {
        left: 50%
    }

    .col-md-push-4 {
        left: 40%
    }

    .col-md-push-3 {
        left: 30%
    }

    .col-md-push-2 {
        left: 20%
    }

    .col-md-push-1 {
        left: 10%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-10 {
        margin-left: 100%
    }

    .col-md-offset-9 {
        margin-left: 90%
    }

    .col-md-offset-8 {
        margin-left: 80%
    }

    .col-md-offset-7 {
        margin-left: 70%
    }

    .col-md-offset-6 {
        margin-left: 60%
    }

    .col-md-offset-5 {
        margin-left: 50%
    }

    .col-md-offset-4 {
        margin-left: 40%
    }

    .col-md-offset-3 {
        margin-left: 30%
    }

    .col-md-offset-2 {
        margin-left: 20%
    }

    .col-md-offset-1 {
        margin-left: 10%
    }

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

@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-10 {
        width: 100%
    }

    .col-lg-9 {
        width: 90%
    }

    .col-lg-8 {
        width: 80%
    }

    .col-lg-7 {
        width: 70%
    }

    .col-lg-6 {
        width: 60%
    }

    .col-lg-5 {
        width: 50%
    }

    .col-lg-4 {
        width: 40%
    }

    .col-lg-3 {
        width: 30%
    }

    .col-lg-2 {
        width: 20%
    }

    .col-lg-1 {
        width: 10%
    }

    .col-lg-pull-10 {
        right: 100%
    }

    .col-lg-pull-9 {
        right: 90%
    }

    .col-lg-pull-8 {
        right: 80%
    }

    .col-lg-pull-7 {
        right: 70%
    }

    .col-lg-pull-6 {
        right: 60%
    }

    .col-lg-pull-5 {
        right: 50%
    }

    .col-lg-pull-4 {
        right: 40%
    }

    .col-lg-pull-3 {
        right: 30%
    }

    .col-lg-pull-2 {
        right: 20%
    }

    .col-lg-pull-1 {
        right: 10%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-10 {
        left: 100%
    }

    .col-lg-push-9 {
        left: 90%
    }

    .col-lg-push-8 {
        left: 80%
    }

    .col-lg-push-7 {
        left: 70%
    }

    .col-lg-push-6 {
        left: 60%
    }

    .col-lg-push-5 {
        left: 50%
    }

    .col-lg-push-4 {
        left: 40%
    }

    .col-lg-push-3 {
        left: 30%
    }

    .col-lg-push-2 {
        left: 20%
    }

    .col-lg-push-1 {
        left: 10%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-10 {
        margin-left: 100%
    }

    .col-lg-offset-9 {
        margin-left: 90%
    }

    .col-lg-offset-8 {
        margin-left: 80%
    }

    .col-lg-offset-7 {
        margin-left: 70%
    }

    .col-lg-offset-6 {
        margin-left: 60%
    }

    .col-lg-offset-5 {
        margin-left: 50%
    }

    .col-lg-offset-4 {
        margin-left: 40%
    }

    .col-lg-offset-3 {
        margin-left: 30%
    }

    .col-lg-offset-2 {
        margin-left: 20%
    }

    .col-lg-offset-1 {
        margin-left: 10%
    }

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

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    content: " ";
    display: table
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

#navigation-main li a:hover, a {
    color: #324199
}

.affix {
    position: fixed
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }

    .hidden-lg {
        display: none !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }

    .hidden-print {
        display: none !important
    }
}

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

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

ins, mark {
    background-color: #ff9;
    color: #000
}

nav ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

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

a {
    background: 0 0;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

mark {
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help
}

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

hr {
    border-top: 1px solid #ccc;
    height: 1px;
    margin: 1em 0
}

input, select {
    vertical-align: middle
}

.float-left {
    float: left
}

.float-right {
    float: right
}

body {
    overflow-x: hidden;
    font-family: 'Metropolis', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#frame-content h1, #navigation-main li {
    font-family: 'Metropolis', sans-serif;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase
}

#site-container, #site-container>.row, body, html {
    position: relative;
    height: 100%;
    width: 100%
}

::-moz-selection {
    color: #fff;
    background: #324199
}

::selection {
    color: #fff;
    background: #324199
}

#frame-sidebar {
    background: #fff;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    min-height: 100%;
    padding: 0 0 0 100px;
    position: fixed;
    z-index: 3;
    width: 261px
}

@media(max-width:767px) {
    #frame-sidebar.open {
        box-sizing: border-box;
        width: 100%;
        padding: 0
    }

    #frame-sidebar {
        position: absolute
    }
}

#frame-sidebar.open {
    -webkit-transition: -webkit-transform width .3s ease, background-color .3s ease;
    -moz-transition: width .3s ease background-color .3s ease;
    -ms-transition: width .3s ease background-color .3s ease;
    -o-transition: width .3s ease background-color .3s ease;
    transition: width .3s ease background-color .3s ease;
    background: #fff
}

#frame-sidebar.close {
    -webkit-transition: -webkit-transform width 3s ease, background-color .3s ease;
    -moz-transition: width .3s ease, background-color .3s ease;
    -ms-transition: width .3s ease, background-color .3s ease;
    -o-transition: width .3s ease, background-color .3s ease;
    transition: width .3s ease, background-color .3s ease;
    background: 0 0;
    width: 85px;
    padding: 0
}

body.subpage #frame-sidebar.close {
    -webkit-transition: -webkit-transform width .3s ease, background-color .3s ease;
    -moz-transition: width .3s ease, background-color .3s ease;
    -ms-transition: width .3s ease, background-color .3s ease;
    -o-transition: width .3s ease, background-color .3s ease;
    transition: width .3s ease, background-color .3s ease;
    background: #fff;
    width: 55px;
    padding: 0 0 0 30px;
    animation: none;
    min-height: inherit
}

#frame-sidebar .small-logo {
    display: none
}

@media (max-width:767px) {
    body.subpage #frame-sidebar.close {
        box-sizing: border-box;
        min-height: inherit;
        width: 100%;
        padding: 0 30px
    }

    body.subpage #frame-sidebar.close .menu-icon {
        margin-right: 0
    }

    body.subpage #frame-sidebar.close .small-logo {
        margin: 25px 0 0;
        float: left;
        display: block
    }

    body.subpage #frame-sidebar.close .small-logo svg {
        fill: #324199;
        width: 120px;
        height: 33px
    }
}

#frame-sidebar.close #navigation-logo,
#frame-sidebar.close #navigation-main,
#frame-sidebar.close #navigation-social,
#frame-sidebar.close .archipro-badge,
#frame-sidebar.close .divider-menu {
    display: none;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

#frame-sidebar.open #navigation-logo,
#frame-sidebar.open #navigation-main,
#frame-sidebar.open .archipro-badge,
#frame-sidebar.open #navigation-social,
#frame-sidebar.open .divider-menu {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    animation: fadeIn .5s
}

#site-container {
    position: relative;
    z-index: 2
}

#background-cycle {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

#background-cycle div {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    min-height: 100vh;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

#navigation-social svg {
    stroke: #a0a0a0;
    width: 29px;
    height: 29px
}

#navigation-social li:hover svg {
    stroke: #324199
}

.archipro-badge__link {
	display: block;
	margin-top: 44px;
	width: 160px;
}

.archipro-badge__img {
	display: block;
	width: 100%;
}

#navigation-logo {
    position: absolute;
    bottom: 100px
}

@media (max-width:767px) {
    #navigation-logo {
        position: relative;
        bottom: 0;
        margin: 120px 0 60px;
        text-align: center
    }
}

@media (max-height:700px) {
    #background-cycle {
        position: fixed
    }

    #navigation-logo {
        position: relative;
        bottom: 0;
        margin: 30px 100px 20px 0;
        text-align: center
    }
}

@media (max-width:767px) and (max-height:700px) {
    #navigation-logo {
        position: relative;
        bottom: 0;
        margin: 30px 0 20px;
        text-align: center
    }
}

#navigation-logo svg {
    fill: #324199;
    width: 161px;
    height: 44px
}

#frame-sidebar .menu-icon {
    cursor: pointer;
    margin: 30px
}

#frame-sidebar .menu-icon span, .gallery-close span {
    position: relative;
    display: block;
    height: 3px;
    margin: 0 0 5px;
    width: 25px;
    background: #a0a0a0
}

#frame-sidebar.close .menu-icon span {
    background: #fff
}

.subpage #frame-sidebar.close .menu-icon span {
    background: #a0a0a0
}

#frame-sidebar.open .menu-icon {
    margin: 33px 25px 3px 0
}

#frame-sidebar.open .menu-icon span, .gallery-close span {
    height: 1px;
    width: 35px
}

#frame-sidebar.open .menu-icon span.ham-top, .gallery-close span.ham-top {
    top: 6px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    animation: iconMorphTop .3s
}

#frame-sidebar.open .menu-icon span.ham-mid {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

#frame-sidebar.open .menu-icon span.ham-bot, .gallery-close span.ham-bot {
    top: -6px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    animation: iconMorphBottom .3s
}

#frame-sidebar.close .menu-icon span.ham-top {
    transform: rotate(0);
    top: 0;
    animation: iconMorphTopReturn .3s
}

#frame-sidebar.close .menu-iconspan.ham-mid {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    animation: iconMorphMiddleReturn .5s
}

#frame-sidebar.close .menu-icon span.ham-bot {
    transform: rotate(0);
    top: 0;
    animation: iconMorphBottomReturn .3s
}

#navigation-main {
    margin: 0 0 45px;
    padding: 93px 100px 0 0
}

#frame-sidebar .divider-menu {
    padding: 0 100px 0 0
}

#frame-content h3 span, #frame-sidebar .divider {
    background: #e2e2e2;
    height: 1px;
    margin: 0 auto;
    display: block;
    width: 68px
}

#frame-content h3 span {
    margin: 20px 0 0
}

#navigation-main li {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 42px;
    text-align: center
}

#navigation-main li a {
    color: #a0a0a0;
    text-decoration: none;
    line-height: 1.25;
}

#navigation-social {
    display: flex;
    justify-content: space-around;
    text-align: center;
    padding: 44px 100px 0 0
}

#navigation-social li {
    display: inline;
    margin: 0 3px
}

#navigation-social li a {
    text-decoration: none
}

@media(max-width:767px) {
    #navigation-main {
        margin: 0 0 45px;
        padding: 90px 0 0
    }

    #frame-sidebar .divider-menu {
        padding: 0
    }

    #navigation-social {
        padding: 44px 0 0
    }

    #site-container.open {
        display: none
    }

	.archipro-badge {
		display: flex;

		justify-content: center;
	}

	.archipro-badge__link {
		margin-bottom: 20px;
	}
}

@media (max-height:700px) {
    #navigation-main li {
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 32px
    }

    #navigation-main {
        padding: 40px 100px 0 0
    }
}

@media (max-width:767px) and (max-height:700px) {
    #navigation-main {
        padding: 40px 0 0
    }
}

#frame-intro .logo-feature {
    width: 642px;
    max-width: 70%;
    position: relative
}

@media(max-width:767px) {
    #frame-intro .logo-feature {
        width: 70%
    }
}

#frame-intro .logo-feature::before {
    display: block;
    content: "";
    padding: 15% 0 0
}

@media(max-height:700px) {
    #frame-intro .logo-feature svg.logo {
        max-height: 100px
    }

    #frame-intro .logo-feature #intro-social {
        margin: 35px 0 0
    }
}

#frame-intro .logo-feature svg {
    fill: #fff;
    width: 100%
}

#frame-content, #frame-intro {
    float: left;
    box-sizing: border-box;
    width: 100%
}

#frame-intro {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%
}

#frame-intro .logo-feature {
    margin: 0 auto
}

#frame-content {
    padding: 0 100px 0 80px
}

#site-container.close #frame-content, #site-container.close #frame-intro {
    -webkit-transition: -webkit-transform padding .3s ease;
    -moz-transition: -webkit-transformpadding .3s ease;
    -ms-transition: padding .3s ease;
    -o-transition: padding .3s ease;
    transition: padding .3s ease;
    padding: 0
}

#site-container.close #frame-content {
    padding: 0 85px
}

@media (max-width:767px) {
    #site-container.close #frame-content {
        padding: 0 20px
    }
}

#site-container.open #frame-content, #site-container.open #frame-intro {
    -webkit-transition: -webkit-transform padding .3s ease;
    -moz-transition: padding .3s ease;
    -ms-transition: padding .3s ease;
    -o-transition: padding .3s ease;
    transition: padding .3s ease;
    padding: 0 0 0 375px
}

#site-container.open #frame-content {
    padding: 0 100px 0 361px
}

#intro-social {
    position: relative;
    text-align: center;
    margin: 58px 0 0
}

#intro-social li {
    display: inline-block;
    margin: 0 8px
}

#intro-social li a {
    width: 38px;
    height: 38px;
    display: block
}

#intro-social li svg {
    height: 38px;
    stroke: #fff;
    width: 100%
}

#frame-content img {
    width: 100%;
    height: auto
}

#frame-content h1 {
    font-weight: 500;
    border-bottom: 1px solid #d2d2d2;
    color: #d2d2d2;
    font-size: 12px;
    display: inline-block;
    margin: 140px 0 19px;
    padding: 0 25px 10px 0
}

#frame-content h2, #frame-content h3 {
    font-weight: 300;
    color: #717171;
    font-family: 'Metropolis', sans-serif;
    font-style: normal
}

@media (max-height:700px) {
    #frame-content h1 {
        margin: 92px 0 30px
    }
}

#frame-content h2 {
    letter-spacing: -2px;
    font-size: 52px;
    line-height: 55px
}

#frame-content h3 {
    font-size: 30px;
    margin: 0 0 15px;
    line-height: 30px;
    letter-spacing: -1px;
    text-transform: uppercase
}

#frame-content h4 {
    font-size: 20px;
    line-height: 32px;
    color: #717171;
    font-family: 'Metropolis', sans-serif;
    font-style: normal;
    letter-spacing: -.5px;
    font-weight: 400;
    margin: 0 0 10px
}

#frame-content li, #frame-content p {
    font-weight: 300;
    color: #a0a0a0;
    font-family: 'Metropolis', sans-serif;
    font-style: normal
}

#frame-content h4.finish {
    display: block;
    margin: 40px 0 0;
    padding: 15px 0 0;
    background: url(../images/divider.gif) top left no-repeat;
}

#frame-content p {
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 20px
}

#frame-content p.none {
    margin: 0
}

#frame-content ul {
    margin: 0 0 14px;
    border-bottom: 1px solid #e2e2e2
}

#frame-content.about img {
    margin: 0 0 5px
}

#frame-content p.large {
    color: #a0a0a0;
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 40px;
    margin: 0
}

#frame-content p.opening-intro {
	margin-bottom: 30px;
}

#frame-content.about .equal {
    display: table;
    width: 100%
}

#frame-content.about .row.right-aligned {
    width: auto;
    margin-right: -15px;
}

#frame-content.about .standard-image {
    display: block;
    margin: 50px 0 0;
}

#frame-content.about .dual-columns-inset {
}
    #frame-content.about .dual-columns-inset--left {
        margin-right: 15px;
    }
    #frame-content.about .dual-columns-inset--right {
        margin-left: 15px;
    }

    @media (max-width:991px) {
        #frame-content.about .dual-columns-inset {
            margin-bottom: 50px;
        }
        #frame-content.about .dual-columns-inset--left {
            margin-right: 0;
        }
        #frame-content.about .dual-columns-inset--right {
            margin-left: 0;
        }
    }

#frame-content.about .dual-image {
    display: block;
    margin: 0 0 30px;
}

#frame-content.about .aside-image {
    display: block;
    width: calc(100% + 30px);
    margin: 0 -30px 0 0;
    padding-left: 30px;
}

@media (max-width:991px) {
    #frame-content.about .aside-image {
        margin: 0;
        width: 100%;
        padding-left: 0;
    }
}

#frame-content.about .prop-content {
    display: table-cell;
    float: none;
    padding: 0 0 0 15px;
    box-sizing: border-box
}

#frame-content.about .prop-image {
    display: table-cell;
    float: none;
    position: relative;
    height: 100%
}

#frame-content.about .prop-image div {
    background: url(../images/about/our-scope-02.jpg);
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 45px;
    right: 0;
    margin: 0 -15px 0 0
}

@media (min-width:960px) {
	.about-page #frame-content .our-approach__content {
		padding-right: 0;
	}
}

.about-page #frame-content .our-approach__img {
	display: block;
	min-height: 480px;

	aspect-ratio: 1 / 1;

	object-fit: cover;
	object-position: center;
}
@media (min-width:960px) {
	.about-page #frame-content .our-approach__img {
		padding-left: 30px;
	}
}

@media (min-width:960px) {
	.about-page #frame-content .our-services__heading-group {
		padding-right: 0;
	}
}

@media (min-width:960px) {
	.about-page #frame-content .our-services__content {
		padding-left: 30px;
	}
}

#frame-content p.large.bottom-padding {
    margin: 0 0 55px
}

#frame-content ul.bullet li {
    background: url(../images/bullet.jpg) left top no-repeat;
    padding: 9px 10px
}

#frame-content li {
    border-top: 1px solid #e2e2e2;
    font-size: 20px;
    padding: 9px 0;
    letter-spacing: -.5px;
    line-height: 32px
}

@media (max-width:767px) {
    #frame-content h2 {
        font-size: 32px;
        line-height: 35px
    }

    #frame-content h3 {
        font-size: 24px;
        margin: 0 0 25px;
        line-height: 32px
    }

    #frame-content p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 20px
    }

    #frame-content p.large {
        font-size: 20px;
        line-height: 32px;
        margin: 0 0 20px
    }

    #frame-content li {
        font-size: 16px;
        line-height: 24px
    }
}

#frame-content.about .row {
    margin-bottom: 100px;
    width: 100%
}

@media (max-height:700px) {
    #frame-content.about .row {
        margin: 0 -15px 92px
    }
}

#frame-content.about .col-lg-4:nth-child(2), #frame-content.about .col-lg-6:nth-child(2) {
    padding: 0 15px 0
}

#frame-content.about .col-lg-4:nth-child(2).none, #frame-content.about .col-lg-6:nth-child(2).none {
    padding: 0 15px
}

#frame-content.about .col-lg-4:nth-child(2) ul, #frame-content.about .col-lg-6:nth-child(2) ul {
    padding: 13px 0 0;
    margin: 0 0 10px
}

#frame-content.about .col-lg-4:nth-child(2) li, #frame-content.about .col-lg-6:nth-child(2) li {
    padding: 9px 0
}

#frame-content.about .col-lg-4:nth-child(2) h4, #frame-content.about .col-lg-6:nth-child(2) h4 {
    margin: 0
}

@media (max-width:991px) {
    #frame-content.about .col-lg-4:nth-child(2), #frame-content.about .col-lg-6:nth-child(2) {
        padding-top: 10px
    }
}

@media (max-height:700px) and (max-width:991px) {
    #frame-content.about .row {
        margin: 0 0 40px
    }

    #frame-content.about .col-lg-4:nth-child(2), #frame-content.about .col-lg-6:nth-child(2) {
        padding-top: 0
    }
}

#frame-content.projects .row {
    margin: 0
}

#frame-content.projects [class^=col-], #frame-content.projects div[class*=' col-'] {
    padding: 0
}

#frame-content.projects .image {
    position: relative
}

#frame-content.projects .caption {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    cursor: pointer;
    background: rgba(41, 41, 41, .8);
    position: absolute;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

#frame-content.projects .image:hover .caption {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    animation: fadeIn .2s
}

#frame-content.projects .caption .text {
    -webkit-transition: -webkit-transform left .7s ease;
    -moz-transition: left .7s ease;
    -ms-transition: left .7s ease;
    -o-transition: left .7s ease;
    transition: left .7s ease;
    left: 0;
    bottom: 45px;
    position: absolute;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

#frame-content.projects .image:hover .text {
    left: 45px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    animation: fadeIn .8s
}

#frame-content.projects h3 {
    font-family: 'Metropolis', sans-serif;
    font-style: normal;
    font-weight: 200;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    padding: 24px 0 0;
    margin: 0 0 25px;
    text-transform: none
}

#frame-content.projects .caption p, #frame-content.projects h3 em {
    font-family: 'Metropolis', sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 12px;
    color: #878685
}

#frame-content.projects h3 em {
    font-size: 14px;
    display: block;
    margin: 10px 0 0;
    text-transform: uppercase
}

#frame-content.projects h3 span {
    background: #72706d;
    display: block;
    height: 1px;
    width: 68px
}

#frame-content.projects .caption p {
    font-size: 12px;
    text-transform: uppercase;
    margin: 0
}

#caption-bar .caption-popup h3, #caption-bar .caption-popup h3 span.expand {
    font-family: 'Metropolis', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase
}

#frame-content.projects, #site-container.close #frame-content.projects, #site-container.open #frame-content.projects {
    padding-right: 0
}

@media (max-width:767px) {
    #frame-content.projects, #site-container.close #frame-content.projects, #site-container.open #frame-content.projects {
        padding: 0
    }
}

#frame-content img {
    display: block
}

#gallery-full {
    background: #fff;
    height: 90vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    padding: 5vh 0;
    width: 100%;
    display: none;
    z-index: 99
}

.gallery-close {
    position: absolute;
    z-index: 999;
    top: 33px;
    right: 33px;
    cursor: pointer
}

.gallery-close span {
    height: 1px;
    width: 35px
}

#gallery-full .rsArrow, #gallery-full .rsArrowIcn {
    width: 13px;
    height: 22px
}

.gallery-close span.ham-top {
    top: 3px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    animation: iconMorphTop .3s
}

.gallery-close span.ham-bot {
    top: -3px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    animation: iconMorphBottom .3s
}

#gallery-full .rsArrow {
    position: absolute;
    top: 50%;
    margin: -11px 0 0
}

#gallery-full .rsArrowRight {
    right: 30px
}

#gallery-full .rsArrowLeft {
    left: 30px
}

#gallery-full .rsArrowRight .rsArrowIcn {
    background: url(../images/icons/arrow-right.png) no-repeat
}

#gallery-full .rsArrowLeft .rsArrowIcn {
    background: url(../images/icons/arrow-left.png) no-repeat
}

#caption-bar {
    background: #fff;
    bottom: 0;
    position: absolute;
    z-index: 9999;
    padding: 50px 100px;
    width: 100%;
    box-sizing: border-box
}

#caption-bar .caption-popup {
    float: left;
    width: 40%
}

#caption-bar #count {
    float: left;
    width: 20%;
    text-align: center
}

#caption-bar .cap-arrows {
    float: right;
    width: 40%;
    text-align: right
}

#caption-bar .caption-popup h3 {
    color: #717171;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px
}

#caption-bar .caption-popup h3 span.expand {
    letter-spacing: 0;
    font-size: 14px;
    padding: 0 20px;
    cursor: pointer
}

#caption-bar #count, #caption-bar .cap-arrows div, #caption-bar p {
    font-weight: 300;
    font-size: 14px;
    font-family: 'Metropolis', sans-serif;
    font-style: normal
}

#caption-bar .project-text {
    display: none
}

#caption-bar p {
    line-height: 24px;
    color: #a0a0a0;
    margin: 10px 0 0;
    width: 50%
}

#caption-bar p span {
    padding: 0 10px
}

@media (max-width:1199px) {
    #caption-bar p {
        width: 100%
    }

    #caption-bar .caption-popup {
        width: 40%
    }

    #caption-bar #count {
        width: 10%
    }

    #caption-bar .cap-arrows {
        width: 50%
    }

    #caption-bar #count, #caption-bar .cap-arrows div, #caption-bar .caption-popup h3, #caption-bar .caption-popup h3 span.expand {
        font-size: 12px
    }
}

@media (max-width:767px) {
    #caption-bar .caption-popup h3 span.expand {
        display: block;
        padding: 0
    }

    #gallery-full {
        height: 85vh;
        position: relative;
        padding: 60px 0 0
    }

    #caption-bar {
        position: relative;
        bottom: auto;
        padding: 20px 15px 30px
    }

    #caption-bar #count, #caption-bar .cap-arrows {
        display: none !important
    }

    #caption-bar .caption-popup {
        float: none;
        width: 100%
    }

    #caption-bar p {
        width: 100%
    }
}

#caption-bar #count, #caption-bar .cap-arrows div {
    color: #717171;
    line-height: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline;
    padding: 0 10px;
    text-transform: uppercase
}

#contact-details, #contact-image, #instafeed a {
    box-sizing: border-box
}

#caption-bar #count {
    font-weight: 400
}

#caption-bar .cap-arrows div {
    cursor: pointer
}

#contact-details, #contact-image, #frame-content.contact, #frame-content.contact row {
    min-height: 100vh;
    position: relative
}

#contact-image .contact-image__img {
    object-fit: cover;
	height: 100vh;
}

@media (max-width: 767px) {
	#contact-image .contact-image__img {
		height: 120vw;
	}
}

#contact-details dt, #frame-content.news .media-item h2 {
    background: url(../images/divider.gif) bottom left no-repeat;
    text-transform: uppercase
}

#contact-details dt {
    font-family: 'Metropolis', sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #d2d2d2;
    padding: 0 0 3px;
    margin: 30px 0 15px;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 1px
}

#contact-details dl {
    padding: 0 0 0 30px;
    position: absolute;
    bottom: 100px;
    font-family: 'Metropolis', sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #a0a0a0;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0
}

#contact-details dl a {
    color: #a0a0a0
}

@media (max-width:1199px) {
    #contact-details, #contact-image, #frame-content.contact, #frame-content.contact row {
        min-height: 0 !important;
        position: relative
    }

    #frame-content.contact {
        margin: 100px 0 0
    }

    #contact-image {
        background: 0 0
    }

    #contact-details dl {
        position: static;
        margin: 0 0 100px
    }
}

#frame-content.news h1 {
    margin: 140px 0 0
}

#frame-content.news .col-lg-4:nth-child(2), #frame-content.news .col-lg-6:nth-child(2) {
    padding: 0 15px
}

#frame-content.news .media-item {
    border-bottom: 1px solid #e2e2e2;
    padding: 0 0 105px;
    margin: 0 0 105px
}

#frame-content.news .media-item h2, #frame-content.news .media-item h4, #frame-content.news .media-item img {
    cursor: pointer
}

#frame-content.news .media-item:last-child {
    border: none;
    margin: 0
}

#frame-content.news .media-item h2 {
    color: #717171;
    font-size: 30px;
    line-height: 30px;
    padding: 0 0 20px
}

#frame-content.news .media-item h3, #frame-content.news .media-item h4 {
    font-family: 'Metropolis', sans-serif;
    font-style: normal;
    background: url(../images/divider.gif) bottom left no-repeat;
    padding: 10px 0
}

#frame-content.news .media-item h2 a {
    color: #717171;
    line-height: 1.3;
}

#frame-content.news .media-item h2 a:hover, #frame-content.news .media-item h2:hover {
    color: #324199;
    text-decoration: none
}

#frame-content.news .media-item h3 {
    font-weight: 700;
    font-size: 12px;
    line-height: 30px;
    color: #d2d2d2;
    letter-spacing: 2px;
    margin: 0
}

#frame-content.news .media-item h4 {
    font-weight: 400;
    color: #717171;
    font-size: 20px;
    margin: 0 0 40px
}

#frame-content.about.news .col-lg-4:nth-child(2) h4, #frame-content.about.news .col-lg-6:nth-child(2) h4 {
    margin: 0 0 40px
}

#frame-content.news .media-item p {
    font-size: 20px;
    line-height: 32px;
    color: #a0a0a0;
    padding: 0 20% 0 0
}

#instafeed {
    padding: 8px 0
}

#instafeed a {
    display: block;
    float: left;
    width: 33.3%;
    height: 26vw;
    padding: 20px 0 8px 30px
}

#site-container.open #instafeed a {
    height: 22vw
}

#instafeed a span {
    display: block;
    height: 100%;
    width: 100%
}

#frame-content.instagram #instafeed a:hover {
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-transition: -webkit-transform opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7
}

@media (max-width:1300px) {
    #instafeed a {
        display: block;
        float: left;
        width: 50%;
        height: 35vw;
        box-sizing: border-box;
        padding: 20px 0 8px 30px
    }

    #site-container.open #instafeed a {
        height: 25vw
    }
}

@media (max-width:767px) {
    #instafeed {
        padding: 64px 0 0
    }

    #frame-content.instagram #instafeed a {
        padding: 20px 0 8px;
        width: 100%;
        height: 70vw
    }
}

@media (max-width:700px) {
    #frame-content.instagram #instafeed a {
        padding: 25px 25px 8px;
        width: 100%;
        height: 90vw
    }
}

@keyframes iconMorphTop {
    from {
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

@keyframes iconMorphBottom {
    from {
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

@keyframes iconMorphTopReturn {
    0% {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    50% {
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
        top: 6px
    }

    100% {
        top: 0
    }
}

@keyframes iconMorphBottomReturn {
    0% {
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    50% {
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
        top: -6px
    }

    100% {
        top: 0
    }
}

@keyframes iconMorphMiddleReturn {
    from {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0
    }

    to {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1
    }
}

@keyframes fadeIn {
    0%, 50% {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0
    }

    100% {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1
    }
}

@keyframes menuSlideReturn {
    0% {
        background: #fff
    }

    100% {
        background: 0 0
    }
}

@keyframes menuSlide {
    0% {
        background: 0 0
    }

    100% {
        background: #fff
    }
}

#frame-content .dark-filler {

}

.dark-filler>div, .dark-filler>div:hover {
    /* background-color: rgba(41, 41, 41, .9) !important */
}

#frame-content .dark-filler .caption {
    position: absolute;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;

}

#frame-content .dark-filler .caption .text {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;

    display: flex;
    height: 100%;
    min-height: 300px;
    padding: 50px 45px;
    opacity: 1;

    justify-content: flex-end;
    flex-flow: column;

    animation: none !important;
}

#frame-content .dark-filler:hover .caption .text {
    left: auto;
}

.dark-filler>div .caption {
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
    animation: fadeIn .2s !important
}

.dark-filler>div {
    height: 100% !important;
    opacity: 1 !important
}

#frame-content.projects .image:hover .caption.active.box,
#frame-content.projects .image:hover .caption.active.box .text {
    animation: none;
}

.slick-slide {
    margin: 0 15px !important
}

@media screen and (max-width: 767px) {
    .projects-page #site-container {
        padding-top: 84px;
    }
}

#frame-content.about p.dia-text {
    margin: -20px 0 25px;
}
@media screen and (max-width: 767px) {
    #frame-content.about p.dia-text {
        margin: 0 0 25px;
    }
}

#frame-content.about img.dia-logo {
    width: auto;
}

#frame-content.about div.dia-logo-wrapper {
    display: flex;

    align-items: flex-end;
    justify-content: flex-end;
}
@media screen and (max-width: 767px) {
    #frame-content.about div.dia-logo-wrapper {
    }
}

#frame-content.about img.dia-logo-top {
    margin: 159px 0 0;
    width: auto;
}
@media screen and (max-width: 767px) {
    #frame-content.about img.dia-logo-top {
        margin: 155px 0 0;
        width: 70px;
        height: auto;
    }
}

.gallery-slider,
.gallery-slider__track,
.gallery-slider__slides,
.gallery-slider__slide {
    height: 100%;
}

.gallery-slider__slide img {
    max-height: 100%;
}


.gallery-slider__slide {
    display: flex;
    justify-content: center;
}

.gallery-slider__slides {
    transform: translate3d(0, 0, 0) !important;
}

.gallery-slider__slide {
    position: absolute;
    top: 0;
    left: 0;
    order: 2;
    opacity: 0;
    transition: opacity 750ms ease-in-out;
}

.gallery-slider__slide.glide__slide--active {
    position: relative;
    order: 1;
    opacity: 1;
    z-index: 1;
}

.gallery-slider__controls {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    pointer-events: none;
}

.gallery-slider__control-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    display: inline-flex;
    width: 80px;
    height: 240px;

    background-position: center;
    background-repeat: no-repeat;

    pointer-events: auto;
    cursor: pointer;
}
    .gallery-slider__control-btn--left {
        left: 0;

        background-image: url(../images/icons/arrow-left.png);
    }
    .gallery-slider__control-btn--right {
        right: 0;

        background-image: url(../images/icons/arrow-right.png);
    }

.media-gallery-video {
    margin: 20px auto 0;
    max-width: calc(((95vh) - 150px) * 16 / 9);
}

.media-gallery-video__container-constraint {
    max-width: 960px;
    margin: 0 auto;
}

.media-gallery-video__embed-wrapper {
    position: relative;

	padding-top: 56.25%;
	overflow: hidden;
}

.media-gallery-video__video {
    position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	border: 0;
}

@media (max-width:767px) {
    .hide-on-mobile {
        display: none !important;
    }
}

@media (min-width:768px) {
    .hide-on-desktop {
        display: none !important;
    }
}
