* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    overflow: hidden;
    color: #797979;
    font-family: DejaVu Sans;
    font-size: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

textarea {
    font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.underline {
    text-decoration: underline!important;
}

.absolute-center {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

/*
EmojiSymbols Font (c)blockworks - Kenichi Kaneko
http://emojisymbols.com/
*/
@font-face {
    font-family: EmojiSymbols-Regular;
    src: url(EmojiSymbols-Regular.woff);
}

.root {
    height: 100%;
}
.page-content {
    height: calc(100% - 50px);
    overflow-y: scroll;
}

.top-header {
    width: 100%;
    height: 50px;
    box-shadow: 0 1px 5px rgba(121, 121, 121, 0.5);
    position: relative;
    z-index: 1;
}
.logo-container {
    height: 100%;
    float: left;
    margin-left: 10px;
    position: relative;
}
.logo {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 65%;
}
.top-nav {
    top: 50px;
    position: absolute;
    right: 0;
    display: none;
    flex-flow: column;
    direction: rtl;
    background: white;
    box-shadow: 0px 3px 5px -2px rgba(121, 121, 121, 0.7);
    border-top: 4px solid #181f36;
}
.nav-button {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 50px;
    font-size: 30px;
    padding: 0 15px;
    transition: color .4s;
}
.nav-button-active {
    color: #181f36;
}
.nav-item {
    margin: 0 15px;
    opacity: .5;
    display: inline-block;
    float: right;
    transition: opacity .4s;
    position: relative;
}
.nav-item:hover {
    opacity: 1;
}
.nav-link {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 7px 10px;
    color: inherit;
    text-decoration: none;
}
.top-nav .router-link-exact-active::after {
    content: "";
    position: absolute;
    left: 11px;
    right: 11px;
    bottom: 4px;
    height: 3px;
    background: #b1b1b1;
}
@media all and (min-width: 700px) {
.top-nav {
        height: 100%;
        top: 0;
        display: flex;
        flex-flow: row wrap;
        direction: ltr;
        align-items: center;
        box-shadow: none;
        border: 0;
        margin-right: 20px;
}
.nav-button {
        display: none;
}
.logo-container {
        margin-left: 25px;
}
.logo {
        height: auto;
}
}

.footer {
    width: 100%;
    height: 40px;
    box-shadow: 0px -1px 6px 0px rgba(121, 121, 121, 0.5);
}
.copyright {
    font-size: .9em;
    text-align: center;
    line-height: 40px;
    text-align: center;
}

#parallax-1 {
    position: relative;
    height: 300px;
    margin-top: 15px;
    background-image: url(61deff636197682202db5258276034e6.jpg);
}
#parallax-2 {
    position: relative;
    height: 300px;
    background-image: url(160343efb6c669f1079830743205ebaf.jpg);
}
.parallax-content {
    display: flex;
    height: 100%;
}
.parallax-text {
    color: white;
    background: #181f36;
    display: inline-block;
    padding: 6px 30px;
    margin: auto;
}
.parallax-gallery-link {
    text-decoration: underline;
    display: inline-block;
    padding: 0 10px;
    margin: 0 -10px;
}
.main-page-content {
    margin: 15px 0;
    padding: 50px 0;
    box-shadow: 0 0 5px rgba(121, 121, 121, 0.5);
}
.main-page-description {
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.description-title {
    font-size: 2em;
    padding: 15px;
    color: #969696;
}
.description-content {
    border-left: 2px solid #b1b1b1;
    padding: 0 20px;
    font-size: 1em;
    line-height: 1.6;
    flex: 0 1 420px;
    color: #686868;
    text-align: justify;
    text-align-last: justify;
}
.why-us {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}
.why-us-title {
    position: relative;
    font-size: 2em;
    margin: 0 auto;
    padding: 10px;
    border-bottom: 2px solid #b1b1b1;
    color: #686868;
    text-align: center;
}
.contact-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.contact-info {
    border: 0 solid #b1b1b1;
    border-bottom-width: 1px;
    padding: 10px 0;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}
.contact-info-title {
    padding-bottom: 8px;
    margin-bottom: 10px;
    font-size: 1.2em;
    border-bottom: 1px solid #b1b1b1;
}
.contact-type {
    line-height: 1.6em;
    display: inline-block;
    padding: 3px 0;
}
.contact-type-icon {
    font-size: 1.6em;
    vertical-align: sub;
}
.emoji {
    font-family: EmojiSymbols-Regular!important;
    color: #181f36;
}
@media all and (min-width: 480px) {
.content-header-why-us {
        margin-top: 50px;
}
.why-us {
        margin-top: 110px;
}
.why-us-title {
        font-size: 2.3em;
}
}
@media all and (min-width: 700px) {
#parallax-1 {
        height: 600px;
}
.contact-info {
        border-right-width: 2px;
        border-bottom-width: 0;
        width: auto;
        margin-bottom: 0;
        padding: 20px;
        text-align: left;
}
}

.parallax {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media all and (min-width: 700px) {
.parallax {
        background-attachment: fixed;
}
}

.whyus-item {
    flex: 0 1 350px;
    padding: 30px;
    text-align: center;
}
.whyus-item-bigicon {
    float: left;
    width: 35%;
    font-size: 150px;
    display: none;
}
.whyus-item-content {
    float: right;
    height: 100%;
    width: 100%;
}
.whyus-item-title {
    margin-bottom: 15px;
    font-size: 1.4em;
    padding: 10px 0;
    border-bottom: 2px solid #b1b1b1;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
}
.whyus-item-smallicon {
    font-size: 2em;
    margin-right: 10px;
    align-self: center;
}
.whyus-item-title-content {
    font-size: 1em;
    flex: 1;
}
@media all and (min-width: 480px) {
.whyus-item {
        flex: 1 0 450px;
        max-width: 500px;
        text-align: left;
}
.whyus-item-bigicon {
        display: block;
}
.whyus-item-content {
        width: 65%;
}
.whyus-item-title {
        font-size: 1.9em;
}
.whyus-item-smallicon {
        display: none;
}
}

.contact-form {
    width: 350px;
    margin: 20px;
    position: relative;
}
.contact-form-notification {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.contact-form-notification-container {
    position: relative;
    box-shadow: 0 0 7px 1px #797979;
}
.contact-form-notification-content {
    position: relative;
    padding: 15px 20px;
    color: white;
}
.contact-form-notification-cancel {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 3px;
    color: white;
    font-size: 20px;
    cursor: pointer;
}
.contact-form-notification-success {
    background: #39b539;
}
.contact-form-notification-failure {
    background: #ff2c2c;
}
.contact-form-fieldset {
    display: flex;
    flex-flow: column nowrap;
    border: 0;
}
.contact-form-legend {
    text-align: right;
    padding-bottom: 17px;
    font-size: 1.2em;
}
.contact-form input[type=text], .contact-form input[type=email], .contact-form textarea {
    padding: 9px 14px;
    font-size: .9em;
    border: 1px solid #b1b1b1;
    box-shadow: 0 0 5px rgba(177, 177, 177, .5);
    margin-bottom: 13px;
    outline: none;
    transition: border .4s;
    width: 100%;
}
.contact-form input:hover, .contact-form textarea:hover {
    box-shadow: 0 0 5px 1px rgba(177, 177, 177, .65);
}
.contact-form input[type=text]:focus, .contact-form input[type=email]:focus, .contact-form textarea:focus {
    border: 1px solid #181f36;
}
.contact-form textarea {
    resize: vertical;
    min-height: 130px;
}
.contact-form input[type=text], .contact-form input[type=email] {
    height: 38px;
}
.form-submission {
    height: 30px;
}
#form-check-input {
    width: 50px;
    height: 100%;
    margin-bottom: 0;
}
.form-submit-button {
    background: #181f36;
    padding: 0 10px;
    border: none;
    color: white;
    height: 100%;
    float: right;
    font-size: .8em;
}

.gallery {
    width: 100%;
    min-height: calc(100% - 40px);
    position: relative;
}
.gallery-image {
    margin: 1px;
    cursor: pointer;
    flex: 0 1 100%;
    max-width: 200px;
}
@media all and (min-width: 202px) {
.gallery-image {
        flex-basis: calc(50% - 2px);
}
}
@media all and (min-width: 404px) {
.gallery-image {
        flex-basis: calc(33.3% - 2px);
}
}
@media all and (min-width: 606px) {
.gallery-image {
        flex-basis: calc(25% - 2px);
}
}
.gallery-categories {
    box-shadow: 0 0 5px 1px #b1b1b1;
    background: #181f36;
    color: #f1f1f1;
}
.gallery-categories-list {
    display: flex;
    flex-flow: row wrap;
    margin: 0 5px;
    list-style: none;
    font-size: 1.1em;
}
.gallery-categories-category {
    opacity: .5;
    transition: opacity .4s;
    padding: 5px 10px;
    margin: 7px 10px;
    position: relative;
    border-radius: 3px;
    background: black;
    cursor: pointer;
}
.gallery-categories-category:hover {
    opacity: 1;
}
.gallery-categories-current {
    opacity: 1;
}
.gallery-categories-current::after {
    content: "";
    position: absolute;
    left: 11px;
    right: 11px;
    bottom: 2px;
    height: 2px;
    background: #f1f1f1;
}
.gallery-container {
    display: flex;
    flex-flow: row wrap;
    padding: 3px 0 12px 0;
    justify-content: center;
}
.gallery-container-placeholder {
    width: 100%;
    height: 100%;
    position: absolute;
}
@media all and (min-width: 850px) {
.gallery-image {
        flex: none;
}
.gallery-categories-list {
        font-size: 1.2em;
}
}

.gallery-image-placeholder {
    width: 100%;
    height: 100%;
    position: relative;
    box-shadow: 0 0 4px #b1b1b1;
}
.gallery.image-wrapper {
    width: 100%;
    height: 100%;
}
.gallery-image-img {
    width: 100%;
    display: block;
}

.spinner {
    border: 3px solid #a9a9a9;
    border-right-color: #5d5d5d;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    animation-name: spin360;
    animation-iteration-count: infinite;
    animation-duration: .7s;
    animation-timing-function: linear;
}
@keyframes spin360 {
from {
        transform: rotateZ(0);
}
to {
        transform: rotateZ(360deg);
}
}

.image-display {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    display: flex;
    user-select: none;
    z-index: 2;
}
.image-display-container {
    background: white;
    margin: auto;
    position: relative;
    transition: width 1s;
}
.image-display-img {
    display: block;
    max-width: 100vw;
    max-height: 100vh;
}
.image-display-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.image-display-directions {
    width: 100%;
    height: 100%;
    display: flex;
}
.image-display-direction {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.image-display-direction:hover .image-display-direction-button {
    opacity: 1;
    color: white;
}
.image-display-direction-button {
    font-size: 70px;
    padding: 0 5px;
    background: rgba(0, 0, 0, .8);
    opacity: .5;
    transition: opacity .3s;
}
.image-display-direction-left {
    margin-right: auto;
    margin-left: 10px;
}
.image-display-direction-right {
    margin-left: auto;
    margin-right: 10px;
}
.image-display-exit {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    background: rgba(0, 0, 0, .5);
    color: white;
    font-size: 25px;
    transition: background .3s;
    cursor: pointer;
}
.image-display-exit:hover {
    background: black;
}
