/**
 * WARNING! ONLINE THE MINIFIED VERSION IS USED! DON'T FORGET TO UPDATE THAT FILE
 */

/**
 * RESET
 */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/**
 * GENERAL
 */

body {
    color: #474747;
    font-family: proxima-nova, sans-serif;
    font-size: 16pt;
    font-weight: 300;
    line-height: 1.65em;
    background: #f7f7f7 url('https://demo.optios.net/website/assets/css/images/bg01.png');
}

.container {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.15))), url(images/bg01.png);
    background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url(images/bg01.png);
    background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url(images/bg01.png);
    background-color: #0090ff;
    border-radius: 5px;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 0 1.5em;
    line-height: 2.75em;
    min-width: 9em;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: -0.025em;
}

.ql-align-right {
    text-align: right;
}

.ql-align-left {
    text-align: left;
}

.ql-align-center {
    text-align: center;
}

.ql-align-justify {
    text-align: justify;
}

@-webkit-keyframes spinning {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinning {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.spinner {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.spinner .spinner-wrapper {
    position: relative;
    width: 77.1429px;
    height: 77.1429px;
    -webkit-animation: 0.6s linear 0s infinite normal forwards running spinning;
    animation: 0.6s linear 0s infinite normal forwards running spinning;
}

.spinner .spinner-dot {
    width: 8.57143px;
    height: 8.57143px;
    background-color: #0090ff;
    opacity: 0.8;
    position: absolute;
    top: 25.7143px;
    border-radius: 100%;
    -webkit-animation: 0.6s linear 0s infinite normal forwards running spinning;
    animation: 0.6s linear 0s infinite normal forwards running spinning;
}

.spinner .spinner-border {
    width: 60px;
    height: 60px;
    opacity: 0.1;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 100%;
    border-width: 8.57143px;
    border-style: solid;
    border-color: #0090ff;
    -o-border-image: initial;
    border-image: initial;
}

/**
 * TYPOGRAPHY
 */
h2, .ql-size-huge {
    font-size: 1.75em;
    letter-spacing: -0.025em;
    color: inherit;
    font-weight: 600;
    line-height: 1.75em;
    margin-bottom: 1em;
}

h2 em {
    font-style: normal;
    font-weight: 300;
}

h3, .ql-size-large {
    font-size: 1.2em;
    letter-spacing: -0.025em;
    color: inherit;
    font-weight: 600;
    line-height: 1.75em;
    margin-bottom: 1em;
}

a {
    border-bottom-color: rgba(71, 71, 71, 0.25);
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    color: #0090ff;
    text-decoration: none;
    border-bottom: dotted 1px;
}

a:hover {
    color: #0090ff;
    border-bottom-color: transparent;
}

/**
 * SECTIONS
 */
.banner {
    background-image: url(https://demo.optios.net/website/images/doormat.jpg);
    background-position: center center;
    background-size: cover;
    height: 28em;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-start;
}
.banner .logo {
    margin: 0 auto;
    flex-grow: 1;
    align-items: center;
    display: flex;
}

.banner .logo img {
    max-height: 200px;
    max-width: 90%;
}

.banner .logo h1 {
    color: #fff;
    font-size: 2em;
    margin: 0 1em;
    text-shadow: 1px 1px 1px #333;
    line-height: 1em;
}

.banner header {
    width: 100%;
    background: #212121;
    background: rgba(27, 27, 27, 0.75);
    color: #fff;
    padding: 1.5em 0;
}

.banner header h2 {
    display: inline-block;
    margin: 0;
    font-size: 1.25em;
    vertical-align: middle;
}

.banner header h2 em {
    opacity: .75;
}

.banner header .button {
    vertical-align: middle;
    margin: 1em;
}

.text-and-images {
    background: #fff;
    padding: 5em 0 3em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.text-and-images .text-and-images-inner {
    width: 1400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.text-and-image {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 500px;
    min-width: 320px;
    padding: 1em;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.text-and-image i {
    text-align: center;
    cursor: default;
    background-color: #4caf50;
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.15)));
    background-image: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.15));
    background-image: linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.15));
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    width: 5em;
    height: 5em;
    line-height: 5em;
    -webkit-box-shadow: 0 0 0 7px white, 0 0 0 8px #e0e0e0;
    box-shadow: 0 0 0 7px white, 0 0 0 8px #e0e0e0;
    margin: 0 0 2em 0;
}

.text-and-image i::before {
    font-size: 1.8em;
}

.section-inline {
    padding: 5em 0 3em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-inline .section-inline-inner {
    width: 1400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-inline .section-inline-inner > section {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 320px;
    padding: 1em;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.section-contact h3,
.section-html h3 {
    margin-bottom: 0.4em;
    margin-top: 0.8em;
}

.section-contact h3:first-child,
.section-html h3:first-child {
    margin-top: 0;
}

.footer {
    text-align: center;
    font-size: .9em;
    color: #999;
    margin-bottom: 2em;
}

.footer ul {
    list-style: none;
}

.footer ul li {
    border-left: solid 1px #e0e0e0;
    padding: 0 1em;
    display: inline-block;
}

.footer ul li:first-child {
    border-left: none;
}

.footer a {
    border-bottom-color: rgba(71, 71, 71, 0.25);
    color: #999;
}

.footer a:hover {
    color: #0090ff;
}

.footer .social {
    font-size: 2em;
    margin-bottom: 1em;
}

.footer .social li {
    border-left: none;
    padding: 0 .5em;
}

.footer .social li a {
    text-decoration: none;
    border: 0;
}

.footer .social li a span {
    display: none;
}

.footer .social li a:hover {
    color: black;
}

.section-form {
    position: relative;
}

.section-form textarea,
.section-form input {
    -webkit-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
    background: #fff;
    border: solid 1px #e0e0e0;
    border-radius: 5px;
    color: inherit;
    display: block;
    outline: 0;
    padding: 0.75em;
    text-decoration: none;
    width: 100%;
    font-weight: 300;
    line-height: 1em;
    font-size: .9em;
    font-family: proxima-nova, sans-serif;
}

.section-form .input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 1px;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1em;
}

.section-form .button {
    background-color: #555555;
    font-size: 1em;
}

.section-form .button:hover {
    background-color: #626262;
}

.form-success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.form-success i {
    color: #4caf50;
    font-size: 4em;
}

.feedback {
    background-color: white;
}

.feedback .feedback-container {
    width: 1400px;
    margin: 0 auto;
}

.feedback iframe {
    width: 100%;
}

.section-pricing {
    max-width: 500px;
    margin: 0 auto;
    padding: 0 1em 1em 1em;
}

.section-pricing .section-pricing-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-pricing .section-pricing-label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.section-pricing .section-pricing-price {
    font-weight: 600;
    font-size: .9em;
}

.section-gallery {
    position: relative;
    margin: 30px 0;
}

.section-gallery .section-gallery-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
}

.section-gallery .section-gallery-images img {
    display: inline-block;
}

.section-gallery .section-gallery-left,
.section-gallery .section-gallery-right {
    display: none;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    border: 0;
    color: white;
    cursor: pointer;
    font-size: 1.2em;
    padding: 0 .5em;
}

.section-gallery .section-gallery-left:hover,
.section-gallery .section-gallery-right:hover {
    background-color: rgba(0,0,0,.4);
}

.section-gallery .section-gallery-left {
    left: 0;
}

.section-gallery .section-gallery-right {
    right: 0;
}

.section-photo img {
    width: 100%;
}

/**
* Navigation
*/

.navigation {
    background-color: white;
    min-height: 4em;
}

.navigation-inner {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    background-color: white;
    padding: 1em 0;
    max-width: 100%;
}

.navigation .navigation-list {
    list-style: none;
}
.navigation .navigation-list li {
    display: inline-block;
}

.navigation .navigation-list li a {
    color: #999;
    border-bottom: none;
    padding: 1em;
}

.navigation .navigation-list li.active a {
    color: #0090ff;
    border-bottom: 1px solid #0090ff;;
}

.navigation .navigation-list li a:hover {
    border-bottom: 1px solid #999;
}

/**
 * Language selection
 */
.language-nav {
    margin: 1em 1em 0 0;
    z-index: 1;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 1px #999;
    box-shadow: 0 0 0 1px #999;
    position: absolute;
    right: 0;
    top: 0;
}

.language-nav ul {
    margin: 0;
    padding: 0;
}

.language-nav ul li {
    display: none;
    padding: 0.2em 0.5em 0.2em 0.5em;
    min-width: 10em;
}

.language-nav ul a {
    border: 0;
}

.language-nav ul a img {
    vertical-align: text-bottom;
    margin-right: 0.5em;
}

.language-nav:hover li,
.language-nav li.active {
    display: block;
}

/**
 * LARGE
 */
@media screen and (max-width: 1680px) {
    .text-and-images .text-and-images-inner,
    .section-inline .section-inline-inner,
    .feedback .feedback-container {
        width: 1200px;
    }
}

/**
 * NORMAL
 */
@media screen and (max-width: 1280px) {
    .text-and-images .text-and-images-inner,
    .section-inline .section-inline-inner,
    .feedback .feedback-container {
        width: 960px;
    }
}


/**
 * NARROW
 */
@media screen and (max-width: 980px) {
    .text-and-images .text-and-images-inner,
    .section-inline .section-inline-inner,
    .feedback .feedback-container {
        width: 960px;
    }
}

/**
 * MOBILE
 */
@media screen and (max-width: 736px) {
    .text-and-images .text-and-images-inner,
    .section-inline .section-inline-inner,
    .feedback .feedback-container {
        width: 95%;
    }
}

/**
 * MOBILE PORTRAIT
 */
@media screen and (max-width: 480px) {
    .text-and-images .text-and-images-inner,
    .section-inline .section-inline-inner,
    .feedback .feedback-container {
        width: 100%;
    }
}

.giftcard-buttons {
    border: none;
    margin: auto;
    padding: 1em 1em;
    opacity: 1;
    display: flex;
    justify-content: flex-end;
}

.giftcard-buttons a {
    border-bottom: none;
}

.giftcard-buttons a .giftcard-button{
    padding: 1em;
    opacity: 0.6;
    background-color: #fff;
    display: flex;
}

.giftcard-button i {
    text-align: center;
    background-color: #4caf50;
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.15)));
    background-image: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.15));
    background-image: linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.15));
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    cursor: pointer;
}

.giftcard-button p {
    margin-left: 1em;
}


/**
 * MOBILE PORTRAIT
 */
@media screen and (max-width: 480px) {
    .giftcard-buttons {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1;
        flex-direction: column;
        padding: 0;
    }

    .giftcard-buttons a .giftcard-button {
        text-align: center;
        opacity: 1
    }
}
