@import url("soundbar.css");

@font-face {
  font-family: Nexa;
  src: url('fonts/nexa/NexaLight.eot');
  src: url('fonts/nexa/NexaLight.eot?') format('☺'),
       url('fonts/nexa/NexaLight.otf') format('otf'),
       url('fonts/nexa/NexaLight.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Nexa;
  src: url('fonts/nexa/NexaBold.eot');
  src: url('fonts/nexa/NexaBold.eot?') format('☺'),
       url('fonts/nexa/NexaBold.otf') format('otf'),
       url('fonts/nexa/NexaBold.ttf') format('truetype');
  font-weight: bold;
  font-style: bold;
}

/* Reset CSS
 * ---------------------------------------
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
    color: #fff;
}
a{
 text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
 font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}

h1,h2,h3,h4,h5,h6 {
    margin:0;
    padding:0;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}
*/

*:focus {
    outline: none !important;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a:visited {
    color: #fff;
}

a:focus {
    outline: none;
    color: #fff;
}

ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}

/* Custom CSS
 * --------------------------------------- */
body{
 font-family: arial,helvetica,sans-serif;
 color: #fff;
 color: rgba(0,0,0,0.5);
 font-size: 12px;
}

.wrap{
 margin-left: auto;
 margin-right: auto;
 width: 960px;
 position: relative;
}

h1{
 font-size: 6em;
}

p{
 font-size: 2em;
}

.intro p{
 width: 50%;
 margin: 0 auto;
 font-size: 1.5em;
}

.section{
 text-align:center;
}

#menu li {
 display:inline-block;
 margin: 10px;
 color: #000;
 background:#fff;
 background: rgba(255,255,255, 0.5);
 -webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
 background:#666;
 background: rgba(0,0,0, 0.5);
 color: #fff;
}
#menu li a{
 text-decoration:none;
 color: #fff;
}
#menu li.active a:hover{
 color: #fff;
}
#menu li:hover{
 background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
 padding: 9px 18px;
 display:block;
}
#menu li.active a{
 color: #fff;
}
#menu{
 position:fixed;
 top:0;
 left:0;
 height: 40px;
 z-index: 70;
 width: 100%;
 padding: 0;
 margin:0;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
 .col {  margin: 1% 0 1% 0%; }

    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
 width: 100%;
 }
}

a {
 color: #fff;
}

/* Style for our header texts
 * --------------------------------------- */
h1 {
    font-size: 5em;
    font-family: 'Nexa', sans-serif;
    color: #fff;
    margin: 0;
    padding: 0;
}

.filter-isotope-images {
    font-family: 'Nexa', sans-serif;
}

.ssp-font {
    font-family: 'Nexa', sans-serif;
}

.amiri-font {
    font-family: 'Nexa', serif;
    line-height: 112%;
    text-align: left;
}

p {
    font-family: 'Nexa', serif;
    line-height: 112%;
}

p.context {
    font-family: 'Nexa', serif;
    line-height: 112%;
    text-align: left;
    font-size: 1.6em;
}

/* Centered texts in each section
 * --------------------------------------- */
.section {
    text-align: center;
}
/* Backgrounds will cover all the section
 * --------------------------------------- */
.section {
    background-size: cover;
    position: relative;
}

.slide {
    background-size: cover;
}
/* Defining each section background and styles
 * --------------------------------------- */
#section0 {
    background-image: url(../img/1.jpg);
    padding: 0% 0 0 0;
}

#section2 {
    background-image: url(../img/2.jpg);
    padding: 0% 0 0 0;
}

#section3 {
    background-image: url(../img/3.jpg);
    padding: 0% 0 0 0;
}

#section4 {
    background-image: url(../img/4.jpg);
    padding: 0% 0 0 0;
}

#section6 {
    background-image: url(../img/6.jpg);
    padding: 0% 0 0 0;
    opacity: 1;
}

#section6 h1 {
    font-size: 375%;
    color: #fff;
    font-family: 'Nexa', sans-serif;
}

#section6 p {
    padding-top: 15px;
    color: #fff;
    font-weight: bold;
    font-family: 'Nexa', sans-serif;
    font-size: 142%;
}

#section7 {
    padding: 0 0;
    background: url("../img/about/footer-back-1.jpg") no-repeat;
    background-size: initial;
    background-position: 100% 100%;
}

#section8 .section8-top {
    background-image: url(../img/contact_back.jpg);
    padding: 0% 0 0 0;
    background-size: cover;
    height: 70%;
}

.flex-layer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    height: 100%;
    justify-content: center;
    font-family: 'Nexa', sans-serif;
    flex-direction: column;
}

#section8 .section8-top h1 {
    color: #000;
    font-family: 'Nexa', sans-serif;
    font-size: 44px;
}

#section8 .section8-bottom {
    background: #212121;
    height: 30%;
    font-family: 'Nexa', sans-serif;
    font-size: 14px;
}

#section8 .follow-us li:not(:first-child) {
    float: left;
    width: 33%;
    padding: 10px;
    text-align: center;
}

#section8 .section8-bottom img.footer-logo {
    max-height: 100px;
}

#section8 .section8-top p {
    padding-top: 15px;
}

#section8 .section8-top p a.btn-contact {
    color: #fff;
    background-color: #000;
    border-color: #222;
    padding: 10px 26px;
    border-radius: 50px;
    font-weight: bold;
    font-family: 'Nexa', sans-serif;
    font-size: 21px;
}

#section7 .slide {
    position: relative;
}

#section7 .slide .slide-overlay {
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 10px;
    font-size: 120%;
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
    border-top: 2px solid rgba(0,0,0,0.25);
}

@media (max-width: 767px) {
    #section7 .slide .slide-overlay {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 190%;
    }
}

/*Adding background for the slides
 * --------------------------------------- */

/* Slides story 1 */
#slide1_1 {
    background-image: url(../img/story1_4.jpg);
    padding: 6% 0 0 0;
}

#slide1_2 {
    background-image: url(../img/story1_3.jpg);
    padding: 6% 0 0 0;
}

#slide1_3 {
    background-image: url(../img/story1_2.jpg);
    padding: 6% 0 0 0;
}

#slide1_4 {
    background-image: url(../img/story1_1.jpg);
    padding: 6% 0 0 0;
}

/* Slides story 2 */
#slide2_1 {
    background-image: url(../img/story2_1.jpg);
    padding: 6% 0 0 0;
}

#slide2_2 {
    background-image: url(../img/story2_2.jpg);
    padding: 6% 0 0 0;
}

#slide2_3 {
    background-image: url(../img/story2_3.jpg);
    padding: 6% 0 0 0;
}

#slide2_4 {
    background-image: url(../img/story2_4.jpg);
    padding: 6% 0 0 0;
}

#slide2_5 {
    background-image: url(../img/story2_5.jpg);
    padding: 6% 0 0 0;
}

/* Slides story 3 */
#slide3_1 {
    background-image: url(../img/story3_1.jpg);
    padding: 6% 0 0 0;
}

#slide3_2 {
    background-image: url(../img/story3_2.jpg);
    padding: 6% 0 0 0;
}

/* Slides story 4 */
#slide4_1 {
    background-image: url(../img/index/1.jpg);
    padding: 6% 0 0 0;
}

#slide4_2 {
    background-image: url(../img/story4_2.jpg);
    padding: 6% 0 0 0;
}

#slide4_3 {
    background-image: url(../img/story4_3.jpg);
    padding: 6% 0 0 0;
}

#slide4_4 {
    background-image: url(../img/index/2.jpg);
    padding: 6% 0 0 0;
}

#slide4_5 {
    background-image: url(../img/index/3.jpg);
    padding: 6% 0 0 0;
}

#slide4_6 {
    background-image: url(../img/index/4.jpg);
    padding: 6% 0 0 0;
}

#slide4_7 {
    background-image: url(../img/index/5.jpg);
    padding: 6% 0 0 0;
}

#slide7_1 {
    background-image: url(../img/_text.jpg);
    padding: 6% 0 0 0;
}

#slide7_2 {
    background-image: url(../img/_text-1.jpg);
    padding: 6% 0 0 0;
}

#slide7_3 {
    background-image: url(../img/_text-2.jpg);
    padding: 6% 0 0 0;
}

#slide7_4 {
    background-image: url(../img/_text-3.jpg);
    padding: 6% 0 0 0;
}

#slide7_5 {
    background-image: url(../img/arabesque2.jpg);
    padding: 6% 0 0 0;
}

#landingPageVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black; /* in case the video doesn't fit the whole page*/
    background-image: /* our video */;
    background-position: center center;
    background-size: contain;
    object-fit: cover; /*cover video background */
    z-index: 3;
}

#landingPageSlider {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black; /* in case the video doesn't fit the whole page*/
    background-image: url('../img/index/1.jpg');
    background-position: center center;
    background-size: cover;
    object-fit: cover; /*cover video background */
    z-index: 3;
}

/* Layer with position absolute in order to have it over the video
 * --------------------------------------- */
#section0 .layer, .section-layer {
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    top: 28%;
}

#section0 .layer h1 img {
    width: 350px;
}

.section-layer {
    top: 37%;
}

.section-layer h1 {
    color: rgba(255,255,255,0.5);
    font-size: 10em;
}

/*solves problem with overflowing video in Mac with Chrome */
#section0 {
    overflow: hidden;
}

/* Overwriting styles for the navigation dots (to place it where we want)
 * --------------------------------------- */
.fp-slidesNav.bottom {
    bottom: 17px;
}

/* Fixed header and footer.
 * --------------------------------------- */
#header, #footer, #above-footer {
    position: fixed;
    display: block;
    width: 96%;
    background: none;
    z-index: 9;
    text-align: center;
    color: #f2f2f2;
    padding: 0;
    margin-left: 2%;
}

#header {
    top: 0px;
    background: none !important;
    color: #fff;
    text-align: left;
    height: auto;
    padding: 20px 0 0 20px;
}

#footer {
    bottom: 0px;
    text-align: inherit;
    height: 50px;
    display: none;
}

#above-footer {
    position: absolute;

    background: none;
    z-index: 9;

    color: #f2f2f2;
    padding: 0;
    margin-left: 2%;

    bottom: 60px;
    text-align: inherit;
    font-family: 'Raleway', sans-serif;
    display: block;
    width: 38%;
    padding-left: 5px;
}


#above-footer h3 {
    font-weight: bold !important;
    text-shadow: 1px -1px 1px rgba(0, 0, 0, 1);
    text-align: left;
    position: relative;
    left: -200px;
}

#above-footer p {
    position: relative;
    bottom: -250px;
    opacity: 0;
    font-family: 'Nexa', sans-serif;
}

#above-footer h2 {
    font-weight: 300 !important;
    text-shadow: 1px -1px 1px rgba(0, 0, 0, 1);
    text-align: left;
}

.parent-element {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.element {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.custom-hr {
    -webkit-margin-before: 1em;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/*
hr.style-seven {
    height: 30px;
    border-style: solid;
    border-color: rgba(255,255,255,0.7);
    border-width: 1px 0 0 0;
    border-radius: 20px;
    -webkit-margin-before: 1em;
}
hr.style-seven:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: rgba(255,255,255,0.7);
    border-width: 0 0 1px 0;
    border-radius: 20px;
}
*/

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 0%;
    position: absolute;
    z-index: 1;
    height: 3px;
    width: 30px;
    border: 0;
    background: rgba(255,255,255,0.7);
    left: 50%;
    top: 50%;
    margin: 3px 0 0 0;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 3px;
    width: 30px;
    margin: 3px 0 0 0;
    border-radius: 0%;
    background: #fff;
}

.fp-slidesNav ul li {
    display: inline-block;
    margin: 0 12px 7px 12px !important;
}

.fp-controlArrow.fp-next {
    border: none;
    right: 55px;
}

.fp-controlArrow.fp-prev {
    border: none;
    left: 40px;
}

/*  SECTIONS  */
.section-responsive {
 clear: both;
 padding: 0px;
 margin: 0px;
}

/*  COLUMN SETUP  */
.col {
 display: block;
 float:left;
 margin: 1% 0 1% 1%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }


/*div#mp3_player{ margin:0; position: absolute; bottom: 28px; }*/
div#mp3_player > div > audio{  width:100px; float:left;  }
div#mp3_player > canvas{width: 16px; cursor: pointer; }
div#mp3_player #audio_box{ display: none; }
div#mp3_player #mp3_play{ display: none; color: #fff; }

#fadeandscale {
  transform: scale(0.8);
}
.popup_visible #fadeandscale {
  transform: scale(1);
}

.description-overlay {
   width: 47%;
   margin-left: 13%;
   color: #fff;
}

#menuscale .description-overlay {
   width: 100%;
   margin: 0;
}

.fadeandscale_close,
.static-content_close,
.menuscale_close {
    position: fixed;
    top: 2%;
    right: 2%;
    cursor: pointer;
}

.alk-menu li {
    text-align: center;
    font-size: 2em;
    padding: 5px 0;
    font-family: 'Nexa', sans-serif;
}

.grid-sizer,
.grid-item { width: 20%; opacity: 1; overflow: hidden; cursor: pointer; float: left; display: block;  }
.grid-item img:hover { transition: all .4s ease-in-out; transform: scale(1.3); opacity: 1; }
.grid-item img { transition: all .4s ease-in-out; transform: scale(1.0); opacity: 1; }

.grid-item.pager {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.90);
    margin: 0;
    color: #000;
}

.grid-item.pager a {
    display: block;
    padding: 20px;
    width: 100%;
}

.is-showing-items .grid-item {
  opacity: 0.99; /* reveal when ready */
}

.is-showing-items .grid-item:hover {
  opacity: 1; /* reveal when ready */
  transition: all .4s ease-in-out;
}

#section7 div[class^=fp] {
    display: none;
}

@media (max-width: 767px) {

    #footer {
        bottom: 15px;
        text-align: inherit;
        height: 50px;
        display: none;
    }

    #section7 div[class^=fp] {
        display: block;
    }

    #section7 div[class^=fp-slidesNav] {
        display: none;
    }

    .section8-top {
        height: 50% !important;
    }

    .section8-bottom {
        height: 50% !important;
    }

    .margin-top-xs {
        margin-top: 10px;
    }

    #section8 .section8-bottom img.footer-logo {
        max-height: 60px;
    }

    .above-footer {
        width: 97% !important;
    }

    #above-footer h3 {
        font-size: 20px;
    }

    p.context {
        font-size: 1.1em;
        line-height: 140%;
    }

    .description-overlay {
       width: 95%;
       margin-left: 3%;
    }

    .description-overlay h1 {
       font-size: 23px;
    }

    .description-overlay p {
       font-size: 13px;
    }

    .fadeandscale_close,
    .static-content_close,
    .menuscale_close {
        position: fixed;
        top: 2%;
        right: 2%;
    }

    .hide-xs {
        display: none !important;
    }

    .fp-slidesNav.bottom {
        display: none;
    }

    .grid-sizer,
    .grid-item { width: 50%; }

}

#static-content .sc-con {
    display:block;
    width: 80%;
    margin: 0 auto;
    color: #fff;
}

#static-content .description-overlay {
    width: auto;
    margin-left: auto;
}

#static-content .sc-con p {
    font-weight: normal;
    font-size: 130%;
    font-family: 'Nexa';
    line-height: initial;
}

@media (min-width: 767px) {
    #static-content .sc-con h3 {
        text-align: center;
    }

    #static-content .sc-con p {
        text-align: justify;
    }

    .hide-lg {
        display: none !important;
    }
}


/* Mouse */
@-webkit-keyframes ani-mouse {
     0% {
         opacity: 1;
         top: 9%;
     }
     15% {
         opacity: 1;
         top: 95%;
     }
     50% {
         opacity: 0;
         top: 50%;
     }
     100% {
         opacity: 0;
         top: 29%;
     }
}

@-moz-keyframes ani-mouse {
     0% {
         opacity: 1;
         top: 9%;
     }
     15% {
         opacity: 1;
         top: 95%;
     }
     50% {
         opacity: 0;
         top: 50%;
     }
     100% {
         opacity: 0;
         top: 29%;
     }
}

@keyframes ani-mouse {
     0% {
         opacity: 0.3;
         top: 1%;
     }
     15% {
         opacity: 1;
         top: 75%;
     }
     50% {
         opacity: 0;
         top: 90%;
     }
     100% {
         opacity: 0;
         top: 20%;
     }
}

.scroll-btn {
     display: block;
     position: absolute;
     left: 0;
     right: 0;
     text-align: center;
}

.scroll-btn > * {
     display: inline-block;
     line-height: 18px;
     font-size: 13px;
     font-weight: normal;
     color: #7f8c8d;
     color: #ffffff;
     font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
     letter-spacing: 2px;
}

.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
    color: #ffffff;
}

.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
     opacity: 0.8;
     filter: alpha(opacity=80);
}

.scroll-btn .mouse {
     position: relative;
     display: block;
     width: 35px;
     height: 55px;
     margin: 0 auto 20px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     border: 3px solid white;
     border-radius: 23px;
}

.scroll-btn .mouse > * {
     position: absolute;
     display: block;
     top: 29%;
     left: 50%;
     width: 8px;
     height: 8px;
     margin: -4px 0 0 -4px;
     background: white;
     border-radius: 50%;
     -webkit-animation: ani-mouse 3.5s linear infinite;
     -moz-animation: ani-mouse 3.5s linear infinite;
     animation: ani-mouse 3.5s linear infinite;
}

.scroll-container {
    z-index: 3;
    position: absolute;
    bottom: 115px;
    min-width: 25px;
    width: 100%;
}

.scroll-container p {
    padding-bottom: 10px;
    display: block;
}
/* end mouse */

.h2-overlay-title {
    font-size: 2em;
    margin-bottom: 20px;
    font-weight: bold;
}

.grayscale {
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.no-grayscale {
    filter: none;
    -moz-filter: none;
    -o-filter: none;
    -webkit-filter: none;
}

.portfolio-row {
    height: 100%;
}

.portfolio-row div[class^="col-"] {
    padding: 0;
}

.portfolio-column {
    cursor: pointer;
    height: 100%;
}

.portfolio-column-text {
    position: absolute;
    bottom: 15%;
    width: 100%;
    color: #fff;
    font-size: 192%;
}

.portfolio-column-col-1,
.portfolio-column-col-2,
.portfolio-column-col-3,
.portfolio-column-col-4 {
    display:none;
    height: 100%;
}

@media (max-width: 767px) {
    .portfolio-row {
        height: 100%;
    }

    .portfolio-column {
        cursor: pointer;
        height: 100%;
    }

    .portfolio-column-col-1,
    .portfolio-column-col-2,
    .portfolio-column-col-3,
    .portfolio-column-col-4 {
        display:none;
        height: 50%;
    }

    .portfolio-column-text {
        bottom: 3%;
        font-size: 22px;
        padding: 10px;
    }
}

.above-footer h3 {
    /*display: none;*/
    /*margin-left: -200px;*/
}

.intermediate {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    text-align: center;
    font-size: 800%;
    font-weight: bold;
    color: #fff;
    z-index:9999;
    display: one;
    top: 0;
}

@keyframes animatedBackground {
    from { background-position: 0 0; }
    to { background-position: 100% 0; }
}

span.anim   {
    background-image: none;
    background-position:100% 50%;
    background-repeat: repeat-x;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
    margin-top: 10%;
    display: block;
    animation: animatedBackground 5s linear infinite;
    opacity:0;
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    height: 100%;
}

span.anim span.first,
span.anim span.second {
    position: absolute;
    background-image: none;
    background-position:100% 50%;
    background-repeat: repeat-x;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
    animation: animatedBackground 40s linear infinite;
    bottom: -3%;
    width: 100%;
    display: block;
    padding: 0 5%;
    text-align: center;
}

span.anim span.first {
    left: 0;
}

@media (max-width: 767px) {
    .intermediate {
        font-size: 400%;
    }

    span.anim {
        margin-top: 33%;
    }

    span.anim span.first {
        left: 0;
    }
}

span.anim span{
    /*bottom: -50%;*/
}
/*
span.theline {
    top: auto;
    bottom: calc(100% - 30px);
    -webkit-transform-origin: top;
    transform-origin: top;
    transform: rotate(90deg);
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: 1px solid #fff;
    z-index: 1;
    opacity: 0;
}
*/
a.view-more {
    color: #dddddd;
    position: fixed;
    left: 40px;
    top: 5px;
}
a.view-more:hover {
    color: #ffffff;
}

.vmore_holder .fa-stack {
    zoom: 100%;
    position: fixed;
    background: rgba(255,255,255,1);
    border-radius: 50%;
}

.animate-h3 {
    -webkit-animation: leftToRight 5s infinite; /* Chrome, Safari, Opera */
    -webkit-animation-direction: alternate; /* Chrome, Safari, Opera */
    animation: leftToRight 5s infinite;
    animation-direction: alternate;
}

@-webkit-keyframes leftToRight {
    0%   {left: 0px; top: 0px;}
    25%  {left: 200px; top: 0px;}
    50%  {left: 200px; top: 200px;}
    75%  {left: 0px; top: 200px;}
    100% {left: 0px; top: 0px;}
}

@keyframes leftToRight {
    0%   {left: 0px; top: 0px;}
    25%  {left: 200px; top: 0px;}
    50%  {left: 200px; top: 200px;}
    75%  {left: 0px; top: 200px;}
    100% {left: 0px; top: 0px;}
}

#section6 .section-layer p {
    font-size: 17px;
}


.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}


/* One layer effect (effect-1) */

.anim--effect-1 .page:first-child {
 background: #605BD4;
}

.anim--effect-1 .page:nth-child(2) {
 background: #FF6EAE;
}

.anim--effect-1 .revealer--animate .revealer__layer {
 -webkit-animation: anim-effect-1 1.5s cubic-bezier(0.2, 1, 0.3, 1) forwards;
 animation: anim-effect-1 1.5s cubic-bezier(0.2, 1, 0.3, 1) forwards;
}

@-webkit-keyframes anim-effect-1 {
 0% {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }
 35%,
 65% {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
 }
 100% {
  -webkit-transform: translate3d(0, -200%, 0);
  transform: translate3d(0, -200%, 0);
 }
}

@keyframes anim-effect-1 {
 0% {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }
 35%,
 65% {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
 }
 100% {
  -webkit-transform: translate3d(0, -200%, 0);
  transform: translate3d(0, -200%, 0);
 }
}

.menuscale_open .fa-circle-thin {
    transform: scale(1.0);
    transition: all .1s ease-in-out;
}

.menuscale_open:hover .fa-circle-thin {
    transform: scale(1.2);
}

ul.submenu {
    position: absolute;
    top: calc(0% + 6em);
    z-index: 1;
    opacity: 0;
}

ul.submenu li.submenu-goto {
    opacity: 1;
    text-align: left;
}

ul.submenu li a img {
    width: 30px;
    height: 1px;
    vertical-align: middle;
    /*transition: all .1s linear;*/
}

.vmore_holder {
    opacity: 0;
}
/*
ul.submenu li a:hover img {
    transform: scaleX(3);
}*/

/* spinner */
.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;

  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

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

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/* endspinner */

/* 5 grid */
.FiveGrid:before,
.FiveGrid:after {
    content: '';
    display: table;
}

.FiveGrid:after {
    clear: both;
}

.spot {
    float: left;
    overflow: hidden;
}

.spot1 {
    width: 40%;
}

.spot2 {
    width: 40%;
}

.spot3 {
    width: 20%;
}

.spot4 {
    width: 20%;
}

.spot5 {
    width: 40%;
}

.galImg {
    position: relative;
    height: 0;
    width: 100%;
    overflow: hidden;
    padding-top: 115%;
    cursor: pointer;
}

.spot2 .galImg,
.spot5 .galImg {
    padding-top: 57.5%;
}

.galImg img {
    display: block;
    position: absolute;
    top: 0;
    left: -1%;
    width: 102%;
    max-width: initial;
    height: auto;
    -webkit-transition: -webkit-transform 1s, opacity 0.5s ease-out !important;
    transition: transform 1s, opacity 0.5s ease-out !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.spot:hover .galImg img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.load-on-activate {
    opacity: 0;
}

.load-on-activate.visible {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}

.load-on-activate.loading {
    opacity: 0 !important;
}

.GallerySlider {
    display: none;
}
@media screen and (max-width: 767.5px) {

    .FiveGrid {
        display: none;
    }
    /* Slider */
    .slider {
        display: block;
        position: relative;
        overflow: hidden;
    }

    .slider .outter {
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    .slider .item {
        position: relative;
        float: left;
        overflow: hidden;
    }

    .slider .nav {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: center;
        z-index: 2;
    }

    .slider .nav i {
        position: relative;
        display: inline-block;
        width: 25px;
        height: 30px;
        margin: 2px;
    }

    .slider .nav i:after {
        content: '';
        position: absolute;
        display: inline-block;
        top: 50%;
        left: 50%;
        width: 8px;
        height: 8px;
        border-radius: 4px;
        opacity: .8;
        margin: -4px 0 0 -4px;
        background-color: #444;
        -webkit-transition: opacity .8s, background-color .8s;
        transition: opacity .8s, background-color .8s;

    }

    .slider .nav i.active:after {
        opacity: 1;
        background-color: #fff;
    }

    .GallerySlider img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: auto;
        overflow: hidden;
    }
}

.galImg .overlay {
    width: 80%;
    height: 80%;
    position: absolute;
    background: rgba(0,0,0,0.8);
    top: 10%;
    left: 10%;
    text-align: center;
}

.galImg .overlay .overlay-content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Nexa', sans-serif;
    font-size: 333%;
    font-weight: bold;
}

/* fluid 5 columns */
.isotope-grid .grid-sizer,
.isotope-grid .grid-item { width: 20%; opacity: 1; }
/* 2 columns wide */
.isotope-grid .grid-item--width2 { width: 40%; }

.portfolioscale_close i.icon {
    cursor: pointer;
}

.overlay-menu {
    display: none;
}

.overlay-ul {
    display: inline-block;
}

.overlay-ul li {
    float: left;
    padding: 5px 10px;
}

@media screen and (max-width: 767.5px) {
    .overlay-ul li {
        float: none;
        padding: 5px 10px;
        display: inline-block;
    }

    .overlay-menu {
        width: 80%;
        margin: 0 auto;
    }
}

img.eye-close {
    max-height: 12px;
    margin-left: 7px;
    margin-bottom: 2px;
}

#fadeandscale_background {
    z-index: 1 !important;
}

.scrollfix {
  display: none!important;
}

/*
div#portfolioscale_wrapper a.portfolioscale_close {
    font-size: 150%;
    text-shadow: 1px 2px #333;
    font-weight: bold;
}*/

