.backImg{
  background-position: center;
  background-size: cover;
}
.backBottom{
  background-position: center top !important;
}
.backImg>.texture{
  z-index: -1;
  opacity: 0.1; }
/* About */
section>.texture{
  position: absolute;
  opacity:0.05;
}
#aboutCover{ background-image: url('../img/covers/about-cover-mobile.jpg'); }
#aboutCover>h1{
  position: absolute;
  font-family: 'Merriweather', serif;
  font-size: 5vh;
  width: 160px;
  text-align: center;
  top:80px;
  left: calc(50% - 80px);
}
#aboutRulebook{
  background: #fff;
  padding: 75px 0 50px 0;
  box-sizing:content-box;
  overflow-y: hidden;
}
#aboutRulebook>.texture,
#teamAbout>.texture,
#aboutRulebook>div>h2{
  font-family: 'Merriweather', serif;
  font-size: 5.6vh;
  text-align: center;
}
.marginAbout{
  position: relative;
  width: calc(100% - 150px);
  height: 100%;
  margin: 0 auto;
  z-index: 100;
}
#pointsRulebook{
  margin: 50px auto;
  position: relative;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#pointsRulebook>li{
  text-align: center;
  color:#007799;
  margin: 20px auto;
  max-width: 200px;
}
/* Video About */
#videoWrap{
  position: relative;
  width: 100%;
  height: 300px;
  background: #fff;
  overflow-y: hidden;
  cursor:none;
}
#videoWrap>video{
  width: 100%;
}

#sliderAboutMobile{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #293376;
  overflow: hidden;
}
#sliderAboutMobile>div{
  position: absolute;
  top: 0;
  left: 0;
  width: 600vw;
  height: 100%;
  background: none;
}
#sliderAboutMobile>div>li{
  width: 100vw;
  height: 100;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#videoWrap>.texture{ opacity: 0.09; }
#interfaceVideoAbout{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#interfaceVideoAbout>#phrase{
  position: absolute;
  width: 100vw;
  height: 90%;
}
#interfaceVideoAbout>#phrase>h4{
  font-family: 'Merriweather', serif;
  font-size: 4vh;
  text-align: center;
  opacity: 0;
}
.wrapIc{
  position: absolute;
  bottom:0;
  right:0;
  width: 150px;
  height: 150px;
}
.wrapIc>img{
  position: absolute;
  width: 100px;
  height: 100px;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  position: absolute;
  outline : none;
}
.wrapIc>img:first-child{
  -webkit-animation: rotateLoop 5s linear infinite;
  -moz-animation: rotateLoop 5s linear infinite;
  -ms-animation: rotateLoop 5s linear infinite;
  -o-animation: rotateLoop 5s linear infinite;
  animation: rotateLoop 5s linear infinite;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  outline : none;
}
#counterThumbs{
  position: absolute;
  overflow:hidden;
  top: 10px;
  left:10px;
  width: 100px;
  padding:20px 5px;
  height: 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: #34D07C;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#counterThumbs>p{
  font-family: 'Avenir Black', sans-serif;
  font-size: 1.5rem;
  color:#fff;
  margin: 5px;
}
#teamAbout{
  background: #fff;
  height: auto;
  padding-bottom: 50px;
  padding-top: 50px;
}
#phrase{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#phrase>p{
  color: #34D07C;
  font-size: 2.5vh;
  font-family: 'Merriweather', serif;
  opacity: 0;
}
#teamAbout>div{
  text-align: center;
  overflow: hidden;
}
#teamAbout>div>p{
  text-align: center;
  margin: 0 auto;
  width: 100%;
  line-height: 1.8;
  color:#007799;
}
#teamAbout>div>h3{
  font-family: 'Merriweather', serif;
  text-align: center;
  margin: 10px auto;
  color: #007799;
  font-size: 5vh;
}
#pressRoomAbout{
  position: relative;
  width: 100%;
  min-width: 250px;
  height: auto;
  background: #293376;
  padding-bottom: 50px;
  padding-top: 50px;
}
#pressRoomAbout>div>h3{
  font-family: 'Merriweather', serif;
  text-align: center;
  margin: 10px auto;
  color: #FFF;
  font-size: 5vh;
}
#pressRoomAbout>div>p{
  text-align: center;
  margin: 0 auto;
  width: 100%;
  line-height: 1.8;
}
#pressRoomAbout>div>ul{
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#pressRoomAbout>div>ul>li{
  width: 250px;
  height: 150px;
}
#pressRoomAbout>div>ul>li>a{
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#pressRoomAbout>div>ul>li>a>img{ width: 100%; }
#jobAbout{
  position: relative;
  height: auto;
  overflow-y: hidden;
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
}
#jobAbout>div>h3{
  font-family: 'Merriweather', serif;
  text-align: center;
  margin: 10px auto;
  color: #6D55D3;
  font-size: 5vh;
}
#jobAbout>div>p{
  text-align: center;
  margin: 0 auto;
  width: 100%;
  line-height: 1.8;
  color: #6D55D3;
}
#jobAbout>div>h4{
  text-align: center;
  margin: 20px auto;
  display: inline-block;
}
#jobAbout>div>h4>a{
  font-family: 'Merriweather', serif;
  text-align: center;
  margin: 10px auto;
  color: #007799;
  font-size: 3.8vh;
}
#jobAbout>div>h4>span{
  display: block;
  width: 0;
  height: 2px;
  background: #007799;
}
#jobAbout>div>h4:hover>span{
  width: 100%;
}
.rowTeam{
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.rowTeam>li{
  width: 250px;
  height: 250px;
  margin: 20px auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rowTeam>li>img{
  height: 55%
}
.rowTeam>li>h3{
  font-family: 'Avenir Book', sans-serif;
  font-size: 0.9rem;
  margin: 4px auto 2px auto;
}
.rowTeam>li>h4{
  font-family: 'Merriweather', serif;
  font-size: 1.5rem;
  margin: 5px auto;
}
/* Services */
#servicesCover{
  background-image: url('../img/covers/services-cover-mobile.jpg');
}
#servicesInfo{
  height: auto;
}
#servicesInfo>.blackTexture{
  z-index: -1;
  opacity: 0.1; }
#servicesInfo>div>h2{
  text-align: center;
  font-family: 'Merriweather', serif;
  font-size: 5.6vh;
  padding: 30px 0;
}
#servicesInfo>div>ul{
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 80px;
}
.serviceLi, .serviceLiRetro{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.serviceLi>div, .serviceLiRetro>div{
  width: 100%;
  height: 300px;
}
.serviceLi>div>p, .serviceLiRetro>div>p{ display: none }
.serviceLi>div>div, .serviceLiRetro>div>div{
  width: 90%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.serviceLi>div>div>h3, .serviceLiRetro>div>div>h3{
  text-align: center;
  font-family: 'Merriweather', serif;
  color: #34d07c;
  padding: 10px 0;
}
.serviceLi>div>div>p,
.serviceLiRetro>div>div>p{
  text-align: center;
  color: #293376;
  max-width:400px;
}
.serviceLi>.imgic,
.serviceLiRetro>.imgic{
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45%;
}
/* Projects */
#projectsCover{ background-image: url('../img/covers/projects-cover-mobile.jpg'); }
#projectsCover>h1{
  position: absolute;
  font-family: 'Merriweather', serif;
  font-size: 5vh;
  text-align: center;
  width: 200px;
  top: 80px;
  left: calc(50% - 100px);
}
#projectsGallery{
  height: auto !important;
  padding: 80px 0;
}
#projectsGallery>div>h2{
  font-family: 'Merriweather', serif;
  font-size: 5.6vh;
  text-align: center;
  line-height: 1.6;
}
#projectsGallery>div>form{
  width: 100%;
  margin: 30px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 120px;
}
#projectsGallery>div>form>select{
  padding-left: 5px;
  background: #34d07c;
  width: 200px;
  color: #fff;
  line-height: 30px;
  margin: 0 5px;
  -ms-text-align-last:center;
  -moz-text-align-last:center;
  text-align-last:center;
  font-family: 'Avenir Black', sans-serif;
  font-size: 1rem;
  background-image:
   linear-gradient(45deg, transparent 50%, #fff 50%),
   linear-gradient(135deg, #fff 50%, transparent 50%);
 background-position:
   calc(100% - 20px) calc(1em - 2px),
   calc(100% - 15px) calc(1em - 2px),
   calc(100% - 2.5em) 0.5em;
 background-size:
   5px 5px,
   5px 5px,
   1px 1.5em;
 background-repeat: no-repeat;
}
#projectsGallery>div>form>select:nth-child(2){
  background: #293376;
  background-image:
   linear-gradient(45deg, transparent 50%, #fff 50%),
   linear-gradient(135deg, #fff 50%, transparent 50%);
 background-position:
   calc(100% - 20px) calc(1em - 2px),
   calc(100% - 15px) calc(1em - 2px),
   calc(100% - 2.5em) 0.5em;
 background-size:
   5px 5px,
   5px 5px,
   1px 1.5em;
 background-repeat: no-repeat;
}
.rowProjects{
  width: 100%;
  height: 950px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
}
.rowProjects>li{
  position: relative;
  width: 250px;
  height: 250px;
  cursor: pointer;
}
.rowProjects>li>a{
  display: block;
  width: 100%;
  height: 100%;
  background: yellow;
}
.rowProjects>li>.thumbnail,
.rowProjects>li>a>.thumbnail{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.greyscaleFull{
  -webkit-filter: grayscale(80%);
          filter: grayscale(80%);
}
.greyscaleNone{
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.rowProjects>li>.thumbnailColor,
.rowProjects>li>a>.thumbnailColor{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(109, 85, 207, 0.5);
}
.rowProjects>li>.thumbnailColor:hover,
.rowProjects>li>a:hover>.thumbnailColor{
  background: rgba(109, 85, 207, 0);
}
.rowProjects>li>p,
.rowProjects>li>a>p{
  position: absolute;
  bottom: 0;
  left: 4px;
}
/* Project Info */
#projectBack{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 190;
}
#projectBack>.texture{
  z-index: -1;
  opacity: 0.06; }
#projectSectionWrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  min-width: 250px;
  z-index: 200;
  height: auto;
  background: none;
}
/* Inside Project */
.projectSection{
  width: 100vw;
  min-width: 250px;
  height: 100vh;
  background:none;
}
.heightAuto{ height: auto !important; }
.projectSection>.marginProject{
  width: calc(100vw - 180px);
  height:100%;
  margin: 0 auto;
}
.projectSection>div>h2{
  font-family: 'Merriweather', serif;
  font-size: 5.6vh;
  margin-top: 100px;
  color:#293376;
  text-align: center;
}
.projectSection>div>h3{
  font-family: 'Avenir Black', sans-serif;
  color:#293376;
  font-size:4.2vh;
  text-align: center;
}
#servicesCover>h1{
  position: absolute;
  font-family: 'Merriweather', serif;
  font-size: 5vh;
  text-align: center;
  top: 80px;
  width: 200px;
  left: calc(50% - 100px);
}
#headerProject{
  margin: 20px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#headerProject>div>h4{
  font-family: 'Avenir Black', sans-serif;
  color: #34d07c;
  text-transform: uppercase;
  margin: 5px auto;
}
#headerProject>div>p{
  color:#293476;
  margin-bottom: 15px;
}
.sliderProject, .videoProject, .coverProject{
  position: relative;
  width: 100vw;
  margin: auto -90px;
  text-align: center;
  overflow: hidden;
}
.coverProject>div{
  position: relative;
  height: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* Slider Projects */
.sliderProject{
  position: relative;
  overflow: hidden;
  background: red;
}
.sliderProject>ul{
  position: absolute;
  left: 0;
  top: 0;
  width: 300%;
  height: 100%;
  background: yellow;
}
.sliderProject>ul>li{
  width:33.33%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sliderProject>.interface{
  position: absolute;
  width: 100%;
  height: 100%;
}
.sliderProject>.interface>div:first-child,
.sliderProject>.interface>div:last-child{
  width: 60px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sliderProject>.interface>div:first-child>a,
.sliderProject>.interface>div:last-child>a{
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
}
.sliderProject>.interface>div:first-child>a>img,
.sliderProject>.interface>div:last-child>a>img{
  position: absolute;
  top: 0;
  left: 0;
}
.sliderProject>.interface>div:first-child>a:hover>img{
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.sliderProject>.interface>div:last-child>a:hover>img{
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.sliderProject>.interface>div:nth-child(2){
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 80%;
  height: 100%;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sliderProject>.interface>div:nth-child(2)>a{
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  margin: 10px;
}
.sliderProject>.interface>div:nth-child(2)>a>img{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
}
.sliderProject>.interface>div:nth-child(2)>a:hover>img:last-child{
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.cursor{
  position: fixed;
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
  z-index: 1000;
  pointer-events: none;
}
.cursor>div, .cursor>div>div{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cursor>.play>div:first-child{
  background-image: url('../img/ic/play.svg');
}
.cursor>.play>div:nth-child(2){
  background-image: url('../img/ic/play-ic.svg');
}
.cursor>.pause>div:first-child{
  background-image: url('../img/ic/pause.svg');
}
.cursor>.pause>div:nth-child(2){
  background-image: url('../img/ic/pause-ic.svg');
}
.animateCircleText{
  -webkit-animation: rotateLoop 5s linear infinite;
  -moz-animation: rotateLoop 5s linear infinite;
  -ms-animation: rotateLoop 5s linear infinite;
  -o-animation: rotateLoop 5s linear infinite;
  animation: rotateLoop 5s linear infinite;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
#sliderProject>div,.videoProject>video{
  position: relative;
  height: 100%;
  margin: 0 auto;
  cursor: none;
}
#sliderInterface{
  width: 100%;
  margin: 0 auto;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#sliderInterface>a{
  display: block;
  width: 50px;
  height: 50px;
}
#sliderInterface>a>svg>path{ stroke-dashoffset: 0; }
#outcome{
  position: relative;
  margin: 20px auto;
  width: 100%;
  height: auto;
}
#outcome>img{
  display: none;
  margin: 10px;
}
#outcome>div>h4{
  text-transform: uppercase;
  color: #34d07c;
  margin: 5px auto;
}
#outcome>div>p{
  color: #293476;
}
/* Inside Gallery */
#insideGallery{
  width: 100vw;
  min-width: 250px;
  height: 100vh;
  background: #1e1338;
}
#insideGallery>.texture{
  opacity: 0.05;
}
#insideGallery>ul>li>a{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#insideGallery>ul>li>a>p{
  position: absolute;
  bottom: 0;
  left: 0;
}
.rowProject, .rowProjectInside{
  padding-top: 30px;
  width: 100%;
  height: 300px;
  background:none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rowProject>li, .rowProjectInside>li{
    position: relative;
    width: 250px;
    height: 250px;
    margin: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.rowProjectInside>li{
  width: 150px;
  height: 150px;
}
#insideGallery>footer{
  position: absolute;
  bottom: 0;
}
/* Openings */
#openingsCover{ background-image: url('../img/covers/openings-cover-mobile.jpg'); }
#openingsCover>h1{
  position: absolute;
  font-family: 'Merriweather', serif;
  font-size: 5vh;
  width: 220px;
  text-align: center;
  top:80px;
  left: calc(50% - 110px);
}
/* MEDIO */
@media (min-width: 680px) {
  #aboutCover{
    background-image: url('../img/covers/about-cover-desktop.jpg');
  }
  #servicesCover{
    background-image: url('../img/covers/services-cover-desktop.jpg');
  }
  #projectsCover{
    background-image: url('../img/covers/projects-cover-desktop.jpg');
  }
  #openingsCover{ background-image: url('../img/covers/openings-cover-desktop.jpg'); }
  .backBottom{
    background-position: center bottom !important;
  }
  /* Services */
  #servicesInfo>div>h2{ text-align: left; }
  .serviceLi>div>div>h3, .serviceLiRetro>div>div>h3{
    text-align: left;
  }
  #servicesInfo>div>ul>li>div>p{ display: block }
  .serviceLi>div>div>p,
  .serviceLiRetro>div>div>p{
    text-align: left;
  }
  .serviceLi{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .serviceLiRetro{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .serviceLi>div>p,
  .serviceLiRetro>div>p{
    font-family: 'Avenir Black', sans-serif;
    display: block;
    line-height: 300px;
    color: #1e1338;
    align-items: center;
    justify-content: center;
  }
  .serviceLi>.imgic,
  .serviceLiRetro>.imgic{
    background-size: 25%;
  }
}
/* DESKTOP */
@media (min-width: 880px) {
  #videoWrap{ height: 85vh; }
  #aboutRulebook{
    height: auto;
    padding: 30px 0;
  }
  #pointsRulebook{
    margin: 20px auto;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #pointsRulebook>li{ width: 250px; }
  #pointsRulebook>li>img{ margin: 10px auto; }
  .rowTeam{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .rowProjects>li{
    width: 300px;
    height: 300px;
  }
  /* Project Inside */
  .projectSection>div>h2{
    text-align: left;
    font-size: 6.5vh;
  }
  .projectSection>div>h3{
    text-align: left;
  }
  #headerProject{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
  }
  #headerProject>div:first-child{
    width: 50%;
    max-width: 500px;
  }
  #headerProject>div:nth-child(2){
    width: 40%;
  }
  #headerProject>div>p{
    margin-bottom: 0;
  }
  #pressRoomAbout>div>ul{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  #counterThumbs{
    top: 80px;
    left:80px;
  }
  #phrase>p{
    font-size: 5vh;
  }
  .wrapIc{
    position: relative;
    width: 150px;
    height: 150px;
  }
  #outcome{
    width: 50%;
  }
  #outcome>img{
    width: 100%;
    display: block;
  }
  .sliderProject, .videoProject, .coverProject{
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
  }
  .sliderProject>.interface>div:first-child,
  .sliderProject>.interface>div:last-child{
    width: 10%;
    min-width: 150px;
  }
  .sliderProject>.interface>div:nth-child(2)>a{
    width: 50px;
    height: 50px;
  }
}
/* DESKTOP Projects */
@media (min-width: 920px) {
  /* Projects */
  #projectsGallery>div>h2{
    text-align: left;
  }
  #projectsGallery>div>form{
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;

  }
  #projectsGallery>div>form{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 60px;
  }
  .rowProjects{
    max-width: 1000px;
    margin: 15px auto;
    height: 300px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .rowProjectInside>li{
    width: 250px;
    height: 250px;
  }
  .projectSection>div>header>div{
    width: 40%;
    margin: 20px auto;
  }
}
