@charset "UTF-8";

:root {
  --backgroundColor: #fafafa;
  --cardFilmBgColor: #dddddd;
  --textColor: #3d4b56;
  --highlightColor: #eeeeee;
  --linkColor: 61, 75, 86;
  --gutter: 16px;
  --minWidth: 200px;
  --maxWidth: 1fr;
  /*
  1. 1:1 - 100%
  2. 16:9 - 56.25%
  3. 4:3 - 75%
  4. 3:2 - 66.66%
  5. 8:5 - 62.5%
  6. 27:40 - 148.148%
  */
  --ratio: 141.449%;
  --radius: 5px;
  --transition-time: 500ms;
}

/*
################

Fonts

################
*/

@font-face {
  font-family: 'play';
  src: url('../fonts/play.woff2') format('woff2'),
       url('../fonts/play.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/*
################

Reset

################
*/

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

/* Remove the stupid outer glow in Webkit */
input:focus {
   outline: 0;
}

body {
   min-height: 300vh;
   text-rendering: optimizeSpeed;
   line-height: 1.3;
   font-family: "Montserrat", sans-serif;
   font-optical-sizing: auto;
   font-weight: 400;
   font-style: normal;
   color: rgba(255,255,255,1.0);
   background-color: #191d28;
   margin: 0;
   padding: 0;
   overflow-x: hidden;
}

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

ul {
   list-style: none;
}


#diag {
   position: fixed;
   left: 10px;
   top: 10px;
   z-index: 10;
   text-shadow: 1px 1px 1px #fff;
}

#grid {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
   grid-template-rows: auto auto;
   grid-template-areas:
      "titles titles titles titles image image image"
      "desc desc desc desc image image image";
   height: 100vh;
   background-color: #191d28;
}

#gridMobile {
   display: none;
   height: 100vh;
}

@media (min-width: 1px) and (max-width: 768px) {
   #grid {
      display: none;
   }
   #gridMobile {
      display: block;
      position: relative;
   }
   #gridMobile span {
      font-family: Arial, Helvetica, sans-serif;
      opacity: 0.6;
   }
   #mobileLogo {
      position: absolute;
      top: 20px;
      left: 20px;
      font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-weight: 700;
      font-style: normal;
      opacity: 1.0;
      color: #fff;
      font-size: 40px;
      text-transform: uppercase;
      z-index: 2;
   }
   #mobilePhoto {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: url(../images/lb_profile.jpg) no-repeat;
      background-size: cover;
      width: 100%;
      height: auto;
   }
   #mobileDesc {
      position: absolute;
      bottom: 90px;
      left: 30px;
      right: 30px;
   }
   #mobileTitlesGroup {
      margin-bottom: 30px;  
   }
}

#logo {
   width: 150px;
   height: 150px;
   position: fixed;
   top: 70px;
   left: 70px;
   z-index: 2;
   background-image: url(../images/logo.svg);
   background-repeat: no-repeat;
   transition: all 1000ms;
}

#titles {
  grid-area: titles;
  color: rgba(255,255,255,1.0);
}

#titlesGroup {
   position: relative;
   top: 200px;
   left: 70px;
}

#titlesGroup div {
   font-size: 18px;
   opacity: 0.7;
}

#image {
  grid-area: image;
  background-image: url(../images/lb_profile.jpg);
  background-size: cover;
  background-position: center center;
  transform-origin: bottom right;
  z-index: 1;
}

#desc {
  grid-area: desc;
  padding: 70px;
  justify-content: end;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  opacity: 1.0;
  color: #888;
  align-self: end;
}

#desc > div > span {
   font-family: Arial, Helvetica, sans-serif;
   opacity: 0.6;
}


/*
################

Videó

################
*/

#parallaxVideo {
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
}

#videoPlaceholder {
   position: relative;
   height: 100vh;
}

#vimeoVoiceControl {
   position: fixed;
   background: url(../images/unmute.svg) no-repeat rgba(255,255,255,0.1) center center;
   width: 24px;
   height: 24px;
   padding: 30px;
   border-radius: 50%;
   cursor: pointer;
   transition: all 500ms;
   top: 100px;
   right: -200px;
   z-index: 5;
}

#vimeoVoiceControl.muted {
   background: url(../images/mute.svg) no-repeat rgba(255,255,255,0.1) center center;
}

@media (min-width: 1px) and (max-width: 768px) {
   #vimeoVoiceControl {
      position: relative;
      top: unset;
      right: unset;
      bottom: 50px;
      left: 50px;
   }
}

/*
################

Címsor

################
*/

.title {
   background-color: #191d28;
   padding-bottom: 10px;
}

.title h2 {
   text-align: center;
   text-transform: uppercase;
   font-size: 14px;
   letter-spacing: 10px;
   display: grid;
   grid-template-columns: 1fr auto 1fr;
   grid-template-rows: 11px 0;
   grid-gap: 22px;
   max-width: 310px;
   margin: 0 auto;
   transition: all 500ms;
   opacity: 0.3;
}

.title h2:after, .title h2:before {
   content: " ";
   display: block;
   border-bottom: 1px solid #fff;
   background-color:#191d28;
}


/*
################

Galéria

################
*/

#gallery {
   background-color: #191d28;
}

#gallery > .title {
   padding-top: 40px;
}

#galleryList {
   display: grid;
   grid-gap: 1vw;
   width: 100%;
   row-gap: 3vw;
   column-gap: 3vw;
   grid-template-columns: repeat(3, 1fr);
   padding: 0 50px 80px 50px;
   transition: all var(--transition-time);
}

.galleryItem img {
   width: 100%;
}

@media (min-width: 1280px) {
   #galleryList {
      grid-template-columns: 1fr 1fr 1fr;
   }
}

@media (min-width: 769px) and (max-width: 1279px) {
   #galleryList {
      grid-template-columns: 1fr 1fr;
   }
}

@media (min-width: 0px) and (max-width: 768px) {
   #galleryList {
      grid-template-columns: 1fr;
   }
}



/*
################

Partners

################
*/

#partners {
   background: #191d28;
   position: relative;
}

#partners .wrapper {
   padding: 0 50px 80px 50px;
}

.partnersBorder {
   width: 100%;
   margin-inline: auto;
   height: 70px;
   position: relative;
   overflow: hidden;
   mask-image: linear-gradient(
      to right,
       rgba(0, 0, 0, 0),
       rgba(0, 0, 0, 1) 20%,
       rgba(0, 0, 0, 1) 80%,
       rgba(0, 0, 0, 0)
   );
   padding: 0;
}

@keyframes scrollLeft {
   to {
      left: -150px;
   }
}

@keyframes scrollRight {
   to {
      right: -150px;
   }
}

.itemLeft {
   width: 150px;
   height: 70px;
   position: absolute;
   animation-timing-function: linear;
   animation-duration: 90s;
   animation-iteration-count: infinite;
}

.itemLeft {
   left: max(calc(160px * 21), 100%);
   animation-name: scrollLeft;
   filter: grayscale(100%) opacity(100%);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: contain;
}

.item1 {
   animation-delay: calc(90s / 21 * (30 - 1) * -1);
   background-image: url(../images/references/market.png);
}

.item2 {
   animation-delay: calc(90s / 21 * (30 - 2) * -1);
   background-image: url(../images/references/mapei.svg);
}

.item3 {
   animation-delay: calc(90s / 21 * (30 - 3) * -1);
   background-image: url(../images/references/nfi.svg);
}

.item4 {
   animation-delay: calc(90s / 21 * (30 - 4) * -1);
   background-image: url(../images/references/media_markt.svg);
}

.item5 {
   animation-delay: calc(90s / 21 * (30 - 5) * -1);
   background-image: url(../images/references/rg.svg);
}

.item6 {
   animation-delay: calc(90s / 21 * (30 - 6) * -1);
   background-image: url(../images/references/friesland.svg);
}

.item7 {
   animation-delay: calc(90s / 21 * (30 - 7) * -1);
   background-image: url(../images/references/ubisoft.svg);
}

.item8 {
   animation-delay: calc(90s / 21 * (30 - 8) * -1);
   background-image: url(../images/references/tv2.svg);
}

.item9 {
   animation-delay: calc(90s / 21 * (30 - 9) * -1);
   background-image: url(../images/references/beres.svg);
}

.item10 {
   animation-delay: calc(90s / 21 * (30 - 10) * -1);
   background-image: url(../images/references/egis.svg);
}

.item11 {
   animation-delay: calc(90s / 21 * (30 - 11) * -1);
   background-image: url(../images/references/dhl.svg);
}

.item12 {
   animation-delay: calc(90s / 21 * (30 - 12) * -1);
   background-image: url(../images/references/axn.svg);
}

.item13 {
   animation-delay: calc(90s / 21 * (30 - 13) * -1);
   background-image: url(../images/references/telekom.svg);
}

.item14 {
   animation-delay: calc(90s / 21 * (30 - 14) * -1);
   background-image: url(../images/references/vw.svg);
}

.item15 {
   animation-delay: calc(90s / 21 * (30 - 15) * -1);
   background-image: url(../images/references/hbo.svg);
}

.item16 {
   animation-delay: calc(90s / 21 * (30 - 16) * -1);
   background-image: url(../images/references/universal.svg);
}

.item17 {
   animation-delay: calc(90s / 21 * (30 - 17) * -1);
   background-image: url(../images/references/austrotherm.svg);
}

.item18 {
   animation-delay: calc(90s / 21 * (30 - 18) * -1);
   background-image: url(../images/references/zwack.svg);
}

.item19 {
   animation-delay: calc(90s / 21 * (30 - 19) * -1);
   background-image: url(../images/references/voroskereszt.svg);
}

.item20 {
   animation-delay: calc(90s / 21 * (30 - 20) * -1);
   background-image: url(../images/references/warner.svg);
}

.item21 {
   animation-delay: calc(90s / 21 * (30 - 21) * -1);
   background-image: url(../images/references/heineken.svg);
}

/*
################

Representation

################
*/

#representation {
   position: relative;
   background-color: #191d28;
}

#representationDetails {
   text-align: center;
   color: #fff;
   padding-bottom: 80px;
   background-color: #191d28;
   transition: all var(--transition-time);
}

#representation .title {
   padding-bottom: 35px;
}

#representation .title h2 {
   text-align: center;
   text-transform: uppercase;
   font-size: 14px;
   letter-spacing: 10px;
   display: grid;
   grid-template-columns: 1fr auto 1fr;
   grid-template-rows: 11px 0;
   grid-gap: 22px;
   max-width: 360px;
   margin: 0 auto;
   transition: all 500ms;
   opacity: 0.3;
}

#representation .title h2:after, #representation .title h2:before {
   content: " ";
   display: block;
   border-bottom: 1px solid #fff;
   background-color:#191d28;
   position: relative;
   top: 3px;
}


#representationDetails p {
   display: block;
   font-size: 12px;
   letter-spacing: 2px;
   color: #fff;
   opacity: 0.3;
   text-transform: uppercase;
   text-decoration: none;
   transition: all var(--transition-time);
   font-weight: 300;
}

#representationDetails p span {
   font-weight: 600;
}

#representationDetails  a {
   display: block;
   margin-bottom: 5px;
   font-size: 12px;
   letter-spacing: 2px;
   color: #fff;
   opacity: 0.3;
   text-transform: uppercase;
   text-decoration: none;
   transition: all var(--transition-time);
   font-weight: 300;
}

#representationDetails a:hover {
   opacity: 1.0;
}

/*
################

Contacts

################
*/

#contactDetails {
   text-align: center;
   color: #fff;
   padding-bottom: 80px;
   background-color: #191d28;
   transition: all var(--transition-time);
}

#contactDetails a {
   display: inline-block;
   margin-bottom: 5px;
   font-size: 12px;
   letter-spacing: 2px;
   color: #fff;
   opacity: 0.3;
   text-transform: uppercase;
   text-decoration: none;
   transition: all var(--transition-time);
   margin-right: 50px;
   font-weight: 300;
}

#contactDetails a:hover {
   opacity: 1.0;
}

#contactDetails a:last-child {
   margin-right: 0;
}

#contactDetails a {
   position: relative;
}

#contactDetails a.fb:before {
   position: absolute;
   content: "";
   display: block;
   width: 28px;
   height: 28px;
   background: url(../images/socialFacebook.svg) no-repeat;
   top: -6px;
   left: -28px;
}

#contactDetails a.insta:before {
   position: absolute;
   content: "";
   display: block;
   width: 28px;
   height: 28px;
   background: url(../images/socialInstagram.svg) no-repeat;
   top: -6px;
   left: -33px;
}


/*
################

Prizes

################
*/


#prizes {
   background-color: #191d28;
}

#prizesList {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr 1fr;
   justify-items: center;
   background-color: #191d28;
   padding: 0 0 80px 0;
   transition: all var(--transition-time);
   gap: 40px;
}

@media (min-width: 1280px) {
   #prizesList {
      grid-template-columns: repeat(3, 1fr);
   }
}

@media (min-width: 769px) and (max-width: 1279px) {
   #prizesList {
      grid-template-columns: repeat(2, 1fr);
   }
}

@media (min-width: 481px) and (max-width: 768px) {
   #prizesList {
      grid-template-columns: 1fr;
   }
}

@media (min-width: 0px) and (max-width: 480px) {
   #prizesList {
      grid-template-columns: 1fr;
   }
}

.prize {
   width: 270px;
   text-align: center;
}

.prize img {
   width: 120px;
   height: auto;
   margin-bottom: 5px;
}

.bigTitle {
   font-family: "Montserrat", sans-serif;
   font-weight: 600;
   color: #fff;
   opacity: 0.3;
   text-transform: uppercase;
   font-size: 12px;
   letter-spacing: 2px;
   margin-bottom: 5px;
}

.smallTitle {
   font-family: "Montserrat", sans-serif;
   font-weight: 400;
   color: #fff;
   opacity: 0.3;
   text-transform: uppercase;
   font-size: 12px;
   letter-spacing: 2px;
}




article {
  margin-bottom: 40px;
}

article a {
   display: block;
   text-decoration: none;
   color: rgba(61,75,86,1.0);
   margin-bottom: 10px;
}

article h3 {
   font-family: "Montserrat", sans-serif;
   font-weight: 400;
   color: #fff;
   opacity: 0.3;
   text-transform: uppercase;
   font-size: 12px;
   letter-spacing: 2px;
}

.commercial {
  background-size: cover;
  background-position: center center;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.overhide {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: rgba(61,75,86,.5);
  opacity: 0;
  transition: opacity var(--transition-time);
  height:100%;
  border-radius: var(--radius);
}

.overhide:hover  {
   opacity: 1;
}

.play {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: var(--backgroundColor);
  border-radius: 50%;
  font-family: 'play';
  font-size: 20px;
}

/*lightbox global styles*/
.s-lightbox-container{
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.s-lightbox-container, .s-lightbox-container *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.s-lightbox-hidden-scroll{
    overflow: hidden;
}
.s-lightbox-overlay,
.s-lightbox-wrapper{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.s-lightbox-overlay{
    background-color: rgba(30,30,30,.8);
}



/*lightbox navigation styles*/
.s-lightbox-navigation-prev{
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.s-lightbox-navigation-next{
    right: 0;
}
.s-lightbox-navigation-prev,
.s-lightbox-navigation-next{
    position: absolute;
    width: 56px;
    height: 100px;
    top: 50%;
    background-color: transparent;
    margin-top: -50px;
    border: 0;
    cursor: pointer;
    outline: none;
}
.s-lightbox-navigation-prev:after{
    content: "";
    position: absolute;
    top: 27px;
    width: 46px;
    height: 46px;
    left: 0;
    background-color: rgba(30,30,30,.6);
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 24px 24px;
}
.s-lightbox-navigation-next:after{
    content: "";
    position: absolute;
    top: 27px;
    width: 46px;
    height: 46px;
    left: 0;
    background-color: rgba(30,30,30,.6);
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 24px 24px;
}



/*lightbox viewer and items styles*/
.s-lightbox-viewer{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.s-lightbox-items{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.s-lightbox-item{
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    transition-duration: 0s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);

}
.s-lightbox-item-first{
    transform: translate(-100%, 0);
}
.s-lightbox-item-active{
    transform: translate(0, 0);
}
.s-lightbox-item-last{
    transform: translate(100%, 0);
}
.s-lightbox-close-overlay .s-lightbox-item-active{
    cursor: pointer;
}
.s-lightbox-item-container{
    left: 60px;
    top: 60px;
    right: 60px;
    bottom: 60px;
    position: absolute;
    display: block;
    /*overflow: hidden;*/
}
.s-lightbox-item-box{
    position: absolute;
    cursor: default;
    opacity: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transform: scale(0.8);
    transition-duration: .2s;
    transition-property: transform opacity;
    transition-timing-function: ease-in-out;
}
.s-lightbox-draggable-content{
    cursor: grab;
    -khtml-user-drag: element;
    -webkit-user-drag: element;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.s-lightbox-zoomable{
    cursor: zoom-in;
}
.s-zoom-active{
    cursor: grab;
}
.s-lightbox-content-box{
    opacity: 0;
    position: relative;
    cursor: default;
    text-align: left;
}
.s-lightbox-view-html{
    padding: 30px;
    background-color: #FFF;
    text-align: left;
}
.s-lightbox-item-image{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    left: 0;
    top: 0;
    max-width: none;
    max-height: none;
}
.s-lightbox-viewer-border .s-lightbox-item-box{
    border: solid 7px #FFF;
    border-radius: 2px;
}
.s-lightbox-youtube-iframe,
.s-lightbox-vimeo-iframe,
.s-lightbox-content-iframe,
.s-lightbox-dailymotion-iframe,
.s-lightbox-googlemap-iframe{
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
}
.s-lightbox-content-iframe{
    background-color: #FFF;
}
.s-lightbox-caption {
  position: relative;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: 10px;
  color: #fff;
}
.s-lightbox-caption p {
   margin: 0;
}



/*close buton styles*/
.s-lightbox-closer{
    position: absolute;
    width: 46px;
    height: 46px;
    border: 0;
    background-color: rgba(30,30,30,.6);
    right: 10px;
    top: 10px;
    cursor: pointer;
    outline: none;
}
.s-lightbox-closer:before, .s-lightbox-closer:after {
    position: absolute;
    left: 22px;
    top: 10px;
    content: '';
    height: 26px;
    width: 2px;
    background-color: #FFF;
}
.s-lightbox-closer:before {
    transform: rotate(45deg);
}
.s-lightbox-closer:after {
    transform: rotate(-45deg);
}

.s-lightbox-closer:hover,
.s-lightbox-navigation-prev:hover:after,
.s-lightbox-navigation-next:hover:after,
.s-lightbox-fullscreen:hover{
    background-color: rgba(0,0,0,.6);
}




/*fullscreen buttons styles*/
.s-lightbox-fullscreen{
    position: absolute;
    width: 46px;
    height: 46px;
    border: 0;
    background-color: rgba(30,30,30,.4);
    right: 10px;
    top: 66px;
    cursor: pointer;
    outline: none;
}
.s-lightbox-fullscreen .s-lightbox-fullscreen-container{
    position:absolute;
    width:24px;
    height:20px;
    top:13px;
    left: 11px;
}
.s-lightbox-fullscreen .s-lightbox-fullscreen-container span{
    position: absolute;
}
.s-lightbox-fullscreen .s-lightbox-fullscreen-container span:before,
.s-lightbox-fullscreen .s-lightbox-fullscreen-container span:after{
    position: absolute;
    background-color: rgba(255,255,255,.4);
    content: '';
}

.s-lightbox-fullscreen .s-lightbox-fullscreen-container span:nth-child(1){
    left:0;
    top:0;
    width:6px;
    height:6px;
}
.s-lightbox-fullscreen .s-lightbox-fullscreen-container span:nth-child(1):before{
    width:6px;
    height:2px;
    left: 0;
    top: 0;
}
.s-lightbox-fullscreen .s-lightbox-fullscreen-container span:nth-child(1):after{
    width:2px;
    height:4px;
    left: 0;
    top: 2px;
}

.s-lightbox-fullscreen .s-lightbox-fullscreen-container span:nth-child(2){
    top:0;
    right:0;
    width:6px;
    height:6px;
}
.s-lightbox-fullscreen .s-lightbox-fullscreen-container span:nth-child(2):before{
    width:6px;
    height:2px;
    right: 0;
    top: 0;
}
.s-lightbox-fullscreen .s-lightbox-fullscreen-container span:nth-child(2):after{
    width:2px;
    height:4px;
    right:0;
    top: 2px;
}

.s-lightbox-fullscreen .s-lightbox-fullscreen-container span:nth-child(3){
    bottom:0;
    left:0;
    width:6px;
    height:6px;
}
.s-lightbox-fullscreen .s-lightbox-fullscreen-container span:nth-child(3):before{
    width:6px;
    height:2px;
    bottom:0;
    left:0;
}
.s-lightbox-fullscreen .s-lightbox-fullscreen-container span:nth-child(3):after{
    width:2px;
    height:4px;
    bottom:2px;
    left:0;
}

.s-lightbox-fullscreen .s-lightbox-fullscreen-container span:nth-child(4){
    bottom:0;
    right:0;
    width:6px;
    height:6px;
}
.s-lightbox-fullscreen .s-lightbox-fullscreen-container span:nth-child(4):before{
    width:6px;
    height:2px;
    bottom:0;
    right:0;
}
.s-lightbox-fullscreen .s-lightbox-fullscreen-container span:nth-child(4):after{
    width:2px;
    height:4px;
    bottom:2px;
    right:0;
}

.s-lightbox-fullscreen .s-lightbox-fullscreen-container span:nth-child(5){
    left:6px;
    top:6px;
    width:12px;
    height:8px;
    background-color: rgba(255,255,255,.4);
}





/*pager info style*/
.s-lightbox-page-info{
    position: absolute;
    width: 70px;
    height: 30px;
    border: 0;
    background-color: rgba(0,0,0,.8);
    cursor: default;
    outline: none;
    left: 50%;
    margin-left: -35px;
    bottom: 0;
    color: rgba(255,255,255,.6);
    line-height: 30px;
    text-align: center;
    font-size: 12px;
}
.s-lightbox-page-info > span{
    font-weight: bold;
    color: rgba(255,255,255,.8);
}








/*mobile size styles*/
@media only screen and (max-width: 768px) {
    .s-lightbox-item-container{
        left: 10px;
        top: 10px;
        right: 10px;
        bottom: 10px;
    }
    .s-lightbox-closer,
    .s-lightbox-navigation-prev:after,
    .s-lightbox-navigation-next:after{
        background-color: rgba(30,30,30,.8);
    }
    .s-lightbox-fullscreen{
        right: 66px;
        top: 10px;
    }
}




/*loader types*/

/*type 1*/
.s-lightbox-loader-type1 {
  width: 40px;
  height: 40px;
  background-color: rgba(255,255,255,.9);
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;

  -webkit-animation: loader-type1 1.2s infinite ease-in-out;
  animation: loader-type1 1.2s infinite ease-in-out;
}

@-webkit-keyframes loader-type1 {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes loader-type1 {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


/*loader type 2*/
.s-lightbox-loader-type2,
.s-lightbox-loader-type2:after {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.s-lightbox-loader-type2 {
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  position: absolute;
  text-indent: -9999em;
  border-top: 5px solid rgba(255,255,255, 0.4);
  border-right: 5px solid rgba(255,255,255, 0.4);
  border-bottom: 5px solid rgba(255,255,255, 0.4);
  border-left: 5px solid rgba(255,255,255, 0.9);;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loader-type2 1.1s infinite linear;
  animation: loader-type2 1.1s infinite linear;
}
@-webkit-keyframes loader-type2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-type2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes lb-closeDownEffect {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 400px, 0);
    transform: translate3d(0, 400px, 0);
  }
}

@keyframes lb-closeDownEffect {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 400px, 0);
    transform: translate3d(0, 400px, 0);
  }
}


@-webkit-keyframes lb-fadeOutEffect {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes lb-fadeOutEffect {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}



/*lightbox close effect styles*/
.s-lightbox-closeEffect .s-lightbox-item-active .s-lightbox-item-container {
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;

  -webkit-animation-name: lb-closeDownEffect;
  animation-name: lb-closeDownEffect;
}

.s-lightbox-closeEffect .s-lightbox-overlay{
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;

  -webkit-animation-name: lb-fadeOutEffect;
  animation-name: lb-fadeOutEffect;
}
.s-lightbox-closeEffect .s-lightbox-navigation,
.s-lightbox-closeEffect .s-lightbox-closer,
.s-lightbox-closeEffect .s-lightbox-fullscreen,
.s-lightbox-closeEffect .s-lightbox-page-info{
    display: none;
}