/* 1. Reset/Normalize */

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 */

/*


*/

::-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;
    background: transparent;
    background: #000;
    -webkit-transition: background-color 0.115s;
    transition: background-color 0.115s;
}



/* iixii */

/* iixii */

.logo-header {
    height: 1.025em;
}

/* iixii */

.page-header-opaque {
    background: #000;
}

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

.grid:after {
    clear: both;
}

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


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

*/

/* iixii */
/*
@media (max-width: 880px) {
    .page-header {
        background: #1e1e1e;
        background: #F0F0F0;
        background: transparent;
        background: #1e1e1e;
        background: #fe5d40;
        background: #000;
    }
}

*/

/* 4. Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    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-transform: none;
    padding-top: 20px;
}

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

.inline-title {
    display: inline;
}

p {
    margin-bottom: 1.2em;
    text-align: center;
}

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

.large {
    margin-bottom: 0em;
    font-weight: 900;
    font-size: 1.7em;
    line-height: 1.23529412;
    text-align: center;
}

.xlarge {
    margin-bottom: 0em;
    font-weight: 900;
    font-size: 1.97em;
    line-height: 1.23529412;
    text-align: center;
}

.xxlarge {
    margin-bottom: 0em;
    font-weight: 900;
    font-size: 2.97em;
    line-height: 1.23529412;
    text-align: center;
}

.xxxlarge {
    margin-bottom: 0em;
    font-weight: 900;
    font-size: 6.97em;
    line-height: 1.23529412;
    text-align: center;
}

@media (max-width: 880px) {
    /* iixii */
    .section-title {
        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;
        text-align: center;
    }
    .xxxlarge {
        margin-bottom: 0em;
        font-weight: 900;
        font-size: 3.8197em !important;
        line-height: 1.23529412;
        text-align: center;
    }
}

/* 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: 900;
}

em,
address {
    font-style: normal;
}

*/

ul {
    list-style: none inside;
}

/* 5. Colours */

/* iixii */

/*
a {
    color: #000;
    outline: none;
    -webkit-transition: all 0.115s;
    transition: all 0.115s;
}
*/

/* 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;
    font-size: 1.25em;
    line-height: 1.2;
    font-size: 1em;
    line-height: 1.2;
    font-size: 20px;
    line-height: 24px;
    padding-top: 15px;
}

.page-header .inner:after {
    content: "";
    display: table;
    clear: both;
    clear: none;
}
*/
.page-title {
    float: right;
}

/* iixii */

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

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

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

/* iixii */

.page-nav a {
    color: #fff;
}

.page-nav a:hover {
    color: #fe5d40;
}

/* iixii */

.page-nav .selected a {
    color: #fe5d40;
    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: 15px 15px 0;
    }
}

/* iixii */

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

.page-nav-button-big {
    position: relative;
    float: left;
    display: none;
    width: 36px;
    height: 30px;
    margin: 0.5px 0 0;
    padding: 0;
    text-indent: -9999px;
    background: transparent;
    border: solid #fff;
    border-width: 6px 0;
    cursor: pointer;
    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 #fff;
    border-radius: 3px;
}

.page-nav-button-big span {
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 6px solid #fff;
    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: left;
        left: 20%;
    }
    /* iixii */
    .page-nav li {
        display: block;
        padding: 4px 0;
        left: 20%;
    }
    .page-nav a {
        display: inline-block;
    }
    /* iixii */
    .with-page-nav-open {
        height: 32%;
        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: 5vh;
    }
    .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-transform: none;
        padding-left: 20px;
        padding-top: 20px;
    }
    .page-title {
        float: right;
    }
    .page-nav {
        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;
}

/*
.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;
}

 
.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: #000;
    border: 1px solid currentColor;
    border-radius: 25px;
}

/* iixii */

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

/* iixii */

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

.welcome {
    margin-top: 20px;
}

.intro {
    margin-top: 20px;
}

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

.intro-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;
    }
    .intro-hp {
        position: relative;
        min-height: 108px;
        padding-right: 250px;
    }
    .welcome-social {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
    }
    .intro-social {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
    }
    .welcome-social ul {
        overflow: hidden;
        margin-right: -12px;
    }
    .intro-social ul {
        overflow: hidden;
        margin-right: -12px;
    }
    .welcome-social .ico {
        margin: 0 12px 12px 0;
    }
    .intro-social .ico {
        margin: 0 12px 12px 0;
    }
    .info-social {
        margin-bottom: -30px;
    }
}

@media (max-width: 880px) {
    .intro,
    .welcome,
    .info {
        padding: 0 20px;
    }
    .welcome-hp {
        padding-top: 60px;
    }
    .intro-hp {
        padding-top: 60px;
    }
    .welcome-social {
        display: none;
    }
    .intro-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: #777;
}

/* iixii */

.project-thumbnail {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    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;
    text-align: center;
}

.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;
}

 
.project-slideshow img {
    display: block;
    width: 100%;
    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;
}

 
.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;
    display: block;
    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;
        padding: 0 15px;
    }
    .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;
    margin: 30px 0 0;
    text-align: center;
}

.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;
    }
}

/* iixii */

.button {
    display: inline-block;
    margin: 0 1em;
    padding: 1em 4em;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
    color: #000;
    background: transparent;
    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;
    border-color: #ffffff;
    outline: none;
}

/* iixii */

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

@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: #000;
    background: #ffff;
    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: #f0f0f0;
    background: #000;
    border: 2px solid #f0f0f0;
}

/* iixii */

.cc_banner-wrapper .cc_container a,
.cc_banner-wrapper .cc_container a:visited {
    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: #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;
    }
}

/* iixii */

/* iixii */

.logo-header {
    height: 1.25em;
}

/* iixii */

/* iixii */

.logo-nav {
    font-size: 1.4em;
    line-height: 1.07142857;
    height: 0.8em;
    line-height: 0.8em;
    padding-top: 0.2em;
}

.logo-navv {
    font-size: 1.4em;
    height: 1em;
    line-height: 1em;
    padding-top: 0.0em;
    top: -20px;
}

/* 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: #777;
    border: none;
}

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

.logogrid {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: 75px;
    grid-gap: 4rem;
}

.logogrid__item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid blue;
}

.logogrid__img {
    object-fit: cover;
    object-fit: contain;
    max-width: 120px;
    max-height: 60px;
    filter: grayscale(100%) contrast(25%);
    filter: grayscale(100%) contrast(100%);
    transition: filter 0.3s ease;
    padding: 0.5px;
    background: transparent;
}

.logogrid__img:hover {
    filter: grayscale(0) contrast(100%);
}

.container {
    width: 90%;
    max-width: 1000px;
    margin: auto;
}


































/*

@font-face {
    font-family: 'TM';
    src: url('https://wheresdara.com/assets/fonts/TM.woff2') format('woff2');
    font-style: normal;
     font-weight: 900;
}

*/
/* 1. Reset/Normalize */

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-family: 'TM';


    font-size: 1.25em;
    line-height: 1.2;
    background: url("../assets/piz/noise51.png");
    background-size: 350px;
    background-attachment: fixed;
    background: #000 !important;
        background: #fdfdf5 !important;
        background: #C7CECC !important;

    color: #E4FE52 !important;
        color: #DBC088 !important;     
        
           color: #E7D49B !important;
        color: #F1E3C0 !important;


        text-transform: lowercase;
                text-transform: uppercase;
        text-transform: lowercase;
                text-transform: uppercase;

    letter-spacing: -0.06em;
            color: #C4B377!important;
        color: #FDE48B!important;
        color: #E7D49B!important;
     color: #222 !important;
 
        font-family: 'TG-i'!important;
    font-weight: 900!important;
}

input,
select,
textarea,
button {
    font-family: 'TG-i';
    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;
    -webkit-transition: background-color 0.115s;
    transition: background-color 0.115s;
    background-image: linear-gradient(rgba(0, 0, 0, 100), rgba(0, 0, 0, 0));
    background: transparent;
            font-family: 'TG-i'!important;
    font-weight: 900!important;

}

/* iixii */

/* iixii */

.logo-header {
    height: 1.5em;
}

/* iixii */

.page-header-opaque {
    background-image: linear-gradient(rgba(0, 0, 0, 100), rgba(0, 0, 0, 0));
    background: transparent;
}

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

.grid:after {
    clear: both;
}

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

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

/* iixii */

@media (max-width: 880px) {
    .page-header {
        background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1));
        border-bottom: 2px solid #fff;
        background: transparent;
    }
}

/* 4. Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    font-size: 1em;
    line-height: 1.2;
          font-family: 'TG-i'!important;
    font-weight: 900!important;

}

/* iixii */

.section-title {
    margin-top: 0.18518519em;
    margin-bottom: 0.61728395em;
    font-size: 4.05em;
    line-height: 1.18518519;
    text-align: center;
    text-transform: none;
    padding-top: 34px;
          font-family: 'TG-i'!important;
    font-weight: 900!important;

}

.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: 900;
    font-size: 1.7em;
    line-height: 1.23529412;
            font-family: 'TG-i';
            

}

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

/* iixii */

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

/* iixii */

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

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

/* iixii */

strong {
    font-weight: 900;
}

em,
address {
    font-style: normal;
}

ul {
    list-style: none inside;
}

/* 5. Colours */

/* iixii */

a {
    color: #ffffff;
         color: #222 !important;

    outline: none;
    -webkit-transition: all 0.115s;
    transition: all 0.115s;
}

/* iixii */

a:focus,
a:hover {
    color: rgba(255, 255, 255, 0.7);
}

/* 6. Header */

/* iixii */

.page-header {
    font-weight: 900;
    font-size: 1.4em;
    line-height: 1.07142857;
    padding-top: 15px;
    background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1));
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    border-bottom: 0px solid rgba(255, 255, 255, 0.0007);
    background: transparent;
}

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

.page-title {
    float: right;
}

/* iixii */

.page-title a {
    color: #f63d00 !important;
}

.page-nav {
    float: left;
    text-transform: none;
    letter-spacing: -0.03em;
}

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

/* iixii */

.page-nav a {
    color: #E4FE52 !important;
    
}

.page-nav a:hover {
    color: #fff !important;
}

/* iixii */

.page-nav .selected a {
    border-bottom-color: currentColor;
    font-style: italic;
    border-bottom: none;
    color: #fff !important;
}


/*
.inverted .page-header:not(.page-header-opaque) {
    color: #E4FE52 !important;
}

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

.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: 10px 20px 0;
        background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
        background: transparent;
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px);
        /*
   backdrop-filter: blur(0px);
  -webkit-backdrop-filter:  blur(0px);
  */
    }
}

/* iixii */

.page-nav-button-big {
    position: relative;
    float: left;
    display: none;
    height: 15px;
    margin: 10.5px 0 0;
    padding: 0;
    padding-top: 10px;
    text-indent: -9999px;
    border-width: 6px;
    cursor: pointer;
    border-radius: 0px;
    border-left: 0px solid #00f;
    border-right: 0px solid #00f;
    background: transparent;
    border-top: 4px solid #e16029;
    border-bottom: 4px solid #e16029;
}

.page-nav-button-vbig {
    position: relative;
    float: left;
    display: none;
    width: 36px;
    height: 30px;
    padding: 0;
    text-indent: -9999px;
    border: solid transparent;
    border-width: 6px 0;
    cursor: pointer;
    border-radius: 3px;
    background: url("cross.svg");
    background-image: url("menu.png");
    background-size: contain;
}

/* iixii */

.page-nav-button-big span {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    border-radius: 0px;
    background: transparent;
    border-bottom: 0px solid #f63d00;
    padding-top: 15px;
    top: 5px;
}

.page-nav-butto span {
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 3px solid #ff0000;
    border-top: 3px solid #00f;
    border-radius: 4.5px;
    background: #00f;
}

@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: 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: 32%;
    }
    /* iixii */
    .with-page-nav-open .page-nav {
        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-transform: none;
        padding-top: 20px;
    }
    .page-title {
        float: left;
        float: right;
    }
    .page-nav {
        float: right;
        float: none;
        text-transform: none;
    }
}

/* 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;
    }
}

.welcome {
    margin-top: 20px;
}

.intro {
    margin-top: 20px;
}

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

.intro-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;
    }
    .intro-hp {
        position: relative;
        min-height: 108px;
        padding-right: 250px;
    }
    .welcome-social {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
    }
    .intro-social {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
    }
    .welcome-social ul {
        overflow: hidden;
        margin-right: -12px;
    }
    .intro-social ul {
        overflow: hidden;
        margin-right: -12px;
    }
    .welcome-social .ico {
        margin: 0 12px 12px 0;
    }
    .intro-social .ico {
        margin: 0 12px 12px 0;
    }
    .info-social {
        margin-bottom: -30px;
    }
}

@media (max-width: 880px) {
    .intro,
    .welcome,
    .info {
        padding: 0 20px;
    }
    .welcome-hp {
        padding-top: 60px;
    }
    .intro-hp {
        padding-top: 60px;
    }
    .welcome-social {
        display: none;
    }
    .intro-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: #777;
}

/* iixii */

.project-thumbnail {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    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%;
}

.temp-cover {
    display: inline-block;
    width: 80%;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 20px;
    padding-top: 20px;
    border: 4px solid #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.temp-cover img {
    display: inline;
    width: 100%;
    border: 4px solid #fff;
    padding-bottom: 40px;
    padding-top: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

.project-header {
    overflow: hidden;
    margin: 40px 0 60px;
    margin: 40px 20px 60px;
    margin: 40px 0px 40px;
    background: #fe6f5e;
    background: transparent;
    font-size: 1em;
}

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

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

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

/* iixii */

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

.dj-job dt {
    clear: left;
    width: 3.8em;
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1em;
    color: #e16029;
}

.project-job dd {
    float: left;
}

.dj-job dd {
    float: left;
    display: block;
}

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

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

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

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

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

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

/* iixii */

@media (max-width: 880px) {
    .project-header {
        overflow: hidden;
        margin: 40px 20px 40px;
        background: #fe6f5e;
        background: transparent;
        font-size: 1em;
    }
    .project-job,
    .project-info {
        float: none;
        width: auto;
    }
    .project-job {
        margin-top: 20px;
    }
}

@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;
    display: block;
    color: #cacaca;
         color: #222 !important;
         font-weight: 900 !important;

}

.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: 1.15em;
        line-height: 1.20588235;
        color: #fff;
             color: #222 !important;

        text-transform: uppercase;
         font-weight: 900 !important;
    }
}

.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;
    }
}

/* iixii */

.button {
    display: inline-block;
    margin: 0 1em;
    padding: 1em 4em;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
    color: #000;
    background: transparent;
    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: #f0f0f0;
    background: #000;
    border-color: #ffffff;
    outline: none;
}

/* iixii */

.button:focus path,
.button:hover path,
.button:focus polygon,
.button:hover polygon {
    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 */

/* 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;
}

/* 13. Media Queries */

@media print {
    body {
        color: black;
        color: #E4FE52 !important;
        background: #000;
        color: #C4B377!important;
        color: #FDE48B!important;
        color: #E7D49B!important;

    }
}

/* iixii */

/* iixii */

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

/* iixii */

/* iixii */

.logo-nav {
    height: 10px;
    font-size: 1.4em;
    height: 0.8em;
    line-height: 0.8em;
    padding-top: 0.2em;
}

/* 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: #777;
    border: none;
}

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

.logogrid {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: 75px;
    grid-gap: 4rem;
}

.logogrid__item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid blue;
}

.logogrid__img {
    object-fit: cover;
    object-fit: contain;
    max-width: 120px;
    max-height: 60px;
    filter: grayscale(100%) contrast(100%);
    transition: filter 0.3s ease;
    padding: 0.5px;
    background: transparent;
}

.logogrid__img:hover {
    filter: grayscale(0) contrast(100%);
}


.container {
    width: 90%;
    max-width: 1000px;
    margin: auto;
}

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 1px;
    border-color: #E4FE52;
        border-color: #222;
        

}

hr.new1 {
    border-top: 1px solid #E4FE52;
    border: 1px solid #222;
                    border-radius: 50px;


}

/* Dashed red border */

hr.new2 {
    border-top: 2px solid #E4FE52;
        border: 2px solid #222;
                        border-radius: 50px;


}

/* Dotted red border */

hr.new3 {
    border-top: 3px solid #E4FE52;
        border-top: 3px solid #222;
                border: 4px solid #222;

                border-radius: 50px;


}

/* Thick red border */

hr.new4 {
    border: 4px solid #E4FE52;
        border: 4px solid #222;
                border: 8px solid #222;

                border-radius: 50px;
                border-radius: 7px;


}

/* Large rounded green border */

hr.new5 {
    border-radius: 0px;
        border-radius: 50px;
                border-radius: 10px;

    border: 10px solid #E4FE52;
        border: 10px solid #222;
                border: 16px solid #222;


}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

::-moz-selection {
    /* Code for Firefox */
    color: black;
    background: white;
}

::selection {
    color: black;
    background: white;
      background-color: #FDE48B !important;

}























































/* 
N 
A
V

T
R
A
N
S
P
A
R
E
N
T
*/

a,
footer {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

footer {
    display: block;
}

.body--footer nav .link--index a,
.body--footer nav .link--supported,
    {
    font-size: 0.8125rem
}

@media (min-width:30em) {
    .body--footer nav .link--index a,
    .body--footer nav .link--supported {
        font-size: 0.90625rem
    }
}

.body--footer nav {
    position: fixed;
    z-index: 5;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    -webkit-transition: bottom 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: bottom 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    /*  color: #e16029 !important; */
}

.body--footer a {
    color: #E4FE52 !important;
        color: #FDE48B !important;
        color: #222 !important;

    text-transform: uppercase;
    padding-left: 3px;
    padding-right: 3px;
}

.body--footer a:hover {
    color: #000 !important;
        color: #000 !important;

    background-color: #E4FE52 !important;
            background-color: #FDE48B !important;
            background-color: #222 !important;

}

.body--footer .active {
    color: #000 !important;
    background-color: #E4FE52 !important;
     background-color: #FDE48B !important;
     background-color: #ff6600 !important;

}

.body--footer nav.is-hidden {
    bottom: -2.25em
}

.body--footer nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.85em 0.625rem
}

@media (min-width:50em) {
    .body--footer nav ul {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

.body--footer nav a {
    display: inline-block
}

.body--footer nav .link--supported {
    display: none;
    position: absolute;
    top: -7em;
    left: 1.25rem
}

.body--footer nav .link--supported img {
    width: 18em;
    margin-top: 1em
}

.body--footer nav .link--index {
    display: none;
    position: absolute;
    top: -3em;
    left: 1.25rem
}

@media (min-width:50em) {
    .body--footer nav .link--index {
        display: block
    }
}

/*

T
E
X
T
S


*/

@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: 1.15em;
        line-height: 1.20588235;
        color: #fff;
        text-transform: uppercase;
        font-weight: 900 !important;
    }
}

.inline-title {
    font-size: 1.15em;
    line-height: 1.20588235;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900 !important;
     color: #C4B377!important;
        color: #E7D49B!important;
     color: #FDE48B!important;
          color: #CC9!important;
              color: #222!important;

}   

smaller {
    font-size: 0.75em;
    line-height: 1.10588235;
    text-transform: uppercase;
    font-style: italic;
    color: #fff;
}

.logo-header {
    height: 1.5em;
}

@media (max-width: 680px) {
    .logo-header {
        height: 1em;
    }
}

.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,
.fa-facebook-f,
.fa-youtube,
.fa-at {
    color: #E4FE52;
    color: #c4b377;

       color: #FDE48B;
              color: #222;

  }

.fa-instagram:hover,
.fa-facebook-f:hover,
.fa-youtube:hover,
.fa-at:hover {
    color: #E4FE52;
           color: #FDE48B;
color: #C4B377;

    opacity: 0.65;
        opacity: 1;

    border: none;
}

.info-email {
    color: #E4FE52;
    font-size: 30px;
    font-style: italic;
    padding-top: 0px;
    padding-bottom: 20px;
            color: #DBC088 !important;     
        
        color: #F1E3C0 !important;
           color: #E7D49B !important;
            color: #DBC088 !important;     
           color: #E7D49B !important;
           color: #EF9898 !important;
       color: #FDE48B!important;
              color: #222!important;

}



body {
  background-color: #ccff00;
/*  overflow: hidden;  */
/*  perspective: 550px; */
}

.shimmer {
  margin: 0;
  font-size: 8vw;
  letter-spacing: -2px;
  text-align: center;
  color: rgba(255,255,255,.5);
  background: -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
  background: -moz-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
  background: gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
  background-size: 125px 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  animation: shimmer 2s alternate-reverse infinite;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #222;
  font-family: helvetica;
}

@keyframes shimmer {
  0% {
    background-position: top left;
    transform: rotateY(10deg);
  }
  100% {
      background-position: top right;
      transform: rotateY(0deg);
  }
}
