* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
body>.wrapper {
    height: 100%;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

body {
    background-color: #ededed;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000;
    margin: 0;
    padding: 0;
}

body>.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

nav.navigation {
    z-index: 1;
}

main {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.progressbar {
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background-color: #c1e1fb;
}

.hide {
    position: absolute !important;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.position-absolute {
    position: absolute;
}

nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    color: #001454;
    background-color: #accecc;
}

.navigation {
    padding: 0;
    min-height: 58px;
    height: 58px;
    color: #FFF;
    background-color: #accecc;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navigation>* {
    width: 33.3333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.navigation .logo {
    display: block !important;
    width: 90px !important;
    height: 40px !important;
    background-size: contain !important;
    background-image: url(../images/logo.svg);
}

.navigation button>i,
.navigation .button>i,
.modal button>i,
.modal .button>i {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
}

.navigation button>i,
.navigation .button>i,
.modal button>i,
.modal .button>i {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: center center;
}

.navigation>button,
.navigation :not(.picker__footer)>button,
.modal button {
    display: inline-block;
    margin: 0 6px;
    padding: 0;
    width: 32px;
    height: 32px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.date-picker {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.btn-date .value {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #accecc;
    line-height: 1;
}

.btn-date {
    position: relative;
}

.swiper-pagination {
    position: inherit;
    min-width: 65px;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.has-pop-icon {
    position: relative;
}

.has-pop-icon::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    padding-top: 20%;
    background-image: url(../images/pop-icon.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


/* Icon */

.icon-issues {
    background-image: url(../images/issues.svg);
    background-size: 26px 26px !important;
}

.icon-bars {
    background-image: url(../images/bars.png);
}

button[data-opened="true"] .icon-bars {
    background-image: url(../images/bars-close.png);
}

.icon-calendar {
    background-image: url(../images/calendar.png);
}

.icon-calendar-alt {
    background-image: url(../images/calendar-alt.png);
}

.icon-caret-down {
    background-image: url(../images/caret-down.png);
}

.icon-chevron-left {
    background-image: url(../images/chevron-left.png);
}

.icon-chevron-right {
    background-image: url(../images/chevron-right.png);
}

.icon-minus-square {
    background-image: url(../images/minus-square.png);
}

.icon-plus-square {
    background-image: url(../images/plus-square.png);
}

.icon-the-end {
    background-image: url(../images/the-end.png);
}

.icon-the-start {
    background-image: url(../images/the-start.png);
}

.icon-text {
    background-image: url(../images/text.png);
}

.icon-former {
    background-image: url(../images/former.png);
}

.icon-home {
    background-image: url(../images/home.png);
}

.icon-sign-out {
    background-image: url(../images/sign-out.png);
}

@media only screen and (min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3 / 2),
(-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5) {
    .logo-std {
        background-image: url("../images/logo-std@2x.png");
    }
    .icon-bars {
        background-image: url(../images/bars@2x.png);
    }
    button[data-opened="true"] .icon-bars {
        background-image: url(../images/bars-close@2x.png);
    }
    .icon-calendar {
        background-image: url(../images/calendar@2x.png);
    }
    .icon-calendar-alt {
        background-image: url(../images/calendar-alt@2x.png);
    }
    .icon-caret-down {
        background-image: url(../images/caret-down@2x.png);
    }
    .icon-chevron-left {
        background-image: url(../images/chevron-left@2x.png);
    }
    .icon-chevron-right {
        background-image: url(../images/chevron-right@2x.png);
    }
    .icon-minus-square {
        background-image: url(../images/minus-square@2x.png);
    }
    .icon-plus-square {
        background-image: url(../images/plus-square@2x.png);
    }
    .icon-the-end {
        background-image: url(../images/the-end@2x.png);
    }
    .icon-the-start {
        background-image: url(../images/the-start@2x.png);
    }
    .icon-text {
        background-image: url(../images/text@2x.png);
    }
    .icon-former {
        background-image: url(../images/former@2x.png);
    }
    .icon-home {
        background-image: url(../images/home@2x.png);
    }
    .icon-sign-out {
        background-image: url(../images/sign-out@2x.png);
    }
}

.icon-close {
    background-image: url(../images/close-light.svg);
    background-size: 20px 20px !important;
}

.light .icon-close {
    background-image: url(../images/close-dark.svg);
    background-size: 20px 20px !important;
}

.dark .icon-close {
    background-image: url(../images/close-light.svg);
    background-size: 20px 20px !important;
}

.modal {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    color: white;
    background-color: #252424;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.modal.hide {
    width: 100%;
    z-index: 0;
}

.modal.light {
    color: rgba(0, 0, 0, 0.75);
    background: #ededed;
}

.modal.light a {
    color: rgba(0, 0, 0, 0.75);
    text-decoration: none;
}

.modal.light .modal-header {
    color: rgba(0, 0, 0, 0.75);
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
}

.modal .modal-header {
    padding-top: 13px;
    padding-bottom: 13px;
    width: 100%;
    height: 58px;
    min-height: 58px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.35);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1;
}

.modal .modal-header>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1rem;
}

.modal .modal-header>div:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.modal .modal-header .right-align {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.modal .modal-header h2 {
    font-size: 1.35rem;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.modal .modal-header .select {
    margin: 0.5rem;
    padding: 0 5px;
    height: 28px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    background-color: white;
}

.modal .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 0;
}

.modal .modal-body .section {
    padding: 0.5rem;
}

.modal .modal-body .section h3 {
    padding: .5rem;
}

.modal .modal-body .col-4 {
    padding: 2%;
    text-align: center;
}

.modal .modal-body .col-4 .col-12>img {
    width: 100%;
}

.pages {
    width: 100%;
}

.pages .swiper-slide {
    overflow: hidden;
}

.pages .pin-container {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    max-height: 100%;
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0;
    transition-duration: 0;
}

.pages .pin-container button {
    pointer-events: all;
    display: block;
    position: absolute;
    z-index: 1;
    padding: 0;
    width: 6%;
    max-width: 36px;
    height: auto;
    border: 0;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent;
}

.pages .pin-container button::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
}

.pages .btn-album {
    background-image: url(../images/album-icon.svg);
}

.pages .btn-video {
    background-image: url(../images/video-icon.svg);
}

.pages .btn-website {
    background-image: url(../images/website-icon.svg);
}

.pages .swiper-slide-active .pin-container {
    opacity: 1;
}

.album-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0 0 0 0;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.album-wrapper .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.album-wrapper .swiper-slide {
    background-size: contain;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.album-wrapper .album-top {
    width: 100%;
    height: 100%;
}

.album-wrapper .album-thumbs {
    padding: 10px 0;
    min-height: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.album-wrapper .album-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    background-repeat: no-repeat;
    background-color: #333;
}

.album-wrapper .album-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.video-wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.video-wrapper>* {
    width: 100%;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}


/*# sourceMappingURL=style.css.map */