/* 1. Reset/Normalize */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

/* 2. Global */

/* iixii */

body {
    font-weight: 600;
    font-family: Inter, Arial, sans-serif;
    font-size: 1.25em;
    line-height: 1.2;
    color: #ffffff;
    color: #000;
    background: #1e1e1e;
    background: #F0F0F0;
}

input,
select,
textarea,
button {
    font-family: Inter, Arial, sans-serif;
    font-size: 1em;
}

a img {
    border: 0;
}

::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* 3. Layout */

.inner {
    max-width: 1260px;
    height: 100%;
    margin: 0 auto;
}

.page-error {
    padding-top: 60px;
    text-align: center;
}

.with-padding {
    padding-top: 60px;
}

/* iixii */

.page-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 60px;
    background: rgba(13, 13, 13, 0);
    background: rgba(13, 13, 13, 0.6);
    background: #F0F0F0;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

/* iixii */

/* iixii */

.logo-header {
    height: 1.25em;
    height: 40px;
    height: 1.5em;
}

/* iixii */

.page-header-opaque {
    background: #1e1e1e;
    background: #F0F0F0;
}

.grid:before,
.grid:after {
    display: table;
    content: '';
}

.grid:after {
    clear: both;
}

@media (min-width: 480px) {
    .column {
        float: left;
    }
}

@media (min-width: 881px) {
    body .inner {
        padding-right: 34px;
        padding-left: 34px;
    }
}

/* iixii */

@media (max-width: 880px) {
    .page-header {
        background: #1e1e1e;
        background: #F0F0F0;
    }
}

/* 4. Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-size: 1em;
    line-height: 1.2;
}

/* iixii */

.section-title {
    margin-top: 0.18518519em;
    margin-bottom: 0.61728395em;
    font-size: 4.05em;
    line-height: 1.18518519;
    text-align: center;
    text-align: left;
    text-transform: lowercase;
    padding-top: 20px;
    padding-top: 34px;
}

.sub-title {
    font-size: 1.5em;
    line-height: 0.86666667;
}

.inline-title {
    display: inline;
}

p {
    margin-bottom: 1.2em;
}

p:last-child {
    margin-bottom: 0;
}

.large {
    margin-bottom: 1.23529412em;
    font-weight: 600;
    font-size: 1.7em;
    line-height: 1.23529412;
}

@media (max-width: 880px) {
    /* iixii */
    .section-title {
        font-size: 2em;
        font-size: 4em;
        line-height: 1.2;
        padding-left: 20px;
        padding-top: 20px;
    }
    .large {
        margin-bottom: 1.4em;
        font-size: 1.1em;
        line-height: 1.27272727;
    }
}

/* iixii */

a {
    text-decoration: none;
    border-bottom: 4px solid transparent;
    font-style: normal;
    border-bottom: none;
}

/* iixii */

a:focus,
a:hover {
    text-decoration: none;
    border-bottom-color: currentColor;
    font-style: italic;
    border-bottom: none;
}

.without-underline {
    border-bottom: 0;
}

/* iixii */

strong {
    font-weight: 600;
    font-weight: 900;
}

em,
address {
    font-style: normal;
}

ul {
    list-style: none inside;
}

/* 5. Colours */

/* iixii */

a {
    color: #ffffff;
    color: #000;
    outline: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

/* iixii */

a:focus,
a:hover {
    color: #ffffff;
    color: #000;
}

/* 6. Header */

/* iixii */

.page-header {
    padding-top: 15px;
    font-weight: 600;
    font-size: 1.4em;
    line-height: 1.07142857;
    padding-top: 10px;
}

.page-header .inner:after {
    content: "";
    display: table;
    clear: both;
    clear: none;
}

.page-title {
    float: left;
    float: right;
}

/* iixii */

.page-title a {
    color: #ffffff;
    color: #000;
}

.page-nav {
    float: right;
    float: left;
    text-transform: lowercase;
}

.page-nav li {
    display: inline-block;
    padding: 0 5px;
}

/* iixii */

.page-nav a {
    color: #ffffff;
    color: #000;
}

/* iixii */

.page-nav .selected a {
    color: #ffffff;
    color: #000;
    border-bottom-color: currentColor;
    font-style: italic;
    border-bottom: none;
}

.inverted .page-header:not(.page-header-opaque) {
    color: #000000;
}

.inverted .page-header:not(.page-header-opaque) a,
.inverted .page-header:not(.page-header-opaque) .selected a {
    color: #000000;
}

.inverted .page-header:not(.page-header-opaque) .page-nav-button {
    border-color: #000000;
}

.inverted .page-header:not(.page-header-opaque) .page-nav-button span {
    border-color: #000000;
}

@media (max-width: 880px) {
    .page-header {
        /* iixii */
        padding: 20px 20px 0;
        padding: 15px 15px 0;
    }
}

/* iixii */

.page-nav-button {
    position: relative;
    float: right;
    float: left;
    display: none;
    width: 24px;
    height: 20px;
    margin: 5px 0 0;
    padding: 0;
    text-indent: -9999px;
    background: transparent;
    border: solid #ffffff;
    border: solid #000;
    border-width: 4px 0;
    cursor: pointer;
    border-radius: 3px;
}

.page-nav-button-big {
    position: relative;
    float: right;
    float: left;
    display: none;
    width: 48px;
    width: 36px;
    height: 40px;
    height: 30px;
    margin: 10px 0 0;
    margin: 7.5px 0 0;
    margin: 0.5px 0 0;
    padding: 0;
    text-indent: -9999px;
    background: transparent;
    border: solid #ffffff;
    border: solid #000;
    border-width: 8px 0;
    border-width: 6px 0;
    cursor: pointer;
    border-radius: 6px;
    border-radius: 4.5px;
}

/* iixii */

.page-nav-button span {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 4px solid #ffffff;
    border-bottom: 4px solid #000;
    border-radius: 3px;
}

.page-nav-button-big span {
    position: absolute;
    top: 8px;
    top: 6px;
    top: 6px;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 8px solid #ffffff;
    border-bottom: 8px solid #000;
    border-bottom: 6px solid #000;
    border-radius: 6px;
    border-radius: 4.5px;
}

@media (min-width: 561px) {
    .page-header-hidden {
        -webkit-transform: translate(0, -70px);
        -ms-transform: translate(0, -70px);
        transform: translate(0, -70px);
        -webkit-transition: -webkit-transform 1s ease-out 0.5s;
        transition: transform 1s ease-out 0.5s;
    }
}

@media (max-width: 560px) {
    .page-title a {
        -webkit-transition: none;
        transition: none;
    }
    .page-nav-button {
        display: block;
    }
    .page-nav-button-big {
        display: block;
    }
    .page-nav {
        position: relative;
        clear: both;
        float: none;
    }
    /* iixii */
    .page-nav ul {
        display: none;
        text-align: center;
        text-align: left;
        text-align: right;
        text-align: left;
        text-align: center;
        text-align: left;
        left: 20%;
    }
    /* iixii */
    .page-nav li {
        display: block;
        padding: 10px 0;
        padding: 4px 0;
        left: 20%;
    }
    .page-nav a {
        display: inline-block;
    }
    /* iixii */
    .with-page-nav-open {
        height: 100%;
        height: 32%;
        overflow: hidden;
        overflow: scroll;
    }
    /* iixii */
    .with-page-nav-open .page-header {
        height: 100%;
        height: 32%;
    }
    /* iixii */
    .with-page-nav-open .page-header .inner {
        min-height: 100%;
        min-height: 32%;
    }
    /* iixii */
    .with-page-nav-open .page-nav {
        padding-top: 17.5vh;
        padding-top: 10vh;
        padding-top: 0vh;
    }
    .with-page-nav-open .page-nav ul {
        display: block;
    }
    .section-title {
        margin-top: 0.18518519em;
        margin-bottom: 0.61728395em;
        font-size: 3.05em;
        line-height: 1.18518519;
        text-align: center;
        text-align: left;
        text-transform: lowercase;
        padding-left: 20px;
        padding-top: 20px;
    }
    .page-title {
        float: left;
        float: right;
    }
    .page-nav {
        float: right;
        float: none;
        text-transform: lowercase;
    }
}

/* 7. Footer */

.page-footer {
    margin-top: 70px;
}

.page-footer .column {
    padding-right: 0.5em;
}

.footer-social {
    padding-bottom: 40px;
    text-align: center;
}

@media (max-width: 1260px) {
    .page-footer {
        margin-top: 45px;
        padding: 0 20px;
    }
}

@media (max-width: 599px) {
    .page-footer .column {
        padding-right: 0;
        margin-bottom: 20px;
    }
}

@media (min-width: 600px) {
    .page-footer .column {
        width: 48.74161074%;
        padding-right: 0;
    }
    .page-footer .column:last-child {
        float: right;
    }
}

/* 8. Content */

.flash {
    margin: 1.2em 0;
}

/*

.message {
    text-transform: lowercase;
}

.message-success {
    color: #118743;
}

.message-error {
    color: #e00a1d;
}

*/

.carousel {
    min-height: 400px;
    position: relative;
}

.carousel:hover .carousel-arrows {
    opacity: 1;
}

.carousel a {
    border: none;
}

.carousel-arrows {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 900;
    width: 100%;
    margin-top: -20px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.carousel-arrows .inner-inside {
    position: relative;
}

/* iixii */

.carousel-arrows button {
    position: absolute;
    top: 0;
    font-weight: 600;
    font-size: 3.5em;
    line-height: 0.34285714;
    color: #000000;
    background: transparent;
    border: none;
    cursor: pointer;
}

.carousel-arrows .svg-ico {
    display: block;
    width: 1.25rem;
}

/* iixii */

.carousel-arrows path,
.carousel-arrows polygon {
    fill: #000000;
}

.owl-prev {
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.owl-next {
    right: 0;
}

.slide a {
    display: block;
    color: #000000;
}

.slide img {
    display: block;
    max-width: 100%;
}

.slide figcaption {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    font-weight: 600;
    font-size: 1.4em;
    line-height: 0.85714286;
}

@media (max-width: 880px) {
    .carousel {
        display: none;
    }
}

.ico {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 0.15em;
}

/* iixii */

.ico a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    color: #000;
    border: 1px solid currentColor;
    border-radius: 25px;
}

/* iixii */

.ico a:focus,
.ico a:hover {
    color: #000000;
    color: #F0F0F0;
    background: #ffffff;
    background: #000;
    border-color: #ffffff;
    border-color: #000;
}

/* iixii */

.ico .svg-ico {
    display: block;
    width: 100%;
}

.welcome {
    margin-top: 20px;
}

.welcome-hp {
    margin-top: 30px;
}

/* iixii */

.ico-insta .svg-ico,
.ico-behance .svg-ico,
.ico-linkedin .svg-ico {
    width: 38px;
    margin: 5px 0 0 5px;
}

/* iixii */

.ico-insta svg,
.ico-behance svg,
.ico-linkedin svg {
    width: 100%;
}

.info-social {
    text-align: center;
}

@media (min-width: 881px) {
    .welcome-hp {
        position: relative;
        min-height: 108px;
        padding-right: 250px;
    }
    .welcome-social {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
    }
    .welcome-social ul {
        overflow: hidden;
        margin-right: -12px;
    }
    .welcome-social .ico {
        margin: 0 12px 12px 0;
    }
    .info-social {
        margin-bottom: -30px;
    }
}

@media (max-width: 880px) {
    .welcome,
    .info {
        padding: 0 20px;
    }
    .welcome-hp {
        padding-top: 60px;
    }
    .welcome-social {
        display: none;
    }
}

.load-more {
    margin: 20px 0 70px;
    text-align: center;
}

.work {
    margin-top: 60px;
}

.project-tiles {
    margin-right: -29px;
}

/* iixii */

.project-tile {
    width: 100%;
    max-width: 378px;
    margin: 0 29px 29px 0;
    filter: saturate(100%);
}

/* iixii */

.project-tile a {
    display: block;
    border: none;
    filter: saturate(0%);
}

/* iixii */

.project-tile a:focus .project-thumbnail img,
.project-tile a:hover .project-thumbnail img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    filter: saturate(100%);
}

.project-tile a:focus .project-thumbnail-static img,
.project-tile a:hover .project-thumbnail-static img {
    -webkit-transform: scale(0.945);
    -ms-transform: scale(0.945);
    transform: scale(0.945);
}

/* iixii */

.project-tile p {
    display: inline;
    color: #666666;
    color: #777;
}

/* iixii */

.project-thumbnail {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    background: #ffffff;
    background: #f0f0f0;
    background: #000;
    border-radius: 5px;
}

/* iixii */

.project-thumbnail img {
    display: block;
    /*  height: 100%; */
    width: 100%;
    -webkit-transform: scale(1.05820106);
    -ms-transform: scale(1.05820106);
    transform: scale(1.05820106);
    -webkit-transition: -webkit-transform 0.75s;
    transition: transform 0.75s;
}

/* iixii */

.project-thumbnail-static img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media (min-width: 881px) {
    .project-thumbnail {
        height: 264px;
    }
}

@media (max-width: 1260px) {
    .work {
        overflow: hidden;
        max-width: 785px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 880px) {
    .work-intro {
        padding: 0 20px;
    }
    .work {
        max-width: 378px;
        margin: 45px auto 0;
    }
    .project-tiles {
        margin-right: 0;
    }
    .project-tile {
        margin-right: 0;
        margin-bottom: 27px;
    }
    .project-thumbnail {
        margin-bottom: 13px;
    }
    .project-tile-inner {
        padding: 0 20px;
    }
}

.project-cover img {
    display: block;
    width: 100%;
}

.project-header {
    overflow: hidden;
    margin: 40px 0 60px;
}

.project-header .section-title {
    margin-top: 0;
    margin-bottom: 0.30864198em;
    text-align: left;
    text-transform: none;
}

.project-job {
    float: left;
    width: 32.8%;
    overflow: hidden;
}

/* iixii */

.project-job dt {
    float: left;
    clear: left;
    width: 2.8em;
    text-transform: lowercase;
    color: #666666;
    color: #777;
}

.project-job dd {
    float: left;
}

.project-job a {
    text-decoration: none;
    color: #000000;
}

.project-job a:hover,
.project-job a:focus {
    text-decoration: underline;
    color: #000000;
}

.project-info {
    float: right;
    width: 65.5%;
}

@media (max-width: 880px) {
    .project-job,
    .project-info {
        float: none;
        width: auto;
    }
    .project-job {
        margin-top: 20px;
    }
}

.project-slideshow {
    margin-bottom: 55px;
    border-radius: 5px;
}

/* iixii */

.project-slideshow img {
    display: block;
    width: 100%;
    background: #ffffff;
    background: #000;
}

.project-slide {
    position: relative;
    margin-bottom: 30px;
}

.project-slide-image {
    overflow: hidden;
    border-radius: 5px;
}

.project-slide-double .project-slide-image:first-child {
    margin-bottom: 30px;
}

/* iixii */

.project-slide-caption {
    margin-top: 10px;
    font-size: 0.6em;
    line-height: 2;
    line-height: 1.33333333;
    color: #808080;
    color: #7F7F7F;
}

.project-arrows .button {
    position: relative;
    display: block;
    width: 100%;
    min-height: 4.7em;
    margin: 0 0 0.5em;
    padding: 1.4em 2em 0;
    line-height: 1.6;
    text-transform: none;
    vertical-align: top;
    border-radius: 2.35em;
}

.project-arrows .svg-ico {
    position: absolute;
    top: 50%;
    margin-top: -0.7em;
    width: 0.8em;
}

.project-arrows .project-prev {
    padding-right: 1.5em;
}

.project-arrows .project-prev .svg-ico {
    left: 1.25em;
}

.project-arrows .project-prev svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.project-arrows .project-next {
    padding-left: 1.5em;
}

.project-arrows .project-next .svg-ico {
    right: 1.25em;
}

@media (min-width: 440px) {
    .project-slide-double {
        overflow: hidden;
    }
    .project-slide-double .project-slide-image {
        display: block;
        width: 48.74161074%;
    }
    .project-slide-double .project-slide-image:first-child {
        float: left;
        margin: 0;
    }
    .project-slide-double .project-slide-image:last-child {
        float: right;
        margin: 0;
    }
}

@media (min-width: 881px) {
    .project-arrows {
        text-align: justify;
    }
    .project-arrows:after {
        content: '';
        display: inline-block;
        width: 100%;
        height: 0;
    }
    .project-arrows .button {
        display: inline-block;
        width: 48.74161074%;
        margin-bottom: 0;
        padding: 1.5em 2.5em 0;
        line-height: 1.333;
    }
    .project-arrows .project-prev {
        padding-right: 1.5em;
    }
    .project-arrows .project-prev .svg-ico {
        left: 1.6em;
    }
    .project-arrows .project-next {
        padding-left: 1.5em;
    }
    .project-arrows .project-next .svg-ico {
        right: 1.6em;
    }
}

@media (max-width: 880px) {
    .project .inner {
        padding: 0 20px;
    }
}

.news {
    max-width: 650px;
    margin: 0 auto;
}

.news .section-title {
    margin-top: 0;
}

.news-articles {
    overflow: hidden;
}

.news-article {
    margin-bottom: 45px;
}

.news-article p {
    display: inline;
    color: #666666;
}

.news-article-image,
.news-article-carousel {
    width: 100%;
    margin-bottom: 25px;
}

.news-article-image,
.news-article-carousel img {
    display: block;
    width: 100%;
}

@media (max-width: 880px) {
    .news-article {
        margin-bottom: 20px;
    }
    .news-article-image,
    .news-article-carousel {
        margin-bottom: 20px;
    }
    .news-article-inner {
        padding: 0 20px;
    }
    .news-article-inner .inline-title,
    .news-article-inner p {
        font-size: 0.85em;
        line-height: 1.20588235;
    }
}

.references {
    margin: 100px 0 0;
}

.reference-tiles {
    overflow: hidden;
    margin: 0 auto;
}

.reference-tile {
    float: left;
    width: 50%;
    max-width: 298px;
}

.reference-tile img {
    display: block;
    width: 100%;
}

@media (max-width: 880px) {
    .references {
        margin-top: 45px;
        padding: 0 20px;
    }
}

@media (max-width: 1260px) {
    .reference-tiles {
        max-width: 900px;
    }
}

@media (max-width: 990px) {
    .reference-tiles {
        max-width: 600px;
    }
}

/* 9. Forms 


.field {
    position: relative;
    margin-bottom: 0.65em;
}

.field label,
.field input,
.field select,
.field textarea {
    width: 100%;
    padding: 0.5em 1.1em;
}

.field label {
    height: 46px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: lowercase;
    cursor: text;
}

.field input,
.field select,
.field textarea {
    background: transparent;
    border: 1px solid #a6a6a6;
}

.field input {
    height: 46px;
}

.field select {
    cursor: pointer;
    height: 46px;
}

.field textarea {
    height: 108px;
    resize: vertical;
}

*/

/* iixii */

.button {
    display: inline-block;
    margin: 0 1em;
    padding: 1em 4em;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
    color: #ffffff;
    color: #000;
    background: transparent;
    border: 2px solid #888888;
    border: 2px solid #333;
    border-radius: 1.7em;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

/* iixii */

.button:focus,
.button:hover {
    text-decoration: none;
    color: #000000;
    color: #f0f0f0;
    background: #ffffff;
    background: #000;
    border-color: #ffffff;
    border-color: #000;
    outline: none;
}

/* iixii */

.button:focus path,
.button:hover path,
.button:focus polygon,
.button:hover polygon {
    fill: #000000;
    fill: #f0f0f0;
}

/*
.submit-button {
    padding: 0;
    border-width: 0 0 2px;
    cursor: pointer;
}

*/

@media (max-width: 880px) {
    .button {
        height: 3em;
        padding: 0.5em 2.6em;
        font-size: 1em;
        line-height: 1.8;
    }
}

@media (max-width: 440px) {
    .button {
        display: block;
        width: 80%;
        margin: 0 auto 1em;
        padding-right: 1em;
        padding-left: 1em;
    }
}

/* 10. Modules */

/* iixii */

.cc_banner-wrapper .cc_container .cc_btn,
.cc_banner-wrapper .cc_container .cc_btn:visited {
    color: #ffffff;
    color: #000;
    background: #000000;
    background: #ffff;
    border: 2px solid #888888;
    border: 2px solid #333;
    border-radius: 2em;
}

/* iixii */

.cc_banner-wrapper .cc_container .cc_btn:focus,
.cc_banner-wrapper .cc_container .cc_btn:hover,
.cc_banner-wrapper .cc_container .cc_btn:active {
    color: #000000;
    color: #f0f0f0;
    background: #ffffff;
    background: #000;
    border: 2px solid #ffffff;
    border: 2px solid #f0f0f0;
}

/* iixii */

.cc_banner-wrapper .cc_container a,
.cc_banner-wrapper .cc_container a:visited {
    color: #ffffff;
    color: #000;
    border: none;
}

/* iixii */

.cc_banner-wrapper .cc_container a:focus,
.cc_banner-wrapper .cc_container a:hover,
.cc_banner-wrapper .cc_container a:active {
    color: #ffffff;
    color: #000;
    border: none;
}

/* 11. SVG */

svg {
    display: none;
}

.inlinesvg svg {
    display: block;
}

.inlinesvg .svg-fallback {
    display: none !important;
}

/* iixii */

path,
circle,
polygon,
polyline,
rect {
    fill: currentColor;
    -webkit-transition: fill 0.5s;
    transition: fill 0.5s;
}

/* 12. JavaScript only */

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/* 13. Media Queries */

@media print {
    body {
        color: black;
    }
}

/* 14. FOOTER */

/* iixii */

/* iixii */

.socialicons {
    display: inline-block;
    margin: 0 0.15em;
    font-size: 50px;
    border: none;
}

.socialicons:hover {
    display: inline-block;
    margin: 0 0.15em;
    font-size: 50px;
    border: none;
}

.socialicons-a {
    border: none;
}

/* iixii */

/* iixii */

.fa-instagram {
    color: #000;
}

/* iixii */

/* iixii */

.fa-instagram:hover {
    color: #e2310f;
    color: #8d8d8d;
    color: #777;
    border: none;
}

.footer-links {
    padding-bottom: 40px;
    text-align: center;
}